advapi32: Avoid signed-unsigned integer comparisons.
[wine] / dlls / crtdll / crtdll.spec
2012-12-17  Piotr Cabanmsvcrt: Sync spec files.
2011-09-14  Alexandre Julliardmsvcrt: Synchronize the spec files.
2011-05-03  Alexandre Julliardmsvcrt: Allow forwarding to stub functions when the...
2011-05-03  Alexandre Julliardmsvcrt: Update spec files using the make_specfiles...
2011-02-01  Alexandre Julliardmsvcrt: Implement longjmp for x86_64.
2010-12-31  AndrĂ© Hentschelmsvcrt: Forward _setjmp on x86_64.
2010-07-22  Alexandre Julliardmsvcrt: Use the appropriate mangled names for operator...
2010-04-12  Alexandre Julliardmsvcrt: Make a few more exception handling functions...
2008-12-15  Alexandre Julliardmsvcrt: The _CI* math functions are only exported on...
2006-06-12  Alexandre Julliardcrtdll: Fixed copy/paste error in definition of _basemi...
2003-08-19  Alexandre Julliard_ftol should return a 64-bit int (spotted by Jon Griffi...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-07-23  Alexandre JulliardFixed broken forwards reported by Patrik Stridvall.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-13  Alexandre Julliardstruct _stat layout is different between crtdll and...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2001-02-20  Alexandre JulliardFixed __GetMainArgs.
2001-01-15  Alexandre JulliardFixed toupper/_toupper mixup.
2001-01-12  Jon GriffithsTurn crtdll into forwards to msvcrt.
2000-12-19  Jon Griffiths- Add several mbcs and CP 932 functions, fix some exist...
2000-12-16  Jon Griffiths- Fix _fullpath & splitpath, winapi_check fixes
2000-12-13  Jon Griffiths- Implement console I/O
2000-12-12  Jon Griffiths- Implemented setlocale parsing and LC_TYPE behavior.
2000-12-01  Patrik StridvallFixed some issues found by winapi_check.
2000-11-27  Jon Griffiths- configure tests for finite()/fpclass(), fixes BSD...
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-26  Alexandre JulliardAdded entry point flags -noimport, -norelay, -ret64...
2000-11-25  Jon Griffiths- Fix ctype(), make is* functions binary compatible
2000-11-25  Jon Griffiths- Add math calls: scalb, fpclass, nextafter, logb,...
2000-11-16  Alexandre JulliardRemoved calls to Wine internal functions.
2000-11-15  Jon Griffiths- Complete the implementation of heap functions
2000-11-08  Jon Griffiths- Implemented 73 CRT functions
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-08-01  Marcus MeissnerFixed 2 forward entries.
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-11  Marcus MeissnerImplemented _vsnprintf by calling wvsnprintfA.
2000-06-23  Alexandre JulliardMoved shared crtdll/ntdll functions into ntdll.
2000-06-14   <jimregan@litsu.ie>Added difftime function.
2000-06-08  Dmitry TimoshkovImplement NTDLL.towupper and NTDLL.towlower using alrea...
2000-03-28  Patrik Stridvall- Added/fixed some documentation reported by winapi_check
2000-03-24  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-12  Waldek HebischImplemented _read and _lseek.
2000-02-13  David HowellsImplemented isw*() wctype.h functions.
2000-01-04  Andreas Mohr- prevent mem leak of CRTDLL_acmdln_dll
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-11-12  Bernd PaysanAdded a stub for setjmp.
1999-10-24  Patrik StridvallAdded spec file declarations for already implemented...
1999-09-29  Patrik StridvallFixed some of the issues reported by winapi-check,...
1999-08-08  Alexandre JulliardReimplemented multi-byte and wide-chars functions to...
1999-08-04  Ulrich WeigandMoved various DLLs to dlls/