Source-Changes archive

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

CVS commit: src/lib/libc



Module Name:    src
Committed By:   tnozaki
Date:           Sat May 22 13:15:59 UTC 2010

Modified Files:
        src/lib/libc/gen: isctype.c
        src/lib/libc/locale: global_locale.c localeconv.c nb_lc_template.h
            nl_langinfo.c setlocale_local.h

Log Message:
make _locale_impl_t.cache as pointer to maintain easily binary compatibility in 
future.
no ABI change was made.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/gen/isctype.c
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/locale/global_locale.c
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/locale/localeconv.c
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/locale/nb_lc_template.h
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/locale/nl_langinfo.c
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/locale/setlocale_local.h

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