mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-03-03 13:35:46 +08:00
Add missing ChangeLog for previous checkin.
Revert erroneous include/cygwin/version.h checkin.
This commit is contained in:
parent
453185b136
commit
2241d3fb53
@ -1,3 +1,13 @@
|
||||
2005-08-28 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* cygtls.h (_local_storage::strerror_buf): Allocate more space.
|
||||
* errno.cc (strerror_worker): New function, adapted from strerror.
|
||||
(strerror): Use strerror_worker.
|
||||
* tlsoffsets.h: Regenerate.
|
||||
|
||||
* exceptions.cc (set_signal_mask): Minimize time during which mask_sync
|
||||
is held.
|
||||
|
||||
2005-08-28 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* cygwin.din: Correct readdir_r typo.
|
||||
|
@ -266,13 +266,12 @@ details. */
|
||||
137: fts_children, fts_close, fts_get_clientptr, fts_get_stream,
|
||||
fts_open, fts_read, fts_set, fts_set_clientptr, ftw, nftw.
|
||||
138: Export readdir_r.
|
||||
139: Change strerror_r to be ISO C compliant.
|
||||
*/
|
||||
|
||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||
|
||||
#define CYGWIN_VERSION_API_MAJOR 0
|
||||
#define CYGWIN_VERSION_API_MINOR 139
|
||||
#define CYGWIN_VERSION_API_MINOR 138
|
||||
|
||||
/* There is also a compatibity version number associated with the
|
||||
shared memory regions. It is incremented when incompatible
|
||||
|
Loading…
x
Reference in New Issue
Block a user