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 |
2005-09-06 |
Vijay Kiran Kamuju | Added a test for failing _ismbblead. |
tree | commitdiff |
2005-09-06 |
Eric Pouech | Fixes for function prototypes without arguments. |
tree | commitdiff |
2005-09-02 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-08-27 |
Alexandre Julliard | Explicitly import kernel32 in tests that use it. |
tree | commitdiff |
2005-08-24 |
Vitaly Lipatov | Add missed _mbscoll function. |
tree | commitdiff |
2005-08-23 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-08-19 |
Jason Edmeades | _swab failed if src == dest, plus some testcases. |
tree | commitdiff |
2005-08-11 |
Mike McCormack | Turn off gcc 4.0's builtin wchar inlines. |
tree | commitdiff |
2005-07-11 |
Vijay Kiran Kamuju | Fix _setmbcp behavior for unreal codepages. |
tree | commitdiff |
2005-07-10 |
Felix Nawothnig | Allow reading 0 bytes in fread. |
tree | commitdiff |
2005-07-05 |
Eric Pouech | Fixed erroneous file flag in _popen. |
tree | commitdiff |
2005-07-05 |
Stefan Huehner | Fix some more -Wmissing-declarations warnings. |
tree | commitdiff |
2005-07-03 |
Marcus Meissner | char pointer must be 11 byte to fit 10 characters ... |
tree | commitdiff |
2005-06-27 |
Stefan Huehner | Fix some -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-27 |
Eric Pouech | - OpenConsole: try to open the Unix console if we fail... |
tree | commitdiff |
2005-06-25 |
Paul Rupe | Make ungetc(EOF) a no-op. |
tree | commitdiff |
2005-06-22 |
Alexandre Julliard | Fix duplication of _Getnames and _Gettnames, only the... |
tree | commitdiff |
2005-06-21 |
Stefan Huehner | Fix some more -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-20 |
Stefan Huehner | Make some function static. |
tree | commitdiff |
2005-06-20 |
Stefan Huehner | Fix more -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-16 |
Alexandre Julliard | Store vtables in the data segment to avoid text relocat... |
tree | commitdiff |
2005-05-29 |
Eric Pouech | _findclose() exists on MinGW, so prefix it. |
tree | commitdiff |
2005-05-24 |
Phil Krylov | Added detection of platforms which don't have external... |
tree | commitdiff |
2005-05-23 |
Uwe Bonnes | Implement minimal _stricoll. |
tree | commitdiff |
2005-05-19 |
Juan Lang | Implement _XcptFilter using signal handlers, and add... |
tree | commitdiff |
2005-05-16 |
Uwe Bonnes | Correct return value of fsetpos. |
tree | commitdiff |
2005-05-14 |
Juan Lang | - move _timezone to time.c, and correct its type |
tree | commitdiff |
2005-05-13 |
Juan Lang | Implement signals. |
tree | commitdiff |
2005-05-12 |
<wine.larry.engho... | Flush output buffers from _close() rather than MSVCRT_f... |
tree | commitdiff |
2005-05-11 |
<wine.larry.engho... | Add test for correctly interpreting %% printf format... |
tree | commitdiff |
2005-05-10 |
<wine.larry.engho... | Interpret %% correctly in printf format string. |
tree | commitdiff |
2005-05-09 |
Alexandre Julliard | Added rules for building import libraries in the indivi... |
tree | commitdiff |
2005-05-07 |
Alexandre Julliard | Prefix the internal name of all register functions... |
tree | commitdiff |
2005-05-07 |
Alexandre Julliard | Added rules to build import libraries in the individual... |
tree | commitdiff |
2005-05-05 |
<wine.larry.engho... | Return ENOENT rather than EBADF from MSVCRT_fopen(... |
tree | commitdiff |
2005-04-25 |
Alexandre Julliard | Remove a few more instances of strncpy. |
tree | commitdiff |
2005-04-23 |
Juan Lang | Export _tzname, expected by Mozilla. |
tree | commitdiff |
2005-04-18 |
Peter Berg Larsen | Replace strncpy with memcpy or lstrcpyn. |
tree | commitdiff |
2005-04-18 |
Eric Pouech | Fixed some signed / unsigned pointer casts. |
tree | commitdiff |
2005-04-14 |
Rein Klazes | Fix decoding printf format in case the field width... |
tree | commitdiff |
2005-03-31 |
Hans Leidekker | Implement and test _chsize. |
tree | commitdiff |
2005-03-28 |
Peter Berg Larsen | Janitorial: Get rid of strncpy/strncpyW. |
tree | commitdiff |
2005-03-24 |
Jakob Eriksson | Get rid of HeapAlloc casts. |
tree | commitdiff |
2005-03-10 |
C. Scott Ananian | Allow scanf to continue parsing format string after... |
tree | commitdiff |
2005-03-07 |
Jason Edmeades | Make msvcrt printf use the internal routines which... |
tree | commitdiff |
2005-03-05 |
Mike McCormack | Handle %ls in sprintf. |
tree | commitdiff |
2005-03-04 |
Mike McCormack | Handle the printf %F format modifier. |
tree | commitdiff |
next |