2009-11-16 |
Andrew Nguyen | msvcrt: Implement and test _wcsupr_s. |
blob | commitdiff | raw |
2009-10-05 |
Eric Pouech | msvcrt: Added __uncaught_exception support. |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Alexandre Julliard | msvcrt: Add an MSVCRT prefix to _wenviron. |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Eric Pouech | msvcrt: Correctly handle the error cases in strtol... |
blob | commitdiff | raw | diff to current |
2009-08-24 |
Alexandre Julliard | msvcrt: The floating point adjust functions only make... |
blob | commitdiff | raw | diff to current |
2009-05-23 |
Alexandre Julliard | msvcrt: Fix the stat and finddata structures for 64... |
blob | commitdiff | raw | diff to current |
2009-05-23 |
Alexandre Julliard | msvcrt: Add explicit 32- and 64-bit versions of the... |
blob | commitdiff | raw | diff to current |
2009-05-23 |
Alexandre Julliard | msvcrt: Add explicit 32- and 64-bit versions of the... |
blob | commitdiff | raw | diff to current |
2009-04-15 |
Hans Leidekker | msvcrt: Implement ___lc_codepage_func, ___lc_collate_cp... |
blob | commitdiff | raw | diff to current |
2009-03-26 |
Hans Leidekker | msvcrt: Implement _vscprintf and _vscwprintf. |
blob | commitdiff | raw | diff to current |
2009-02-06 |
David Hedberg | msvcrt: Implement _mbcjistojms. |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Hans Leidekker | msvcrt: Forward ANSI open functions to their Unicode... |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Alexandre Julliard | msvcrt: Rename _ftime to avoid conflicts. |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Alexandre Julliard | msvcrt: The __p_* functions are only exported on i386. |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Alexandre Julliard | msvcrt: Add a few more *_func functions to replace... |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Alexandre Julliard | msvcrt: The _CI* math functions are only exported on... |
blob | commitdiff | raw | diff to current |
2008-12-12 |
Francois Gouget | msvcrt: Point the set_new_handler() entrypoint to the... |
blob | commitdiff | raw | diff to current |
2008-12-12 |
Alexandre Julliard | msvcrt: Use iob_func instead of p__iob on non-x86. |
blob | commitdiff | raw | diff to current |
2008-12-01 |
Michael Karcher | msvcrt: Out strings should be ptr instead of wstr in... |
blob | commitdiff | raw | diff to current |
2008-10-21 |
Eric Pouech | msvcrt: Implemented vswprintf_s. |
blob | commitdiff | raw | diff to current |
2008-10-13 |
Eric Pouech | msvcrt: Implemented wcscat_s. |
blob | commitdiff | raw | diff to current |
2008-10-07 |
Eric Pouech | msvcrt: Implemented splitpath_s. |
blob | commitdiff | raw | diff to current |
2008-10-06 |
Eric Pouech | msvcrt: Implemented wcsncpy_s. |
blob | commitdiff | raw | diff to current |
2008-07-08 |
Jon Griffiths | msvcrt: Implement ___setlc_active_func/___unguarded_rea... |
blob | commitdiff | raw | diff to current |
2008-04-30 |
Eric Pouech | msvcrt: Added __iob_func implementation. |
blob | commitdiff | raw | diff to current |
2008-04-29 |
Alexandre Julliard | msvcrt: Rename a few functions to avoid conflicts with... |
blob | commitdiff | raw | diff to current |
2008-03-11 |
Alexandre Julliard | msvcrt: Implemented __CppXcptFilter. |
blob | commitdiff | raw | diff to current |
2008-02-27 |
Alistair Leslie... | msvcrt: Implement wcscpy_s. |
blob | commitdiff | raw | diff to current |
2008-02-05 |
Francois Gouget | msvcrt: __CxxDetectRethrow() and __CxxQueryExceptionSiz... |
blob | commitdiff | raw | diff to current |
2008-01-23 |
Eric Pouech | msvcrt: Corrected the .spec definition for the printf... |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Hans Leidekker | msvcrt: Implement _wexecv{, e, p, pe}. |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Hans Leidekker | msvcrt: Implement _wspawnl{, e, p, pe}. |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Hans Leidekker | msvcrt: Implement _wexecl{, e, p, pe}. |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Hans Leidekker | msvcrt: Implement _wsystem and forward system to it... |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Dmitry Timoshkov | msvcrt: Rename _environ to avoid a conflict on Solaris. |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Hans Leidekker | msvcrt: Fix spec file entries for the execv functions. |
blob | commitdiff | raw | diff to current |
2007-11-16 |
Stefan Dösinger | msvcrt: Implement _mbsnbcpy_s. |
blob | commitdiff | raw | diff to current |
2007-11-16 |
Stefan Dösinger | msvcrt: Implement strcat_s. |
blob | commitdiff | raw | diff to current |
2007-11-16 |
Stefan Dösinger | msvcrt: Implement strcpy_s. |
blob | commitdiff | raw | diff to current |
2007-10-15 |
Francois Gouget | msvcrt: Fix the calling convention of _wsearchenv(... |
blob | commitdiff | raw | diff to current |
2007-09-24 |
Hans Leidekker | msvcrt: Implement _wspawnv{, e, p, pe}. |
blob | commitdiff | raw | diff to current |
2007-09-24 |
Hans Leidekker | msvcrt: Implement _wsearchenv. |
blob | commitdiff | raw | diff to current |
2007-09-19 |
Alexandre Julliard | msvcrt: Added implementation of a few more __crt functions. |
blob | commitdiff | raw | diff to current |
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 |
next |