CVS log for wine/dlls/kernel/Attic/locale.c

[BACK] Up to [wine] / wine / dlls / kernel

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.78, Tue Sep 12 12:31:37 2006 UTC (2 years, 3 months ago) by julliard
Branch: MAIN
CVS Tags: HEAD
Changes since 1.77: +0 -0 lines
FILE REMOVED

Alexandre Julliard <julliard@winehq.org>
kernel32: Renamed the kernel directory to kernel32.

Also get rid of the kernel/messages subdirectory.

Revision 1.77 / (download) - [select for diffs], Mon Aug 28 10:11:15 2006 UTC (2 years, 4 months ago) by julliard
Branch: MAIN
Changes since 1.76: +2 -1 lines
Diff to previous 1.76 (colored)

Robert Reif <reif@earthlink.net>
kernel32: Fix TRACE in WideCharToMultiByte to not cause exception with non-null terminated input.

Revision 1.76 / (download) - [select for diffs], Fri Aug 18 10:42:47 2006 UTC (2 years, 4 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_20
Changes since 1.75: +2 -1 lines
Diff to previous 1.75 (colored)

Mike McCormack <mike@codeweavers.com>
kernel32: Change a FIXME to a WARN.

Revision 1.75 / (download) - [select for diffs], Wed Jun 21 13:03:23 2006 UTC (2 years, 6 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_19, Wine-0_9_18, Wine-0_9_17, Wine-0_9_16
Changes since 1.74: +21 -0 lines
Diff to previous 1.74 (colored)

Simon Kissane <skissane@gmail.com>
kernel32: Added SetThreadUILanguage() stub.

Revision 1.74 / (download) - [select for diffs], Mon Jun 12 12:12:17 2006 UTC (2 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.73: +1 -1 lines
Diff to previous 1.73 (colored)

Mike McCormack <mike@codeweavers.com>
kernel32: Fix a cast for Win64.

Revision 1.73 / (download) - [select for diffs], Wed May 24 12:50:27 2006 UTC (2 years, 7 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_15, Wine-0_9_14
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (colored)

Alexandre Julliard <julliard@winehq.org>
libwine_unicode: Renamed is_dbcs_leadbyte to wine_is_dbcs_leadbyte.

Revision 1.72 / (download) - [select for diffs], Tue May 23 12:48:03 2006 UTC (2 years, 7 months ago) by julliard
Branch: MAIN
Changes since 1.71: +1 -1 lines
Diff to previous 1.71 (colored)

Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.

Revision 1.71 / (download) - [select for diffs], Tue Feb 7 20:21:52 2006 UTC (2 years, 10 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_9, Wine-0_9_8, Wine-0_9_13, Wine-0_9_12, Wine-0_9_11, Wine-0_9_10
Changes since 1.70: +57 -14 lines
Diff to previous 1.70 (colored)

Dmitry Timoshkov <dmitry@codeweavers.com>
kernel32: Implement EnumUILanguages.

Revision 1.70 / (download) - [select for diffs], Mon Nov 28 20:10:40 2005 UTC (3 years, 1 month ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_7, Wine-0_9_6, Wine-0_9_5, Wine-0_9_4, Wine-0_9_3
Changes since 1.69: +1 -0 lines
Diff to previous 1.69 (colored)

Ge van Geldorp <gvg@reactos.org>
Match PSDK STATUS_* definitions.

Revision 1.69 / (download) - [select for diffs], Tue Nov 8 11:01:03 2005 UTC (3 years, 1 month ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_2, Wine-0_9_1
Changes since 1.68: +1 -1 lines
Diff to previous 1.68 (colored)

Markus Amsler <markus.amsler@oribi.org>
Improve c2man Documented-Total count. Changes:
- add missing description
- add missing returns section
- complete missing A/W pairs
- reformate comments, to match c2man requirements

Revision 1.68 / (download) - [select for diffs], Mon Oct 17 08:56:41 2005 UTC (3 years, 2 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9
Changes since 1.67: +3 -3 lines
Diff to previous 1.67 (colored)

Ignore empty environment strings.

Revision 1.67 / (download) - [select for diffs], Mon Sep 12 21:22:32 2005 UTC (3 years, 3 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20050930
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)

Fixed a few more pointer to integer typecast issues for 64-bit
platforms.

Revision 1.66 / (download) - [select for diffs], Mon Sep 12 20:29:16 2005 UTC (3 years, 3 months ago) by julliard
Branch: MAIN
Changes since 1.65: +1 -1 lines
Diff to previous 1.65 (colored)

Use MAKEINTRESOURCE instead of casts where appropriate.

Revision 1.65 / (download) - [select for diffs], Mon Sep 12 15:33:50 2005 UTC (3 years, 3 months ago) by julliard
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored)

Dmitry Timoshkov <dmitry@codeweavers.com>
strcpynAtoW takes number of characters, not bytes.

Revision 1.64 / (download) - [select for diffs], Mon Jun 20 10:40:37 2005 UTC (3 years, 6 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20050830, Wine-20050725, Wine-20050628
Changes since 1.63: +0 -1 lines
Diff to previous 1.63 (colored)

Mike McCormack <mike@codeweavers.com>
- don't include winreg.h
- include kernel_private.h to get declaration for convert_old_config()

Revision 1.63 / (download) - [select for diffs], Fri Jun 17 13:58:35 2005 UTC (3 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.62: +19 -19 lines
Diff to previous 1.62 (colored)

Mike McCormack <mike@codeweavers.com>
Use HANDLE instead of HKEY in the NT API.

Revision 1.62 / (download) - [select for diffs], Mon Jun 6 20:00:14 2005 UTC (3 years, 7 months ago) by julliard
Branch: MAIN
Changes since 1.61: +2 -3 lines
Diff to previous 1.61 (colored)

Moved the kernel per-thread data out of the TEB into a private
structure stored in TEB.SystemReserved1.

Revision 1.61 / (download) - [select for diffs], Mon May 16 17:52:10 2005 UTC (3 years, 7 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20050524
Changes since 1.60: +1 -1 lines
Diff to previous 1.60 (colored)

Removed the special casing of kernel32 and ntdll for the TEB
definition in winternl.h.

Revision 1.60 / (download) - [select for diffs], Wed May 11 12:57:50 2005 UTC (3 years, 7 months ago) by julliard
Branch: MAIN
Changes since 1.59: +14 -0 lines
Diff to previous 1.59 (colored)

Mike McCormack <mike@codeweavers.com>
Stub implementation for GetGeoInfo.

Revision 1.59 / (download) - [select for diffs], Mon Apr 18 15:42:49 2005 UTC (3 years, 8 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20050419
Changes since 1.58: +0 -4 lines
Diff to previous 1.58 (colored)

Removed unused data fields in the LANG_FIND_DATA structure.

Revision 1.58 / (download) - [select for diffs], Tue Mar 29 11:34:03 2005 UTC (3 years, 9 months ago) by julliard
Branch: MAIN
Changes since 1.57: +21 -0 lines
Diff to previous 1.57 (colored)

Troy Rollo <wine@troy.rollo.name>
Implement SetCPGlobal (an undocumented Win32 API).

Revision 1.57 / (download) - [select for diffs], Sat Mar 19 17:04:56 2005 UTC (3 years, 9 months ago) by julliard
Branch: MAIN
Changes since 1.56: +8 -2 lines
Diff to previous 1.56 (colored)

Ulrich Czekalla <ulrich@codeweavers.com>
GetCPInfo should return FALSE if called with NULL info buffer.

Revision 1.56 / (download) - [select for diffs], Wed Jan 19 20:59:32 2005 UTC (3 years, 11 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20050310, Wine-20050211
Changes since 1.55: +1 -1 lines
Diff to previous 1.55 (colored)

Oleh R. Nykyforchyn <nick@pu.if.ua>
Ukrainian codepage 21866 added and respective files corrected. Two
keyboard layouts (for Ukrainian and Russian) added.

Revision 1.55 / (download) - [select for diffs], Thu Dec 23 18:48:47 2004 UTC (4 years ago) by julliard
Branch: MAIN
CVS Tags: Wine-20050111
Changes since 1.54: +2 -4 lines
Diff to previous 1.54 (colored)

Michael Stefaniuc <mstefani@redhat.de>
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.

Revision 1.54 / (download) - [select for diffs], Sun Nov 21 15:47:24 2004 UTC (4 years, 1 month ago) by julliard
Branch: MAIN
CVS Tags: Wine-20041201
Changes since 1.53: +7 -7 lines
Diff to previous 1.53 (colored)

Dmitry Timoshkov <dmitry@codeweavers.com>
Call CompareStringA with LOCALE_USE_CP_ACP flag set from lstrcmpA and
lstrcmpiA in order to improve speed. Add a test case confirming that
CompareString and LCMapString accept LOCALE_USE_CP_ACP.

Revision 1.53 / (download) - [select for diffs], Thu Nov 4 21:06:03 2004 UTC (4 years, 2 months ago) by julliard
Branch: MAIN
Changes since 1.52: +1 -0 lines
Diff to previous 1.52 (colored)

Dmitry Timoshkov <dmitry@codeweavers.com>
Add unix locale to code page mapping for ISO-8859-16.

Revision 1.52 / (download) - [select for diffs], Mon Nov 1 21:06:28 2004 UTC (4 years, 2 months ago) by julliard
Branch: MAIN
Changes since 1.51: +16 -2 lines
Diff to previous 1.51 (colored)

Stefan Leichter <Stefan.Leichter@camLine.com>
Set the correct last error in EnumUILanguagesA, with tests.

Revision 1.51 / (download) - [select for diffs], Tue Oct 19 23:50:36 2004 UTC (4 years, 2 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20041019
Changes since 1.50: +32 -0 lines
Diff to previous 1.50 (colored)

Stefan Leichter <Stefan.Leichter@camLine.com>
Added dummy implementation for EnumUILanguagesA/W.

Revision 1.50 / (download) - [select for diffs], Mon Aug 23 17:52:02 2004 UTC (4 years, 4 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20040914
Changes since 1.49: +49 -11 lines
Diff to previous 1.49 (colored)

Dmitry Timoshkov <dmitry@codeweavers.com>
GetCPInfo(Ex) should work on CP_UTF7/CP_UTF8 pseudo code pages, as
IsValidCodePage does.

Revision 1.49 / (download) - [select for diffs], Fri Jul 30 01:45:16 2004 UTC (4 years, 5 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20040813
Changes since 1.48: +16 -8 lines
Diff to previous 1.48 (colored)

Added support for getting and setting the UI language.

Revision 1.48 / (download) - [select for diffs], Fri Jul 23 23:17:13 2004 UTC (4 years, 5 months ago) by julliard
Branch: MAIN
Changes since 1.47: +1 -1 lines
Diff to previous 1.47 (colored)

Vincent Béron <vberon@mecano.gme.usherb.ca>
Remove last winedefault.reg reference in the code.

Revision 1.47 / (download) - [select for diffs], Fri Jul 16 23:44:18 2004 UTC (4 years, 5 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20040716
Changes since 1.46: +6 -4 lines
Diff to previous 1.46 (colored)

Shachar Shemesh <wine-patches@shemesh.biz>
System default locale in Windows determines the ANSI encoding
(LC_CTYPE on Unix).

Revision 1.46 / (download) - [select for diffs], Wed Jul 7 00:47:31 2004 UTC (4 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.45: +35 -7 lines
Diff to previous 1.45 (colored)

Dmitry Timoshkov <dmitry@codeweavers.com>
Initialize also ACP, OEMCP and MACCP in registry on locale change.

Revision 1.45 / (download) - [select for diffs], Sun Jul 4 00:07:42 2004 UTC (4 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

Vitaly Lipatov <lav@altlinux.ru>
Return proper codepage value in GetCPInfoEx.

Revision 1.44 / (download) - [select for diffs], Tue Jun 15 17:02:31 2004 UTC (4 years, 6 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20040615
Changes since 1.43: +10 -7 lines
Diff to previous 1.43 (colored)

Dmitry Timoshkov <dmitry@codeweavers.com>
- Fix erroneous use of LOCALE_SDATE in the place of LOCALE_SSHORTDATE.
- Fix incorrect assumptions about format strings when parsing date
  formats and setting LOCALE_IDATE and LOCALE_ILDATE values.

Revision 1.43 / (download) - [select for diffs], Mon Jun 14 17:04:35 2004 UTC (4 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.42: +3 -2 lines
Diff to previous 1.42 (colored)

Eric Pouech <pouech-eric@wanadoo.fr>
Const correctness, pointer cast correctness, removed extraneous ';'.

Revision 1.42 / (download) - [select for diffs], Mon Apr 19 20:12:14 2004 UTC (4 years, 8 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20040505
Changes since 1.41: +1 -1 lines
Diff to previous 1.41 (colored)

Francois Gouget <fgouget@free.fr>
Make Unicode const strings static so they are not copied to the stack
each time we enter the function.

Revision 1.41 / (download) - [select for diffs], Mon Apr 19 03:05:07 2004 UTC (4 years, 8 months ago) by julliard
Branch: MAIN
Changes since 1.40: +1 -0 lines
Diff to previous 1.40 (colored)

Fixed ntdll_wcstoumbs and WideCharToMultiByte to set the 'used' flag
for UTF-8 codepage too. This was causing DIR_nt_to_unix to fail in
some cases (tracked down with help from Alex Pasadyn).

Revision 1.40 / (download) - [select for diffs], Mon Apr 5 20:14:34 2004 UTC (4 years, 9 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20040408
Changes since 1.39: +32 -4 lines
Diff to previous 1.39 (colored)

Lionel Ulmer <lionel.ulmer@free.fr>
Add better NULL checks to lstrcmp[i](A/W) functions.

Revision 1.39 / (download) - [select for diffs], Tue Mar 30 20:38:24 2004 UTC (4 years, 9 months ago) by julliard
Branch: MAIN
Changes since 1.38: +4 -0 lines
Diff to previous 1.38 (colored)

Dmitry Timoshkov <dmitry@codeweavers.com>
Add CP932, CP936, CP949 and CP950 to the charset map.

Revision 1.38 / (download) - [select for diffs], Mon Mar 29 22:55:46 2004 UTC (4 years, 9 months ago) by julliard
Branch: MAIN
Changes since 1.37: +2 -0 lines
Diff to previous 1.37 (colored)

Dmitry Timoshkov <dmitry@codeweavers.com>
Add Traditional Chinese Big5 and Simplified Chinese GBK mappings.

Revision 1.37 / (download) - [select for diffs], Tue Mar 23 23:20:16 2004 UTC (4 years, 9 months ago) by julliard
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Francois Gouget <fgouget@free.fr>
Assorted spelling fixes.

Revision 1.36 / (download) - [select for diffs], Tue Mar 9 00:41:00 2004 UTC (4 years, 10 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20040309
Changes since 1.35: +0 -2 lines
Diff to previous 1.35 (colored)

Dmitry Timoshkov <dmitry@codeweavers.com>
Do not take into account LC_CTYPE and LC_MESSAGES while detecting a
user locale.

Revision 1.35 / (download) - [select for diffs], Wed Feb 25 01:35:01 2004 UTC (4 years, 10 months ago) by julliard
Branch: MAIN
Changes since 1.34: +6 -6 lines
Diff to previous 1.34 (colored)

Fixed callers of GetLocaleInfoW to use the correct buffer size.

Revision 1.34 / (download) - [select for diffs], Thu Feb 12 00:00:55 2004 UTC (4 years, 10 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20040213
Changes since 1.33: +11 -17 lines
Diff to previous 1.33 (colored)

Store the kernel32 module handle globally to avoid some
GetModuleHandle calls that can cause deadlocks with the loader
section.
Moved some 16-bit definitions out of kernel_private.h.

Revision 1.33 / (download) - [select for diffs], Sat Feb 7 02:21:31 2004 UTC (4 years, 11 months ago) by julliard
Branch: MAIN
Changes since 1.32: +6 -0 lines
Diff to previous 1.32 (colored)

Added missing parameter check in SetLocaleInfoA revealed by the
profile code changes.

Revision 1.32 / (download) - [select for diffs], Tue Jan 20 22:39:07 2004 UTC (4 years, 11 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20040121
Changes since 1.31: +22 -4 lines
Diff to previous 1.31 (colored)

Rein Klazes <rklazes@xs4all.nl>
Fix MultiByteToWideChar and WideCharToMultiByte when called with code
page CP_SYMBOL.
Remove the symbol font from the code page table, so it is not reported
as a valid/supported/installed code page.
Remove workarounds for the badly behaved MultiByteToWideChar and co.
in a few places.

Revision 1.31 / (download) - [select for diffs], Sun Jan 18 22:11:52 2004 UTC (4 years, 11 months ago) by julliard
Branch: MAIN
Changes since 1.30: +3 -2 lines
Diff to previous 1.30 (colored)

Eric Pouech <pouech-eric@wanadoo.fr>
Added support for Unix code page in NTDLL.

Revision 1.30 / (download) - [select for diffs], Fri Dec 12 05:59:54 2003 UTC (5 years ago) by julliard
Branch: MAIN
CVS Tags: Wine-20031212
Changes since 1.29: +1 -0 lines
Diff to previous 1.29 (colored)

Vik Kumar <vik@zone81.com>
Added eucJP charset.

Revision 1.29 / (download) - [select for diffs], Wed Dec 3 22:32:11 2003 UTC (5 years, 1 month ago) by julliard
Branch: MAIN
Changes since 1.28: +101 -97 lines
Diff to previous 1.28 (colored)

Converted locale setup to Unicode so that we don't use code pages
before they are initialized. Improved error reporting a bit.

Revision 1.28 / (download) - [select for diffs], Wed Dec 3 20:28:10 2003 UTC (5 years, 1 month ago) by julliard
Branch: MAIN
Changes since 1.27: +34 -35 lines
Diff to previous 1.27 (colored)

Revert change for handling user overrides as numbers and reimplement
it differently.

Revision 1.27 / (download) - [select for diffs], Mon Dec 1 22:46:19 2003 UTC (5 years, 1 month ago) by julliard
Branch: MAIN
Changes since 1.26: +38 -9 lines
Diff to previous 1.26 (colored)

Jon Griffiths <jon_p_griffiths@yahoo.com>
Allow user overridden locale data to be retrieved as numbers.

Revision 1.26 / (download) - [select for diffs], Sat Nov 22 00:00:53 2003 UTC (5 years, 1 month ago) by julliard
Branch: MAIN
Changes since 1.25: +30 -16 lines
Diff to previous 1.25 (colored)

Dmitry Timoshkov <dmitry@codeweavers.com>
Move CompareString implementation to libwine_unicode, add a bunch of
CompareString tests.

Revision 1.25 / (download) - [select for diffs], Fri Nov 14 20:59:03 2003 UTC (5 years, 1 month ago) by julliard
Branch: MAIN
CVS Tags: Wine-20031118
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

Jon Griffiths <jon_p_griffiths@yahoo.com>
Fix a crash in GetLocaleInfo() when extra high bits are set.

Revision 1.24 / (download) - [select for diffs], Fri Oct 24 00:24:46 2003 UTC (5 years, 2 months ago) by julliard
Branch: MAIN
Changes since 1.23: +226 -5 lines
Diff to previous 1.23 (colored)

Jon Griffiths <jon_p_griffiths@yahoo.com>
Implemented FoldStringA (using W version).
Documentation updates.

Revision 1.23 / (download) - [select for diffs], Wed Oct 15 20:57:49 2003 UTC (5 years, 2 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20031016
Changes since 1.22: +62 -1 lines
Diff to previous 1.22 (colored)

Jon Griffiths <jon_p_griffiths@yahoo.com>
Implemented FoldStringW.

Revision 1.22 / (download) - [select for diffs], Tue Oct 14 05:32:30 2003 UTC (5 years, 2 months ago) by julliard
Branch: MAIN
Changes since 1.21: +512 -13 lines
Diff to previous 1.21 (colored)

Moved codepage functions to dlls/kernel.
Changed initialisation of the locale functions so that CP_UNIXCP works
as soon as possible during kernel32 init.

Revision 1.21 / (download) - [select for diffs], Wed Oct 1 03:12:02 2003 UTC (5 years, 3 months ago) by julliard
Branch: MAIN
Changes since 1.20: +18 -0 lines
Diff to previous 1.20 (colored)

Mike McCormack <mike@codeweavers.com>
Stubs for Get/SetUserGeoID().

Revision 1.20 / (download) - [select for diffs], Wed Sep 24 18:51:22 2003 UTC (5 years, 3 months ago) by julliard
Branch: MAIN
Changes since 1.19: +843 -118 lines
Diff to previous 1.19 (colored)

Jon Griffiths <jon_p_griffiths@yahoo.com>
Add LanguageGroup/GeoID enumeration fns.
Add some reg entries from XP.
SetLocaleInfo(): Set 2 I-values from S-values.
Optimise code size, fix a few bugs, documentation.

Revision 1.19 / (download) - [select for diffs], Tue Sep 16 20:38:33 2003 UTC (5 years, 3 months ago) by julliard
Branch: MAIN
Changes since 1.18: +27 -31 lines
Diff to previous 1.18 (colored)

More robust detection of charset names.

Revision 1.18 / (download) - [select for diffs], Wed Sep 10 03:56:48 2003 UTC (5 years, 3 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20030911
Changes since 1.17: +6 -6 lines
Diff to previous 1.17 (colored)

Removed the A/W constants for builtin cursors, icons and resource
types since they don't exist on Windows, and added typecasts
everywhere instead.

Revision 1.17 / (download) - [select for diffs], Mon Sep 8 19:38:49 2003 UTC (5 years, 4 months ago) by julliard
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 (colored)

Francois Gouget <fgouget@free.fr>
Fix the case of product and company names.

Revision 1.16 / (download) - [select for diffs], Fri Sep 5 23:08:37 2003 UTC (5 years, 4 months ago) by julliard
Branch: MAIN
Changes since 1.15: +3 -0 lines
Diff to previous 1.15 (colored)

Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).

Revision 1.15 / (download) - [select for diffs], Fri Aug 8 21:07:23 2003 UTC (5 years, 5 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20030813
Changes since 1.14: +6 -6 lines
Diff to previous 1.14 (colored)

Patrik Stridvall <ps@leissner.se>
Fixed some issues found by winapi_check.

Revision 1.14 / (download) - [select for diffs], Wed Jul 9 19:45:10 2003 UTC (5 years, 6 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20030709
Changes since 1.13: +13 -0 lines
Diff to previous 1.13 (colored)

Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Add charset information as used by FreeBSD.

Revision 1.13 / (download) - [select for diffs], Wed Jul 9 04:22:57 2003 UTC (5 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.12: +86 -8 lines
Diff to previous 1.12 (colored)

Dmitry Timoshkov <dmitry@codeweavers.com>
Added support for CP_UNIXCP.

Revision 1.12 / (download) - [select for diffs], Thu Jul 3 18:09:03 2003 UTC (5 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.11: +4 -0 lines
Diff to previous 1.11 (colored)

Dmitry Timoshkov <dmitry@codeweavers.com>
Exit ealier from LCMapStringA in the case of LCMAP_SORTKEY.
Don't rely on computing string length by MultiByteToWideChar in
CompareStringA, do it manually.

Revision 1.11 / (download) - [select for diffs], Fri Jun 27 19:02:23 2003 UTC (5 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.10: +323 -10 lines
Diff to previous 1.10 (colored)

Dmitry Timoshkov <dmitry@codeweavers.com>
Implement LCMapString using unicode collation tables.
Move CompareString and LCMapString to dlls/kernel/locale.c.

Revision 1.10 / (download) - [select for diffs], Tue Apr 29 23:00:48 2003 UTC (5 years, 8 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20030618, Wine-20030508
Changes since 1.9: +3 -0 lines
Diff to previous 1.9 (colored)

Implemented ntdll resource functions.

Revision 1.9 / (download) - [select for diffs], Sat Apr 19 20:22:23 2003 UTC (5 years, 8 months ago) by julliard
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Maxime Bellengé <maxime.bellenge@laposte.net>
Added resource strings for language groups.

Revision 1.8 / (download) - [select for diffs], Tue Apr 8 19:40:37 2003 UTC (5 years, 9 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20030408
Changes since 1.7: +9 -0 lines
Diff to previous 1.7 (colored)

Michal Janusz Miroslaw <M.Miroslaw@elka.pw.edu.pl>
Add stub for InvalidateNLSCache.

Revision 1.7 / (download) - [select for diffs], Wed Mar 26 01:22:57 2003 UTC (5 years, 9 months ago) by julliard
Branch: MAIN
Changes since 1.6: +28 -0 lines
Diff to previous 1.6 (colored)

Maxime Bellengé <maxime.bellenge@laposte.net>
Stubs for EnumSystemLanguageGroups{A|W}.

Revision 1.6 / (download) - [select for diffs], Thu Mar 20 23:43:14 2003 UTC (5 years, 9 months ago) by julliard
Branch: MAIN
Changes since 1.5: +93 -0 lines
Diff to previous 1.5 (colored)

Moved a couple of locale functions from ole2nls.c into locale.c.

Revision 1.5 / (download) - [select for diffs], Fri Sep 13 18:52:01 2002 UTC (6 years, 3 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20030318, Wine-20030219, Wine-20030115, Wine-20021219, Wine-20021125, Wine-20021031, Wine-20021007
Changes since 1.4: +49 -14 lines
Diff to previous 1.4 (colored)

Removed remaining references to advapi32 registry functions from
kernel functions.

Revision 1.4 / (download) - [select for diffs], Thu Sep 12 22:07:02 2002 UTC (6 years, 3 months ago) by julliard
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

Patrik Stridvall <ps@leissner.se>
Moved all the content of the DDK files ntdef.h and ntddk.h to
winternl.h.

Revision 1.3 / (download) - [select for diffs], Wed Aug 28 23:42:34 2002 UTC (6 years, 4 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20020904
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

Patrik Stridvall <ps@leissner.se>
MSVC compatibility fixes.

Revision 1.2 / (download) - [select for diffs], Tue Aug 20 00:20:43 2002 UTC (6 years, 4 months ago) by julliard
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

Patrik Stridvall <ps@leissner.se>
Fixed some issues found by winapi_check.

Revision 1.1 / (download) - [select for diffs], Thu Aug 15 23:18:47 2002 UTC (6 years, 4 months ago) by julliard
Branch: MAIN

Fixed GetLocaleInfoW to handle Unicode properly and completed
implementation.
Update win.ini and registry on startup when language changed.
More logical priority order for locale environment variables.
Implemented SetLocaleInfoW.
Moved some locale functions to kernel32.dll.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




Report problems to: web-admin@winehq.com