2003-11-20 |
Dimitrie O. Paun | Fix realloc() to match the documented behaviour. |
tree | commitdiff |
2003-11-14 |
Kirill Smelkov | Added _execle/_execlpe & _spawnle/_spawnlpe stubs. |
tree | commitdiff |
2003-10-31 |
Ulrich Czekalla | Duplicate stdin/stdout handles to avoid closing them... |
tree | commitdiff |
2003-10-28 |
Pierre d'Herbemont | Fixed _wfullpath prototype. |
tree | commitdiff |
2003-10-28 |
Uwe Bonnes | Another difference in the printf family. |
tree | commitdiff |
2003-10-24 |
Uwe Bonnes | Added a test case for sprintf. |
tree | commitdiff |
2003-10-24 |
Pavel Roskin | Make MSVCRT__sopen() complain louder about unknown... |
tree | commitdiff |
2003-10-24 |
Pavel Roskin | Added test for tmpnam(). |
tree | commitdiff |
2003-10-24 |
Pavel Roskin | MSVCRT_tmpnam(): complete rewrite. Use the same names... |
tree | commitdiff |
2003-10-21 |
Dave Belanger | Fix splitpath and wsplitpath for the file extension. |
tree | commitdiff |
2003-10-21 |
Gerald Pfeifer | Remove unused variables EXE, BAT, CMD, and COM. |
tree | commitdiff |
2003-10-16 |
Rolf Kalbermatter | Use INVALID_FILE_ATTRIBUTES to test for failure of |
tree | commitdiff |
2003-10-15 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-10-15 |
Alexandre Julliard | Rewrote splitpath and wsplitpath to avoid modifying... |
tree | commitdiff |
2003-10-11 |
Dimitrie O. Paun | Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. |
tree | commitdiff |
2003-10-10 |
Uwe Bonnes | Added test for %n. |
tree | commitdiff |
2003-10-10 |
Uwe Bonnes | %n returns the number of consumed characters. |
tree | commitdiff |
2003-10-07 |
Uwe Bonnes | Added some tests around fget(w)s. |
tree | commitdiff |
2003-10-07 |
Uwe Bonnes | fget(w)s(): Don't drop characters when buffer is not... |
tree | commitdiff |
2003-10-07 |
Uwe Bonnes | _write(): Don't fragment WriteFile() for TEXT mode... |
tree | commitdiff |
2003-10-07 |
Uwe Bonnes | _read(): In _O_TEXT mode make Readfile calls in chunks... |
tree | commitdiff |
2003-10-06 |
Uwe Bonnes | MSVCRT___RTDynamicCast: Reject a NULL cppobj. |
tree | commitdiff |
2003-09-30 |
Daniel Marmier | Use #ifdef instead of #if for all feature tests. |
tree | commitdiff |
2003-09-27 |
Alexandre Julliard | _tempnam and _wtempnam should not create the temp file... |
tree | commitdiff |
2003-09-25 |
Jon Griffiths | Various test fixes for XP/msvc. |
tree | commitdiff |
2003-09-24 |
Alexandre Julliard | Rewrote getenv and _wgetenv to avoid returning a pointe... |
tree | commitdiff |
2003-09-24 |
Jon Griffiths | Added tests for cpp objects/RTTI. |
tree | commitdiff |
2003-09-23 |
Jon Griffiths | A first stab at wcstod(). |
tree | commitdiff |
2003-09-10 |
Alexandre Julliard | Removed the A/W constants for builtin cursors, icons... |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-08-28 |
Alexandre Julliard | Start using the exported TEB structure from winternl... |
tree | commitdiff |
2003-08-28 |
Alexandre Julliard | Renamed a few more TEB fields. |
tree | commitdiff |
2003-08-28 |
Alexandre Julliard | Renamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR... |
tree | commitdiff |
2003-08-20 |
Dimitrie O. Paun | Stub out the _[w]popen/_pclose() functions. |
tree | commitdiff |
2003-08-19 |
Jon Griffiths | Use exception as the base for all exception derived... |
tree | commitdiff |
2003-08-19 |
Alexandre Julliard | _ftol should return a 64-bit int (spotted by Jon Griffi... |
tree | commitdiff |
2003-08-06 |
Alexandre Julliard | Warning fixes. |
tree | commitdiff |
2003-07-28 |
André Johansen | Added a dummy implementation of the _set_error_mode... |
tree | commitdiff |
2003-07-18 |
Jon Griffiths | Implement __p__wpgmptr, _wpgmptr. |
tree | commitdiff |
2003-06-17 |
Alexandre Julliard | Added an assembly wrapper to retrieve the this pointer... |
tree | commitdiff |
2003-06-06 |
Martin Fuchs | Stub implementation for _Gettnames. |
tree | commitdiff |
2003-06-04 |
Marcus Meissner | Implemented localeconv() with libc function. |
tree | commitdiff |
2003-05-13 |
Uwe Bonnes | Fix some sscanf cases and testcase to get wxtide32... |
tree | commitdiff |
2003-05-13 |
Francois Gouget | Fix miscellaneous spelling errors and typos. |
tree | commitdiff |
2003-05-13 |
Francois Gouget | Change the #include order so the test compiles with... |
tree | commitdiff |
2003-05-12 |
Mike McCormack | Implemented _wfullpath. |
tree | commitdiff |
2003-05-08 |
Adam Gundy | _open_osfhandle is expected to take the absence of... |
tree | commitdiff |
2003-04-17 |
Michael Stefaniuc | mbtowc returns -1 if we can't find a valid multibyte... |
tree | commitdiff |
2003-04-14 |
Andreas Mohr | Fix blatantly wrong SetFilePointer() calls. |
tree | commitdiff |
2003-03-30 |
Adam Gundy | MSVCRT_fclose() mustn't use the _flag field from the... |
tree | commitdiff |
2003-03-27 |
Sylvain Petreolle | _wsplitpath: Display correctly the path being split. |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Moved [efg]cvt functions to msvcrt and fixed them to... |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Take advantage of new winebuild syntax to remove redund... |
tree | commitdiff |
2003-03-18 |
Jon Griffiths | Add __CxxDetectRethrow(), __CxxQueryExceptionSize(). |
tree | commitdiff |
2003-03-17 |
Jon Griffiths | Move a couple of shared definitions into msvcrt.h. |
tree | commitdiff |
2003-03-17 |
Jon Griffiths | _EXIT_LOCK2 is used by type_info objects. |
tree | commitdiff |
2003-03-17 |
Alexandre Julliard | Fixed a couple of relay arguments, and updated some... |
tree | commitdiff |
2003-03-17 |
Alexandre Julliard | Replaced forwards by normal function declarations. |
tree | commitdiff |
2003-03-17 |
Alexandre Julliard | Implemented _getdllprocaddr(), it cannot be simply... |
tree | commitdiff |
2003-03-15 |
Alexandre Julliard | Implemented _chkesp, based on a patch by Jon Griffiths. |
tree | commitdiff |
2003-03-15 |
Jon Griffiths | Display abnormal exit text in a message box for GUI... |
tree | commitdiff |
2003-03-15 |
Jon Griffiths | Implemented __p__pgmptr, _pgmptr. |
tree | commitdiff |
2003-03-12 |
Dmitry Timoshkov | Move vsnwprintf implementation to libwine_unicode,... |
tree | commitdiff |
2003-03-12 |
Thomas Mertes | Forward to the ntdll functions _itoa, _ltoa, _ultoa... |
tree | commitdiff |
2003-03-04 |
Marcus Meissner | Added _daylight stub int, and __p__daylight function. |
tree | commitdiff |
2003-02-19 |
Uwe Bonnes | Rough implementation of _O_TEXT/_O_BINARY translation... |
tree | commitdiff |
2003-02-19 |
Warren Baird | - Avoid possible seg fault when calling TRACE with... |
tree | commitdiff |
2003-02-18 |
Alexandre Julliard | Print thread ids in traces with only 4 digits now that... |
tree | commitdiff |
2003-02-14 |
Michael Stefaniuc | Implemented _mbsnbcat. |
tree | commitdiff |
2003-02-12 |
Marcus Meissner | Fix warning in __crtLCMapStringA. |
tree | commitdiff |
2003-02-12 |
Michael Stefaniuc | Remove dead code after return or properly comment it... |
tree | commitdiff |
2003-02-11 |
Marcus Meissner | Implemented __crtLCMapStringA. |
tree | commitdiff |
2003-02-01 |
Alexandre Julliard | Store mbstok() next pointer in the per-thread data. |
tree | commitdiff |
2003-02-01 |
Michael Stefaniuc | Implemented _mbstok and _mbsnbset. |
tree | commitdiff |
2003-01-31 |
Marcus Meissner | Implemented mbsicoll (without locale handling). |
tree | commitdiff |
2003-01-14 |
Francois Gouget | Remove (POINTER)NULL casts. |
tree | commitdiff |
2003-01-11 |
Alexandre Julliard | Warning fixes. |
tree | commitdiff |
2003-01-11 |
Alexandre Julliard | Fixed EOF return value for sscanf. |
tree | commitdiff |
2003-01-11 |
Dimitrie O. Paun | Create stubs for chsize, dup, and dup2. |
tree | commitdiff |
2003-01-11 |
Mehmet Yasar | - return EOF when stream is empty |
tree | commitdiff |
2003-01-02 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-12-20 |
Alexandre Julliard | Handle unknown format chars correctly (spotted by Györg... |
tree | commitdiff |
2002-12-19 |
Alexandre Julliard | Use MSVCRT_wchar_t instead of WCHAR so that the impleme... |
tree | commitdiff |
2002-12-18 |
Alexandre Julliard | Avoid including other headers from the msvcrt headers... |
tree | commitdiff |
2002-12-17 |
Bill Currie | fdopen: don't rewind the file after creating the FILE... |
tree | commitdiff |
2002-12-12 |
Dimitrie O. Paun | Move excpt.h out of include/msvcrt/ as it does not... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added .spec.def files. |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added list of symbols to ignore by default in winebuild. |
tree | commitdiff |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
tree | commitdiff |
2002-11-25 |
Stefan Leichter | Converted implementation of _lseek to _lseeki64, implem... |
tree | commitdiff |
2002-11-25 |
Stefan Leichter | Converted implementation of _stat and _fstat to _stati6... |
tree | commitdiff |
2002-11-20 |
Alexandre Julliard | Removed -noimport on functions that are forwards to... |
tree | commitdiff |
2002-11-19 |
Alexandre Julliard | Implemented some ismbc* functions (based on a patch... |
tree | commitdiff |
2002-11-13 |
Alexandre Julliard | Fixed data copying in msvcrt_argvtos (spotted by bill... |
tree | commitdiff |
2002-11-12 |
Alberto Massari | The already implemented function swscanf was missing... |
tree | commitdiff |
2002-11-06 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-11-04 |
Alexandre Julliard | Made the dll entry point default to DllMain and removed... |
tree | commitdiff |
2002-11-01 |
Alexandre Julliard | Added clobber lists to the inline assembly functions. |
tree | commitdiff |
2002-10-31 |
Marcus Meissner | _seh_longjmp_unwind is i386 only for now. |
tree | commitdiff |
2002-10-31 |
Alexandre Julliard | Added support for nested exceptions happening inside... |
tree | commitdiff |
next |