Source-Changes archive

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

CVS commit: src/lib/libc/locale



Module Name:    src
Committed By:   christos
Date:           Sun Jan 18 19:53:12 UTC 2009

Modified Files:
        src/lib/libc/locale: _wctrans.c _wctrans_local.h _wctype.c
            iswctype_mb.c rune.h runetable.c

Log Message:
try a different approach since allocating a new RuneLocale is complicated.
Don't make DefaultRuneLocale const, so that we can write to it, and undo
previous changes.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/lib/libc/locale/_wctrans.c
cvs rdiff -r1.5 -r1.6 src/lib/libc/locale/_wctrans_local.h
cvs rdiff -r1.3 -r1.4 src/lib/libc/locale/_wctype.c \
    src/lib/libc/locale/iswctype_mb.c
cvs rdiff -r1.15 -r1.16 src/lib/libc/locale/rune.h
cvs rdiff -r1.19 -r1.20 src/lib/libc/locale/runetable.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