summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-20 15:03:12 +0000
committerJim Meyering <jim@meyering.net>2003-01-20 15:03:12 +0000
commit3fa2b8a8ebb9480336df074b7f821bfd3b4a810d (patch)
tree08b43b969b41b36d506455d1366abc446c8e682d /lib
parent7565faca353379062b915ee8c45c112f60a964a3 (diff)
downloadcoreutils-3fa2b8a8ebb9480336df074b7f821bfd3b4a810d.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 0a5b9880b..454678128 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,18 @@
+2003-01-20 Jim Meyering <jim@meyering.net>
+
+ Merge in changes from libc
+ * error.c: Eliminate many `#ifdef USE_IN_LIBIO' conditionals.
+
+2003-01-19 Jim Meyering <jim@meyering.net>
+
+ * strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical definitions.
+ (nl_get_alt_digit) [! defined my_strftime]: Define.
+ (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
+ _nl_get_alt_digit and _nl_get_walt_digit.
+
+ * strftime.c (my_strftime): Merge in locale-related changes from libc.
+ These changes have no effect outside of _LIBC.
+
2003-01-14 Jim Meyering <jim@meyering.net>
* same.c (same_name): Declare *_basename locals to be `const'.