2007-09-19 |
Alexandre Julliard | msvcrt: Added implementation of a few more __crt functions. |
blob | commitdiff | raw |
2007-09-19 |
Alexandre Julliard | msvcrt: Added implementation for __STRINGTOLD. |
blob | commitdiff | raw | diff to current |
2007-09-19 |
Tijl Coosemans | msvcrt: Resolve symbols clashes with FreeBSD libc. |
blob | commitdiff | raw | diff to current |
2007-08-24 |
Mikolaj Zalewski | msvcrt: Implement and test _mbsbtype. |
blob | commitdiff | raw | diff to current |
2007-07-31 |
Robert Reif | msvcrt: Add _aligned_malloc functions. |
blob | commitdiff | raw | diff to current |
2007-06-08 |
Alexandre Julliard | msvcrt: Set the correct ebp value before calling the... |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Hans Leidekker | msvcrt: Correct the spec file entry for _makepath. |
blob | commitdiff | raw | diff to current |
2007-02-14 |
Damjan Jovanovic | msvcrt: Implemented stat64, wstat64 and fstat64. |
blob | commitdiff | raw | diff to current |
2007-02-09 |
Eric Pouech | msvcrt: Implemented the raise function. |
blob | commitdiff | raw | diff to current |
2007-02-07 |
Juan Lang | msvcrt: Implement _mbbtype according to MSDN. |
blob | commitdiff | raw | diff to current |
2007-01-16 |
Alexandre Julliard | msvcrt: Export various locale and codepage variables. |
blob | commitdiff | raw | diff to current |
2006-12-24 |
Duane Clark | msvcrt: Add function _mbsspnp. |
blob | commitdiff | raw | diff to current |
2006-12-19 |
Louis Lenders | msvcrt: Add _atoldbl. |
blob | commitdiff | raw | diff to current |
2006-12-16 |
Alexandre Julliard | msvcrt: Define __CxxLongjmpUnwind for i386 only. |
blob | commitdiff | raw | diff to current |
2006-12-15 |
Alexandre Julliard | msvcrt: Implemented __CxxLongjmpUnwind. |
blob | commitdiff | raw | diff to current |
2006-11-17 |
Louis Lenders | msvcrt: Add _fstat64 and _stat64 to msvcrt.spec. |
blob | commitdiff | raw | diff to current |
2006-11-15 |
Sam Dennis | msvcrt: Use the custom vsnprintf implementation for... |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Louis. Lenders | msvcrt: Add stub for _setmaxstdio + tiny test. |
blob | commitdiff | raw | diff to current |
2006-10-18 |
Louis. Lenders | msvcrt: Add stub for _getmaxstdio. |
blob | commitdiff | raw | diff to current |
2006-08-09 |
Tijl Coosemans | msvcrt: Rename _execve to MSVCRT__execve. |
blob | commitdiff | raw | diff to current |
2006-08-07 |
Stefan Leichter | msvcrt: Some more exports requested from msvcr80.dll. |
blob | commitdiff | raw | diff to current |
2006-02-28 |
Mike McCormack | msvcrt: Add a stub for _wsetlocale. |
blob | commitdiff | raw | diff to current |
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 |
next |