advapi32: Avoid signed-unsigned integer comparisons.
[wine] / dlls / crtdll / crtdll_main.c
2011-09-22  Andrew Talbotcrtdll: Supress sign-extension through integer promotion.
2008-12-17  Alexandre Julliardmsvcrt: Add __cdecl to all function prototypes.
2008-07-21  Alexandre JulliardAvoid exporting common symbols since that's broken...
2006-09-29  Michael Stefaniuc"One liners" printf format warning fixes for the migrat...
2006-06-12  Alexandre Julliardcrtdll: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2003-08-22  Steven EdwardsFixes for building with w32api headers on Mingw.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-01-02  Patrik StridvallFixed some issues found by winapi_check.
2002-12-18  Alexandre JulliardMade crtdll a normal user of msvcrt by setting the...
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-07-31  Alexandre JulliardAdd MSVCRT prefix to _stat and _fstat (based on a patch...
2002-07-23  Alexandre JulliardFixed broken forwards reported by Patrik Stridvall.
2002-06-13  Alexandre Julliardstruct _stat layout is different between crtdll and...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-04-10  Francois GougetFix the signature of __GetMainArgs and __getmainargs...
2001-02-21  Alexandre Julliard__getmainargs last argument is a pointer to new_mode.
2001-02-20  Alexandre JulliardFixed __GetMainArgs.
2001-01-12  Jon GriffithsTurn crtdll into forwards to msvcrt.
2000-12-27  Ulrich WeigandDon't link with libw if libc already contains w* routines.
2000-12-21  Dmitry TimoshkovDo not free the not owned error string.
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-02  Patrik StridvallAdded/modified documentation for function arguments.
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-25  Marcus Meissnerglibc2.2 needs __USE_ISOC99 for FP_NAN and isfinite().
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-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-11  Ove KaavenImplemented fopen() append mode, and a really cheesy...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-15  Patrik StridvallFixed some issues found by winapi_check.
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-04-16  Uwe Bonnesfgets: Don't swallow \n, treat EOF
2000-03-28  Patrik Stridvall- Added/fixed some documentation reported by winapi_check
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-12  Waldek HebischImplemented _read and _lseek.
2000-03-08  Alexandre JulliardCleaned up CRTDLL__unlink.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-25  Alexandre JulliardUse argv[0] to locate the server executable.
2000-01-04  Andreas Mohr- prevent mem leak of CRTDLL_acmdln_dll
1999-11-12  Bernd PaysanAdded a stub for setjmp.
1999-10-31  Patrik StridvallFixed documentation.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-09-10  Juergen SchmiedPrevent endless loop in except2.
1999-08-08  Alexandre JulliardReimplemented multi-byte and wide-chars functions to...
1999-08-04  Ulrich WeigandMoved various DLLs to dlls/