summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-18 08:10:10 +0000
committerJim Meyering <jim@meyering.net>2003-06-18 08:10:10 +0000
commite0418912fff0fe6d8c135ed4a4d0ae62f9045f94 (patch)
tree2ca372374ddf914bcef0e40e00ed69f5b8c622d2 /lib
parent8ea48114d325814e0d1fd528e1855d89873b2fee (diff)
downloadcoreutils-e0418912fff0fe6d8c135ed4a4d0ae62f9045f94.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog6
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.