Source-Changes archive

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

CVS commit: [netbsd-5] src



Module Name:    src
Committed By:   snj
Date:           Thu Jan 15 04:21:26 UTC 2009

Modified Files:
        src/lib/libc/locale [netbsd-5]: fix_grouping.c iswctype_sb.c rune.h
        src/lib/libc/stdio [netbsd-5]: fparseln.c
        src/lib/libc/string [netbsd-5]: wcscmp.c wcsncmp.c wmemcmp.c
        src/tools/compat [netbsd-5]: configure.ac
        src/usr.bin/mklocale [netbsd-5]: Makefile lex.l yacc.y
Added Files:
        src/lib/libc/locale [netbsd-5]: runetype_local.h
Removed Files:
        src/lib/libc/locale [netbsd-5]: runetype.h

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #270):
        lib/libc/locale/fix_grouping.c: revision 1.3
        lib/libc/locale/iswctype_sb.c: revision 1.7
        lib/libc/locale/rune.h: revision 1.14
        lib/libc/locale/runetype.h: file removal
        lib/libc/locale/runetype_local.h: revision 1.1
        lib/libc/stdio/fparseln.c: revision 1.8
        lib/libc/string/wcscmp.c: revision 1.7
        lib/libc/string/wcsncmp.c: revision 1.7
        lib/libc/string/wmemcmp.c: revision 1.5
        tools/compat/configure: regen
        tools/compat/configure.ac: revision 1.68
        tools/compat/nbtool_config.h.in: regen
        usr.bin/mklocale/Makefile: revision 1.15
        usr.bin/mklocale/lex.l: revision 1.16
        usr.bin/mklocale/yacc.y: revision 1.27
1. reworking PR lib/40317:
libnbcompat already contains empty fparseln.lo
so previous fix doesn't work correctly.
i've just added broken fparseln check to configure script.
2. reworking cross build breakage under FreeBSD/MacOS X.
FreeBSD/MacOS X still have public /usr/include/runetype.h
derived from 4.4BSD-Lite.  so i renamed out private header from
src/lib/libc/locale/runetype.h to src/lib/libc/locale/runetype_local.h
to solve this problems.
3. fix build breakage when CITRUS=no was set.


To generate a diff of this commit:
cvs rdiff -r1.4.2.3 -r1.4.2.4 src/lib/libc/locale/fix_grouping.c
cvs rdiff -r1.5.4.1 -r1.5.4.2 src/lib/libc/locale/iswctype_sb.c
cvs rdiff -r1.12.12.1 -r1.12.12.2 src/lib/libc/locale/rune.h
cvs rdiff -r1.21 -r0 src/lib/libc/locale/runetype.h
cvs rdiff -r0 -r1.2.2.2 src/lib/libc/locale/runetype_local.h
cvs rdiff -r1.7 -r1.7.18.1 src/lib/libc/stdio/fparseln.c
cvs rdiff -r1.5.38.1 -r1.5.38.2 src/lib/libc/string/wcscmp.c \
    src/lib/libc/string/wcsncmp.c
cvs rdiff -r1.3.38.1 -r1.3.38.2 src/lib/libc/string/wmemcmp.c
cvs rdiff -r1.67 -r1.67.2.1 src/tools/compat/configure.ac
cvs rdiff -r1.11.40.3 -r1.11.40.4 src/usr.bin/mklocale/Makefile
cvs rdiff -r1.13.40.2 -r1.13.40.3 src/usr.bin/mklocale/lex.l
cvs rdiff -r1.24.40.2 -r1.24.40.3 src/usr.bin/mklocale/yacc.y

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