Steven Elliott
c1a700c4da
Temporarily implemented the LCMAP_SORTKEY flag in the LCMapStringW()
...
function pending a more complete implementation of locales.
2000-03-19 21:48:52 +00:00
Alexandre Julliard
9b59da0dd9
Misc small cleanups.
2000-03-18 22:25:41 +00:00
Patrik Stridvall
0ee98cc39f
Fixed ANSI C violations.
2000-02-26 13:17:55 +00:00
Steven Elliott
5e1ea6e51e
Stubbed out the implementation of LCMAP_SORTKEY in LCMapStringW() in
...
order to allow Windows 9x Perl to start.
2000-02-25 21:39:38 +00:00
James Abbatiello
1758f2d81a
Misc. fixes for compiler warnings.
2000-02-25 21:01:50 +00:00
Alastair McKinstry
33536e2753
Added support for the following celtic languages: Irish Gaelic, Scots
...
Gaelic, Manx Gaelic, Breton, Welsh, Cornish.
2000-02-16 21:21:51 +00:00
Jeremy White
d3e22d9d55
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
...
the resulting compilation failures).
2000-02-10 19:03:02 +00:00
Julio César Gázquez
05e81574f7
GetNumberFormatA implementation added.
2000-02-03 01:03:49 +00:00
Rein Klazes
ae26a07459
EnumSystemLocalesA should look for registry values, not subkeys.
1999-12-20 04:05:58 +00:00
Dimitrie O. Paun
dd03cc19fd
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
...
Use the default version of FIXME, ERR, WARN, TRACE for the default
channel.
1999-12-08 03:56:23 +00:00
Eric Pouech
3f15f8165d
Removed invalid LCMapString fixme for NORM_IGNOREKANATYPE case.
1999-11-25 22:03:21 +00:00
Andreas Mohr
8ced881592
Implementation of RegisterNLSInfoChanged.
1999-11-07 19:24:47 +00:00
Ulrich Weigand
3467dab377
Move VerLanguageName[AW] back to base (exported from KERNEL32 ...).
1999-09-19 12:15:58 +00:00
Alexandre Julliard
89f079bfd1
Replaced a few calls to lstr* functions by their CRTDLL or libc
...
equivalent.
1999-08-08 18:54:47 +00:00
Dave Pickles
2bddc97774
GetTimeFormat() should return LocalTime not SystemTime.
1999-07-10 11:38:20 +00:00
Alexandre Julliard
06c275a643
Converted to the new debugging interface (done with the help of the
...
script written by Patrik Stridvall).
1999-05-02 14:32:27 +00:00
Patrik Stridvall
a9a671d7ca
Fixed ANSI compabillity.
1999-04-25 19:01:52 +00:00
Patrik Stridvall
b4b9fae671
New debug scheme with explicit debug channels declaration.
1999-04-19 14:56:29 +00:00
Pablo Saratxaga
002106ac22
Added walon language support (I also moved Cz -> Cs, Sw -> Sv, and Po
...
-> Pt; to conform to standard names for those languages).
1999-04-16 09:06:58 +00:00
Juergen Schmied
43b667ceb7
Corrected debug output.
1999-04-10 16:52:22 +00:00
Marcus Meissner
9819f2b72c
EnumCalendarInfoA stub.
1999-04-04 12:36:29 +00:00
Alexander Kanavin
91d72b9964
Added support for Russian language.
1999-03-10 18:01:35 +00:00
Marcus Meissner
064f170f76
More include optimisations and fixes.
1999-02-28 19:14:33 +00:00
Alexandre Julliard
a396029270
Large-scale renaming of all Win32 functions and types to use the
...
standard Windows names.
1999-02-26 11:11:13 +00:00
Marcus Meissner
317af320cf
Optimized include/*.h: (recursively) include all headers needed by
...
this .h file, but only those. Necessary fixes to a lot of .c files,
started optimizing "windows.h" away from some of them. Moved
GetCurrentTask prototype to wine/winbase16.h.
1999-02-17 13:51:06 +00:00
Juergen Schmied
4a1dbaf602
Implementation of ConvertDefaultLocale32.
1999-02-14 09:22:12 +00:00
Klaas van Gend
4a8639cc4b
Added support for the Dutch language.
1999-02-11 16:32:16 +00:00
Pascal Cuoq
2e4e8c6244
LCMapString32A: Implemented flags NORM_IGNORENONSPACE and
...
NORM_IGNORESYMBOLS in string mapping mode.
1999-01-31 10:02:30 +00:00
Guy Albertelli
f7e185d2ae
Fixed FIXME in EnumTimeFormats32W
...
Added support for FONTSIGNATURE in GetLocaleInfo32A and updated
GetLocaleInfo32W.
1999-01-24 09:49:23 +00:00
Marcus Meissner
af88f578ab
LCMapStringA: if dstlen is insufficient, return
...
ERROR_INSUFFICIENT_BUFFER (verified).
1999-01-20 14:13:02 +00:00
Juergen Schmied
69f2ea69f5
Fixed tons of incomplete prototypes, assignment's of pointer with
...
different signedness, superflous ',' and ';' in structures, wrong
return-types, lose of digits and some small glitches.
1998-12-26 19:44:13 +00:00
Huw D M Davies
73a6b2fc31
Hack OLE_GetFormat* to return something if datelen = 0.
...
Remove unnecessary WINAPI's.
1998-12-14 12:50:03 +00:00
Marcus Meissner
720cab6696
Two debug messages clarified, one useless prototype removed.
1998-12-11 10:50:44 +00:00
Juergen Schmied
a975da05da
Fixed SetLastError with wrong value.
1998-12-11 10:19:51 +00:00
Andreas Mohr
7a6228d1e1
Fixed a bunch of compiler warnings.
1998-12-11 09:16:48 +00:00
Uwe Bonnes
b741528f4e
Some small corrections to EnumSystemLocales32AW
1998-12-09 11:02:16 +00:00
Ulrich Weigand
f76dac45b3
Bugfix: Do *not* zero out output buffer in GetNumberFormat32[AW].
1998-11-26 14:51:57 +00:00
Pablo Saratxaga
e520e212ae
Small fixes.
1998-11-25 18:15:53 +00:00
Juergen Schmied
324ea57239
Small fixes to get the default language to a sensible value.
...
Thanks to Pablo.
1998-11-22 17:43:30 +00:00
Marcus Meissner
9dc325629d
Turn mega double switch into static table (reduces compile time).
1998-11-22 15:36:14 +00:00
Pablo Saratxaga
a772866072
Display the language id for "XXX not supported for your language"
...
messages.
Added all languages and sublanguages for languages supported in
resources/sysres_Xx.
1998-11-15 10:20:33 +00:00
Juergen Schmied
4d5c9512c1
Stub for GetNumberFormat32W.
1998-11-14 16:42:14 +00:00
Juergen Schmied
584436ca9b
Added Slovak nls-resources.
1998-10-28 09:25:09 +00:00
Andreas Mohr
84248a5a08
Fixes for LANG_NEUTRAL.
1998-10-25 10:32:22 +00:00
Juergen Schmied
e8d281d45a
Changed some string-shell32 functions to 32AW, parameter are
...
os depending 32A or 32W (-winver nt351 or nt40), some new functions.
Some fixes in ole2nls.
New OLE2NLS_CheckLocale() to handle Locale_User_Default and
Locale_System_Default.
Shell32 now dynamicly links to DPA_*(), comdlg32 works again
(comctl32 heap alloc patch broke it).
1998-10-24 09:22:57 +00:00
Eric Pouech
b7233c84eb
Fixed bug on platforms were buffers returned by getenv() shall not be
...
free()'ed. Added French (default) in locale handling.
1998-10-19 08:48:24 +00:00
Matthew Becker
75175345ae
Documentation updates.
1998-10-18 14:39:06 +00:00
Juergen Schmied
c267e3ae24
GetLocaleInfo32A can handle len=0 now, sets LastError and touches
...
buffer only when necessary.
Updated deu.nls and some LCTYPES in winnls.h.
1998-10-18 10:18:35 +00:00
Juergen Schmied
7ae92654a5
Fixed GetLocaleInfo32A for other languages than en_uk.
...
Made it recognise LOCALE_SYSTEM_DEFAULT, LOCALE_SYSTEM_DEFAULT and
last but not least the first argument lcid where is all about...
1998-10-17 12:15:19 +00:00
Marcus Meissner
fb578cd911
Fixed the = -> == bug.
1998-10-17 12:09:24 +00:00