Include GUIDs in strmif.h and uuids.h.
[wine] / ole / ole2nls.c
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...
1998-11-22  Marcus MeissnerTurn mega double switch into static table (reduces...
1998-11-15  Pablo SaratxagaDisplay the language id for "XXX not supported for...
1998-11-14  Juergen SchmiedStub for GetNumberFormat32W.
1998-10-28  Juergen SchmiedAdded Slovak nls-resources.
1998-10-25  Andreas MohrFixes for LANG_NEUTRAL.
1998-10-24  Juergen SchmiedChanged some string-shell32 functions to 32AW, paramete...
1998-10-19  Eric PouechFixed bug on platforms were buffers returned by getenv...
1998-10-18  Matthew BeckerDocumentation updates.
1998-10-18  Juergen SchmiedGetLocaleInfo32A can handle len=0 now, sets LastError...
1998-10-17  Juergen SchmiedFixed GetLocaleInfo32A for other languages than en_uk.
1998-10-17  Marcus MeissnerFixed the = -> == bug.
1998-10-11  Matthew BeckerDocumentation corrections/standardizations.
1998-10-10  Pablo SaratxagaMore NLS data.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-07-26  Alexandre JulliardRelease 980726 wine-980726
1998-07-12  Alexandre JulliardRelease 980712 wine-980712
1998-06-28  Alexandre JulliardRelease 980628 wine-980628
1998-06-14  Alexandre JulliardRelease 980614 wine-980614
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
next