]> sourceware.org Git - newlib-cygwin.git/commitdiff
* cygwin.din (strchrnul): Export.
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 28 Mar 2011 14:55:20 +0000 (14:55 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 28 Mar 2011 14:55:20 +0000 (14:55 +0000)
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
* posix.sgml (std-gnu): Add strchrnul.

winsup/cygwin/ChangeLog
winsup/cygwin/cygwin.din
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/posix.sgml

index 51417e14b25ddc80723deacaaa0c9a50e37223d3..c7dbfc7ac607af582a3950ae52a59dc88f8e1ff3 100644 (file)
@@ -1,3 +1,9 @@
+2011-03-27  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
+
+       * cygwin.din (strchrnul): Export.
+       * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
+       * posix.sgml (std-gnu): Add strchrnul.
+
 2011-03-27  Christopher Faylor  <me.cygwin2011@cgf.cx>
 
        * dll_init.cc (dll::init): Accommodate ill-behaved dlls who don't fill
index b0c3300311d24f09bd4e043c75f8f5ed524ce6a1..e1dcea75bd7e51f60d87b22ce388d9257299010d 100644 (file)
@@ -1583,6 +1583,7 @@ strcat NOSIGFE
 _strcat = strcat NOSIGFE
 strchr NOSIGFE
 _strchr = strchr NOSIGFE
+strchrnul NOSIGFE
 strcmp NOSIGFE
 _strcmp = strcmp NOSIGFE
 strcoll NOSIGFE
index f20e850e1f33221d63f07c8b55a12cbf4a587632..9a8b9e6f480f3647b9cdf09711a2a49f7cb41d5a 100644 (file)
@@ -400,12 +400,13 @@ details. */
       234: Export program_invocation_name, program_invocation_short_name.
       235: Export madvise.
       236: Export pthread_yield, __xpg_strerror_r.
+      237: Export strchrnul.
      */
 
      /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
 
 #define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 236
+#define CYGWIN_VERSION_API_MINOR 237
 
      /* There is also a compatibity version number associated with the
        shared memory regions.  It is incremented when incompatible
index 9f73b3d59613c647f4ad16d7bace6a109ba65f6e..393a2bcb79427b58bbb2f8173c69caa8a4fa8a52 100644 (file)
@@ -1112,6 +1112,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     pow10f
     removexattr
     setxattr
+    strchrnul
     tdestroy
     timegm
     timelocal
This page took 0.03517 seconds and 5 git commands to generate.