Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   joerg
Date:           Sun Apr 21 17:45:47 UTC 2013

Modified Files:
        src/include: time.h
        src/lib/libc/include: namespace.h
        src/lib/libc/locale: _def_time.c c_locale.c global_locale.c
            nb_lc_time_misc.h
        src/lib/libc/time: strftime.c strptime.c

Log Message:
Store time-specific locale data directly in the locale.
Ad dstrftime_l, strftime_lz and strptime_l.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/include/time.h
cvs rdiff -u -r1.164 -r1.165 src/lib/libc/include/namespace.h
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/locale/_def_time.c
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/locale/c_locale.c
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/locale/global_locale.c
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/locale/nb_lc_time_misc.h
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/time/strftime.c
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/time/strptime.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index