]> pd.if.org Git - pdclib.old/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)
commit507d3eccbf4c74e4694165f9e00ab79d894b4f66
tree20c280ebc9eb5d562bfbaf697b9b78e788ecc992
parent0150bb9ffe66236b6a47c5800d8beef669d5c047
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