Add missing ChangeLog for previous checkin.

Revert erroneous include/cygwin/version.h checkin.
This commit is contained in:
Christopher Faylor 2005-08-28 17:34:25 +00:00
parent 453185b136
commit 2241d3fb53
2 changed files with 11 additions and 2 deletions

View File

@ -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.

View File

@ -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