Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2012-08-04 00:11:43 +0400
committerEarnie Boyd <earnie@users.sf.net>2012-08-04 00:11:43 +0400
commit42377c9621e60fde5c6be4266609f08244e6f08e (patch)
tree901b19c23a0aedcf5ddf6bcec2861337bbcd2451
parenta451d291c52e3b73c5543a5dc05b774ae869fcd5 (diff)
Add mingwex/tsearch.c to ChangeLog
-rw-r--r--winsup/mingw/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 19507ad8c..38ac9504d 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -24,6 +24,7 @@
* include/sys/param.h (MAXPATHLEN): Make sure PATH_MAX is defined.
* include/_mingw.h (threadlocalinfostruct, threadmbinfostruct,
*pthreadlocinfo, *pthreadmbcinfo, _locale_tstruct, *_locale_t): Declare.
+ * mingwex/tsearch.c: Correct coding to produce the proper results.
2012-08-01 Earnie Boyd <earnie@users.sourceforge.net>