Source-Changes-D archive

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

Re: CVS commit: src/lib/libc



This commit seems to have broken the build. It's failing when building 'tools/mklocale'.

In file included from /Users/riz/Documents/code/netbsd/src/tools/mklocale/../../usr.bin/mklocale/yacc.y:63: /Users/riz/Documents/code/netbsd/src/lib/libc/locale/runetype_file.h:42:28: error: sys/ctype_bits.h: No such file or directory

I appreciate the work on locale, but it seems like it would be a good idea to run a full build before making commits to locale support, as it affects so many different things...

+j

On 6/19/10 6:26 AM, Takehiko NOZAKI wrote:
Module Name:    src
Committed By:   tnozaki
Date:           Sat Jun 19 13:26:52 UTC 2010

Modified Files:
        src/lib/libc/citrus: citrus_lc_ctype.c
        src/lib/libc/locale: Makefile.inc bsdctype.c bsdctype_local.h
            global_locale.c localeio.c localeio.h localeio_lc_ctype.c rune.c
            runetable.c runetype_file.h runetype_local.h
Removed Files:
        src/lib/libc/locale: runeglue.c

Log Message:
1. refactoring new locale-db(RuneCT10) loading method with mmap(2).
2. remove unused field from _RuneLocale.
3. localeio(CITRUS=no) can read new locale-db(RuneCT10) now.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/citrus/citrus_lc_ctype.c
cvs rdiff -u -r1.57 -r1.58 src/lib/libc/locale/Makefile.inc
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/locale/bsdctype.c
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/locale/bsdctype_local.h \
     src/lib/libc/locale/runetype_file.h
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/locale/global_locale.c \
     src/lib/libc/locale/runetype_local.h
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/locale/localeio.c
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/locale/localeio.h
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/locale/localeio_lc_ctype.c
cvs rdiff -u -r1.38 -r1.39 src/lib/libc/locale/rune.c
cvs rdiff -u -r1.20 -r0 src/lib/libc/locale/runeglue.c
cvs rdiff -u -r1.26 -r1.27 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