summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-01-25 09:09:09 +0000
committerJim Meyering <jim@meyering.net>2005-01-25 09:09:09 +0000
commitc6449644bcc1135049dc2ae3bd4ec428a00e11c2 (patch)
tree1823909b5b94f69bb7cc56e03b82f23a17a7aca1 /lib
parent748946e773ead94cd238edcc480be1fe41a3b148 (diff)
downloadcoreutils-c6449644bcc1135049dc2ae3bd4ec428a00e11c2.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 34cb44287..cf99eb68d 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,17 @@
+2005-01-25 Jim Meyering <jim@meyering.net>
+
+ * path-concat.c (path_concat): Set *BASE_IN_RESULT
+ properly when ABASE is an absolute file name.
+ Correct the description of this function.
+ Include <assert.h>.
+ Add an assertion and a test driver.
+ This fixes a bug introduced on 2004-07-02.
+
+2005-01-23 Jim Meyering <jim@meyering.net>
+
+ * vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Correct the test for
+ integer overflow.
+
2005-01-21 Paul Eggert <eggert@cs.ucla.edu>
Sync from gnulib.