* cygwin.din: Export stpcpy, stpncpy.
* posix.sgml: Add stpcpy and stpncpy to list of implemented GNU extensions. * include/cygwin/version.h: Bump API minor number.
This commit is contained in:
parent
5d8b97a694
commit
3e96da0b53
|
@ -1,3 +1,10 @@
|
||||||
|
2007-06-28 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* cygwin.din: Export stpcpy, stpncpy.
|
||||||
|
* posix.sgml: Add stpcpy and stpncpy to list of implemented
|
||||||
|
GNU extensions.
|
||||||
|
* include/cygwin/version.h: Bump API minor number.
|
||||||
|
|
||||||
2007-06-27 Corinna Vinschen <corinna@vinschen.de>
|
2007-06-27 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* shared_info.h (SHARED_INFO_CB): Accommodate change to shared_info.
|
* shared_info.h (SHARED_INFO_CB): Accommodate change to shared_info.
|
||||||
|
|
|
@ -1424,6 +1424,8 @@ _stat64 = stat64 SIGFE
|
||||||
statfs SIGFE
|
statfs SIGFE
|
||||||
_statfs = statfs SIGFE
|
_statfs = statfs SIGFE
|
||||||
statvfs SIGFE
|
statvfs SIGFE
|
||||||
|
stpcpy NOSIGFE
|
||||||
|
stpncpy NOSIGFE
|
||||||
strcasecmp NOSIGFE
|
strcasecmp NOSIGFE
|
||||||
_strcasecmp = strcasecmp NOSIGFE
|
_strcasecmp = strcasecmp NOSIGFE
|
||||||
strcasestr NOSIGFE
|
strcasestr NOSIGFE
|
||||||
|
|
|
@ -314,12 +314,13 @@ details. */
|
||||||
fopencookie.
|
fopencookie.
|
||||||
172: Export getifaddrs, freeifaddrs.
|
172: Export getifaddrs, freeifaddrs.
|
||||||
173: Export __assert_func.
|
173: Export __assert_func.
|
||||||
|
174: Export stpcpy, stpncpy.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||||
|
|
||||||
#define CYGWIN_VERSION_API_MAJOR 0
|
#define CYGWIN_VERSION_API_MAJOR 0
|
||||||
#define CYGWIN_VERSION_API_MINOR 173
|
#define CYGWIN_VERSION_API_MINOR 174
|
||||||
|
|
||||||
/* There is also a compatibity version number associated with the
|
/* There is also a compatibity version number associated with the
|
||||||
shared memory regions. It is incremented when incompatible
|
shared memory regions. It is incremented when incompatible
|
||||||
|
|
|
@ -962,6 +962,8 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
|
||||||
mempcpy
|
mempcpy
|
||||||
pow10
|
pow10
|
||||||
pow10f
|
pow10f
|
||||||
|
stpcpy
|
||||||
|
stpncpy
|
||||||
strndup
|
strndup
|
||||||
strnlen
|
strnlen
|
||||||
tdestroy
|
tdestroy
|
||||||
|
|
Loading…
Reference in New Issue