2006-03-30 |
Rein Klazes | msvcrt: Fix read beyond end of string in __unDNameEx(). |
tree | commitdiff |
2006-03-27 |
H. Verbeet | msvcrt: Fix reading of signed numbers with unsigned... |
tree | commitdiff |
2006-03-27 |
Alexandre Julliard | msvcrt: Fix fflush() of files opened for read. |
tree | commitdiff |
2006-03-23 |
Alexandre Julliard | msvcrt: Implementation of wcsftime (based on a patch... |
tree | commitdiff |
2006-03-06 |
Eric Pouech | msvcrt: Some more fixes to name demangling. |
tree | commitdiff |
2006-02-28 |
Mike McCormack | msvcrt: Add a stub for _wsetlocale. |
tree | commitdiff |
2006-02-24 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2006-02-22 |
Peter Beutner | msvcrt: Save esp before calling catch block and restore... |
tree | commitdiff |
2006-02-22 |
Peter Beutner | msvcrt: Fix handling of multiple nested exceptions. |
tree | commitdiff |
2006-02-22 |
Peter Beutner | msvcrt: Fix handling of nested exceptions. |
tree | commitdiff |
2006-02-20 |
Michael Stefaniuc | msvcrt: Misc cleanups in undname.c. |
tree | commitdiff |
2006-02-20 |
Michael Stefaniuc | msvcrt: Add some tests for __unDName(). |
tree | commitdiff |
2006-02-20 |
Michael Stefaniuc | msvcrt: Use a separate stack for back references to... |
tree | commitdiff |
2006-02-20 |
Michael Stefaniuc | msvcrt: Move code to parse a literal string out of... |
tree | commitdiff |
2006-02-20 |
Michael Stefaniuc | msvcrt: Wrap get_class() and get_class_string() for... |
tree | commitdiff |
2006-02-20 |
Michael Stefaniuc | msvcrt: Fix 20 tests from demangle_test() on old Win... |
tree | commitdiff |
2006-02-17 |
Peter Beutner | msvcrt: Correctly set EOF flag in fread(). |
tree | commitdiff |
2006-02-17 |
Peter Beutner | msvcrt: Add test for fread/feof. |
tree | commitdiff |
2006-02-17 |
Peter Beutner | msvcrt: Remove bogus code. |
tree | commitdiff |
2006-02-17 |
Peter Beutner | msvcrt: Fix use of uninitialized variable. |
tree | commitdiff |
2006-02-13 |
Mike McCormack | msvcrt: Fix a typo. |
tree | commitdiff |
2006-02-11 |
Dmitry Timoshkov | msvcrt: localtime should accept any positive time value. |
tree | commitdiff |
2006-02-10 |
Uwe Bonnes | msvcrt: In _mktemp sixth generated charater always... |
tree | commitdiff |
2006-02-08 |
Michael Stefaniuc | msvcrt: __unDNameEx is not a stub. |
tree | commitdiff |
2006-02-07 |
Michael Stefaniuc | msvcrt: Handle data types B,R,S in C++ symbol demangling. |
tree | commitdiff |
2006-02-06 |
Eric Pouech | Fixes for missing prototypes warnings. |
tree | commitdiff |
2006-01-24 |
Alexandre Julliard | msvcrt: Make error strings static. |
tree | commitdiff |
2006-01-24 |
Alexandre Julliard | ntdll: memcpy should behave like memmove in ntdll too. |
tree | commitdiff |
2006-01-24 |
Alexandre Julliard | Avoid importing _strlwr/_strupr from ntdll. |
tree | commitdiff |
2006-01-24 |
Alexandre Julliard | msvcrt: Use the msvcrt version of printf everywhere. |
tree | commitdiff |
2006-01-23 |
Alexandre Julliard | msvcrt: Properly implemented strerror and perror (based... |
tree | commitdiff |
2006-01-23 |
Alexandre Julliard | msvcrt: Added _sys_errlist (based on a patch by Uwe... |
tree | commitdiff |
2006-01-23 |
Alexandre Julliard | msvcrt: Added EILSEQ definition. |
tree | commitdiff |
2006-01-23 |
Hans Leidekker | msvcrt: Stub implementation for wcsftime. |
tree | commitdiff |
2006-01-21 |
Alexandre Julliard | msvcrt: Preserve all registers in call_ebp_func. |
tree | commitdiff |
2006-01-18 |
Sasha Slijepcevic | msvcrt: In _tempnam, if TMP is set, it has a precedence... |
tree | commitdiff |
2006-01-17 |
Marcus Meissner | msvcrt: _makepath(): operate on target buffer directly. |
tree | commitdiff |
2006-01-14 |
Alexandre Julliard | msvcrt: Forward functions to ntdll instead of libc... |
tree | commitdiff |
2006-01-14 |
Alexandre Julliard | msvcrt: Added wrappers for a few functions instead... |
tree | commitdiff |
2006-01-14 |
Alexandre Julliard | msvcrt: Set errno in the standard math functions too... |
tree | commitdiff |
2006-01-14 |
Alexandre Julliard | msvcrt: Make snprintf and snwprintf use the msvcrt... |
tree | commitdiff |
2006-01-14 |
Alexandre Julliard | msvcrt: Reimplement rand() and srand() to use per-threa... |
tree | commitdiff |
2006-01-14 |
Alexandre Julliard | msvcrt: Make strtok and wcstok thread-safe by using... |
tree | commitdiff |
2006-01-14 |
Alexandre Julliard | msvcrt: Implemented asctime, ctime and strftime instead... |
tree | commitdiff |
2006-01-11 |
Aric Stewart | msvcrt: Modify dir test to create its own directory... |
tree | commitdiff |
2006-01-06 |
Aric Stewart | msvcrt: Add a regression test for _fullpath. |
tree | commitdiff |
2006-01-06 |
Aric Stewart | msvcrt: Reworked _fullpath. |
tree | commitdiff |
2006-01-05 |
Alexandre Julliard | msvcrt: Added assembly routines to save/restore registe... |
tree | commitdiff |
2006-01-05 |
Alexandre Julliard | msvcrt: Added some assembly glue for the asm bits of... |
tree | commitdiff |
2005-12-26 |
Jesse Allen | msvcrt: More printf tests for I64 integer size support. |
tree | commitdiff |
2005-12-26 |
Jesse Allen | msvcrt: pf_integer_conv for I64. |
tree | commitdiff |
2005-12-26 |
Jesse Allen | msvcrt: Do not treat %ll as an IntegerDouble in printf. |
tree | commitdiff |
2005-12-26 |
Jesse Allen | msvcrt: Parse I, I32, and I64 integer size flags in... |
tree | commitdiff |
2005-12-26 |
Maxime Bellengé | msvcrt: Prevent a crash if TlsGetValue returns NULL... |
tree | commitdiff |
2005-12-21 |
Alexandre Julliard | msvcrt: Return a per-thread buffer in localtime and... |
tree | commitdiff |
2005-12-21 |
Marcus Meissner | msvcrt: Implemented wctime(), wasctime(). |
tree | commitdiff |
2005-12-21 |
Jesse Allen | msvcrt: Fix printf sign flags. |
tree | commitdiff |
2005-12-20 |
Jesse Allen | msvcrt: Ignore PadZero when LeftAlign is true in printf... |
tree | commitdiff |
2005-12-19 |
Jesse Allen | msvcrt: Require exact uppercase and lowercase format... |
tree | commitdiff |
2005-12-16 |
Alexandre Julliard | Take advantage of the __EXCEPT_PAGE_FAULT macro. |
tree | commitdiff |
2005-12-16 |
Alexandre Julliard | Add -register hint in ntdll, kernel and msvcrt spec... |
tree | commitdiff |
2005-12-12 |
Eric Pouech | Functions with no paramters must be (void). |
tree | commitdiff |
2005-12-01 |
Alexandre Julliard | Improved the CHECK_DEF macro to avoid code duplication. |
tree | commitdiff |
2005-12-01 |
Alexandre Julliard | Prefix signal definitions with MSVCRT_ to avoid conflic... |
tree | commitdiff |
2005-11-26 |
Alexandre Julliard | Renamed all .cvsignore files to .gitignore. |
tree | commitdiff |
2005-11-24 |
Mike McCormack | Add some tests for _fcvt. |
tree | commitdiff |
2005-11-23 |
Alexandre Julliard | Preserve 16-byte stack alignment in the various assembly |
tree | commitdiff |
2005-11-21 |
Rein Klazes | Fix bogus unreal code page messages in _setmbcp(). |
tree | commitdiff |
2005-11-21 |
Rein Klazes | Do not forward _mbccpy to strcpy. |
tree | commitdiff |
2005-11-21 |
Rein Klazes | Fix _mbsspn() with conformance tests. |
tree | commitdiff |
2005-11-21 |
Saulius Krasuckas | Minor MSVCRT test changes: |
tree | commitdiff |
2005-11-18 |
Eric Pouech | Ensures, when we cannot demangle the string, to return... |
tree | commitdiff |
2005-11-17 |
Eric Pouech | Provide a sample of the joy of MSC symbol mangling. |
tree | commitdiff |
2005-11-16 |
Saulius Krasuckas | Fix _fcloseall() return value. |
tree | commitdiff |
2005-11-14 |
Uwe Bonnes | Undname: Allow more then one coded character in demangl... |
tree | commitdiff |
2005-11-10 |
Francois Gouget | Remove spaces before '\n' in traces. |
tree | commitdiff |
2005-11-03 |
Kevin Koltzau | Fix warnings and errors in 64bit. |
tree | commitdiff |
2005-11-03 |
Marcus Meissner | Specify a DLL version for msvcrt.dll. |
tree | commitdiff |
2005-11-01 |
Alexandre Julliard | Fixed _wstrdate/_wstrtime parameters. |
tree | commitdiff |
2005-10-30 |
Robert Reif | Implement _wstrdate and _wstrtime with tests. |
tree | commitdiff |
2005-10-30 |
Peter Beutner | Fix exception handling for non CXX_EXCEPTIONs. |
tree | commitdiff |
2005-10-29 |
Kevin Koltzau | Enable line editing for _cgets. |
tree | commitdiff |
2005-10-28 |
Mike McCormack | Use the correct buffer - reported by Jesse Allen. |
tree | commitdiff |
2005-10-27 |
Vijay Kiran Kamuju | Added a test case for %0f and %.0f. |
tree | commitdiff |
2005-10-27 |
Mike McCormack | Missing and zero precision specifiers are different. |
tree | commitdiff |
2005-10-26 |
Eric Pouech | Previous fix incorrectly removed all test for strings... |
tree | commitdiff |
2005-10-21 |
Alexandre Julliard | _cexit should call the atexit functions. |
tree | commitdiff |
2005-10-20 |
Vijay Kiran Kamuju | Fix msvcrt symbol demangling for non MS symbols. |
tree | commitdiff |
2005-10-10 |
Vitaliy Margolen | Fix _ismbblead test to pass on windows. |
tree | commitdiff |
2005-10-10 |
Richard Cohen | Fix an error message. |
tree | commitdiff |
2005-10-08 |
Vitaliy Margolen | Add a few tests that fail under wine. |
tree | commitdiff |
2005-10-07 |
Vitaliy Margolen | Fix initial position for files opened with O_APPEND... |
tree | commitdiff |
2005-09-29 |
Alexandre Julliard | We are no longer generating .dbg.c files. |
tree | commitdiff |
2005-09-27 |
Alexandre Julliard | Added implementation of _dstbias and __p__dstbias. |
tree | commitdiff |
2005-09-26 |
Francois Gouget | Make it clear the empty body sections are not accidental. |
tree | commitdiff |
2005-09-25 |
Alexandre Julliard | Replace DPRINTF by TRACE in a few places. |
tree | commitdiff |
2005-09-23 |
Vijay Kiran Kamuju | Implementation of _get_sbh_threshold and _set_sbh_threshold |
tree | commitdiff |
2005-09-19 |
Vijay Kiran Kamuju | Added __p__amblksiz implementation. |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | Fixed a number of pointer to integer conversions that... |
tree | commitdiff |
2005-09-09 |
Alexandre Julliard | Specify 64-bit integers as double instead of long long... |
tree | commitdiff |
next |