diff options
author | Jim Meyering <jim@meyering.net> | 2005-01-25 09:09:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-01-25 09:09:09 +0000 |
commit | c6449644bcc1135049dc2ae3bd4ec428a00e11c2 (patch) | |
tree | 1823909b5b94f69bb7cc56e03b82f23a17a7aca1 /lib/ChangeLog | |
parent | 748946e773ead94cd238edcc480be1fe41a3b148 (diff) | |
download | coreutils-c6449644bcc1135049dc2ae3bd4ec428a00e11c2.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 14 |
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. |