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 |
2004-11-28 |
Eric Pouech | Fixed file name when opening NUL. |
tree | commitdiff |
2004-11-21 |
Bill Medland | Don't mess up the msvcrt codepage on e.g. _MB_CP_ANSI. |
tree | commitdiff |
2004-11-08 |
Eric Pouech | Now that name undecoration works, fix the type info. |
tree | commitdiff |
2004-11-08 |
Eric Pouech | Implemented __unDName and __unDNameEx functions. |
tree | commitdiff |
2004-11-06 |
Rein Klazes | - RtlTimeFieldsToTime should not normalize the time... |
tree | commitdiff |
2004-11-04 |
Aneurin Price | - Move printf tests from scanf.c to printf.c (and fix... |
tree | commitdiff |
2004-11-03 |
Tony Lambregts | Fix up init_fp test for freopen. |
tree | commitdiff |
2004-10-27 |
Rein Klazes | In MSVCRT_localtime() return tm_isdst = 0 when there... |
tree | commitdiff |
2004-10-25 |
Rein Klazes | Correctly use the returned value from GetTimeZoneInform... |
tree | commitdiff |
2004-10-21 |
Rein Klazes | - mktime should compute the tm_wday, tm_yday and renorm... |
tree | commitdiff |
2004-10-19 |
Alexandre Julliard | Output the virtual tables for the exception classes... |
tree | commitdiff |
2004-10-18 |
Alexandre Julliard | Fixed __RTDynamicCast to return the correct pointer... |
tree | commitdiff |
2004-10-14 |
Alexandre Julliard | Fixed spelling of 'hierarchy'. |
tree | commitdiff |
2004-10-14 |
Hans Leidekker | Prefix _fsopen with MSVCRT_ to avoid collision with... |
tree | commitdiff |
2004-09-08 |
Uwe Bonnes | Added MSVCRT_CLOCKS_PER_SEC define. |
tree | commitdiff |
2004-09-08 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-09-03 |
Eric Pouech | - msvcrt: the file descriptors are now inherited betwee... |
tree | commitdiff |
2004-09-01 |
Alexandre Julliard | Function parameters don't need WINE_UNUSED. |
tree | commitdiff |
2004-09-01 |
Alexandre Julliard | Inline functions don't need WINE_UNUSED. |
tree | commitdiff |
2004-08-26 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-08-23 |
Francois Gouget | Update RTL_BITMAP and RTL_BITMAP_RUN to match the 2000... |
tree | commitdiff |
2004-08-22 |
Francois Gouget | Remove these Wine-only types: |
tree | commitdiff |
2004-08-13 |
Francois Gouget | The Windows headers don't define PEXCEPTION_REGISTRATIO... |
tree | commitdiff |
2004-08-11 |
Francois Gouget | Don't define __WINE_USE_MSVCRT in the Visual C++ projec... |
tree | commitdiff |
2004-07-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-07-19 |
Mike Hearn | Add some test cases for _wputenv, fix deletion of non... |
tree | commitdiff |
2004-07-16 |
Alexandre Julliard | Implemented _spawnle and _spawnlpe. |
tree | commitdiff |
2004-07-12 |
Pierre d'Herbemont | Don't test i386 types on non i386. |
tree | commitdiff |
2004-07-06 |
Alexandre Julliard | Added tests for div_t and ldiv_t. |
tree | commitdiff |
2004-07-06 |
Pierre d'Herbemont | Define MSVCRT_div_t and MSVCRT_ldiv_t. |
tree | commitdiff |
2004-06-25 |
Dimitrie O. Paun | Split the MSVCRT implementation headers from the public... |
tree | commitdiff |
2004-06-02 |
Mike McCormack | Copy the vsnprintfW implementation from libunicode... |
tree | commitdiff |
next |