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:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-03-27 01:23:25 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2002-03-27 01:23:25 +0300
commiteba631d6a9514cd81b4b22578a770f831a66d546 (patch)
treed7380f362a9dafb16568fb0f1b7ee7542018b060 /winsup/mingw/ChangeLog
parentfb1c4e20f487f457ef8bb9cf619ace1df07cd4fd (diff)
* 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.
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.