diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-03-31 09:42:58 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-03-31 09:42:58 +0000 |
commit | a33fa76fed558949f2fcf5219b7bee714f36899e (patch) | |
tree | 59f899896746b92a25a389cf133b07bf54182b22 /winsup/cygwin/ChangeLog | |
parent | 4bc42c05aa0921f57e401985458ef8e584fa8777 (diff) | |
download | cygnal-a33fa76fed558949f2fcf5219b7bee714f36899e.tar.gz cygnal-a33fa76fed558949f2fcf5219b7bee714f36899e.tar.bz2 cygnal-a33fa76fed558949f2fcf5219b7bee714f36899e.zip |
* ctype.cc: Remove implementation of ctype functions in favor of
pointer-based newlib implementation.
(_ctype_b): Declare.
(__ctype_cp): Move to newlib. Declare.
(__ctype_iso): Ditto.
(__set_ctype): Implement changing __ctype_ptr__. Only copy character
class data in applications built under older Cygwin.
* cygwin.din (__ctype_ptr__): Export.
* include/ctype.h: Remove in favor of newlib implementation.
* include/cygwin/config.h (__EXPORT): Define alongside __IMPORT.
* include/cygwin/version.h (CYGWIN_VERSION_CHECK_FOR_OLD_CTYPE):
Define check for old vs. new ctype implementation.
Bump API minor number.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 74d6fd353..e0b3647e2 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,19 @@ +2009-03-31 Corinna Vinschen <corinna@vinschen.de> + + * ctype.cc: Remove implementation of ctype functions in favor of + pointer-based newlib implementation. + (_ctype_b): Declare. + (__ctype_cp): Move to newlib. Declare. + (__ctype_iso): Ditto. + (__set_ctype): Implement changing __ctype_ptr__. Only copy character + class data in applications built under older Cygwin. + * cygwin.din (__ctype_ptr__): Export. + * include/ctype.h: Remove in favor of newlib implementation. + * include/cygwin/config.h (__EXPORT): Define alongside __IMPORT. + * include/cygwin/version.h (CYGWIN_VERSION_CHECK_FOR_OLD_CTYPE): + Define check for old vs. new ctype implementation. + Bump API minor number. + 2009-03-28 Christopher Faylor <me+cygwin@cgf.cx> * Makefile.in: Perform some minor cleanup. Revamp speclib handling. |