Cast time_t to long for printing.
[wine] / dlls / crtdll /
2003-08-22  Steven EdwardsFixes for building with w32api headers on Mingw.
2003-08-19  Alexandre Julliard_ftol should return a 64-bit int (spotted by Jon Griffi...
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
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-08-30  Steven EdwardsUpdate some .cvsignore files for building on Windows.
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-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-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
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-15  Alexandre JulliardFixed toupper/_toupper mixup.
2001-01-12  Jon GriffithsTurn crtdll into forwards to msvcrt.
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
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-18  David ElliottChanged typo va_list to valist.
2000-12-16  Jon Griffiths- Fix _fullpath & splitpath, winapi_check fixes
2000-12-16  Alexandre JulliardFixed infinite loop in CRTDLL__fcloseall.
2000-12-13  Marcus MeissnerFixed crtdll compile problem regarding fpos_t in glibc2.2.
2000-12-13  Jon Griffiths- Implement console I/O
2000-12-12  Jon Griffiths- Implemented setlocale parsing and LC_TYPE behavior.
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-06  Alexandre JulliardUse libwine and libwine_unicode directly from their...
2000-12-02  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-02  Francois GougetFixed miscellaneous typos, syntactic and grammatical...
2000-12-01  Patrik StridvallFixed some issues found by winapi_check.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
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  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-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-08  Jon Griffiths- Implemented 73 CRT functions
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-31  Alexandre JulliardAdded import of ntdll.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-11  Alexandre JulliardAdded Unicode ctype support.
2000-08-11  Ove KaavenImplemented fopen() append mode, and a really cheesy...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
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-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-06-08  Dmitry TimoshkovImplement NTDLL.towupper and NTDLL.towlower using alrea...
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-24  Patrik StridvallFixed some warnings.
2000-03-24  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-12  Waldek HebischImplemented _read and _lseek.
2000-03-08  Alexandre JulliardCleaned up CRTDLL__unlink.
2000-02-26  Alexandre JulliardMore portable CRTDLL_iswctype.
2000-02-14  Gerald PfeiferFixed FreeBSD compile.
2000-02-13  David HowellsImplemented isw*() wctype.h functions.
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-23  Marcus MeissnerAdded *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore...
2000-01-04  Andreas Mohr- prevent mem leak of CRTDLL_acmdln_dll
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-11-14  Marcus MeissnerWork around glibc bug, that does not handle latin-1...
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-10-24  Patrik StridvallAdded spec file declarations for already implemented...
1999-09-29  Patrik StridvallFixed some of the issues reported by winapi-check,...
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/