Alexandre Julliard
|
58913b439b
|
kernel32: On Mac OS, recompose the Unicode strings we get from the OS.
|
2008-02-15 12:07:56 +01:00 |
Dmitry Timoshkov
|
667dad2331
|
kernel32: Separate modifier from charset before detecting the charset codepage.
|
2008-02-08 13:13:20 +01:00 |
Francois Gouget
|
44b52b128c
|
Assorted spelling fixes.
|
2008-01-16 12:48:29 +01:00 |
Aric Stewart
|
6a8219a6b1
|
kernel32: Set last error to ERROR_INSUFFICIENT_BUFFER in LCMapString when the sort key buffer is too small.
|
2007-10-26 14:03:46 +02:00 |
EA Durbin
|
9984ac8a12
|
kernel32: Partially implement GetUserGeoID().
|
2007-10-18 14:18:35 +02:00 |
Alexandre Julliard
|
60c562446c
|
kernel32: Get rid of the NLS_RegOpenSubKey function, its behavior is broken.
|
2007-10-12 11:47:34 +02:00 |
EA Durbin
|
64dda7f317
|
kernel32: Implement SetUserGeoID.
|
2007-10-10 11:18:21 +02:00 |
Francois Gouget
|
015dc79cd4
|
version: Fix some Ver*() prototypes (especially wrt constness).
Better match the PSDK types and fix the winapi_check warnings.
|
2007-09-10 12:13:41 +02:00 |
Alexandre Julliard
|
2e55b3d6ab
|
kernel32: Store a few more locale values in the registry.
|
2007-08-28 11:36:45 +02:00 |
Alexandre Julliard
|
2835d78d8d
|
kernel32: Remove the fixme about MB_USEGLYPHCHARS.
|
2007-05-29 23:31:35 +02:00 |
Dmitry Timoshkov
|
a67b689121
|
kernel32: Fix compilation warnings in 64-bit mode.
|
2007-05-23 13:13:54 +02:00 |
Chia-I Wu
|
bbbd42787c
|
kernel32: Fix non-terminated separator string.
|
2007-04-16 12:07:44 +02:00 |
Andrew Talbot
|
503b338e88
|
kernel32: Replace inline static with static inline.
|
2007-03-17 20:03:39 +01:00 |
Alexandre Julliard
|
a79b26284a
|
libwine: Pass flags to wine_utf8_wcstombs to allow supporting WC_ERR_INVALID_CHARS.
|
2007-03-14 15:57:50 +01:00 |
Dmitry Timoshkov
|
d32d5a4706
|
kernel32: Add a trace to MultiByteToWideChar.
|
2007-02-05 12:28:57 +01:00 |
Anatoly Lyutin
|
11e7b64ec9
|
kernel32: Add details in description function MultiByteToWideChar and WideCharToMultiByte.
|
2007-01-15 13:00:53 +01:00 |
Ken Thomases
|
5a220321df
|
kernel32: Don't release preferred_locales until we're done with its members.
|
2007-01-09 12:04:30 +01:00 |
Pierre d'Herbemont
|
5ff751156d
|
kernel32: Remove unneeded headers.
|
2006-12-13 16:05:11 +01:00 |
Pierre d'Herbemont
|
3c0d2e3808
|
kernel32: Allow the preferred language to be different from the preferred locale on Mac OS X.
|
2006-12-12 20:17:19 +01:00 |
Alexandre Julliard
|
9967d82146
|
kernel32: For LOCALE_NOUSEROVERRIDE, check locale against the appropriate default lcid.
|
2006-12-07 12:34:25 +01:00 |
Alexandre Julliard
|
28c5396436
|
kernel32: Store the LC_MESSAGES value under the "Locale" value.
Some apps depend on the value. Reported by Karsten Elfenbein.
|
2006-12-04 18:00:55 +01:00 |
Alex Villacís Lasso
|
cf0c21af47
|
kernel32: Restore C locale for LC_NUMERIC.
|
2006-11-22 11:42:17 +01:00 |
Marcus Meissner
|
87f9dcdb23
|
kernel32: Added missing shift by 8.
|
2006-11-20 11:23:32 +01:00 |
Alexandre Julliard
|
2b01f6e07c
|
kernel32: Use the appropriate Unix locale for GetLocaleInfo when a default LCID is used.
For instance LOCALE_SDATE is looked up in the lcid corresponding to
LC_TIME, LOCALE_IDIGITS in the LC_NUMERIC lcid, etc.
|
2006-11-16 22:11:58 +01:00 |
Alexandre Julliard
|
123b6fec22
|
kernel32: Rewrote the locale matching to match more elements and to support Windows-format locale names.
Added implementation for LocaleNameToLCID and LCIDToLocaleName.
|
2006-11-16 22:11:19 +01:00 |
Mike McCormack
|
15446fb9c0
|
kernel32: Print a FIXME only once.
|
2006-11-14 11:35:11 +01:00 |
Alexandre Julliard
|
7a1522a20f
|
kernel32: Use LC_NUMERIC instead of LC_ALL to determine the user locale.
Passing LC_ALL to setlocale() doesn't do what we want.
|
2006-11-13 14:27:00 +01:00 |
Alexandre Julliard
|
63ca94c419
|
kernel32: Fixed buffer overrun in get_registry_locale_info.
|
2006-11-09 12:03:21 +01:00 |
Alexandre Julliard
|
ed58b1bad0
|
kernel32: Better workaround for the lack of locale environment variables on MacOS.
|
2006-11-07 18:24:15 +01:00 |
Robert Shearman
|
ed263ae48e
|
kernel32: Add support for detecting the user locale preference from the system on Mac OS X.
|
2006-10-16 20:10:25 +02:00 |
Michael Stefaniuc
|
8c38b88068
|
kernel32: Win64 printf format warning fixes.
|
2006-10-13 12:08:25 +02:00 |
Alexandre Julliard
|
489d87d1e5
|
kernel32: Renamed the kernel directory to kernel32.
Also get rid of the kernel/messages subdirectory.
|
2006-09-12 13:34:06 +02:00 |