Fixed Unicode string output.
[wine] / files /
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...
2002-11-13  Dmitry TimoshkovMaintain lower cased file names in the Wine config...
2002-11-08  Ryan Cumming- Silence annoying "Empty path passed" error.
2002-11-04  Alexandre JulliardMake COMSPEC point to wcmd.exe, not command.com.
2002-10-28  György 'Nog' JeneyCopy the necessary data from the unicode struct to...
2002-10-25  Alexandre JulliardGet rid of FILE_ATTRIBUTE_SYMLINK (based on a patch...
2002-10-23  Patrik StridvallDon't use wine/unicode.h in the header files, include...
2002-10-23  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-09  Alexandre JulliardTransmit the Windows PATH to child processes using...
2002-09-27  György 'Nog' JeneyCheck for an empty string in DOSFS_FindNextEx to avoid...
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-17  Martin Wilck- Return correct error codes.
2002-09-17  Marcus MeissnerFixed "conditional expr is always true due to being...
2002-09-16  Dimitrie O. PaunMark files starting with a dot as FA_HIDDEN.
2002-09-16  Marcus Meissnerinfo->u.smb_dir is a pointer, errors are signaled by...
2002-09-13  Alexandre JulliardRemoved remaining references to advapi32 registry funct...
2002-09-13  Martin WilckWait timeout must be 0 if bWait == FALSE.
2002-09-13  Alexandre JulliardRemoved references to advapi32 registry functions from...
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-12  Martin WilckFix the behavior of GetOverlappedResult() and WSAGetOve...
2002-09-12  Michael BeachFixed buffer size in DIR_TryModulePath for Win32 modules.
2002-08-31  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Alexandre JulliardAdded wine_get_user_name function and got rid of some...
2002-08-27  Alexandre JulliardFixed permission check when renaming a directory (based...
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-08-03  Juergen Schmied- Fixed possible loss of data with given overlapped...
2002-07-31  Eric PouechMade the calls to (Read|Write)Console through a functio...
2002-07-31  Rafael KitoverChanged dos_handles to store dups of stdio/out/err...
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-20  Rein KlazesRepair SetLastError in FindNextFileA.
2002-07-19  Mike McCormackFirst go at reading directories on public SMB shares.
2002-07-16  Andreas MohrFixed uninitialized HKEYs.
2002-07-10  Alexandre JulliardFixed handling of drives with "/" path (thanks to Marcu...
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-07-02  Alexandre JulliardFixed warnings.
2002-07-01  Mike McCormackReturn the correct length when getting a complete secti...
2002-06-21  Alexandre JulliardFixed regression caused by previous change.
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
2002-06-20  Alexandre JulliardMake sure that DRIVE_FindDriveRoot always returns an...
2002-06-05  Alexandre JulliardCheck access rights before renaming or deleting files...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Alexandre JulliardAdded wine_server_fd_to_handle to replace FILE_DupUnixH...
2002-05-30  Vincent Béron- Fixed GetSystemTimeAdjustment prototype and added...
2002-05-28  Jason EdmeadesSilence fixme in unnecessary situation, add missing...
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-19  Steven EdwardsAdd check for <sys/ioctl.h>.
next