diff options
author | Jim Meyering <jim@meyering.net> | 2002-11-22 10:28:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-11-22 10:28:50 +0000 |
commit | 4c9c50bf725d8925cef7af5ab8b82b734e86b220 (patch) | |
tree | d41463609855c263da49cfe1852367b55e1ad9b4 /lib/ChangeLog | |
parent | 70641e502dc2c5efdf2019bf86232acb7c4b5907 (diff) | |
download | coreutils-4c9c50bf725d8925cef7af5ab8b82b734e86b220.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 0011222de..765762ce2 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2002-11-21 Bruno Haible <bruno@clisp.org> + + * xmalloc.c: Change compile-time error message. Add comment about + required autoconf version. + * xmalloc.c: Include gettext.h instead of <libintl.h>. + (textdomain): Remove definition. + 2002-11-21 Jim Meyering <jim@meyering.net> * strdup.c (strdup): Merge in changes from gnulib; mainly to |