2006-02-28 |
Mike McCormack | msvcrt: Add a stub for _wsetlocale. |
blob | commitdiff | raw |
2006-01-24 |
Alexandre Julliard | ntdll: memcpy should behave like memmove in ntdll too. |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Hans Leidekker | msvcrt: Stub implementation for wcsftime. |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Alexandre Julliard | msvcrt: Forward functions to ntdll instead of libc... |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Alexandre Julliard | msvcrt: Added wrappers for a few functions instead... |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Alexandre Julliard | msvcrt: Set errno in the standard math functions too... |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Alexandre Julliard | msvcrt: Make snprintf and snwprintf use the msvcrt... |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Alexandre Julliard | msvcrt: Reimplement rand() and srand() to use per-threa... |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Alexandre Julliard | msvcrt: Make strtok and wcstok thread-safe by using... |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Alexandre Julliard | msvcrt: Implemented asctime, ctime and strftime instead... |
blob | commitdiff | raw | diff to current |
2006-01-05 |
Alexandre Julliard | msvcrt: Added assembly routines to save/restore registe... |
blob | commitdiff | raw | diff to current |
2006-01-05 |
Alexandre Julliard | msvcrt: Added some assembly glue for the asm bits of... |
blob | commitdiff | raw | diff to current |
2005-12-21 |
Marcus Meissner | msvcrt: Implemented wctime(), wasctime(). |
blob | commitdiff | raw | diff to current |
2005-12-16 |
Alexandre Julliard | Add -register hint in ntdll, kernel and msvcrt spec... |
blob | commitdiff | raw | diff to current |
2005-11-21 |
Rein Klazes | Do not forward _mbccpy to strcpy. |
blob | commitdiff | raw | diff to current |
2005-11-01 |
Alexandre Julliard | Fixed _wstrdate/_wstrtime parameters. |
blob | commitdiff | raw | diff to current |
2005-10-30 |
Robert Reif | Implement _wstrdate and _wstrtime with tests. |
blob | commitdiff | raw | diff to current |
2005-09-27 |
Alexandre Julliard | Added implementation of _dstbias and __p__dstbias. |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Vijay Kiran Kamuju | Implementation of _get_sbh_threshold and _set_sbh_threshold |
blob | commitdiff | raw | diff to current |
2005-09-19 |
Vijay Kiran Kamuju | Added __p__amblksiz implementation. |
blob | commitdiff | raw | diff to current |
2005-09-09 |
Alexandre Julliard | Specify 64-bit integers as double instead of long long... |
blob | commitdiff | raw | diff to current |
2005-08-24 |
Vitaly Lipatov | Add missed _mbscoll function. |
blob | commitdiff | raw | diff to current |
2005-06-22 |
Alexandre Julliard | Fix duplication of _Getnames and _Gettnames, only the... |
blob | commitdiff | raw | diff to current |
2005-05-29 |
Eric Pouech | _findclose() exists on MinGW, so prefix it. |
blob | commitdiff | raw | diff to current |
2005-05-23 |
Uwe Bonnes | Implement minimal _stricoll. |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Juan Lang | - move _timezone to time.c, and correct its type |
blob | commitdiff | raw | diff to current |
2005-04-23 |
Juan Lang | Export _tzname, expected by Mozilla. |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Mike McCormack | Add handling of %ws, %S and %C to _vns(w)printf, improv... |
blob | commitdiff | raw | diff to current |
2004-12-10 |
Rein Klazes | - implement __pioinfo, __badioinfo and _adjust_fdiv |
blob | commitdiff | raw | diff to current |
2004-12-09 |
Juan Lang | - implement _dup, _dup2, and _pipe |
blob | commitdiff | raw | diff to current |
2004-10-14 |
Hans Leidekker | Prefix _fsopen with MSVCRT_ to avoid collision with... |
blob | commitdiff | raw | diff to current |
2004-06-25 |
Dimitrie O. Paun | Split the MSVCRT implementation headers from the public... |
blob | commitdiff | raw | diff to current |
2004-06-02 |
Mike McCormack | Copy the vsnprintfW implementation from libunicode... |
blob | commitdiff | raw | diff to current |
2004-05-12 |
Alexandre Julliard | Fixed the prototypes of the _adj_fdiv_* functions. |
blob | commitdiff | raw | diff to current |
2004-03-24 |
Rein Klazes | The name is _longjmpex (with the underscore). |
blob | commitdiff | raw | diff to current |
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 |
next |