Fix bad initialization of Unicode length parameters in
[wine] / dlls / ntdll /
2004-04-08  Rolf KalbermatterFix bad initialization of Unicode length parameters in
2004-04-07  Alexandre JulliardHandle the set_file_pointer request on the client side.
2004-04-07  Raphael Junqueira- fix DbgPrint and implement DbgPrintEx
2004-04-07  Alexandre JulliardBetter support for device handles in NtQueryVolumeInfor...
2004-04-06  Alexandre JulliardHandle file mappings on removable media entirely inside...
2004-04-06  Alexandre JulliardFixed some potential races in the handling of the view...
2004-04-06  Alexandre JulliardPartial implementation of NtQueryVolumeInformationFile.
2004-04-05  Alexandre JulliardFixed RtlDosPathNameToNtPathName_U prototype.
2004-04-02  Alexandre JulliardA couple of optimizations and bug fixes.
2004-04-02  Rein KlazesFix incorrect calculation of leap year in RtlTimeFields...
2004-04-01  Rolf KalbermatterNtPulseEvent: Don't print FIXME for an optional paramet...
2004-04-01  Raphael JunqueiraAdded some stubs.
2004-04-01  Alexandre JulliardMake RtlGetFullPathName_U handle Unix paths, using...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-23  Francois GougetAssorted spelling fixes.
2004-03-22  Uwe BonnesAdded some tests for RtlGetFullPathName_U.
2004-03-22  Alexandre JulliardMoved slash conversion to collapse_path, and remove...
2004-03-19  Alexandre JulliardAdded workaround for broken dlls that modify ebx in...
2004-03-18  Raphael JunqueiraStub implementations of RtlCreateQueryDebugBuffer,
2004-03-17  Alexandre JulliardRewrote the collapsing of . and .. in RtlGetFullPathNam...
2004-03-16  Alexandre JulliardO_DIRECTORY is not really needed.
2004-03-16  Mike Hearn- Add debug SnoopFromInclude/SnoopFromExclude options.
2004-03-16  Alexandre JulliardImplemented NtQueryDirectoryFile (partly based on a...
2004-03-15  Mike HearnImprove message given on image map failure.
2004-03-12  Alexandre JulliardGet rid of ntdll_get_process_heap and ntdll_get_process...
2004-03-11  Hans Leidekker_wto{l,i,i64} parameters are const.
2004-03-11  Alexandre JulliardPortability fixes.
2004-03-09  Alexandre JulliardASCII string comparisons should not depend on the locale.
2004-03-09  Alexandre JulliardReimplemented GetVolumeInformation and SetVolumeLabel...
2004-03-05  Alexandre JulliardDo not store the Unix file descriptor in the cache...
2004-03-04  Alexandre JulliardOpen a real file handle for drive devices, and get...
2004-03-03  Alexandre JulliardSmarter allocation algorithm for the string buffer...
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-01  Rein KlazesIn TIME_GetBias make sure there is a cached value for...
2004-02-27  Robert ShearmanUpdate documentation for Rtl functions.
2004-02-27  Huw DaviesCache the result of TIME_GetBias for up to 1 second.
2004-02-26  Huw DaviesCall TIME_GetBias rather than RtlQueryTimeZoneInfo...
2004-02-25  Huw DaviesSpeed up RtlTimeFieldsToTime.
2004-02-24  Alexandre JulliardTweak the load order algorithm a bit to better reflect...
2004-02-24  Alexandre JulliardReturn right away from import_dll when a dll is not...
2004-02-24  Dmitry TimoshkovSet SA_RESTART sigaction flag for other BSDs beside...
2004-02-24  Huw DaviesSpeed up RtlTimeToTimeFields.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-17  Dmitry TimoshkovWrite section access also assumes read access.
2004-02-11  Dmitry TimoshkovAvoid double checking free type flags in NtFreeVirtualM...
2004-02-11  Alexandre JulliardDon't request PROT_EXEC permissions when mapping an...
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-02-09  Dmitry TimoshkovAdd a test case for Virtual* APIs, fix a few bugs disco...
2004-02-07  Alexandre JulliardGet pointer to CreateFileW earlier on during startup.
2004-02-07  Francois GougetAdd trailing '\n's to ok() calls.
2004-02-07  Francois GougetAdd trailing '\n's to ok() calls.
2004-02-06  Alexandre JulliardTrace register contents on exception.
2004-02-05  Alexandre JulliardFixed a couple of race conditions in the wine_pthread...
2004-01-30  Alexandre JulliardAdded memory constraint to avoid miscompilation of...
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-20  Eric Pouech- RtlGetFullPathName_U: rewritten so that the source...
2004-01-19  Alexandre JulliardFixed an error message.
2004-01-18  Eric PouechAdded support for Unix code page in NTDLL.
2004-01-16  Alexandre JulliardCheck for overlapping memory views and delete the offen...
2004-01-16  Robert LunnonSave UESP instead of ESP where UESP defined.
2004-01-15  Eric PouechReimplemented Get{Short|Long}PathName and updated the...
2004-01-14  Alexandre JulliardFixed __siginfo type for Solaris (based on a patch...
2004-01-13  Vincent BéronRemove a "\" from a multiline string constant by splitt...
2004-01-09  Marcus MeissnerAllow offset of NULL to NtWriteFile.
2004-01-08  Alexandre JulliardIf supported by the linker, prevent the ELF loader...
2004-01-07  Alexandre JulliardDon't use constructors for ntdll and kernel32 initializ...
2004-01-05  Alexandre JulliardUpdates for the new loadorder handling of 16-bit dlls.
2004-01-03  Mike HearnImplemented RegFlushKey and NtFlushKey.
2003-12-31  Mike HearnPrint exe name when initialization fails.
2003-12-30  Alexandre JulliardFixed RtlUnwind signature (reported by Pierre d'Herbemont).
2003-12-30  Mike McCormackReturn an SID when GetTokenInformation is called with...
2003-12-15  Hans LeidekkerCheck if a function exists before testing it.
2003-12-15  Marcus MeissnerFixed potentially uninitialised sz.
2003-12-13  Francois GougetTry not to display uninitialized data in traces (found...
2003-12-12  Jon GriffithsAdded RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLas...
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-12-05  Alexandre JulliardAdded a WINEDEBUG environment variable that allows...
2003-12-04  Jon GriffithsImplement the Rtlp* registry functions.
2003-12-04  Alexandre JulliardImplement some more register functions using DEFINE_REG...
2003-12-04  Alexandre JulliardMoved the DEFINE_REGS_ENTRYPOINT macros to include...
2003-12-04  Alexandre JulliardWe no longer need a special case for codepages on startup,
2003-12-03  Alexandre JulliardRemoved no longer used extra space allocated in the...
2003-12-01  Alexandre JulliardAdded wine_server_release_fd function to release the...
2003-12-01  Alexandre JulliardAllow RELAY_SetupDLL to be called twice on the same...
2003-11-29  Alexandre JulliardFixed bitmap range checking to avoid integer overflows.
2003-11-28  Francois GougetOnly convert '/'s to '\\'s up to the '\0' as the rest...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-26  Dmitry TimoshkovFix another RtlReAllocateHeap call.
2003-11-25  Alexandre JulliardBetter support for loading exe files as libraries.
2003-11-25  Alexandre JulliardStore the thread entry point in the startup info passed...
2003-11-25  Alexandre JulliardStore the last error code at the TEB offset used by...
2003-11-25  Alexandre JulliardRemoved MODULE_GetLoadOrderA.
2003-11-25  Dimitrie O. PaunRtlHeapReAllocate() should not allocate memory.
2003-11-21  Robert ShearmanHandle EIO file error.
2003-11-20  Dimitrie O. PaunRtlReAllocateHeap() does not allocate memory.
2003-11-18  Alexandre JulliardForce minimum stack size to 1Mb for Xlib.
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-17  Alexandre JulliardAdded wine_ldt_is_system() to replace the IS_SELECTOR_S...
2003-11-11  Alexandre JulliardMoved the exec_wine_binary function to the wine library...
next