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:
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 0692635e9..35e99f3e1 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,9 @@
+2002-06-19 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/tchar.h (_getts): Define as _getws for _UNICODE.
+ (_putts): Define as _putws for _UNICODE.
+ Thanks to: Tomasz Pona <cochisek@poczta.onet.pl> for report.
+
2002-06-18 Danny Smith <dannysmith@users.sourceforge.net>
* include/float.h: #include_next<float.h> before header guard.