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:
authorCorinna Vinschen <corinna@vinschen.de>2008-05-08 18:41:47 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-05-08 18:41:47 +0400
commit72d1a8a04aa8675f4d878f45c6ec69d45effcfd6 (patch)
tree6cfdd118128c11e955c1e050c5c490c82b3091e1 /winsup/cygwin/ChangeLog
parenta8e45d3968c8c5bdc34b800d3e2c68d416181470 (diff)
* Makefile.in (DLL_OFILES): Add _def_time.o. Remove timelocal.o.
* include/sys/localedef.h: New file from NetBSD. * libc/_def_time.c: Ditto. * libc/getopt.c: Update to latest OpenBSD version 1.23. * libc/strptime.cc: Replace FreeBSD version 1.35 with latest NetBSD version 1.28. * libc/timelocal.cc: Remove. * libc/timelocal.h: Remove.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 5b8e7ae6d..87e7f6d50 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,14 @@
+2008-05-08 Corinna Vinschen <corinna@vinschen.de>
+
+ * Makefile.in (DLL_OFILES): Add _def_time.o. Remove timelocal.o.
+ * include/sys/localedef.h: New file from NetBSD.
+ * libc/_def_time.c: Ditto.
+ * libc/getopt.c: Update to latest OpenBSD version 1.23.
+ * libc/strptime.cc: Replace FreeBSD version 1.35 with latest NetBSD
+ version 1.28.
+ * libc/timelocal.cc: Remove.
+ * libc/timelocal.h: Remove.
+
2008-04-30 Corinna Vinschen <corinna@vinschen.de>
* dtable.cc (dtable::release): Drop fixup_before handling.