Added native mode dll support (based on a patch by Marcus Meissner).
[wine] / files /
2004-02-09  PofisDon't print FIXME for FILE_ATTRIBUTE_TEMPORARY.
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-16  Mike Hearn- Ensure we correctly add a backslash like Windows...
2004-01-15  Mike McCormackPreserve trailing backslashes in GetFullPathName.
2004-01-15  Eric PouechReimplemented Get{Short|Long}PathName and updated the...
2004-01-14  Eric Pouech- got rid of FILE_Dup2 export from kernel32
2004-01-06  Francois GougetAssorted spelling fixes.
2004-01-05  Eric PouechMade wine_get_unix_file_name take a Unicode string...
2003-12-15  Hans LeidekkerMoveFile returns ERROR_ALREADY_EXISTS, not ERROR_FILE_E...
2003-12-12  Eric PouechMoved all remaining console related code to dlls/kernel...
2003-12-02  Alexandre JulliardRemoved no longer needed dll separation hack.
2003-12-02  Alexandre JulliardUse wine_server_release_fd() instead of close() everywh...
2003-12-01  Alexandre JulliardAdded wine_server_release_fd function to release the...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-25  Eric PouechGot rid of DRIVE_OpenDevice, and replaced it with Win32...
2003-11-25  Alexandre JulliardRemoved task.h.
2003-11-15  Alexandre JulliardMoved a number of DOS definitions out of the global...
2003-11-14  Eric Pouech- moved the remaining of int21 calls to dlls/winedos
2003-10-31  Alexandre JulliardMake sure GetTempFileName never returns 0 on success.
2003-10-21  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-21  Gerald PfeiferRemove unused variable wineW.
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-10-15  Alexandre JulliardGet rid of the drive codepages and use CP_UNIXCP instead.
2003-10-09  Oleg ProkhorovAvoid HeapReAlloc of a NULL pointer.
2003-10-08  Alexandre JulliardRemoved dependency on ntdll_misc.h.
2003-10-08  Alexandre JulliardPass the cdrom device path in CDROM_InitRegistry so...
2003-10-08  Alexandre JulliardStore a "removable" flag instead of the full drive...
2003-10-04  Alexandre JulliardConverted process creation to Unicode.
2003-10-03  Pavel RoskinImplemented GetCompressedFileSize[AW].
2003-10-02  Alexandre JulliardChanged LdrLoadDll to only search for the dll in the...
2003-10-02  Alexandre JulliardHack to update ntdll current directory value in DRIVE_C...
2003-09-29  Alexandre JulliardConverted most of the loader code to Unicode.
2003-09-26  Alexandre JulliardThe "Path" value of the "App Paths" entry should be...
2003-09-24  Alexandre JulliardMoved the Windows version code to dlls/ntdll, and imple...
2003-09-18  Alexandre JulliardKeep the file handle of 16-bit modules open while the...
2003-09-18  Alexandre JulliardReimplemented the 16-bit FindFirstFile, FindNextFile...
2003-09-16  Alexandre JulliardMoved most kernel string functions to dlls/kernel.
2003-09-16  Alex Pasadyn- Use HeapAlloc instead of GlobalAlloc in FindNextFile.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Stefan LeichterMoved implementation of QueryDosDevice from ascii to...
2003-08-26  Alexandre JulliardMoved profile functions to dlls/kernel.
2003-08-23  Alexandre JulliardMoved most of the 16-bit task support and NE module...
2003-08-20  Eric PouechRemoved the DOSFS_ specific time related conversion...
2003-08-20  Eric PouechRemoved code for handling ${VAR} constructs in .ini...
2003-08-19  Alexandre JulliardReplaced remaining calls to PROFILE_GetWineIniString...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-07-21  Mike McCormackFix a couple of bugs in CDROM_GetSerial:
2003-07-03  Alexandre JulliardFixed compile when functions are not inlined.
2003-06-27  Stefan LeichterAdded line wrapping for a FIXME.
2003-06-26  Eric Pouech- made async.h ready for use in ntdll: replaced all...
2003-06-24  Bill MedlandA little SMB preparatory work:
2003-06-24  Alexandre JulliardMoved tape.c to dlls/kernel.
2003-06-24  Eric Pouech- start moving a few file related functions from files...
2003-06-23  Eric Pouech- in kernel32, replaced all {Enter|Leave}CriticalSectio...
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-14  Alexandre JulliardMake it possible to retrieve an inheritable handle...
2003-06-04  Francois GougetFix some typos.
2003-06-04  Jukka HeinonenMigrate most int21 ioctl routines to winedos.
2003-05-19  Mike McCormackRemoved unnecessary casts.
2003-05-15  Philip MasonForce FILE_GetTempFileName to continue looking for...
2003-04-22  Eric PouechMoved kernel32.FlushFileBuffers to ntdll.NtFlushBuffers...
2003-04-19  Michal Janusz MiroslawFixed typo in comment.
2003-04-19  Michal Janusz MiroslawOn Linux: avoid blocking in DOSFS_OpenDir_VFAT if speci...
2003-04-17  Michal Janusz MiroslawRefuse to read non-block device set in config.
2003-04-17  Uwe BonnesFindFirstFile on root directory should fail.
2003-04-08  Alexandre JulliardMake DRIVE_FindRootW really behave like DRIVE_FindRoot.
2003-04-04  Mike HearnCorrect the error code returned when a file does not...
2003-03-30  Adam GundyDon't read uninitialized data when a '$' is found.
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-25  Gerald PfeiferAdd trailing full-stop to warning in DIR_GetPath().
2003-03-23  Stefan LeichterMoved implementation of GetPrivateProfileInt from ascii...
2003-03-20  Gerald PfeiferTweak error message in PROFILE_UsageWineIni().
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-03-04  Alexandre JulliardFixed int conversion in GetPrivateProfileInt so that...
2003-03-04  Enrico HornSimple way to get the label of mixed-mode cd.
2003-02-26  Alexandre JulliardMoveFile[AW] should simply call MoveFileEx[AW]. Should...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-23  Gerald PfeiferProperly cast struct sockaddr_in* to struct sockaddr...
2003-01-13  Robert Shearman- Add some stubs.
2003-01-11  Shachar ShemeshRemoved the FIXMEs when performing MoveFileEx with
2003-01-10  Shachar ShemeshSet correct last error if the path contains wildcard...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-02  Alberto MassariAdd stub implementation for ReplaceFile.
2002-12-23  Uwe BonnesDRIVE_Init: Use strtoulW to initialize the drive serial...
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  Francois GougetFix the error codes returned by DeleteFile{A,W} to...
2002-12-11  György 'Nog' Jeney- Implement RtlLocalTimeToSystemTime and RtlSystemTimeT...
2002-12-07  Stefan LeichterMoved implementation of GetDiskFreeSpaceEx from ascii...
2002-11-30  Martin WilckFixed some problems with asynchronous file IO.
2002-11-23  Alexandre JulliardRemoved no longer needed PROFILE_LoadWineIni().
2002-11-22  Alexandre JulliardRemoved support for converting old format config, every...
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-11-15  Ryan CummingImplemented GetFileSizeEx (based on a patch by Steve...
next