summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-07-03 09:14:58 +0000
committerJim Meyering <jim@meyering.net>2005-07-03 09:14:58 +0000
commita360edab7e271a22df014d579cbb815f58df9a27 (patch)
treecf0e03fcb31d746099c58773577ea66e4d84c9a7 /m4
parent10047b6134b9215ec7bff069f1ec31a8050406dc (diff)
downloadcoreutils-a360edab7e271a22df014d579cbb815f58df9a27.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index c3de0057f..ef95ce5ef 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,10 @@
+2005-07-03 Jim Meyering <jim@meyering.net>
+
+ * fcntl-safer.m4 (gl_FCNTL_SAFER): Add fcntl--.h to the list.
+ * stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h to the list.
+ * stdlib-safer.m4: (gl_STDLIB_SAFER): Add stdlib--.h to the list.
+ * unistd-safer.m4 (gl_UNISTD_SAFER): Add unistd--.h to the list.
+
2005-07-02 Paul Eggert <eggert@cs.ucla.edu>
Cleanup to isolate "safer" functions to a small part of the code.