wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / ntdll / misc.c
2008-03-26  Alexandre Julliardntdll: Export the libwine version functions from ntdll...
2007-06-11  Francois Gougetntdll: Improve the prototypes Win64 compatibility by...
2007-02-09  Francois Gougetntdll: Better match the PSDK types and fix the winapi_c...
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-06-12  Alexandre Julliardntdll: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-18  Alexandre Julliardntdll: Add wrappers for the remaining math functions.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2003-08-19  Alexandre Julliard_ftol should return a 64-bit int (spotted by Jon Griffi...
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-08-13  Dmitry Timoshkovus->Length is in bytes.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-05  Alexandre JulliardRemoved ntdll dependency on MultiByteToWideChar/WideCha...
2001-11-06  François GougetFix the #include order for config.h.
2001-07-26  Dmitry TimoshkovFix a typo.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2000-12-02  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-25  Jon GriffithsNTDLL__CIpow returns double, not LONG.
2000-10-15  Alexandre JulliardFixed a few prototypes.
2000-08-26  Alexandre JulliardFixed debugstr_as/us prototypes.
2000-06-24  Gerald PfeiferAdded missing #include <math.h>.
2000-06-23  Alexandre JulliardMoved shared crtdll/ntdll functions into ntdll.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-29  Alexandre JulliardRemoved debugstr.h.
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...