]> pd.if.org Git - pdclib/commit
PDCLIB-2: Pure wide character functions
authorOwen Shepherd <owen.shepherd@e43.eu>
Tue, 11 Sep 2012 21:48:43 +0000 (22:48 +0100)
committerOwen Shepherd <owen.shepherd@e43.eu>
Tue, 11 Sep 2012 21:48:43 +0000 (22:48 +0100)
commit14b5b78e19a79f590233caee7848e7cb19084088
treeb23b677b90dd2037e04e4968c48f3c1d3c801855
parent41777e3d5dc655f59a8c3bcd071639e6878e853a
PDCLIB-2: Pure wide character functions
 * functions/wchar/: functions which only involve wide characters & no locale dependent characters
 * opt/mincoll: new option providing bare minimum collation support (pure wchar_t binary comparison)
 * platform/win32: Use mincoll
 * testing/_PDCLIB_test.h: Provide wide character strings for testing the wide character functions
18 files changed:
functions/wchar/wcscat.c [new file with mode: 0644]
functions/wchar/wcscmp.c [new file with mode: 0644]
functions/wchar/wcscspn.c [new file with mode: 0644]
functions/wchar/wcsncat.c [new file with mode: 0644]
functions/wchar/wcsncmp.c [new file with mode: 0644]
functions/wchar/wcsncpy.c [new file with mode: 0644]
functions/wchar/wcspbrk.c [new file with mode: 0644]
functions/wchar/wcsspn.c [new file with mode: 0644]
functions/wchar/wcsstr.c [new file with mode: 0644]
functions/wchar/wcstok.c [new file with mode: 0644]
functions/wchar/wmemchr.c [new file with mode: 0644]
functions/wchar/wmemcmp.c [new file with mode: 0644]
functions/wchar/wmemcpy.c [new file with mode: 0644]
functions/wchar/wmemmove.c [new file with mode: 0644]
opt/mincoll/wcscoll.c [new file with mode: 0644]
opt/mincoll/wcsxfrm.c [new file with mode: 0644]
platform/win32/Config.jam
testing/_PDCLIB_test.h