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 |
2005-03-02 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-02-25 |
Uwe Bonnes | Advance over * argument for precision. |
tree | commitdiff |
2005-02-25 |
Jon Griffiths | Documentation spelling fixes. |
tree | commitdiff |
2005-02-18 |
Gunnar Dalsnes | When getting current directory on a drive different... |
tree | commitdiff |
2005-02-14 |
Francois Gouget | Cast the GetProcAddress() return value to avoid warning... |
tree | commitdiff |
2005-02-14 |
Mike McCormack | Add handling of %ws, %S and %C to _vns(w)printf, improv... |
tree | commitdiff |
2005-02-10 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-01-28 |
Francois Gouget | Fix handling of EOF for the '%c' and '%C' cases in... |
tree | commitdiff |
2005-01-10 |
Bill Medland | Only report the unsupported flags. |
tree | commitdiff |
2005-01-04 |
Lionel Ulmer | fpos_t should be 64 bits (verified with native MSVCRT... |
tree | commitdiff |
2005-01-04 |
Lionel Ulmer | Handle buffering in fgetpos / fsetpos. |
tree | commitdiff |
2005-01-03 |
Eric Pouech | Some missing const correctness fixes. |
tree | commitdiff |
2004-12-27 |
Rein Klazes | Correct cases where arguments of ok() calls depend... |
tree | commitdiff |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-14 |
Juan Lang | Implement _popen and _pclose, and use debugstr_a to... |
tree | commitdiff |
2004-12-14 |
Juan Lang | Use debugstr_a to avoid crash tracing long command... |
tree | commitdiff |
2004-12-14 |
Juan Lang | - make file functions (mostly) thread-safe |
tree | commitdiff |
2004-12-14 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2004-12-13 |
Eric Pouech | Fixed some errors in function prototypes. |
tree | commitdiff |
2004-12-10 |
Rein Klazes | - implement __pioinfo, __badioinfo and _adjust_fdiv |
tree | commitdiff |
2004-12-09 |
Juan Lang | - implement _dup, _dup2, and _pipe |
tree | commitdiff |
2004-12-09 |
Alexandre Julliard | Janitorial: C booleans must not be compared against... |
tree | commitdiff |
2004-12-07 |
Juan Lang | Flush file in fputc when character is '\n'. |
tree | commitdiff |
2004-12-06 |
Juan Lang | Set st_mode bits in _fstati64. |
tree | commitdiff |
2004-12-06 |
Juan Lang | msvcrt_spawn should free STARTUPINFOA's lpReserved2... |
tree | commitdiff |
2004-12-02 |
Peter Chapman | Fix up several inline assembler blocks so that they... |
tree | commitdiff |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
next |