2012-12-17 |
Piotr Caban | msvcrt: Sync spec files. |
blob | commitdiff | raw |
2011-09-14 |
Alexandre Julliard | msvcrt: Synchronize the spec files. |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Alexandre Julliard | msvcrt: Allow forwarding to stub functions when the... |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Alexandre Julliard | msvcrt: Update spec files using the make_specfiles... |
blob | commitdiff | raw | diff to current |
2011-02-01 |
Alexandre Julliard | msvcrt: Implement longjmp for x86_64. |
blob | commitdiff | raw | diff to current |
2010-12-31 |
André Hentschel | msvcrt: Forward _setjmp on x86_64. |
blob | commitdiff | raw | diff to current |
2010-07-22 |
Alexandre Julliard | msvcrt: Use the appropriate mangled names for operator... |
blob | commitdiff | raw | diff to current |
2010-04-12 |
Alexandre Julliard | msvcrt: Make a few more exception handling functions... |
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 |
2006-06-12 |
Alexandre Julliard | crtdll: Fixed copy/paste error in definition of _basemi... |
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-03-20 |
Alexandre Julliard | Take advantage of new winebuild syntax to remove redund... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Alexandre Julliard | Replaced forwards by normal function declarations. |
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-07-23 |
Alexandre Julliard | Fixed broken forwards reported by Patrik Stridvall. |
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-13 |
Alexandre Julliard | struct _stat layout is different between crtdll and... |
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 |
2001-02-20 |
Alexandre Julliard | Fixed __GetMainArgs. |
blob | commitdiff | raw | diff to current |
2001-01-15 |
Alexandre Julliard | Fixed toupper/_toupper mixup. |
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-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-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-26 |
Alexandre Julliard | Added entry point flags -noimport, -norelay, -ret64... |
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-11-05 |
Alexandre Julliard | Declare debug channels in all dlls that need them;... |
blob | commitdiff | raw | diff to current |
2000-08-03 |
Alexandre Julliard | Added imports of user32/gdi32/kernel32 wherever necessary. |
blob | commitdiff | raw | diff to current |
2000-08-01 |
Marcus Meissner | Fixed 2 forward entries. |
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-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-06-08 |
Dmitry Timoshkov | Implement NTDLL.towupper and NTDLL.towlower using alrea... |
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-24 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-12 |
Waldek Hebisch | Implemented _read and _lseek. |
blob | commitdiff | raw | diff to current |
2000-02-13 |
David Howells | Implemented isw*() wctype.h functions. |
blob | commitdiff | raw | diff to current |
2000-01-04 |
Andreas Mohr | - prevent mem leak of CRTDLL_acmdln_dll |
blob | commitdiff | raw | diff to current |
2000-01-01 |
Alexandre Julliard | Make use of automatic ordinal allocation. |
blob | commitdiff | raw | diff to current |
1999-11-12 |
Bernd Paysan | Added a stub for setjmp. |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Patrik Stridvall | Added spec file declarations for already implemented... |
blob | commitdiff | raw | diff to current |
1999-09-29 |
Patrik Stridvall | Fixed some of the issues reported by winapi-check,... |
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 |
|