Localization of devenum to Portuguese and minor corrections.
[wine] / dlls / ntdll /
2004-07-29  Robert ShearmanDocumentation for Wine client-side server interface.
2004-07-23  Francois GougetAssorted spelling fixes.
2004-07-15  Alexandre JulliardSet the system directory in ntdll as soon as we have...
2004-07-14  Aric StewartReport win2k service pack 4 instead of 3.
2004-07-07  Emmanuel MaillardAdded Darwin support in get_default_drive_device.
2004-07-06  Aric StewartReport NOT_IMPLEMENTED for not implemented token classes.
2004-06-22  Alexandre JulliardWe no longer need to make the import directory writable...
2004-06-22  Filip NavaraUnprotect Import Address Table while filling it.
2004-06-21  Mike HearnDefault to Win98 in DLL linkage heuristics.
2004-06-18  Pierre d'HerbemontFix a compile error for SNOOP_GetProcAddress and RELAY_...
2004-06-18  Alexandre JulliardAdded support for the IMAGE_FILE_LARGE_ADDRESS_AWARE...
2004-06-17  Alexandre JulliardTake spin count into account in RtlEnterCriticalSection.
2004-06-17  Alexandre JulliardDon't use lseek when truncating a file to avoid corrupt...
2004-06-16  Gerald PfeiferRemove incorrect support for FreeBSD and NetBSD in
2004-06-15  Alexandre JulliardStore the number of processors in the PEB structure.
2004-06-15  Eric PouechConst correctness.
2004-06-15  Uwe BonnesSupport for reading encrypted DVDs.
2004-06-14  Eric Pouech- Added ProcessBasicInformation class to ntdll.NtQueryI...
2004-06-03  Raphael JunqueiraAdded _vsnwprintf (needed by some native XP dlls).
2004-05-30  Alexandre JulliardUse wine_exec_wine_binary in all cases to start the...
2004-05-28  Alexandre JulliardInitial version of the Wine preloader, used to reserve...
2004-05-28  Alexandre JulliardDon't rely on the reserved area list being empty in...
2004-05-25  Alexandre JulliardAdded support for managing reserved memory areas in...
2004-05-24  Dmitry TimoshkovCygwin's mntent.h requires stdio.h to be included first.
2004-05-21  Alexandre JulliardConverted the memory views list to use the standard...
2004-05-17  Alexandre JulliardAdded support for mapping UNC filenames to the dosdevic...
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-05-14  Alexandre JulliardRemoved the no longer used SMB file I/O support, we...
2004-05-14  Alexandre JulliardBetter fix for removing trailing spaces in RtlGetFullPa...
2004-05-13  Alexandre JulliardRemove trailing spaces from the filename in RtlGetFullP...
2004-05-11  Alexandre JulliardInitial support for automatically creating the ~/.wine...
2004-05-07  Alexandre JulliardUse the Unix codepage to convert the user name to Unicode.
2004-05-05  Alexandre JulliardInitialize ntdll debugging earlier on so that we can...
2004-05-05  Alexandre JulliardFixed RtlSetEnvironmentVariable to deal properly with...
2004-05-05  Francois GougetWe should not make deststring static since we count...
2004-05-04  Alexandre JulliardUpdated the auto-generated tests.
2004-05-01  Alexandre JulliardReimplemented GetFileType and SetEndOfFile using ntdll...
2004-04-30  Alexandre JulliardAdded a few more info classes in NtQueryInformationFile.
2004-04-30  Alexandre JulliardMoved support for opening named pipes to ntdll.
2004-04-29  Alexandre JulliardAdded auto-detection of DOS drive devices based on...
2004-04-29  Alexandre JulliardUse symlinks in dosdevices/ for the drive devices too.
2004-04-27  Alexandre JulliardPass the creation disposition to wine_nt_to_unix_file_n...
2004-04-23  Alexandre JulliardMoved creation of the CDROM registry keys into the...
2004-04-23  Alexandre JulliardMoved support for opening DOS device files to ntdll.
2004-04-23  Alexandre JulliardMake DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
2004-04-21  Alexandre JulliardProperly set IO_STATUS_BLOCK.Information in NtCreateFile.
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesExW and GetCompressedFil...
2004-04-20  Francois GougetMake Unicode strings static const.
2004-04-20  Robert ShearmanStub and documentation for RtlFormatMessage.
2004-04-20  Alexandre JulliardMinor fixes.
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesW, SetFileAttributesW...
2004-04-19  Michael StefaniucNtQueryInformationToken isn't a stub so change the...
2004-04-19  Alexandre JulliardFixed ntdll_wcstoumbs and WideCharToMultiByte to set...
2004-04-17  Emmanuel MaillardFix a compile error for SNOOP_GetProcAddress on non...
2004-04-16  Alexandre JulliardFixed a number of NT status values to be closer to...
2004-04-16  Alexandre JulliardRtlSetCurrentDirectory_U: store a handle to the current...
2004-04-16  Alexandre JulliardAdded hack to fetch the current directory from the...
2004-04-15  Alexandre JulliardGet rid of the TEB flags, they are no longer used.
2004-04-14  Alexandre JulliardMoved wine_get_unix_file_name implementation to ntdll...
2004-04-14  Alexandre JulliardAdded support for restarting directory scans on platfor...
2004-04-14  Alexandre JulliardFixed handling of \\?\ prefix in RtlDosPathNameToNtPath...
2004-04-12  Alexandre JulliardImplemented NtCreatelFile using the new symlink scheme.
2004-04-08  Alexandre JulliardReplace the get_file_info request by an fstat() on...
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...
next