]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 16 Sep 2005 07:35:32 +0000 (07:35 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 16 Sep 2005 07:35:32 +0000 (07:35 +0000)
lib/ChangeLog

index c292c1bac76e569fff989ec46f8a8f87ddbbb03e..1d2e6729e092f2a3d71a10bdf02b77d8ee21ef7b 100644 (file)
@@ -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>