diff options
author | Christopher Faylor <me@cgf.cx> | 2005-03-23 17:16:16 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-03-23 17:16:16 +0000 |
commit | bc3f9e29d0baa7d8ad07567a7780473c0fd3edcc (patch) | |
tree | c01eecb4ad1fd25ce9881f21d4808d5a69588f8b /winsup/cygwin | |
parent | 6d89e9dd43b4c3878007d9857ea1e55b19aa0c77 (diff) | |
download | cygnal-bc3f9e29d0baa7d8ad07567a7780473c0fd3edcc.tar.gz cygnal-bc3f9e29d0baa7d8ad07567a7780473c0fd3edcc.tar.bz2 cygnal-bc3f9e29d0baa7d8ad07567a7780473c0fd3edcc.zip |
* include/cygwin/version.h: Change coment for most recent API version bump to
reflect new additions to the DLL and to remove change obsoleted by the previous
checkin.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 2830a490d..ad38fde8a 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,11 @@ 2005-03-23 Christopher Faylor <cgf@timesys.com> + * include/cygwin/version.h: Change coment for most recent API version + bump to reflect new additions to the DLL and to remove change obsoleted + by the previous checkin. + +2005-03-23 Christopher Faylor <cgf@timesys.com> + * include/ctype.h: New file. * ctype.cc: Ditto. * Makefile.in: Add ctype.o to DLL_OFILES. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 73561a57a..f421e9cf6 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -251,7 +251,7 @@ details. */ 122: Export statvfs, fstatvfs. 123: Export utmpxname. 124: Add MAP_AUTOGROW flag to mmap. - 125: Export __ctype_ptr. + 125: LD_PRELOAD/CW_HOOK available. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ |