projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Try to use -fshort-wchar if possible.
[wine]
/
files
/
2004-01-23
Ge van Geldorp
Rename LARGE_INTEGER and ULARGE_INTEGER members "s...
tree
|
commitdiff
2004-01-20
Eric Pouech
- RtlGetFullPathName_U: rewritten so that the source...
tree
|
commitdiff
2004-01-16
Mike Hearn
- Ensure we correctly add a backslash like Windows...
tree
|
commitdiff
2004-01-15
Mike McCormack
Preserve trailing backslashes in GetFullPathName.
tree
|
commitdiff
2004-01-15
Eric Pouech
Reimplemented Get{Short|Long}PathName and updated the...
tree
|
commitdiff
2004-01-14
Eric Pouech
- got rid of FILE_Dup2 export from kernel32
tree
|
commitdiff
2004-01-06
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2004-01-05
Eric Pouech
Made wine_get_unix_file_name take a Unicode string...
tree
|
commitdiff
2003-12-15
Hans Leidekker
MoveFile returns ERROR_ALREADY_EXISTS, not ERROR_FILE_E...
tree
|
commitdiff
2003-12-12
Eric Pouech
Moved all remaining console related code to dlls/kernel...
tree
|
commitdiff
2003-12-02
Alexandre Julliard
Removed no longer needed dll separation hack.
tree
|
commitdiff
2003-12-02
Alexandre Julliard
Use wine_server_release_fd() instead of close() everywh...
tree
|
commitdiff
2003-12-01
Alexandre Julliard
Added wine_server_release_fd function to release the...
tree
|
commitdiff
2003-11-27
Alexandre Julliard
Porting fixes.
tree
|
commitdiff
2003-11-25
Eric Pouech
Got rid of DRIVE_OpenDevice, and replaced it with Win32...
tree
|
commitdiff
2003-11-25
Alexandre Julliard
Removed task.h.
tree
|
commitdiff
2003-11-15
Alexandre Julliard
Moved a number of DOS definitions out of the global...
tree
|
commitdiff
2003-11-14
Eric Pouech
- moved the remaining of int21 calls to dlls/winedos
tree
|
commitdiff
2003-10-31
Alexandre Julliard
Make sure GetTempFileName never returns 0 on success.
tree
|
commitdiff
2003-10-21
Daniel Marmier
Fixed warnings with gcc option "-Wwrite-strings".
tree
|
commitdiff
2003-10-21
Gerald Pfeifer
Remove unused variable wineW.
tree
|
commitdiff
2003-10-16
Rolf Kalbermatter
Use INVALID_FILE_ATTRIBUTES to test for failure of
tree
|
commitdiff
2003-10-15
Alexandre Julliard
Get rid of the drive codepages and use CP_UNIXCP instead.
tree
|
commitdiff
2003-10-09
Oleg Prokhorov
Avoid HeapReAlloc of a NULL pointer.
tree
|
commitdiff
2003-10-08
Alexandre Julliard
Removed dependency on ntdll_misc.h.
tree
|
commitdiff
2003-10-08
Alexandre Julliard
Pass the cdrom device path in CDROM_InitRegistry so...
tree
|
commitdiff
2003-10-08
Alexandre Julliard
Store a "removable" flag instead of the full drive...
tree
|
commitdiff
2003-10-04
Alexandre Julliard
Converted process creation to Unicode.
tree
|
commitdiff
2003-10-03
Pavel Roskin
Implemented GetCompressedFileSize[AW].
tree
|
commitdiff
2003-10-02
Alexandre Julliard
Changed LdrLoadDll to only search for the dll in the...
tree
|
commitdiff
2003-10-02
Alexandre Julliard
Hack to update ntdll current directory value in DRIVE_C...
tree
|
commitdiff
2003-09-29
Alexandre Julliard
Converted most of the loader code to Unicode.
tree
|
commitdiff
2003-09-26
Alexandre Julliard
The "Path" value of the "App Paths" entry should be...
tree
|
commitdiff
2003-09-24
Alexandre Julliard
Moved the Windows version code to dlls/ntdll, and imple...
tree
|
commitdiff
2003-09-18
Alexandre Julliard
Keep the file handle of 16-bit modules open while the...
tree
|
commitdiff
2003-09-18
Alexandre Julliard
Reimplemented the 16-bit FindFirstFile, FindNextFile...
tree
|
commitdiff
2003-09-16
Alexandre Julliard
Moved most kernel string functions to dlls/kernel.
tree
|
commitdiff
2003-09-16
Alex Pasadyn
- Use HeapAlloc instead of GlobalAlloc in FindNextFile.
tree
|
commitdiff
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
tree
|
commitdiff
2003-09-02
Stefan Leichter
Moved implementation of QueryDosDevice from ascii to...
tree
|
commitdiff
2003-08-26
Alexandre Julliard
Moved profile functions to dlls/kernel.
tree
|
commitdiff
2003-08-23
Alexandre Julliard
Moved most of the 16-bit task support and NE module...
tree
|
commitdiff
2003-08-20
Eric Pouech
Removed the DOSFS_ specific time related conversion...
tree
|
commitdiff
2003-08-20
Eric Pouech
Removed code for handling ${VAR} constructs in .ini...
tree
|
commitdiff
2003-08-19
Alexandre Julliard
Replaced remaining calls to PROFILE_GetWineIniString...
tree
|
commitdiff
2003-08-12
Alexandre Julliard
Allocate DebugInfo field for all critical sections...
tree
|
commitdiff
2003-07-21
Mike McCormack
Fix a couple of bugs in CDROM_GetSerial:
tree
|
commitdiff
2003-07-03
Alexandre Julliard
Fixed compile when functions are not inlined.
tree
|
commitdiff
2003-06-27
Stefan Leichter
Added line wrapping for a FIXME.
tree
|
commitdiff
2003-06-26
Eric Pouech
- made async.h ready for use in ntdll: replaced all...
tree
|
commitdiff
2003-06-24
Bill Medland
A little SMB preparatory work:
tree
|
commitdiff
2003-06-24
Alexandre Julliard
Moved tape.c to dlls/kernel.
tree
|
commitdiff
2003-06-24
Eric Pouech
- start moving a few file related functions from files...
tree
|
commitdiff
2003-06-23
Eric Pouech
- in kernel32, replaced all {Enter|Leave}CriticalSectio...
tree
|
commitdiff
2003-06-21
Eric Pouech
- adapted kernel32 so that it no longer (directly)...
tree
|
commitdiff
2003-06-18
Francois Gouget
'sizeof type' is best avoided as it won't always compil...
tree
|
commitdiff
2003-06-14
Alexandre Julliard
Make it possible to retrieve an inheritable handle...
tree
|
commitdiff
2003-06-04
Francois Gouget
Fix some typos.
tree
|
commitdiff
2003-06-04
Jukka Heinonen
Migrate most int21 ioctl routines to winedos.
tree
|
commitdiff
2003-05-19
Mike McCormack
Removed unnecessary casts.
tree
|
commitdiff
2003-05-15
Philip Mason
Force FILE_GetTempFileName to continue looking for...
tree
|
commitdiff
2003-04-22
Eric Pouech
Moved kernel32.FlushFileBuffers to ntdll.NtFlushBuffers...
tree
|
commitdiff
2003-04-19
Michal Janusz Miroslaw
Fixed typo in comment.
tree
|
commitdiff
2003-04-19
Michal Janusz Miroslaw
On Linux: avoid blocking in DOSFS_OpenDir_VFAT if speci...
tree
|
commitdiff
2003-04-17
Michal Janusz Miroslaw
Refuse to read non-block device set in config.
tree
|
commitdiff
2003-04-17
Uwe Bonnes
FindFirstFile on root directory should fail.
tree
|
commitdiff
2003-04-08
Alexandre Julliard
Make DRIVE_FindRootW really behave like DRIVE_FindRoot.
tree
|
commitdiff
2003-04-04
Mike Hearn
Correct the error code returned when a file does not...
tree
|
commitdiff
2003-03-30
Adam Gundy
Don't read uninitialized data when a '$' is found.
tree
|
commitdiff
2003-03-28
Alexandre Julliard
Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
tree
|
commitdiff
2003-03-26
Alexandre Julliard
Implemented file change notifications, based on a patch...
tree
|
commitdiff
2003-03-25
Gerald Pfeifer
Add trailing full-stop to warning in DIR_GetPath().
tree
|
commitdiff
2003-03-23
Stefan Leichter
Moved implementation of GetPrivateProfileInt from ascii...
tree
|
commitdiff
2003-03-20
Gerald Pfeifer
Tweak error message in PROFILE_UsageWineIni().
tree
|
commitdiff
2003-03-18
Alexandre Julliard
Implemented file locking functions (partly based on...
tree
|
commitdiff
2003-03-15
Tony Lambregts
Replace DPRINTF with TRACE.
tree
|
commitdiff
2003-03-04
Alexandre Julliard
Fixed int conversion in GetPrivateProfileInt so that...
tree
|
commitdiff
2003-03-04
Enrico Horn
Simple way to get the label of mixed-mode cd.
tree
|
commitdiff
2003-02-26
Alexandre Julliard
MoveFile[AW] should simply call MoveFileEx[AW]. Should...
tree
|
commitdiff
2003-02-14
Alexandre Julliard
Changed fd operations to take a struct fd instead of...
tree
|
commitdiff
2003-01-24
Alexandre Julliard
Removed no longer needed inclusion of heap.h.
tree
|
commitdiff
2003-01-23
Marcus Meissner
Remove errno.h from files that do not need it.
tree
|
commitdiff
2003-01-23
Gerald Pfeifer
Properly cast struct sockaddr_in* to struct sockaddr...
tree
|
commitdiff
2003-01-13
Robert Shearman
- Add some stubs.
tree
|
commitdiff
2003-01-11
Shachar Shemesh
Removed the FIXMEs when performing MoveFileEx with
tree
|
commitdiff
2003-01-10
Shachar Shemesh
Set correct last error if the path contains wildcard...
tree
|
commitdiff
2003-01-07
Dimitrie O. Paun
Define NONAMELESS{STRUCT,UNION} explicitly in the files...
tree
|
commitdiff
2003-01-02
Alberto Massari
Add stub implementation for ReplaceFile.
tree
|
commitdiff
2002-12-23
Uwe Bonnes
DRIVE_Init: Use strtoulW to initialize the drive serial...
tree
|
commitdiff
2002-12-13
György 'Nog' Jeney
- Reimplement time functions using ntdll functions.
tree
|
commitdiff
2002-12-12
Dimitrie O. Paun
Move excpt.h out of include/msvcrt/ as it does not...
tree
|
commitdiff
2002-12-12
Francois Gouget
Fix the error codes returned by DeleteFile{A,W} to...
tree
|
commitdiff
2002-12-11
György 'Nog' Jeney
- Implement RtlLocalTimeToSystemTime and RtlSystemTimeT...
tree
|
commitdiff
2002-12-07
Stefan Leichter
Moved implementation of GetDiskFreeSpaceEx from ascii...
tree
|
commitdiff
2002-11-30
Martin Wilck
Fixed some problems with asynchronous file IO.
tree
|
commitdiff
2002-11-23
Alexandre Julliard
Removed no longer needed PROFILE_LoadWineIni().
tree
|
commitdiff
2002-11-22
Alexandre Julliard
Removed support for converting old format config, every...
tree
|
commitdiff
2002-11-21
Andrew John Hughes
Build ntdll with -DSTRICT.
tree
|
commitdiff
2002-11-15
Ryan Cumming
Implemented GetFileSizeEx (based on a patch by Steve...
tree
|
commitdiff
2002-11-13
Dmitry Timoshkov
Maintain lower cased file names in the Wine config...
tree
|
commitdiff
next