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:   tshiozak
Date:           Mon Mar 10 20:41:30 UTC 2003

Modified Files:
        src/lib/libc/locale: rune.h runetype.h
        src/usr.bin/mklocale: Makefile lex.l yacc.y

Log Message:
some changes around mklocale:
- clean up cpp directives.
- stop including rune.h from mklocale.
- stop using _BSD_RUNE_T macro.  instead, use int32_t directly in runetype.h.
- move _DEFAULT_INVALID_RUNE to runetype.h.
These were for historical reason on porting rune from FreeBSD,
but it seems that these are no longer reasonable but troublesome
under the current NetBSD build system.
additionally:
- runetype.h -> locale/runetype.h in mklocale, because this might conflict
  to FreeBSD's one.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/lib/libc/locale/rune.h
cvs rdiff -r1.13 -r1.14 src/lib/libc/locale/runetype.h
cvs rdiff -r1.8 -r1.9 src/usr.bin/mklocale/Makefile
cvs rdiff -r1.6 -r1.7 src/usr.bin/mklocale/lex.l
cvs rdiff -r1.14 -r1.15 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