summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-05-31 16:40:51 +0200
committerJim Meyering <jim@meyering.net>2007-05-31 16:40:51 +0200
commit536ac0ff6e5382e02f9e23347f81c5873c812d3c (patch)
treefa01094ed39b750687282bd84b7cf5461797efad /lib/ChangeLog
parent1211a2cc2ce8e95f4ebd7e38dfc7a9cefd983854 (diff)
downloadcoreutils-536ac0ff6e5382e02f9e23347f81c5873c812d3c.tar.xz
Pull printf-related code from gnulib, rather than using forked copy.
* bootstrap.conf (gnulib_modules): Don't avoid size_max and xsize modules. While I dislike xsize-style overflow avoidance, maintaining a forked version of e.g., vasnprintf.c was too much work. * lib/printf-parse.c, lib/vasnprintf.c, lib/unicodeio.c: Remove local copies, so we now get these files from gnulib.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index e1b4c7aac..99eba6641 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-31 Jim Meyering <jim@meyering.net>
+
+ * printf-parse.c, vasnprintf.c, unicodeio.c: Remove local
+ copies, so we now get these files from gnulib.
+
2007-03-20 Jim Meyering <jim@meyering.net>
Fix a typo in the handling of %x and %X.