Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/lib/libc/locale Pull up revision 1.6 (requested by klei...



details:   https://anonhg.NetBSD.org/src/rev/5b0d8157e917
branches:  netbsd-1-4
changeset: 469703:5b0d8157e917
user:      he <he%NetBSD.org@localhost>
date:      Thu Nov 11 21:47:03 1999 +0000

description:
Pull up revision 1.6 (requested by kleink):
  Make the output in the C/POSIX locale conform to XSH5 and C99,
  so that single digits are not preceded by 0 but by a space.

diffstat:

 lib/libc/locale/_def_time.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5f8699959f13 -r 5b0d8157e917 lib/libc/locale/_def_time.c
--- a/lib/libc/locale/_def_time.c       Thu Nov 11 21:40:08 1999 +0000
+++ b/lib/libc/locale/_def_time.c       Thu Nov 11 21:47:03 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: _def_time.c,v 1.5 1997/04/29 16:40:16 kleink Exp $     */
+/*     $NetBSD: _def_time.c,v 1.5.4.1 1999/11/11 21:47:03 he Exp $     */
 
 /*
  * Written by J.T. Conklin <jtc%netbsd.org@localhost>.
@@ -28,7 +28,7 @@
        {
                "AM", "PM"
        },
-       "%a %b %d %H:%M:%S %Y",
+       "%a %b %e %H:%M:%S %Y",
        "%m/%d/%y",
        "%H:%M:%S",
        "%I:%M:%S %p"



Home | Main Index | Thread Index | Old Index