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
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-07-21 23:30:19 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-07-21 23:30:19 +0400
commit463cca40bd7721c1bf36f69371e45a43c06f3d42 (patch)
tree1b900d4f94942a8380dbc2d92a6202a3c68e5ad6
parente6ff6a18d4949dd49acc9be04bd522ebdd207900 (diff)
* new-features.sgml (ov-new1.7.22): Add GetCommandLine and regcomp
changes.
-rw-r--r--winsup/doc/ChangeLog5
-rw-r--r--winsup/doc/new-features.xml11
2 files changed, 16 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 403c37e27..5fbe1be4f 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,5 +1,10 @@
2013-07-21 Corinna Vinschen <corinna@vinschen.de>
+ * new-features.sgml (ov-new1.7.22): Add GetCommandLine and regcomp
+ changes.
+
+2013-07-21 Corinna Vinschen <corinna@vinschen.de>
+
* Makefile.in (cygwin-ug-net/cygwin-ug-net.html): Add dependency to
cygwin.xsl.
(cygwin-api/cygwin-api.html): Ditto.
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index dccfdc8e2..5b7563973 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -13,6 +13,17 @@ Support for /dev/mem, /dev/kmem and /dev/port removed, since OS support
was limited to 32 bit Windows XP only.
</para></listitem>
+<listitem><para>
+Added cygwin GetCommandLine wrappers which will allow Cygwin programs to
+(appear to) use the Windows command line functions.
+</para></listitem>
+
+<listitem><para>
+regcomp(3) now allows character values >= 0x80 if the current codeset is
+ASCII (default codeset in the "C"/"POSIX" locale). This allows patterns
+containing arbitrary byte values as GLibc's regcomp.
+</para></listitem>
+
</itemizedlist>
</sect2>