diff options
author | Jim Meyering <jim@meyering.net> | 2001-03-03 19:06:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-03-03 19:06:28 +0000 |
commit | eb64d4a73bd8f6f5e1bfff73e695f683f87b2d9c (patch) | |
tree | 9c2b6351b02ad1468f2c37826ac9d302c6ee8709 /lib | |
parent | 62eab23e81750497032acc288e78de2659866776 (diff) | |
download | coreutils-eb64d4a73bd8f6f5e1bfff73e695f683f87b2d9c.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 6bfe109d9..aaf72e769 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2001-02-28 Paul Eggert <eggert@twinsun.com> + + * Makefile.am (libfetish_a_SOURCES): + Add dup-safer.c, fopen-safer.c. + (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h. + + * dup-safer.c, fopen-safer.c, stdio-safer.h, + lib/unistd-safer.h: New files. + 2001-02-25 Paul Eggert <eggert@twinsun.com> The mkstemp replacement is taken from glibc 2.2.2, with some |