GNU shell utilities SHELLUTILS-1_9_2b
authorJim Meyering <jim@meyering.net>
Wed, 29 Dec 1993 02:23:27 +0000 (02:23 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 29 Dec 1993 02:23:27 +0000 (02:23 +0000)
lib/strftime.c
lib/strtod.c

index 071d5dd..6b210b4 100644 (file)
@@ -36,7 +36,6 @@
    Numeric modifiers (a nonstandard extension):
    -   do not pad the field
    _   pad the field with spaces
-   %s   time in seconds since 00:00:00, Jan 1, 1970
 
    Time fields:
    %H  hour (00..23)
@@ -47,6 +46,7 @@
    %p  locale's AM or PM
    %r  time, 12-hour (hh:mm:ss [AP]M)
    %R  time, 24-hour (hh:mm)
+   %s  time in seconds since 00:00:00, Jan 1, 1970
    %S  second (00..61)
    %T  time, 24-hour (hh:mm:ss)
    %X  locale's time representation (%H:%M:%S)
index 01dafc8..d915840 100644 (file)
@@ -37,7 +37,6 @@ Cambridge, MA 02139, USA.  */
 #define DBL_MAX 1.7976931348623159e+308
 #define DBL_MIN 2.2250738585072010e-308
 #endif
-#endif
 
 #if STDC_HEADERS
 #include <stdlib.h>
@@ -48,6 +47,7 @@ extern int errno;
 #ifndef HUGE_VAL
 #define HUGE_VAL HUGE
 #endif
+#endif
 
 /* Convert NPTR to a double.  If ENDPTR is not NULL, a pointer to the
    character after the last one used in the number is put in *ENDPTR.  */