- Sync some changes in strings from libcntpr.
authorAleksey Bragin <aleksey@reactos.org>
Thu, 8 Nov 2007 21:06:20 +0000 (21:06 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Thu, 8 Nov 2007 21:06:20 +0000 (21:06 +0000)
commit375959c2062dddb103222ff4a7fa29afc853ca74
treec1b7945d0ac5bc8c05ef7e3c37895e8ba5bd0d58
parentc8a87ec7b8277687346a25391f8aa8b48ac950a2
- Sync some changes in strings from libcntpr.
- Move string implementation (in "header" files) into /string dir.
- Copy over libcntpr-specific implementations into _nt.c files (for now, later they could do with a define).
- libcntpr's is now almost fully syncronized and could be merged into the tree except for "except" directory.

svn path=/trunk/; revision=30283
46 files changed:
reactos/lib/sdk/crt/string/itoa.c
reactos/lib/sdk/crt/string/itow.c
reactos/lib/sdk/crt/string/mbstowcs_nt.c [new file with mode: 0644]
reactos/lib/sdk/crt/string/strcat.c
reactos/lib/sdk/crt/string/strchr.c
reactos/lib/sdk/crt/string/strcmp.c
reactos/lib/sdk/crt/string/strcpy.c
reactos/lib/sdk/crt/string/stricmp.c
reactos/lib/sdk/crt/string/strlen.c
reactos/lib/sdk/crt/string/strlwr.c
reactos/lib/sdk/crt/string/strncat.c
reactos/lib/sdk/crt/string/strncmp.c
reactos/lib/sdk/crt/string/strncpy.c
reactos/lib/sdk/crt/string/strnicmp.c
reactos/lib/sdk/crt/string/strnlen.c
reactos/lib/sdk/crt/string/strrchr.c
reactos/lib/sdk/crt/string/strset.c
reactos/lib/sdk/crt/string/strstr.c
reactos/lib/sdk/crt/string/strtol.c
reactos/lib/sdk/crt/string/strtoul.c
reactos/lib/sdk/crt/string/strtoull.c
reactos/lib/sdk/crt/string/tcscat.h [moved from reactos/lib/sdk/crt/include/internal/tcscat.h with 100% similarity]
reactos/lib/sdk/crt/string/tcschr.h [moved from reactos/lib/sdk/crt/include/internal/tcschr.h with 100% similarity]
reactos/lib/sdk/crt/string/tcscmp.h [moved from reactos/lib/sdk/crt/include/internal/tcscmp.h with 100% similarity]
reactos/lib/sdk/crt/string/tcscpy.h [moved from reactos/lib/sdk/crt/include/internal/tcscpy.h with 100% similarity]
reactos/lib/sdk/crt/string/tcslen.h [moved from reactos/lib/sdk/crt/include/internal/tcslen.h with 100% similarity]
reactos/lib/sdk/crt/string/tcsncat.h [moved from reactos/lib/sdk/crt/include/internal/tcsncat.h with 100% similarity]
reactos/lib/sdk/crt/string/tcsncmp.h [moved from reactos/lib/sdk/crt/include/internal/tcsncmp.h with 100% similarity]
reactos/lib/sdk/crt/string/tcsncpy.h [moved from reactos/lib/sdk/crt/include/internal/tcsncpy.h with 100% similarity]
reactos/lib/sdk/crt/string/tcsnlen.h [moved from reactos/lib/sdk/crt/include/internal/tcsnlen.h with 100% similarity]
reactos/lib/sdk/crt/string/tcsrchr.h [moved from reactos/lib/sdk/crt/include/internal/tcsrchr.h with 100% similarity]
reactos/lib/sdk/crt/string/wcscat.c
reactos/lib/sdk/crt/string/wcschr.c
reactos/lib/sdk/crt/string/wcscmp.c
reactos/lib/sdk/crt/string/wcscpy.c
reactos/lib/sdk/crt/string/wcslen.c
reactos/lib/sdk/crt/string/wcsncat.c
reactos/lib/sdk/crt/string/wcsncmp.c
reactos/lib/sdk/crt/string/wcsncpy.c
reactos/lib/sdk/crt/string/wcsnlen.c
reactos/lib/sdk/crt/string/wcsrchr.c
reactos/lib/sdk/crt/string/wcstol.c
reactos/lib/sdk/crt/string/wcstombs_nt.c [new file with mode: 0644]
reactos/lib/sdk/crt/string/wcstoul.c
reactos/lib/sdk/crt/string/wtoi64.c
reactos/lib/sdk/crt/string/wtol.c