NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/40317 CVS commit: src/usr.bin/mklocale
The following reply was made to PR lib/40317; it has been noted by GNATS.
From: Takehiko NOZAKI <tnozaki%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/40317 CVS commit: src/usr.bin/mklocale
Date: Fri, 2 Jan 2009 22:08:19 +0000 (UTC)
Module Name: src
Committed By: tnozaki
Date: Fri Jan 2 22:08:19 UTC 2009
Modified Files:
src/usr.bin/mklocale: Makefile lex.l yacc.y
Log Message:
1. fixes PR lib/40317, don't use libc's fparseln(3).
it is non-portable function, toolchain should link it yourself.
2. fixes crossbuild breakage reported by Chiristoph Egger on current-user,
FreeBSD and MacOS X still make Rune* as public API in their ctype.h.
so added namespace protection NB* by including src/lib/libc/locale/rune.h
instead of src/lib/libc/locale/runetype.h.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/usr.bin/mklocale/Makefile
cvs rdiff -r1.14 -r1.15 src/usr.bin/mklocale/lex.l
cvs rdiff -r1.25 -r1.26 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