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:           Sat Apr 13 10:21:21 UTC 2013

Modified Files:
        src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd:
            ctype_base.h ctype_noninline.h
        src/gnu/dist/gcc4/libstdc++-v3/config/os/bsd/netbsd: ctype_base.h
            ctype_noninline.h
        src/lib/libc: shlib_version
        src/lib/libc/citrus: citrus_lc_ctype.c
        src/lib/libc/gen: ctype_.c isctype.c
        src/lib/libc/locale: ctype_local.h global_locale.c rune.c runetable.c
            runetype_local.h runetype_misc.h setlocale_local.h
        src/sys/sys: ctype_bits.h ctype_inline.h

Log Message:
Extend ctype classification table to 16bit. Based on patch by
Takehiko Nozaki, with changes to compile fail when using the old names
and to exploit __BUILD_LEGACY


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h
cvs rdiff -u -r1.1.1.1 -r1.2 \
    
src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/ctype_noninline.h
cvs rdiff -u -r1.2 -r1.3 \
    src/gnu/dist/gcc4/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/gnu/dist/gcc4/libstdc++-v3/config/os/bsd/netbsd/ctype_noninline.h
cvs rdiff -u -r1.238 -r1.239 src/lib/libc/shlib_version
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/citrus/citrus_lc_ctype.c
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/gen/ctype_.c
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/gen/isctype.c
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/locale/ctype_local.h
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/locale/global_locale.c
cvs rdiff -u -r1.45 -r1.46 src/lib/libc/locale/rune.c
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/locale/runetable.c
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/locale/runetype_local.h
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/locale/runetype_misc.h
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/locale/setlocale_local.h
cvs rdiff -u -r1.2 -r1.3 src/sys/sys/ctype_bits.h src/sys/sys/ctype_inline.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