diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-18 08:10:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-18 08:10:10 +0000 |
commit | e0418912fff0fe6d8c135ed4a4d0ae62f9045f94 (patch) | |
tree | 2ca372374ddf914bcef0e40e00ed69f5b8c622d2 /lib | |
parent | 8ea48114d325814e0d1fd528e1855d89873b2fee (diff) | |
download | coreutils-e0418912fff0fe6d8c135ed4a4d0ae62f9045f94.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 25c21ae6c..3b77ec9fe 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,11 @@ 2003-06-18 Jim Meyering <jim@meyering.net> + * xalloc.h: Include <stddef.h>. + Remove unnecessary parentheses. + Use `1990-2000' notation in Copyright line until Emacs' + copyright-update function learns how to handle a comma-separated + list of years that spans a line boundary. + * Makefile.am (libfetish_a_SOURCES): Add getdelim2.c and getdelim2.h. * getline.c (getdelim2): Move this function into its own file. |