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:   tnozaki
Date:           Sat Sep 29 07:55:46 UTC 2007

Modified Files:
        src/lib/libc/locale: rune.c rune_local.h runeglue.c runetable.c
            runetype.h setlocale.c setrunelocale.c

Log Message:
1. add workaround for ctype.h is* funcs problem.
   isspace((int)0xA0) should return false under LC_CTYPE=en_US.UTF-8,
   see: http://www.freebsd.org/cgi/query-pr.cgi?pr=116363&cat=gnu
2. change __runtable_to_netbsd_ctype() as reentrant.

patch ok'ed by tshiozak-san, thanks!


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/lib/libc/locale/rune.c
cvs rdiff -r1.8 -r1.9 src/lib/libc/locale/rune_local.h
cvs rdiff -r1.11 -r1.12 src/lib/libc/locale/runeglue.c
cvs rdiff -r1.14 -r1.15 src/lib/libc/locale/runetable.c
cvs rdiff -r1.19 -r1.20 src/lib/libc/locale/runetype.h
cvs rdiff -r1.51 -r1.52 src/lib/libc/locale/setlocale.c
cvs rdiff -r1.16 -r1.17 src/lib/libc/locale/setrunelocale.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