2004-03-24 |
Rein Klazes | The name is _longjmpex (with the underscore). |
blob | commitdiff | raw |
2004-03-19 |
Uwe Bonnes | Relay msvcrt_memcpy to memmove, CString::Insert seems... |
blob | commitdiff | raw | diff to current |
2004-03-19 |
Hans Leidekker | Reimplement time functions with Win32 APIs. |
blob | commitdiff | raw | diff to current |
2004-03-16 |
Hans Leidekker | - Prefix many more functions, types, structs, etc.... |
blob | commitdiff | raw | diff to current |
2004-01-13 |
Rein Klazes | Two "unknown" parameters of _unDName() turn out to... |
blob | commitdiff | raw | diff to current |
2004-01-13 |
Alexandre Julliard | Implemented the remaining 64-bit file functions, and... |
blob | commitdiff | raw | diff to current |
2004-01-13 |
Alexandre Julliard | _set_error_mode is cdecl not stdcall. |
blob | commitdiff | raw | diff to current |
2003-12-04 |
Alexandre Julliard | Implement some more register functions using DEFINE_REG... |
blob | commitdiff | raw | diff to current |
2003-11-14 |
Kirill Smelkov | Added _execle/_execlpe & _spawnle/_spawnlpe stubs. |
blob | commitdiff | raw | diff to current |
2003-09-23 |
Jon Griffiths | A first stab at wcstod(). |
blob | commitdiff | raw | diff to current |
2003-08-20 |
Dimitrie O. Paun | Stub out the _[w]popen/_pclose() functions. |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Alexandre Julliard | _ftol should return a 64-bit int (spotted by Jon Griffi... |
blob | commitdiff | raw | diff to current |
2003-07-28 |
André Johansen | Added a dummy implementation of the _set_error_mode... |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Jon Griffiths | Implement __p__wpgmptr, _wpgmptr. |
blob | commitdiff | raw | diff to current |
2003-06-17 |
Alexandre Julliard | Added an assembly wrapper to retrieve the this pointer... |
blob | commitdiff | raw | diff to current |
2003-06-06 |
Martin Fuchs | Stub implementation for _Gettnames. |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Marcus Meissner | Implemented localeconv() with libc function. |
blob | commitdiff | raw | diff to current |
2003-05-12 |
Mike McCormack | Implemented _wfullpath. |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Alexandre Julliard | Moved [efg]cvt functions to msvcrt and fixed them to... |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Alexandre Julliard | Take advantage of new winebuild syntax to remove redund... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Alexandre Julliard | Fixed a couple of relay arguments, and updated some... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Alexandre Julliard | Replaced forwards by normal function declarations. |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Alexandre Julliard | Implemented _getdllprocaddr(), it cannot be simply... |
blob | commitdiff | raw | diff to current |
2003-03-15 |
Jon Griffiths | Implemented __p__pgmptr, _pgmptr. |
blob | commitdiff | raw | diff to current |
2003-03-12 |
Thomas Mertes | Forward to the ntdll functions _itoa, _ltoa, _ultoa... |
blob | commitdiff | raw | diff to current |
2003-03-04 |
Marcus Meissner | Added _daylight stub int, and __p__daylight function. |
blob | commitdiff | raw | diff to current |
2003-02-14 |
Michael Stefaniuc | Implemented _mbsnbcat. |
blob | commitdiff | raw | diff to current |
2003-02-11 |
Marcus Meissner | Implemented __crtLCMapStringA. |
blob | commitdiff | raw | diff to current |
2003-02-01 |
Michael Stefaniuc | Implemented _mbstok and _mbsnbset. |
blob | commitdiff | raw | diff to current |
2003-01-31 |
Marcus Meissner | Implemented mbsicoll (without locale handling). |
blob | commitdiff | raw | diff to current |
2003-01-11 |
Dimitrie O. Paun | Create stubs for chsize, dup, and dup2. |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-12-12 |
Alexandre Julliard | Added list of symbols to ignore by default in winebuild. |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Stefan Leichter | Converted implementation of _lseek to _lseeki64, implem... |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Stefan Leichter | Converted implementation of _stat and _fstat to _stati6... |
blob | commitdiff | raw | diff to current |
2002-11-20 |
Alexandre Julliard | Removed -noimport on functions that are forwards to... |
blob | commitdiff | raw | diff to current |
2002-11-19 |
Alexandre Julliard | Implemented some ismbc* functions (based on a patch... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Alberto Massari | The already implemented function swscanf was missing... |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Alexandre Julliard | Made the dll entry point default to DllMain and removed... |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Marcus Meissner | _seh_longjmp_unwind is i386 only for now. |
blob | commitdiff | raw | diff to current |
2002-10-16 |
Alexandre Julliard | Implemented _seh_longjmp_unwind. |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Daniel Gudbjartsson | Combined the implementation of all the scanf's in a... |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Alexandre Julliard | Add MSVCRT prefix to _stat and _fstat (based on a patch... |
blob | commitdiff | raw | diff to current |
2002-07-24 |
Alexandre Julliard | First pass implementation of CxxFrameHandler (thanks... |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Alexandre Julliard | Fixed per-thread data handling. |
blob | commitdiff | raw | diff to current |
2002-07-08 |
Uwe Bonnes | fgets, fgetws: don't treat the possible uninitialized... |
blob | commitdiff | raw | diff to current |
2002-07-08 |
Uwe Bonnes | Added _U@YAPAXI@Z and _V@YAPAXI@Z. |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
blob | commitdiff | raw | diff to current |
2002-06-01 |
Alexandre Julliard | Removed some more trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-25 |
Alexandre Julliard | Fixed typo in iswalpha forward. |
blob | commitdiff | raw | diff to current |
2002-05-19 |
Francois Gouget | Implemented _getws. |
blob | commitdiff | raw | diff to current |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Alexandre Julliard | Moved imports specification from the .spec into the... |
blob | commitdiff | raw | diff to current |
2002-04-02 |
François Gouget | Implemented _mbsnbicmp. |
blob | commitdiff | raw | diff to current |
2002-03-26 |
Uwe Bonnes | Add stub for __lconv_init(). |
blob | commitdiff | raw | diff to current |
2002-03-20 |
Bill Medland | Connect the msvcrt file byte locking up to ntdll. |
blob | commitdiff | raw | diff to current |
2002-03-20 |
Bill Medland | Hook back into the correct MSVCRT__tolower/upper. |
blob | commitdiff | raw | diff to current |
2002-03-11 |
Waldek Hebisch | Implemented stdio buffering and ungetc. Misc stdio... |
blob | commitdiff | raw | diff to current |
2002-02-21 |
Peter Hunnisett | Add _lock,_unlock and header file for them. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Dmitry Timoshkov | Implemented _wmakepath. |
blob | commitdiff | raw | diff to current |
2002-01-07 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2001-12-21 |
Alexandre Julliard | Authors: Jon Griffiths <jon_p_griffiths@yahoo.com>... |
blob | commitdiff | raw | diff to current |
2001-12-21 |
Alexandre Julliard | Authors: Jon Griffiths <jon_p_griffiths@yahoo.com>... |
blob | commitdiff | raw | diff to current |
2001-12-05 |
François Gouget | Cleanup and improve the mbcs support. |
blob | commitdiff | raw | diff to current |
2001-11-12 |
Gerard Patel | - implement mbscspn mostly as a stub |
blob | commitdiff | raw | diff to current |
2001-09-17 |
Francois Gouget | Implemented _mbsupr. |
blob | commitdiff | raw | diff to current |
2001-09-07 |
Marcus Meissner | Implemented mbsnbcnt, added stubs for _Gettnames and... |
blob | commitdiff | raw | diff to current |
2001-09-07 |
Dmitry Timoshkov | Correct .spec file parameters for msvcrt._fullpath... |
blob | commitdiff | raw | diff to current |
2001-08-10 |
Mike McCormack | Implemented msvcrt._mbspbrk. |
blob | commitdiff | raw | diff to current |
2001-08-09 |
Mike McCormack | Implemented multibyte string reverse. |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Uwe Bonnes | Semistubs for _ismbcdigit,_ismbcspace,_mbslwr,_mbsnbcmp... |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Patrik Stridvall | - Added, cleaned up and/or documentated _{begin,end... |
blob | commitdiff | raw | diff to current |
2001-06-13 |
Marcus Meissner | _tzset just forwards to libc tzset(). |
blob | commitdiff | raw | diff to current |
2001-06-11 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2001-05-31 |
Francois Gouget | Added msvcrt/eh.h. |
blob | commitdiff | raw | diff to current |
2001-05-22 |
Mike Bond | Fixed spawnlp and added exec variants. |
blob | commitdiff | raw | diff to current |
2001-05-18 |
Mike Bond | Implementation of spawnl and spawnlp. |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Francois Gouget | ntdll._iswctype should be ntdll.iswctype. |
blob | commitdiff | raw | diff to current |
2001-04-25 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2001-04-16 |
Ove Kaaven | Changed the spec definition of *s*printf from *str... |
blob | commitdiff | raw | diff to current |
2001-04-10 |
Francois Gouget | Include the msvcrt headers, remove duplicate definitions. |
blob | commitdiff | raw | diff to current |
2001-04-10 |
Francois Gouget | Adjust the 'MSVCRT_' prefix to match the msvcrt headers |
blob | commitdiff | raw | diff to current |
2001-03-19 |
Eric Kohl | Added stub for _setjmp3(). |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Dmitry Timoshkov | Fix prototypes of MSVCRT___getmainargs and MSVCRT___wge... |
blob | commitdiff | raw | diff to current |
2001-01-25 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Jon Griffiths | - New msvcrt unicode functions, winapi_check/-Wall... |
blob | commitdiff | raw | diff to current |
2001-01-15 |
Alexandre Julliard | Fixed toupper/_toupper mixup. |
blob | commitdiff | raw | diff to current |
2001-01-11 |
Jon Griffiths | Added binary compatible __EH_prolog. |
blob | commitdiff | raw | diff to current |
2001-01-10 |
Jon Griffiths | - Migrate CRTDLL to MSVCRT. |
blob | commitdiff | raw | diff to current |
|