Run length and ascii85 encode image data.
[wine] / dlls / ntdll /
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...
2003-11-11  Alexandre JulliardMake sure the protection flags on the memory view of...
2003-11-11  Ulrich CzekallaAdded stubs for AccessCheckByType, AddAuditAccessAce,
2003-11-11  Carlos LozanoNtReadFile checks that offset is not null.
2003-11-11  Jukka HeinonenFix race in real mode event handling.
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-11-06  Alexandre JulliardAdded server_abort_thread to replace SYSDEPS_AbortThread.
2003-11-05  Alexandre JulliardAdded wine_pthread_create_thread and wine_pthread_exit_...
2003-11-05  Ulrich CzekallaImplemented RtlSelfRelativeToAbsoluteSD and RtlMakeSelf...
2003-11-05  Alexandre JulliardUse the signal stack pointer to determine the current...
2003-11-04  Alexandre JulliardAllocate the TEB and signal stack separately from the...
2003-11-04  Gerald PfeiferThe CDDA case of CDROM_RawRead() no longer works on...
2003-11-03  Alexandre JulliardAllocate a memory view for builtin dlls so that Virtual...
2003-11-03  Alexandre JulliardFixed type and protection values returned by NtQueryVir...
2003-10-31  Alexandre JulliardImplemented RtlCreateUserThread, and use it to move...
2003-10-30  Alexandre JulliardFixed race in %gs selector restoring during vm86 mode...
2003-10-30  Pavel RoskinInclude ntdll_misc.h to avoid undefined reference to...
2003-10-28  Alexandre JulliardRemoved no longer needed SIGNAL_Unblock() function.
2003-10-28  Alexandre JulliardImplemented Add/RemoveVectoredExceptionHandler.
2003-10-28  Alexandre JulliardSwitch back to the main process stack before calling...
2003-10-28  Alexandre JulliardRepaired relay debugging for kernel and ntdll (spotted...
2003-10-28  Uwe Bonnesget_full_path_helper: Handle the case \\.\\ as intended...
2003-10-24  Alexandre JulliardUse sigsetjmp instead of setjmp in Wine internal except...
2003-10-24  Alexandre JulliardCall the application entry point from kernel32, some...
2003-10-22  Alexandre JulliardSimplified signal stack allocation a bit, and avoid...
2003-10-22  Alexandre JulliardA signal stack is not needed on PowerPC.
2003-10-21  Dave BelangerFix splitpath and wsplitpath for the file extension.
2003-10-16  Alexandre JulliardFixed handling of relay and snoop include/exclude lists...
2003-10-15  Alexandre JulliardRewrote splitpath and wsplitpath to avoid modifying...
2003-10-14  Jukka HeinonenRemove races from DPMI async event handling.
2003-10-14  Gerald PfeiferFix function pointer variable declaration in __wine_pro...
2003-10-14  Alexandre JulliardSet or clear the BeingDebugged flag in the PEB when...
2003-10-10  Alexandre JulliardMoved the pthread emulation into the main binary so...
2003-10-10  Alexandre JulliardFixed importing of dlls with no exports (reported by...
2003-10-10  Alexandre JulliardLink kernel32 as a normal dll.
2003-10-10  Alexandre JulliardChanged the init code to make libwine load only ntdll...
2003-10-09  Alexandre JulliardUse the Rtl bitmap functions to implement Tls allocation.
2003-10-09  Alexandre JulliardAdded a few missing exports.
2003-10-09  Alexandre JulliardMoved the constructor for the initial TEB to ntdll...
2003-10-08  Alexandre JulliardAdded __wine_set_signal_fs function to avoid sharing the
2003-10-08  Alexandre JulliardDuplicate parts of the relay debugging init code into...
2003-10-08  Alexandre JulliardMoved build_command_line back to kernel and make it...
2003-10-08  Pavel RoskinInclude ntdll_misc.h to get the GetCurrentProcess/Threa...
2003-10-08  Pavel RoskinInclude ntdll_misc.h to get the GetCurrentProcess/Threa...
2003-10-08  Pavel RoskinEliminate dependency on SetLastError().
2003-10-08  Alexandre JulliardMoved a few more functions to the dlls/kernel directory.
2003-10-08  Alexandre JulliardLink all remaining files that contain kernel APIs into...
2003-10-08  Alexandre JulliardAdded hack to call CreateFileW through a pointer so...
2003-10-08  Alexandre JulliardPass the cdrom device path in CDROM_InitRegistry so...
2003-10-08  Alexandre JulliardGet rid of the argv0 and full_argv0 global variables.
2003-10-08  Alexandre JulliardStore a "removable" flag instead of the full drive...
2003-10-07  Alexandre JulliardRemoved references to GetSystemDirectoryW.
2003-10-07  Rein KlazesAdded a check for <scsi/scsi.h> and include it in dlls...
2003-10-07  Alexandre JulliardRewrite of the dll file search algorithm to better...
2003-10-07  Alexandre JulliardA couple more fixes in RtlGetFullPathName_U.
2003-10-06  Alexandre JulliardMoved the final process init and dependency loading to
2003-10-06  Alex PasadynFix buffer length error code for NtQueryInformationToken.
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-04  Alexandre JulliardConverted process creation to Unicode.
2003-10-04  Alexandre JulliardImplemented RtlCreateProcessParameters and related...
2003-10-04  Eric PouechFixed a couple of bugs in RtlGetFullPathName_U.
2003-10-04  Uwe BonnesSNOOP_ShowDebugmsgSnoop(): check for NULL function...
2003-10-04  Michael GünnewigFixed warnings with gcc option "-Wwrite-strings".
2003-10-03  Alexandre JulliardAvoid closing the cdrom if we failed to open it.
2003-10-03  Pavel RoskinAdd support for SCSI CD-ROMs to CDROM_GetInterfaceInfo().
2003-10-02  Alexandre JulliardChanged LdrLoadDll to only search for the dll in the...
2003-10-02  Alexandre JulliardFixed a couple of bugs in RtlDosSearchPath_U and RtlGet...
2003-10-02  Gerald PfeiferCast time_t parameters to fprintf(...,"%l",...) to...
2003-10-01  Jon GriffithsDocumentation updates.
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-29  Alexandre JulliardConverted most of the loader code to Unicode.
2003-09-27  Alexandre JulliardConverted the load order code to use Unicode throughout.
2003-09-25  Alexandre JulliardMoved WINE_MODREF definition to loader.c.
2003-09-25  Alexandre JulliardMoved loadorder support to dlls/ntdll.
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-24  Alexandre JulliardMoved DLLFLAGS to a separate variable instead of includ...
2003-09-24  Alexandre JulliardMoved the Windows version code to dlls/ntdll, and imple...
2003-09-24  Jon GriffithsDocumentation updates.
next