mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-17 17:18:45 +02:00
*** empty log message ***
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user