* cygwinenv.sgml (cygwinenv-implemented-options): Try to make
compatibility new symlinks vs. old Cygwin clearer.
This commit is contained in:
parent
c04ed45d82
commit
4aab0ed828
@ -1,3 +1,8 @@
|
|||||||
|
2010-01-12 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* cygwinenv.sgml (cygwinenv-implemented-options): Try to make
|
||||||
|
compatibility new symlinks vs. old Cygwin clearer.
|
||||||
|
|
||||||
2010-01-10 Corinna Vinschen <corinna@vinschen.de>
|
2010-01-10 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* pathnames.sgml (mount-table): Add info that posix=0 is default for
|
* pathnames.sgml (mount-table): Add info that posix=0 is default for
|
||||||
|
@ -142,10 +142,12 @@ variables. The current list of always uppercased variables is:</para>
|
|||||||
symlinks as Windows shortcuts with a special header and the R/O attribute
|
symlinks as Windows shortcuts with a special header and the R/O attribute
|
||||||
set. If not set, Cygwin creates symlinks as plain files with a magic number,
|
set. If not set, Cygwin creates symlinks as plain files with a magic number,
|
||||||
a path and the system attribute set. Defaults to not set since plain
|
a path and the system attribute set. Defaults to not set since plain
|
||||||
file symlinks are faster to write and faster to read. The new style of
|
file symlinks are faster to write and faster to read.</para>
|
||||||
plain file symlinks is incompatible with older Cygwin releases because
|
|
||||||
the new symlinks use UTF-16 to encode the target filename, while the
|
<para>Please note that symlinks created under Cygwin 1.7 or later are
|
||||||
old symlinks used the current ANSI or OEM charset.</para>
|
not readable by older Cygwin releases because the new symlinks use UTF-16
|
||||||
|
to encode the target filename, while the old symlinks used the current
|
||||||
|
ANSI or OEM charset.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user