diff options
author | Jim Meyering <jim@meyering.net> | 2005-09-16 07:35:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-09-16 07:35:32 +0000 |
commit | 3da8b9a6d8dbb2c3f0dec31e5c79f73ea112b50a (patch) | |
tree | d547762cb017fd39aafac9a99701bffa972db4da /lib/ChangeLog | |
parent | 1e7fb2186b61648fafa16e031d0c5d862a8297c7 (diff) | |
download | coreutils-3da8b9a6d8dbb2c3f0dec31e5c79f73ea112b50a.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index c292c1bac..1d2e6729e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -8,10 +8,12 @@ handle a format argument like +%1048575T. When implemented with strftime, it must allocate such a buffer, use strftime to fill it in, print it, then free it. - With fprintftime, it simply prints everything and exits. With no need for memory allocation, that's one fewer way to fail. + * fprintftime.c, fprintftime.h: New files. + * Makefile.am (libcoreutils_a_SOURCES): + Add fprintftime.c and fprintftime.h. 2005-09-15 Paul Eggert <eggert@cs.ucla.edu> |