projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5799b44
)
Check for POSIX.2's %f format spec.
author
Jim Meyering
<jim@meyering.net>
Thu, 13 Nov 1997 13:19:15 +0000
(13:19 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 13 Nov 1997 13:19:15 +0000
(13:19 +0000)
m4/strftime.m4
patch
|
blob
|
history
diff --git
a/m4/strftime.m4
b/m4/strftime.m4
index d366fde8f0626502c56a266817b121924c66110d..91db2c36003182967ef982c245a55f024144fa79 100644
(file)
--- a/
m4/strftime.m4
+++ b/
m4/strftime.m4
@@
-102,6
+102,7
@@
main ()
CMP ("%^c", "FRI JAN 9 13:06:07 1970");
CMP ("%d", "09");
CMP ("%e", " 9"); /* POSIX.2 */
+ CMP ("%f", "5"); /* POSIX.2 */
CMP ("%g", "70"); /* GNU */
CMP ("%h", "Jan"); /* POSIX.2 */
CMP ("%^h", "JAN");