Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   joerg
Date:           Thu Apr 18 23:24:27 UTC 2013

Modified Files:
        src/include: wchar.h
        src/lib/libc/include: namespace.h
        src/lib/libc/locale: multibyte_amd1.c wcscoll.c wcsxfrm.c
        src/lib/libc/string: wcscasecmp.c wcsncasecmp.c

Log Message:
Add wcscoll_l, wcsxfrm_l, wcsncasecmp_l, wcscasecmp_l, btowc_l,
mbrlen_l, mbsinit_l, mbsrtowcs_l, wcrtomb_l, wcsrtombs_l and wctob_l.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/include/wchar.h
cvs rdiff -u -r1.160 -r1.161 src/lib/libc/include/namespace.h
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/locale/multibyte_amd1.c
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/locale/wcscoll.c
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/locale/wcsxfrm.c
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/string/wcscasecmp.c \
    src/lib/libc/string/wcsncasecmp.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