NetBSD-Bugs archive

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

PR/40317 CVS commit: [netbsd-5] src/usr.bin/mklocale



The following reply was made to PR lib/40317; it has been noted by GNATS.

From: Soren Jacobsen <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/40317 CVS commit: [netbsd-5] src/usr.bin/mklocale
Date: Thu, 15 Jan 2009 03:52:23 +0000 (UTC)

 Module Name:   src
 Committed By:  snj
 Date:          Thu Jan 15 03:52:23 UTC 2009
 
 Modified Files:
        src/usr.bin/mklocale [netbsd-5]: Makefile lex.l yacc.y
 
 Log Message:
 Pull up following revision(s) (requested by jmcneill in ticket #270):
        usr.bin/mklocale/Makefile: revision 1.13
        usr.bin/mklocale/lex.l: revision 1.15
        usr.bin/mklocale/yacc.y: revision 1.26
 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.11.40.1 -r1.11.40.2 src/usr.bin/mklocale/Makefile
 cvs rdiff -r1.13.40.1 -r1.13.40.2 src/usr.bin/mklocale/lex.l
 cvs rdiff -r1.24.40.1 -r1.24.40.2 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