oleaut32: Use LOCALE_NOUSEROVERRIDE where necessary in variant conversions.
[wine] / dlls / msvcrt /
2006-12-05  Francois GougetAssorted spelling fixes.
2006-11-24  Francois Gougetmsvcrt/tests: We cannot link with _initterm() with...
2006-11-24  Francois Gougetmsvcrt/tests: The tests must not include msvcrt.h becau...
2006-11-17  Louis Lendersmsvcrt: Add _fstat64 and _stat64 to msvcrt.spec.
2006-11-15  Sam Dennismsvcrt: Use the custom vsnprintf implementation for...
2006-11-14  Alexandre Julliardmsvcrt/tests: Clean up a temp file.
2006-11-14  Jesse Allenmsvcrt: printf buffer overrun tests.
2006-11-14  Jesse Allenmsvcrt: Estimate required buffer size better in pf_vsnp...
2006-11-14  Jesse Allenmsvcrt: Free correct buffer in pf_vsnprintf.
2006-11-06  Andrew Talbotmsvcrt: Cast-qual warnings fix.
2006-10-31  Louis. Lendersmsvcrt: Add stub for _setmaxstdio + tiny test.
2006-10-27  Duane Clarkmsvcrt: Fix fread on large buffers in ascii mode.
2006-10-23  Markus Amslermsvcrt: Speed up new operator.
2006-10-18  Louis. Lendersmsvcrt: Add stub for _getmaxstdio.
2006-10-13  Markus Amslermsvcrt: Fix fread eof handling.
2006-10-13  Markus Amslermsvcrt: fread: Fill buffer on small reads.
2006-10-13  Markus Amslermsvcrt: Add fread eof tests.
2006-10-10  Michael Stefaniucjanitorial: Remove remaining NULL checks before free...
2006-10-06  Michael Stefaniucmsvcrt/tests: Win64 printf format warning fixes.
2006-10-04  Michael Stefaniucmsvcrt: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-26  Duane Clarkmsvcrt: fgetc needs to use unsigned parameters.
2006-09-20  Andrew Talbotmsvcrt: Cast-qual warnings fix.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-09-07  Dan Kegelprograms/wcmd: Rename to programs/cmd.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-23  Andrzej Popowskimsvcrt: Fix scanf format "%i" base detection.
2006-08-18  Alexandre Julliardmsvcrt: Fixed access to the extra arguments of setjmp3.
2006-08-09  Tijl Coosemansmsvcrt: Rename _execve to MSVCRT__execve.
2006-08-09  Duane Clarkmsvcrt: In text mode a ctrl-z signals EOF.
2006-08-09  Michael Stefaniucmsvcrt: Remove redundant NULL checks before MSVCRT_free.
2006-08-07  Stefan Leichtermsvcrt: Some more exports requested from msvcr80.dll.
2006-07-31  Duane Clarkmsvcrt: Fix fgetwc/s in binary mode.
2006-07-31  Duane Clarkmsvcrt: Test fgetwc/s in binary mode.
2006-07-31  Duane Clarkmsvcrt: Remove read_i loop and fix fread.
2006-07-31  Duane Clarkmsvcrt: Fix _getw.
2006-07-31  Duane Clarkmsvcrt: Fix fread.
2006-07-31  Duane Clarkmsvcrt: Fix _read and fgetc.
2006-07-31  Duane Clarkmsvcrt: File read buffer tests.
2006-07-18  Duane Clarkmsvcrt: Add tests of file operations in ASCII mode.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-10  Alexandre Julliardmsvcrt: Avoid including system headers in msvcrt.h.
2006-06-27  Ivan Leomsvcrt/tests: Don't leave files on the disk.
2006-06-21  Louis. Lendersmsvcrt: Add simple test for _strdup(0).
2006-06-21  Louis. Lendersmsvcrt: Fix a crash in _strdup.
2006-06-21  Andrew Ziemmsvcrt: Fix _initterm, with tests.
2006-06-19  Jeremy Whitemsvcrt: Solaris asctime_r compilation fix.
2006-06-13  Alexandre Julliardmsvcrt: Use unsigned int instead of size_t to avoid...
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-06-12  Dmitry Timoshkovmsvcrt: Print exception code in hex.
2006-06-07  Andrew Talbotmsvcrt: Write-strings warning fix.
2006-06-06  Andrew Talbotmsvcrt: Write-strings warnings fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-16  Peter Beutnermsvcrt: Fix handling of 'h' prefix in swprintf.
2006-05-15  Vitaliy Margolenmsvcrt: Fix times tests to pass on windows.
2006-05-08  qingdoa daoomsvcrt: Don't duplicate handle in _get_osfhandle.
2006-04-13  qingdoa daoomsvcrt: If caller passes a NULL deallocator to __unDNam...
2006-04-11  Eric Pouechmsvcrt: IO init.
2006-04-06  qingdoa daoomsvcrt: Append extension(.exe) for _spawnve argument.
2006-04-05  qingdoa daoomsvcrt: Fix a TRACE message to avoid buffer overflow.
2006-04-03  qingdoa daoomsvcrt: Allow environment strings longer than 512 chara...
2006-03-30  Rein Klazesmsvcrt: Fix read beyond end of string in __unDNameEx().
2006-03-27  H. Verbeetmsvcrt: Fix reading of signed numbers with unsigned...
2006-03-27  Alexandre Julliardmsvcrt: Fix fflush() of files opened for read.
2006-03-23  Alexandre Julliardmsvcrt: Implementation of wcsftime (based on a patch...
2006-03-06  Eric Pouechmsvcrt: Some more fixes to name demangling.
2006-02-28  Mike McCormackmsvcrt: Add a stub for _wsetlocale.
2006-02-24  Francois GougetAdd trailing '\n's to ok() calls.
2006-02-22  Peter Beutnermsvcrt: Save esp before calling catch block and restore...
2006-02-22  Peter Beutnermsvcrt: Fix handling of multiple nested exceptions.
2006-02-22  Peter Beutnermsvcrt: Fix handling of nested exceptions.
2006-02-20  Michael Stefaniucmsvcrt: Misc cleanups in undname.c.
2006-02-20  Michael Stefaniucmsvcrt: Add some tests for __unDName().
2006-02-20  Michael Stefaniucmsvcrt: Use a separate stack for back references to...
2006-02-20  Michael Stefaniucmsvcrt: Move code to parse a literal string out of...
2006-02-20  Michael Stefaniucmsvcrt: Wrap get_class() and get_class_string() for...
2006-02-20  Michael Stefaniucmsvcrt: Fix 20 tests from demangle_test() on old Win...
2006-02-17  Peter Beutnermsvcrt: Correctly set EOF flag in fread().
2006-02-17  Peter Beutnermsvcrt: Add test for fread/feof.
2006-02-17  Peter Beutnermsvcrt: Remove bogus code.
2006-02-17  Peter Beutnermsvcrt: Fix use of uninitialized variable.
2006-02-13  Mike McCormackmsvcrt: Fix a typo.
2006-02-11  Dmitry Timoshkovmsvcrt: localtime should accept any positive time value.
2006-02-10  Uwe Bonnesmsvcrt: In _mktemp sixth generated charater always...
2006-02-08  Michael Stefaniucmsvcrt: __unDNameEx is not a stub.
2006-02-07  Michael Stefaniucmsvcrt: Handle data types B,R,S in C++ symbol demangling.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-01-24  Alexandre Julliardmsvcrt: Make error strings static.
2006-01-24  Alexandre Julliardntdll: memcpy should behave like memmove in ntdll too.
2006-01-24  Alexandre JulliardAvoid importing _strlwr/_strupr from ntdll.
2006-01-24  Alexandre Julliardmsvcrt: Use the msvcrt version of printf everywhere.
2006-01-23  Alexandre Julliardmsvcrt: Properly implemented strerror and perror (based...
2006-01-23  Alexandre Julliardmsvcrt: Added _sys_errlist (based on a patch by Uwe...
2006-01-23  Alexandre Julliardmsvcrt: Added EILSEQ definition.
next