Change SHChangeNotify to be Unicode and ANSI indifferent, as the type
[wine] / dlls / ntdll /
2003-01-21  Gerald PfeiferOnly declare variables we actually need.
2003-01-16  Francois Gougetok() does not support '%S'. Store the Ansi version...
2003-01-13  Robert Shearman- Add some stubs.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-04  Alexandre JulliardRemoved a few more #ifdef __WINE__.
2003-01-03  Alexandre JulliardAdded wine_dbg_sprintf function that allocates a tempor...
2003-01-03  Francois GougetCall lstrcmpW rather than wcscmp.
2003-01-02  Francois GougetFix mapping of STATUS_DEVICE_NOT_CONNECTED to match XP.
2002-12-19  Alexandre JulliardAvoid some warnings.
2002-12-18  Alexandre JulliardImplemented RtlTimeToElapsedTimeFields.
2002-12-17  Alexandre JulliardImplemented the Fiber* functions (with the help of...
2002-12-13  Jukka HeinonenWhen asynchronous signals are blocked, block also SIGUSR2.
2002-12-13  Alexandre JulliardAvoid casts between LARGE_INTEGER and FILETIME.
2002-12-13  György 'Nog' Jeney- Reimplement time functions using ntdll functions.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-12  Alex PasadynFix return from IOCTL_CDROM_CHECK_VERIFY.
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-12  Alexandre JulliardAdded list of symbols to ignore by default in winebuild.
2002-12-11  György 'Nog' Jeney- Implement RtlLocalTimeToSystemTime and RtlSystemTimeT...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-12-10  Alberto MassariAdded parameters to NtXxxPort functions prototypes.
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-11-27  Patrik StridvallFixed some issues found by winapi_check.
2002-11-27  Jukka HeinonenMoved handlers for int25 and int26 to winedos.
2002-11-27  Vincent BéronFix for implicit declaration of abs.
2002-11-25  Steve LustbaderAssorted Win2k/WinXP stubs.
2002-11-25  György 'Nog' Jeney- Move SetSystemTime, GetTimeZoneInformation and
2002-11-24  Jukka HeinonenMoved handlers for int11, int15 and int5c to winedos.
2002-11-23  Jukka HeinonenMove int2f handler to winedos.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-11-21  Jukka HeinonenRemoved last users of msdos/interrupts.c.
2002-11-20  Jukka HeinonenRemoved obsolete code.
2002-11-18  Jukka HeinonenRemoved last user of msdos/int1a.c.
2002-11-18  Marcus MeissnerFixed strict aliasing problem in RtlEnlargedUnsignedDivide.
2002-11-15  Martin Wilck- Allow setting NetBIOS ComputerName through registry.
2002-11-15  Mike McCormackPartial implementation of RtlDosPathNameToNtPathName_U.
2002-11-13  Huw DaviesReduce the maximum length of debug strings to 80 charac...
2002-11-12  Jukka HeinonenMove simple interrupt handlers to winedos.
2002-11-12  Robert ShearmanFirst of tests for the Rtl* string manipulation functions.
2002-11-12  Robert ShearmanImplemented RtlUnicodeStringToInteger.
2002-11-12  Patrik StridvallUpdated the generated tests.
2002-11-08  Juraj HercekFixed bug in context registers, added HANDLER_DEF and...
2002-11-08  Marcus MeissnerOnly enable VM86 mode if we have the <sys/vm86.h> inclu...
2002-11-06  Alexandre JulliardDisable address space limit check on non-i386 platforms.
2002-11-06  Patrik StridvallUpdated the generated tests.
2002-11-06  György 'Nog' Jeney- Fix RtlTimeToTimeFields to actually work.
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
2002-11-04  Patrik StridvallUpdated the generated tests.
2002-10-30  Marcus MeissnerPowerpc instruction pointer is Iar, not Eip.
2002-10-29  Patrik StridvallUpdated the generated tests.
2002-10-28  Lionel UlmerRaise an exception if any Wine or Winelib code does...
2002-10-25  Alexandre JulliardMade the ntdll registry functions use HKEY instead...
2002-10-23  Patrik StridvallUpdated the generated tests.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-15  Patrik StridvallUpdated the generated tests.
2002-10-10  Alexandre JulliardMake sure all Zw functions whose Nt equivalent is imple...
2002-10-09  Alexandre JulliardFixed buffer size in _ultoa (spotted by Joerg Mayer).
2002-10-02  Alexandre JulliardAdded --disable-win16 configure option.
2002-09-18  Alexandre JulliardAvoid calling some kernel functions.
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-17  Francois GougetMove all STATUS_* and RPC_NT_* to ntstatus.h as per...
2002-09-16  Alexandre JulliardImplemented NtDuplicateObject.
2002-09-13  Alexandre JulliardHandle special registry root keys directly in advapi32...
2002-09-13  Alexandre JulliardCopied the registry functions needed by VMM into device...
2002-09-13  Alexandre JulliardRtlFormatCurrentUserKeyPath: return path containing...
2002-09-12  Alexandre JulliardFixed warnings caused by new winternl.h.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-09  Patrik StridvallFixed some issues found by winapi_check.
2002-09-09  Andriy PalamarchukRtlNtStatusToDosError: Added new NT status to error...
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-08-31  Patrik StridvallMSVC compatibility fixes.
2002-08-30  Marcus MeissnerUse Iar (Instruction Address Register) instead of Fill[0].
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Alexandre JulliardAdded wine_get_user_name function and got rid of some...
2002-08-27  Patrik StridvallMSVC long long fixes.
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-27  Marcus MeissnerImplemented signal handling for PPC.
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-20  Patrik StridvallFixed some issues found by winapi_check.
2002-08-17  Marcus MeissnerImplemented server context/ptrace handling for Linux...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-15  Alexandre JulliardFixed GetLocaleInfoW to handle Unicode properly and...
2002-08-15  Alexandre JulliardTrap exceptions in RtlImageNtHeader.
2002-08-15  Jon GriffithsImplement and test rtl bitmap functions.
2002-08-13  Dmitry TimoshkovCosmetics.
2002-08-13  Dmitry Timoshkovus->Length is in bytes.
2002-08-13  Dmitry TimoshkovThrow exception only for Wine internal locks.
2002-08-13  Alexandre JulliardSetup exception frame around 16-bit calls to unwind...
2002-08-09  Alexandre JulliardImplemented the RtlImage* functions, and use them to...
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-07-31  Rafael KitoverPortability fixes for Cygwin.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-31  Eric PouechMoved all client-side console code to kernel.
2002-07-31  Eric PouechAdded a generic mechanism to set up hooks for dispatchi...
2002-07-31  Alexandre JulliardWe have to use the Rtl variant of Enter/LeaveCriticalSe...
2002-07-28  Ryan CummingImplementation of RtlGetNtVersionNumbers.
2002-07-28  Rafael KitoverMinor fix for ide-scsi cdroms.
next