wine-wine/dlls/kernelbase
Alexandre Julliard 31360d4785 unicode: Use a standard two-level mapping table for the digit map.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-01-28 18:58:50 +01:00
..
tests kernelbase/tests: Avoid an uneeded lstrlenW() call. 2019-12-10 20:59:19 +01:00
Makefile.in kernelbase: Set an explicit load address. 2020-01-05 17:31:58 +01:00
collation.c unicode: Use existing helpers to build the sortkeys table. 2020-01-23 21:11:29 +01:00
compose.c Update to Unicode 12.1. 2019-12-09 23:47:45 +01:00
console.c kernelbase: Move some console support back to kernel32. 2019-12-12 23:16:40 +01:00
debug.c kernelbase: No longer import kernel32. 2019-12-13 09:50:24 +01:00
decompose.c Update to Unicode 12.1. 2019-12-09 23:47:45 +01:00
digitmap.c unicode: Use a standard two-level mapping table for the digit map. 2020-01-28 18:58:50 +01:00
file.c kernelbase: Move some console support back to kernel32. 2019-12-12 23:16:40 +01:00
kernelbase.h kernelbase: Redirect heap allocation functions to ntdll. 2019-12-11 22:46:19 +01:00
kernelbase.spec kernelbase: Implement GetThreadIdealProcessorEx stub. 2020-01-27 16:47:52 +01:00
loader.c kernelbase: Fix variable name aliasing issue. 2019-10-19 15:23:32 +02:00
locale.c unicode: Use a standard two-level mapping table for the digit map. 2020-01-28 18:58:50 +01:00
main.c kernelbase: Redirect heap allocation functions to ntdll. 2019-12-11 22:46:19 +01:00
memory.c kernelbase: Use exception handlers instead of IsBad* functions. 2019-12-11 23:25:58 +01:00
path.c kernelbase: Use exception handlers instead of IsBad* functions. 2019-12-11 23:25:58 +01:00
process.c kernelbase: Support PROC_THREAD_ATTRIBUTE_PARENT_PROCESS in CreateProcessInternalW(). 2019-12-13 11:30:01 +01:00
registry.c kernelbase: Remove trailing dot in GetComputerNameExW() when domain name is empty. 2020-01-05 17:30:34 +01:00
security.c kernelbase: Implement EqualDomainSid. 2019-11-12 22:05:58 +01:00
string.c kernelbase: Redirect heap allocation functions to ntdll. 2019-12-11 22:46:19 +01:00
sync.c kernelbase: Use a direct server call instead of GetConsoleInputWaitHandle(). 2019-12-12 23:16:40 +01:00
thread.c kernelbase: Implement GetThreadIdealProcessorEx stub. 2020-01-27 16:47:52 +01:00
version.c kernelbase: Remove support for LZ files in 32-bit version functions. 2019-12-13 09:49:52 +01:00
wctype.c kernel32: Move GetStringType functions to kernelbase. 2019-12-09 23:47:46 +01:00