Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-10-28 13:47:38 +0300
committerCorinna Vinschen <corinna@vinschen.de>2014-10-28 13:47:38 +0300
commit24485a663c908354fc9499fea6aac7a25d78e024 (patch)
tree0d1a839c3682786297253ab2c5f60c7384db0a98 /winsup
parente6a4318d784f5cc977b599117c4691e0d8c5583d (diff)
* cygwinenv.xml: Change default setting of dosfilewarning.
* new-features.xml (ov-new1.7.33): Document aforementioned change.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/doc/ChangeLog5
-rw-r--r--winsup/doc/cygwinenv.xml2
-rw-r--r--winsup/doc/new-features.xml4
3 files changed, 10 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 05cea48a4..695151a0e 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,5 +1,10 @@
2014-10-28 Corinna Vinschen <corinna@vinschen.de>
+ * cygwinenv.xml: Change default setting of dosfilewarning.
+ * new-features.xml (ov-new1.7.33): Document aforementioned change.
+
+2014-10-28 Corinna Vinschen <corinna@vinschen.de>
+
* ntsec.xml: Fix Solaris doc URLs.
2014-10-28 Corinna Vinschen <corinna@vinschen.de>
diff --git a/winsup/doc/cygwinenv.xml b/winsup/doc/cygwinenv.xml
index 5a3e999b2..6c3442f2c 100644
--- a/winsup/doc/cygwinenv.xml
+++ b/winsup/doc/cygwinenv.xml
@@ -28,7 +28,7 @@ down every thread and socket creation!</para>
<listitem>
<para><envar>(no)dosfilewarning</envar> - If set, Cygwin will warn the
first time a user uses an "MS-DOS" style path name rather than a POSIX-style
-path name. Defaults to set.</para>
+path name. Defaults to off.</para>
</listitem>
<listitem>
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index b40470634..eb5d47a04 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -78,6 +78,10 @@ Windows environment to allow loading of Cygwin system DLLs.
</para></listitem>
<listitem><para>
+Disable CYGWIN "dosfilewarning" option by default.
+</para></listitem>
+
+<listitem><para>
Improve various header files for C++- and standards-compliance.
</para></listitem>