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/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index ed4487b1d..7377aba9b 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,20 @@
+2002-03-26 Danny Smith <dannysmith@sourceforge.users.net>
+
+ * moldname.def.in (__MSVCRT__): Replace with !(__CRTDLL).
+ (wpopen): Add if !(__CRTDLL).
+ * Makefile.in (moldname-msvcrt.def rule): Use -C, not -c to
+ preserve comments.
+ (moldname-crtdll.def rule): Likewise.
+ * moldname-msvcrt.def: Regenerate.
+ * moldname-crtdll.def: Regenerate.
+ * include/stdio.h (wpopen):Use prototype, not a define.
+ (_swnprintf): Add prototype.
+ (_vswnprintf}: Likewise.
+ Tidy up whitespace.
+ * include/wchar.h (_swnprintf): Add prototype.
+ (_vswnprintf): Likewise.
+ Tidy up whitespace.
+
2002-01-28 Danny Smith <dannysmith@users.sourceforge.net>
* include/malloc.h (_heapinfo): Correct structure definition.