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>2001-01-28 21:06:17 +0300
committerEarnie Boyd <earnie@users.sf.net>2001-01-28 21:06:17 +0300
commit39d871d66d6ce0c49dc669f2d8e2f55414579bcf (patch)
tree58c2df37b63b0b1ace0132b5d5beec1bd600388f /winsup/mingw/ChangeLog
parent80ac51aa476723e593619d2268f158d17feb7579 (diff)
* include/wchar.h: The 2001.01.18 Change was incorrect. The functions
are actually C functions. These functions are resolved via the -lmsvcp60 library and comments were placed in the header.
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 1bdc35fa7..6646b5ab1 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,10 @@
+
+Sun Jan 28 13:01:08 2001 Earnie Boyd <earnie@users.sourceforge.net>
+
+ * include/wchar.h: The 2001.01.18 Change was incorrect. The functions
+ are actually C functions. These functions are resolved via the
+ -lmsvcp60 library and comments were placed in the header.
+
2001-01-28 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
*include/stdlib.h (__p__pgmptr): add prototype.