* new-features.sgml (ov-new1.7.22): Add GetCommandLine and regcomp
changes.
This commit is contained in:
parent
e6ff6a18d4
commit
463cca40bd
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue