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: ginsbach
Date: Sat May 17 03:49:54 UTC 2008
Modified Files:
src/lib/libc/locale: Makefile.inc _def_time.c setlocale.c
src/sys/sys: localedef.h
Added Files:
src/lib/libc/locale: lcmessages.c lcmessages.h lcmonetary.c
lcmonetary.h lcnumeric.c lcnumeric.h lctime.c lctime.h localeio.c
localeio.h
Removed Files:
src/lib/libc/locale: timeio.c timeio.h
Log Message:
Add support for additional locale categories: LC_MESSAGES, LC_MONETARY,
LC_NUMERIC.
The code used to load LC_TIME was refactored in to a more general routine.
This common routine is now used to load LC_TIME along with the newly added
categories.
Changes discussed with/reviewed by christos.
To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/lib/libc/locale/Makefile.inc
cvs rdiff -r1.9 -r1.10 src/lib/libc/locale/_def_time.c
cvs rdiff -r0 -r1.1 src/lib/libc/locale/lcmessages.c \
src/lib/libc/locale/lcmessages.h src/lib/libc/locale/lcmonetary.c \
src/lib/libc/locale/lcmonetary.h src/lib/libc/locale/lcnumeric.c \
src/lib/libc/locale/lcnumeric.h src/lib/libc/locale/lctime.c \
src/lib/libc/locale/lctime.h src/lib/libc/locale/localeio.c \
src/lib/libc/locale/localeio.h
cvs rdiff -r1.52 -r1.53 src/lib/libc/locale/setlocale.c
cvs rdiff -r1.2 -r0 src/lib/libc/locale/timeio.c
cvs rdiff -r1.1 -r0 src/lib/libc/locale/timeio.h
cvs rdiff -r1.8 -r1.9 src/sys/sys/localedef.h
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