2011-09-22 |
Andrew Talbot | crtdll: Supress sign-extension through integer promotion. |
blob | commitdiff | raw |
2008-12-17 |
Alexandre Julliard | msvcrt: Add __cdecl to all function prototypes. |
blob | commitdiff | raw | diff to current |
2008-07-21 |
Alexandre Julliard | Avoid exporting common symbols since that's broken... |
blob | commitdiff | raw | diff to current |
2006-09-29 |
Michael Stefaniuc | "One liners" printf format warning fixes for the migrat... |
blob | commitdiff | raw | diff to current |
2006-06-12 |
Alexandre Julliard | crtdll: Explicitly specify CDECL calling convention... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Francois Gouget | Fix nativeapi.pm so it knows about AC_HEADER_STAT(). |
blob | commitdiff | raw | diff to current |
2003-08-22 |
Steven Edwards | Fixes for building with w32api headers on Mingw. |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Dmitry Timoshkov | For all DLLs with defined DllMain and which do not... |
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-18 |
Alexandre Julliard | Made crtdll a normal user of msvcrt by setting the... |
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-18 |
Alexandre Julliard | Fixed warnings caused by conversion to -DSTRICT. |
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-23 |
Alexandre Julliard | Fixed broken forwards reported by Patrik Stridvall. |
blob | commitdiff | raw | diff to current |
2002-06-13 |
Alexandre Julliard | struct _stat layout is different between crtdll and... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2001-04-10 |
Francois Gouget | Fix the signature of __GetMainArgs and __getmainargs... |
blob | commitdiff | raw | diff to current |
2001-02-21 |
Alexandre Julliard | __getmainargs last argument is a pointer to new_mode. |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Alexandre Julliard | Fixed __GetMainArgs. |
blob | commitdiff | raw | diff to current |
2001-01-12 |
Jon Griffiths | Turn crtdll into forwards to msvcrt. |
blob | commitdiff | raw | diff to current |
2000-12-27 |
Ulrich Weigand | Don't link with libw if libc already contains w* routines. |
blob | commitdiff | raw | diff to current |
2000-12-21 |
Dmitry Timoshkov | Do not free the not owned error string. |
blob | commitdiff | raw | diff to current |
2000-12-19 |
Jon Griffiths | - Add several mbcs and CP 932 functions, fix some exist... |
blob | commitdiff | raw | diff to current |
2000-12-16 |
Jon Griffiths | - Fix _fullpath & splitpath, winapi_check fixes |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Jon Griffiths | - Implement console I/O |
blob | commitdiff | raw | diff to current |
2000-12-12 |
Jon Griffiths | - Implemented setlocale parsing and LC_TYPE behavior. |
blob | commitdiff | raw | diff to current |
2000-12-02 |
Patrik Stridvall | Added/modified documentation for function arguments. |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Jon Griffiths | - configure tests for finite()/fpclass(), fixes BSD... |
blob | commitdiff | raw | diff to current |
2000-11-26 |
Alexandre Julliard | Moved wsprintf functions to dlls/user. |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Marcus Meissner | glibc2.2 needs __USE_ISOC99 for FP_NAN and isfinite(). |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Jon Griffiths | - Fix ctype(), make is* functions binary compatible |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Jon Griffiths | - Add math calls: scalb, fpclass, nextafter, logb,... |
blob | commitdiff | raw | diff to current |
2000-11-16 |
Alexandre Julliard | Removed calls to Wine internal functions. |
blob | commitdiff | raw | diff to current |
2000-11-15 |
Jon Griffiths | - Complete the implementation of heap functions |
blob | commitdiff | raw | diff to current |
2000-11-08 |
Jon Griffiths | - Implemented 73 CRT functions |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Cleaned up a few inter-dll dependencies. Added a few... |
blob | commitdiff | raw | diff to current |
2000-08-11 |
Ove Kaaven | Implemented fopen() append mode, and a really cheesy... |
blob | commitdiff | raw | diff to current |
2000-08-09 |
Alexandre Julliard | Removed some unnecessary #includes and dll dependencies. |
blob | commitdiff | raw | diff to current |
2000-07-29 |
Alexandre Julliard | Removed some unnecessary inclusions of wingdi.h and... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-07-11 |
Marcus Meissner | Implemented _vsnprintf by calling wvsnprintfA. |
blob | commitdiff | raw | diff to current |
2000-06-23 |
Alexandre Julliard | Moved shared crtdll/ntdll functions into ntdll. |
blob | commitdiff | raw | diff to current |
2000-06-14 |
<jimregan@litsu.ie> | Added difftime function. |
blob | commitdiff | raw | diff to current |
2000-04-16 |
Uwe Bonnes | fgets: Don't swallow \n, treat EOF |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Patrik Stridvall | - Added/fixed some documentation reported by winapi_check |
blob | commitdiff | raw | diff to current |
2000-03-25 |
Francois Gouget | Use min/max instead of MIN/MAX. |
blob | commitdiff | raw | diff to current |
2000-03-12 |
Waldek Hebisch | Implemented _read and _lseek. |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Alexandre Julliard | Cleaned up CRTDLL__unlink. |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
blob | commitdiff | raw | diff to current |
2000-01-25 |
Alexandre Julliard | Use argv[0] to locate the server executable. |
blob | commitdiff | raw | diff to current |
2000-01-04 |
Andreas Mohr | - prevent mem leak of CRTDLL_acmdln_dll |
blob | commitdiff | raw | diff to current |
1999-11-12 |
Bernd Paysan | Added a stub for setjmp. |
blob | commitdiff | raw | diff to current |
1999-10-31 |
Patrik Stridvall | Fixed documentation. |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Patrik Stridvall | - Added missing configuration #if:s and #includes:s. |
blob | commitdiff | raw | diff to current |
1999-09-10 |
Juergen Schmied | Prevent endless loop in except2. |
blob | commitdiff | raw | diff to current |
1999-08-08 |
Alexandre Julliard | Reimplemented multi-byte and wide-chars functions to... |
blob | commitdiff | raw | diff to current |
1999-08-04 |
Ulrich Weigand | Moved various DLLs to dlls/ |
blob | commitdiff | raw | diff to current |
|