Andreas Mohr
|
7bed696aa3
|
Updates and error message improvements.
|
2001-09-19 22:34:38 +00:00 |
Francois Gouget
|
60a83ef0f1
|
Fix the error returned by GetLongPathNameA.
|
2001-09-14 00:59:58 +00:00 |
Alexandre Julliard
|
5f728cae70
|
Removed HEAP_strdupA.
|
2001-07-24 21:45:22 +00:00 |
Alexandre Julliard
|
37e9503ae8
|
Moved server.h to include/wine.
|
2001-07-19 00:39:09 +00:00 |
Patrik Stridvall
|
33929be46f
|
- Made sure that the files that contains the declarations
of implementated functions are included.
- Corrected mismatching prototypes.
- Cleaned up the include section.
|
2001-07-18 21:04:23 +00:00 |
Patrik Stridvall
|
e9782fa1fc
|
Documentation fixes.
|
2001-07-12 22:33:51 +00:00 |
Patrik Stridvall
|
044855c6ec
|
Documentation fixes.
|
2001-07-11 18:56:41 +00:00 |
Patrik Stridvall
|
01d5e5b071
|
Documentation fixes.
|
2001-07-02 19:59:40 +00:00 |
Patrik Stridvall
|
3ca9823941
|
Documentation ordinal fixes.
|
2001-06-20 23:03:14 +00:00 |
Patrik Stridvall
|
dae8de69e2
|
Documentation ordinal fixes (using winapi_fixup).
|
2001-06-13 20:13:18 +00:00 |
Marcus Meissner
|
04d5efdf27
|
Don't just assume everything is a Dos Device, or mirc will not get any
DCC sends.
|
2001-05-25 20:39:45 +00:00 |
Dominik Strasser
|
4f46b5de45
|
Allow illegal handles in FindClose.
|
2001-04-20 18:38:41 +00:00 |
Alexandre Julliard
|
566a52ad8c
|
Changed isolated for loops to while loops (based on a patch by Andreas
Mohr).
|
2001-03-05 19:34:17 +00:00 |
Alexandre Julliard
|
67a749999a
|
New set of macros for server calls; makes requests without variable
part somewhat faster.
|
2001-02-27 02:09:16 +00:00 |
Alexandre Julliard
|
61d32b4e0d
|
Allocations do not need to be on the system heap.
|
2001-02-23 01:35:36 +00:00 |
Rein Klazes
|
0a78857956
|
Correct error message in case DOSFS_OpenDevice() fails on a COMx
device.
|
2001-02-20 01:52:41 +00:00 |
Gerard Patel
|
d52e1c4be9
|
Gives back the ERROR_FILE_NOT_FOUND to GetFileAttributes.
|
2001-02-16 19:05:42 +00:00 |
Alexandre Julliard
|
3879b19342
|
Fixed typo in wine_get_unix_file_name().
|
2001-01-17 01:55:04 +00:00 |
Alexandre Julliard
|
8081e5a1e5
|
Added handle_t type to server interface so that we can make handles
pointers later on.
Always use 0 to signal invalid handle in server requests.
|
2001-01-05 04:08:07 +00:00 |
Lawson Whitney
|
e3178f9fbc
|
Allow an application to open a dos device ending with ':'.
|
2000-12-27 03:28:13 +00:00 |
Huw D M Davies
|
d0f8bfd778
|
Spelling fix.
|
2000-12-15 20:54:01 +00:00 |
Aric Stewart
|
e4d09327ef
|
Added ASCII-only version of toupper, tolower, strcasecmp and the like
for file and module I/O.
|
2000-12-03 03:14:29 +00:00 |
Alexandre Julliard
|
3a0f8b7953
|
Finished separation of shell32 and wsock32.
|
2000-12-01 20:48:41 +00:00 |
Alexandre Julliard
|
24a62ab9b0
|
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
|
2000-11-28 22:40:56 +00:00 |
Alexandre Julliard
|
ab687979fd
|
Moved standard syslevel APIs declaration to winbase.h.
Use exported syslevel function wherever possible.
Moved SEGPTR declaration to windef16.h.
|
2000-11-15 23:41:46 +00:00 |
Marcus Meissner
|
7f0490e3f3
|
If we have a drive pointing to /, we must not remove the final / or we
get the current directory doubled.
|
2000-10-23 00:37:06 +00:00 |
Joerg Mayer
|
959d73e8dd
|
Reduce the number of warnings about missing initializers.
|
2000-10-22 23:56:32 +00:00 |
Andreas Mohr
|
220312e993
|
Skip directory symlinks in DOSFS_FindNextEx.
|
2000-10-19 20:38:38 +00:00 |
Alexandre Julliard
|
57f05e1913
|
Converted a few more server requests to the new mechanism.
|
2000-10-15 00:40:25 +00:00 |
Mike McCormack
|
11776c1fcf
|
Moved comm.c into kernel32.
|
2000-10-13 17:11:30 +00:00 |
Alexandre Julliard
|
072dfb57e3
|
Removed inclusion of wine/winestring.h from winbase.h and added it to
the C files that need it.
|
2000-09-25 23:30:56 +00:00 |
Andreas Mohr
|
0729105683
|
DOSFS_MatchLong ignored several things about file mask matching for
long file names.
|
2000-09-07 21:03:02 +00:00 |
Mike McCormack
|
44b5bf5998
|
Added serial port object to the server.
|
2000-09-07 18:39:51 +00:00 |
Alexandre Julliard
|
92643003cf
|
Converted a lot of server requests to the new exception handling
mechanism.
|
2000-08-31 01:59:51 +00:00 |
Stefan Leichter
|
eb0ab1b1ec
|
Fixed return value of CDROM_GetLabel if CDROM_Open failed (e.g. no
Device entry for drive in wine.conf).
|
2000-08-18 23:45:46 +00:00 |
Alexandre Julliard
|
dcd247e55f
|
Moved CharUpper* and CharLower* functions to dlls/user.
|
2000-08-14 17:39:15 +00:00 |
Alexandre Julliard
|
e101f6db3b
|
Cleaned up a few inter-dll dependencies. Added a few imports.
|
2000-08-14 14:42:41 +00:00 |
Alexandre Julliard
|
5ab9d860f2
|
Removed some unnecessary #includes and dll dependencies.
|
2000-08-09 22:35:05 +00:00 |
Alexandre Julliard
|
cb10fdab99
|
Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need
to trap exceptions.
|
2000-08-06 02:41:16 +00:00 |
Alexandre Julliard
|
15467bfb1f
|
Moved MulDiv() and VGA routines out of GDI.
|
2000-08-01 22:03:18 +00:00 |
Dave Hawkes
|
bb9e66e265
|
If whitespace or dots are appended to the end of any component in a
path then it should be ignored.
|
2000-06-25 12:46:40 +00:00 |
Uwe Bonnes
|
594a0dccce
|
GetFullPathName: get "drive" value too for absolute paths.
|
2000-06-15 00:30:26 +00:00 |
Juergen Schmied
|
2250f12c48
|
Implemented FindFirstFileEx, cleaned old implementation up.
|
2000-06-01 23:17:42 +00:00 |
Uwe Bonnes
|
ed343a2b03
|
DOSFS_DoGetFullPathName: terminate string weh called like .\\file
|
2000-05-19 03:37:53 +00:00 |
Uwe Bonnes
|
40249c6573
|
GetFullPathname: add missing termination to the string.
|
2000-05-12 21:45:52 +00:00 |
Dimitrie O. Paun
|
abdbced4fd
|
Removed some HEAP_xalloc calls.
|
2000-04-29 14:20:28 +00:00 |
Uwe Bonnes
|
d3b890f66d
|
DOSFS_DoGetFullPathName: rewrite to return results like OSR2.
|
2000-04-28 20:48:54 +00:00 |
Uwe Bonnes
|
61f572a6ea
|
GetShortPathName: always erase characters at the end of the new
string, and return only single backslashes.
|
2000-04-06 19:31:11 +00:00 |
Alexandre Julliard
|
fbace6eefe
|
Added a per-drive FailReadOnly flag, and removed the global
--failreadonly option.
|
2000-04-04 20:35:45 +00:00 |
Patrik Stridvall
|
2d6457c11a
|
Added/fixed some documentation reported by winapi_check.
|
2000-03-28 20:22:59 +00:00 |