NetBSD-Bugs archive

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

PR/40411 CVS commit: src/lib/libc



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

From: Takehiko NOZAKI <tnozaki%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/40411 CVS commit: src/lib/libc
Date: Sun, 18 Jan 2009 22:03:19 +0000 (UTC)

 Module Name:   src
 Committed By:  tnozaki
 Date:          Sun Jan 18 22:03:19 UTC 2009
 
 Modified Files:
        src/lib/libc/citrus: citrus_lc_ctype.c
        src/lib/libc/locale: _wctrans.c _wctrans_local.h _wctype.c
            global_locale.c iswctype_mb.c rune.h runetable.c
 
 Log Message:
 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 -r1.3 src/lib/libc/citrus/citrus_lc_ctype.c
 cvs rdiff -r1.12 -r1.13 src/lib/libc/locale/_wctrans.c
 cvs rdiff -r1.6 -r1.7 src/lib/libc/locale/_wctrans_local.h
 cvs rdiff -r1.4 -r1.5 src/lib/libc/locale/_wctype.c \
     src/lib/libc/locale/iswctype_mb.c
 cvs rdiff -r1.2 -r1.3 src/lib/libc/locale/global_locale.c
 cvs rdiff -r1.16 -r1.17 src/lib/libc/locale/rune.h
 cvs rdiff -r1.20 -r1.21 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