NetBSD-Bugs archive

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

PR/40411 CVS commit: [netbsd-5] src/lib/libc



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

From: Soren Jacobsen <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/40411 CVS commit: [netbsd-5] src/lib/libc
Date: Thu, 22 Jan 2009 22:04:29 +0000 (UTC)

 Module Name:   src
 Committed By:  snj
 Date:          Thu Jan 22 22:04:29 UTC 2009
 
 Modified Files:
        src/lib/libc/citrus [netbsd-5]: citrus_lc_ctype.c
        src/lib/libc/locale [netbsd-5]: _wctrans.c _wctrans_local.h _wctype.c
            global_locale.c iswctype_mb.c runetable.c
 
 Log Message:
 Pull up following revision(s) (requested by christos in ticket #299):
        lib/libc/citrus/citrus_lc_ctype.c: revision 1.3
        lib/libc/locale/_wctrans.c: revision 1.13
        lib/libc/locale/_wctrans_local.h: revision 1.7 via patch
        lib/libc/locale/_wctype.c: revision 1.5
        lib/libc/locale/iswctype_mb.c: revision 1.5
        lib/libc/locale/global_locale.c: revision 1.3
        lib/libc/locale/runetable.c: revision 1.21 via patch
 PR lib/40411, nuke wctrans_init(). lazy initialization is not good idea.
 statically initialized _DefaultRuneLocale.rl_wctrans field.
 so we can re-const-ify _DefaultRuneLocale.
 pkgsrc/shells/standalone-tcsh should be rebuild,
 because it's staticaly linked binary.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.2.2.2 -r1.2.2.3 src/lib/libc/citrus/citrus_lc_ctype.c
 cvs rdiff -r1.6.32.1 -r1.6.32.2 src/lib/libc/locale/_wctrans.c
 cvs rdiff -r1.2.38.1 -r1.2.38.2 src/lib/libc/locale/_wctrans_local.h
 cvs rdiff -r1.2.2.2 -r1.2.2.3 src/lib/libc/locale/_wctype.c \
     src/lib/libc/locale/global_locale.c src/lib/libc/locale/iswctype_mb.c
 cvs rdiff -r1.17.4.1 -r1.17.4.2 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