Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Eric Pouech
|
e0cffe355f
|
Fix a couple of bugs spotted by valgrind.
|
2006-01-27 16:18:05 +01:00 |
Alexandre Julliard
|
20a1a203c6
|
Use a more portable scheme for storing the name of a critical
section.
|
2005-09-09 10:19:44 +00:00 |
Dmitry Timoshkov
|
5da1c0ada9
|
Implement EnumDateFormatsEx.
|
2005-07-28 10:47:53 +00:00 |
Dmitry Timoshkov
|
6f6d58b8b4
|
- Reimplement EnumTimeFormats, make it work for all available
locales.
- Add a test for EnumTimeFormats
|
2005-07-28 10:16:02 +00:00 |
Dmitry Timoshkov
|
8873d90f36
|
- Reimplement EnumDateFormats, make it work for all available
locales.
- Add a test for EnumDateFormats.
|
2005-07-27 15:15:02 +00:00 |
Mike McCormack
|
405ac7a80c
|
- don't include winreg.h
- include kernel_private.h to get declaration for convert_old_config()
|
2005-06-20 10:40:37 +00:00 |
Mike McCormack
|
0f36d124a2
|
Fix warnings from -Wmissing-declarations.
|
2005-06-14 11:42:34 +00:00 |
Vincent Béron
|
9572ae764c
|
Change UTF-8 name back to ISO-8859-1.
|
2005-01-27 10:41:40 +00:00 |
Vincent Béron
|
53ca036a56
|
Use GetLocalTime (tz-dependant) instead of GetSystemTime (UTC) in
GetTimeFormat.
|
2005-01-07 17:08:55 +00:00 |
Hans Leidekker
|
f4a5ba1f6b
|
Stub implementations for EnumDateFormatsEx{A,W}.
|
2005-01-03 14:32:16 +00:00 |
Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
Ken Belleau
|
c7471d11ef
|
Implemented EnumCalendarInfo(A/W/ExA/ExW).
|
2004-12-14 19:59:43 +00:00 |
Bill Medland
|
8d94d1925d
|
Correct GetNumberFormat for negative numbers with e.g. 3 leading
digits.
|
2004-02-07 01:28:45 +00:00 |
Jon Griffiths
|
d9339f83ec
|
Fail GetCalendarInfoA for Unicode-only locales.
|
2003-12-01 22:47:28 +00:00 |
Jon Griffiths
|
eff671ef0d
|
Documentation updates
|
2003-11-25 00:08:46 +00:00 |
Francois Gouget
|
224063f033
|
Some spelling fixes.
Fix the case of WineHQ.
|
2003-09-29 20:20:53 +00:00 |
Jon Griffiths
|
31f1a801a7
|
Re-implement and optimise the NLS formatting functions (many fixes).
Documentation updates.
|
2003-09-17 22:39:51 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Alexandre Julliard
|
90b68fc7c7
|
Moved date/time/currency format handling to new lcformat.c.
|
2003-03-22 00:23:16 +00:00 |