Moved a couple of locale functions from ole2nls.c into locale.c.
[wine] / ole / ole2nls.c
2003-03-20  Alexandre JulliardMoved a couple of locale functions from ole2nls.c into...
2003-03-18  Jon GriffithsDocumentation updates.
2003-01-16  Bill MedlandCorrect GetDateFormat handling of uninitialised fields...
2002-12-19  Chris MorganGetDateFormat() and GetTimeFormat() should check the...
2002-12-19  Alberto MassariCompareStringW should return 0 when one of the provided...
2002-12-12  Francois GougetIn Get{Currency,Number}FormatA, SetLastError to
2002-11-27  Bill MedlandCorrect GetNumberFormatA for zero decimals and for...
2002-11-08  Ryan CummingRemove OLE_GetFormatA, reimplement GetDateFormatA and...
2002-10-25  Bill MedlandFix OLE_GetFormatW so that GetDateFormatW works.
2002-10-03  Steve LustbaderImplemented GetDateFormatW.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-15  Alexandre JulliardFixed GetLocaleInfoW to handle Unicode properly and...
2002-06-13  Paul MillarFix use of LOCALE_NOUSEROVERRIDE flag in GetNumberForma...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Alexandre JulliardFixed buffer handling of some locale functions (based...
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-04  Dmitry TimoshkovReimplement GetStringTypeA and GetStringTypeExA.
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-09-19  Francois GougetFix the definition of structs NUMBERFMT* and CURRENCYFMT*.
2001-08-09  Andreas MohrSpelling fixes.
2001-07-17  Andreas MohrFixed some more overflowing string traces.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-14  Dmitry TimoshkovMove IsCharAlphaA and IsCharAlphaNumericA to user32.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-29  Huw D M DaviesWhen reading resources in NLS_LoadStringExW we should map
2001-04-12  James HathewaySmall typo fix.
2001-04-04  Rein KlazesImplement TIME_FORCE24HOURFORMAT and TIME_NOTIMEMARKER...
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-02-14  François Gougetdebugstr_xxx already does the quoting.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-12  Alexandre JulliardGot rid of main.h.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-25  Andreas MohrCompareStringW returned wrong results sometimes.
2000-10-02  Uwe BonnesGetDateFormatA: Check range and recalculate wDayOfWeek.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-16  Dimitrie O. PaunUse the system local time if lpTime=NULL.
2000-08-20  Dmitry TimoshkovAdded new language detection scheme that uses NLS data...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-11  Alexandre JulliardAdded Unicode ctype support.
2000-08-06  Hidenori TakeshimaFix for calling ctype functions with Unicode characters.
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-03  Dmitry TimoshkovLOCALE_NOUSEROVERRIDE means: do not get user redefined...
2000-07-29  Dmitry TimoshkovFindResourceExA/W should search for the specified langu...
2000-07-15  Alexandre JulliardMade --language behave the same as setting the LANGUAGE...
2000-07-10  Dmitry TimoshkovMoved all NLS dependent data to the KERNEL resources.
2000-06-13  Bertho StultiensCommented out IsBadWritePtr check. Makes winhlp32.exe...
2000-06-13  Alexandre JulliardUse the Unicode string functions from wine/unicode...
2000-05-30  Zoran DzelajlijaBasic Croatian language support.
2000-05-07  Dimitrie O. PaunSeparate OLE2NLS out of KERNEL.
2000-05-05  Alexandre JulliardHenning Hoffmann (of Macadamian for Corel)
2000-04-15  Owen WangAdded further implementation of WINAPI EnumDateFormats...
2000-04-06  Owen WangImplemented API EnumTimeFormatsA(). It supports now...
2000-04-04  Alexandre JulliardMichael Abd-El-Malek (Corel)
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-24  Patrik StridvallFixed some ANSI C violations.
2000-03-19  Andrew LewyckyImproved CompareStringA performance.
2000-03-19  Steven ElliottTemporarily implemented the LCMAP_SORTKEY flag in the...
2000-03-18  Alexandre JulliardMisc small cleanups.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-25  Steven ElliottStubbed out the implementation of LCMAP_SORTKEY in...
2000-02-25  James AbbatielloMisc. fixes for compiler warnings.
2000-02-16  Alastair McKinstryAdded support for the following celtic languages: Irish...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Julio César GázquezGetNumberFormatA implementation added.
1999-12-20  Rein KlazesEnumSystemLocalesA should look for registry values...
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-11-25  Eric PouechRemoved invalid LCMapString fixme for NORM_IGNOREKANATY...
1999-11-07  Andreas MohrImplementation of RegisterNLSInfoChanged.
1999-09-19  Ulrich WeigandMove VerLanguageName[AW] back to base (exported from...
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-07-10  Dave PicklesGetTimeFormat() should return LocalTime not SystemTime.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-16  Pablo SaratxagaAdded walon language support (I also moved Cz -> Cs...
1999-04-10  Juergen SchmiedCorrected debug output.
1999-04-04  Marcus MeissnerEnumCalendarInfoA stub.
1999-03-10  Alexander KanavinAdded support for Russian language.
1999-02-28  Marcus MeissnerMore include optimisations and fixes.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Juergen SchmiedImplementation of ConvertDefaultLocale32.
1999-02-11  Klaas van GendAdded support for the Dutch language.
1999-01-31  Pascal CuoqLCMapString32A: Implemented flags NORM_IGNORENONSPACE and
1999-01-24  Guy AlbertelliFixed FIXME in EnumTimeFormats32W
1999-01-20  Marcus MeissnerLCMapStringA: if dstlen is insufficient, return
1998-12-26  Juergen SchmiedFixed tons of incomplete prototypes, assignment's of...
1998-12-14  Huw D M DaviesHack OLE_GetFormat* to return something if datelen...
1998-12-11  Marcus MeissnerTwo debug messages clarified, one useless prototype...
1998-12-11  Juergen SchmiedFixed SetLastError with wrong value.
1998-12-11  Andreas MohrFixed a bunch of compiler warnings.
1998-12-09  Uwe BonnesSome small corrections to EnumSystemLocales32AW
1998-11-26  Ulrich WeigandBugfix: Do *not* zero out output buffer in GetNumberFor...
1998-11-25  Pablo SaratxagaSmall fixes.
1998-11-22  Juergen SchmiedSmall fixes to get the default language to a sensible...
next