Patrik Stridvall
|
15a3b74356
|
Documentation name fixes.
|
2001-04-27 18:03:51 +00:00 |
Francois Gouget
|
ec0bff1585
|
Use snprintf to prevent buffer overflows in format_exception_msg.
|
2001-04-23 18:24:38 +00:00 |
Michael Stefaniuc
|
85d308631c
|
- added stubs for three console functions
- updated wincon.h
|
2001-04-12 21:07:25 +00:00 |
Alexandre Julliard
|
a5a872efca
|
Use the new send_fd mechanism for the set_console_fd server request.
|
2001-03-22 19:35:27 +00:00 |
Alexandre Julliard
|
857abbf398
|
Terminate process on unhandled ^C exception instead of launching the
debugger.
|
2001-03-20 02:01:10 +00:00 |
Dmitry Timoshkov
|
9ec9c2b104
|
Implemented SetFileApisToOEM, SetFileApisToANSI and AreFileApisANSI.
|
2001-03-05 20:10:43 +00:00 |
Francois Gouget
|
282f7270c1
|
Small 'typos in comments' fixes.
|
2001-02-28 05:31:02 +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
|
ea2a9a8974
|
Removed a few Callout functions by doing a GetProcAddress at the time
we actually need the function.
|
2001-02-20 00:55:17 +00:00 |
Alexandre Julliard
|
a4bc5a2138
|
Pass the stdin/stdout handles on startup to use as console (based on a
patch by Eric Pouech).
|
2001-02-16 19:08:19 +00:00 |
Patrik Stridvall
|
d0a41774a3
|
Documentation ordinal fixes.
|
2001-02-14 23:11:17 +00:00 |
Andreas Mohr
|
895d4f109e
|
Give both --winver nt40 and win31 for VxD warning, as some programs
work with win31.
|
2001-02-14 00:28:48 +00:00 |
James Abbatiello
|
4570478a6e
|
Use the Pentium's rdtsc instruction (if available) to implement
QueryPerformanceCounter.
|
2001-02-13 20:20:27 +00:00 |
Alexandre Julliard
|
e939eae00b
|
Made exception_event_request non-blocking, and added
get_exception_status to retrieve the exception result returned by the
debugger.
|
2001-01-26 20:45:41 +00:00 |
Alexandre Julliard
|
7d5bc5c3f9
|
Removed some direct accesses to the 16-bit task structure.
|
2001-01-15 20:09:09 +00:00 |
François Gouget
|
abb8c07746
|
pty_handle is a HANDLE, not an int.
|
2001-01-09 20:50:51 +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 |
Andreas Mohr
|
a6d83ebae1
|
- clarify many error messages
- add data corruption warning to README file
|
2000-12-27 04:02:46 +00:00 |
Alexandre Julliard
|
db0747d095
|
Removed some unnecessary includes.
Got rid of ldt.h.
|
2000-12-13 20:23:41 +00:00 |
Alexandre Julliard
|
6c8edaa667
|
Use getpagesize() instead of VIRTUAL_GetPageSize().
|
2000-12-13 20:22:47 +00:00 |
Alexandre Julliard
|
becb9a353b
|
Moved all Wine internal definitions out of process.h.
|
2000-12-11 03:48:15 +00:00 |
Patrik Stridvall
|
697bf65e3e
|
Added/modified documentation for function arguments.
|
2000-12-02 23:44:59 +00:00 |
Francois Gouget
|
519346a47e
|
Fixed miscellaneous typos, syntactic and grammatical errors.
|
2000-12-02 20:18:08 +00:00 |
Andreas Mohr
|
08a114799e
|
Added a --winver nt40 hint to VxD error message.
|
2000-12-02 20:09:39 +00:00 |
Dimitrie O. Paun
|
2af03e45b5
|
Do not include sys/ptrace.h and sys/user.h unconditionally.
Other portability fixes.
|
2000-11-29 20:04:09 +00:00 |
Kees Schoenmakers
|
0a5d9ef203
|
Added HASP device stub.
|
2000-11-29 17:43:09 +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
|
89b18a7e1a
|
Moved EnumPortsA to dlls/winspool.
|
2000-11-28 22:33:46 +00:00 |
Dimitrie O. Paun
|
529da54394
|
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
|
2000-11-27 23:54:25 +00:00 |
Andreas Mohr
|
fc2c5dfb3d
|
Implemented TerminateApp needed for DBase 5.0.
Made FatalAppExit16 honor the SEM_NOGPFAULTERRORBOX error_mode flag.
|
2000-11-27 01:36:24 +00:00 |
Alexandre Julliard
|
3bf456bb44
|
Fixed GetLargestConsoleWindowSize return type for Winelib apps.
|
2000-11-25 21:46:30 +00:00 |
Alexandre Julliard
|
0ba2b569e2
|
The debugger "Auto" registry value should be a string.
|
2000-11-12 03:43:42 +00:00 |
Alexandre Julliard
|
4e951ea25b
|
Check all Callouts function pointers for NULL before using them.
Don't load USER dll if not needed by the application.
|
2000-11-08 22:47:53 +00:00 |
Alexandre Julliard
|
908464d448
|
Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se>
Various warning fixes.
|
2000-11-01 03:11:12 +00:00 |
Guy L. Albertelli
|
aa9f8dcf39
|
Need to get any outstanding input prior to returning number.
|
2000-10-31 00:59:22 +00:00 |
Marcus Meissner
|
ad2b103b32
|
Quieten VxDCall_VMM output.
|
2000-10-29 18:03:18 +00:00 |
Alexandre Julliard
|
634824be58
|
Raise an exception when a stub entry point is called.
|
2000-10-26 22:03:34 +00:00 |
Andreas Mohr
|
d67dacea97
|
- Print CS reg at crash MessageBox (needed for Win16 programs).
- Add "hint" for debugger setup.
|
2000-10-22 23:51:48 +00:00 |
Eric Pouech
|
295106d1e9
|
Fixed regression for debugger startup event creation.
|
2000-10-12 23:13:23 +00:00 |
Rein Klazes
|
977ec4d99d
|
Prevent SetFileAttributeA from making directory read-only.
|
2000-10-12 20:45:04 +00:00 |
Andreas Mohr
|
3c5f89522b
|
Changed debugger launching to auto per default.
|
2000-10-12 20:38:33 +00:00 |
Alexandre Julliard
|
d76f9f9637
|
Implemented a bunch of large integer functions in ntdll.
|
2000-10-01 01:40:42 +00:00 |
Alexandre Julliard
|
afb49ead82
|
Moved a bunch of routines to kernel32.dll (with the help of
Dimitrie O. Paun).
|
2000-09-29 20:48:04 +00:00 |
Alexandre Julliard
|
15bfcd0398
|
Moved $(MODULE).o rule out of Make.rules into the individual
Makefiles.
|
2000-09-29 00:28:25 +00:00 |
Alexandre Julliard
|
83f52d11c1
|
Moved all Win16 definitions out of the standard Windows headers.
|
2000-09-26 22:20:14 +00:00 |
Alexandre Julliard
|
d8fab2e67c
|
Removed some of the XXX_reg macros now that we are using the standard
CONTEXT86 structure everywhere.
|
2000-09-25 23:53:07 +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
|
973cc74066
|
"implemented" GetSystemTimeAdjustment.
|
2000-09-12 23:39:10 +00:00 |
Marcus Meissner
|
627616b845
|
Change xterm mouse tracking mode to BTN_EVENT_MOUSE (track if pressed).
|
2000-09-02 23:18:31 +00:00 |
Marcus Meissner
|
e75902a555
|
Replaced USER32.DLL use by hardcoded tables for VkKeyScanA and
MapVirtualKeyA.
|
2000-08-31 02:05:19 +00:00 |