Sign in
goma
/
wine
/
3d8b123e5a4d9213a3c39bac21e3e74f7aefe072
/
win32
/
except.c
3c85eb1
Added --debugmsg option to the debugger.
by Alexandre Julliard
· 23 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
5900867
Moved the selector access functions out of winnt.h into libwine.
by Alexandre Julliard
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
73ab649
New file msvcrt/excpt.h. Move some stuff out of winnt.h into it.
by Peter Hunnisett
· 23 years ago
9caa71e
Redesign of the server communication protocol to allow arbitrary sized
by Alexandre Julliard
· 23 years ago
9cef2d0
- fix wrong hexadecimal GetLastError() output
by Andreas Mohr
· 23 years ago
b517b76
Expand environment variables in "Debugger" setting.
by Francois Gouget
· 23 years ago
e15badb
Cosmetics.
by Andreas Mohr
· 23 years ago
c04f405
Modified the debugger launching code so that only one instance of the
by Eric Pouech
· 24 years ago
37e9503
Moved server.h to include/wine.
by Alexandre Julliard
· 24 years ago
ec0bff1
Use snprintf to prevent buffer overflows in format_exception_msg.
by Francois Gouget
· 24 years ago
857abbf
Terminate process on unhandled ^C exception instead of launching the debugger.
by Alexandre Julliard
· 24 years ago
67a7499
New set of macros for server calls; makes requests without variable
by Alexandre Julliard
· 24 years ago
ea2a9a8
Removed a few Callout functions by doing a GetProcAddress at the time
by Alexandre Julliard
· 24 years ago
d0a4177
Documentation ordinal fixes.
by Patrik Stridvall
· 24 years ago
e939eae
Made exception_event_request non-blocking, and added
by Alexandre Julliard
· 24 years ago
a6d83eb
- clarify many error messages - add data corruption warning to README file
by Andreas Mohr
· 24 years ago
db0747d
Removed some unnecessary includes. Got rid of ldt.h.
by Alexandre Julliard
· 24 years ago
becb9a3
Moved all Wine internal definitions out of process.h.
by Alexandre Julliard
· 24 years ago
519346a
Fixed miscellaneous typos, syntactic and grammatical errors.
by Francois Gouget
· 24 years ago
fc2c5df
Implemented TerminateApp needed for DBase 5.0.
by Andreas Mohr
· 24 years ago
0ba2b56
The debugger "Auto" registry value should be a string.
by Alexandre Julliard
· 24 years ago
4e951ea
Check all Callouts function pointers for NULL before using them.
by Alexandre Julliard
· 24 years ago
634824b
Raise an exception when a stub entry point is called.
by Alexandre Julliard
· 24 years ago
d67dace
- Print CS reg at crash MessageBox (needed for Win16 programs).
by Andreas Mohr
· 24 years ago
295106d
Fixed regression for debugger startup event creation.
by Eric Pouech
· 24 years ago
3c5f895
Changed debugger launching to auto per default.
by Andreas Mohr
· 24 years ago
afb49ea
Moved a bunch of routines to kernel32.dll (with the help of Dimitrie O. Paun).
by Alexandre Julliard
· 24 years ago
9264300
Converted a lot of server requests to the new exception handling mechanism.
by Alexandre Julliard
· 25 years ago
7bbba4f
Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal.
by Alexandre Julliard
· 25 years ago
3850c1a
Moved most USER string functions to dlls/user.
by Alexandre Julliard
· 25 years ago
58d5a0a
Removed some unnecessary inclusions of wingdi.h and winuser.h
by Alexandre Julliard
· 25 years ago
18bd3f6
Fixed bad exception handler chain termination.
by Eric Pouech
· 25 years ago
5524f64
Don't call MessageBoxA before USER is initialized.
by Ulrich Weigand
· 25 years ago
c192ba2
Exec a separate wine binary for every win32 process so that they run
by Alexandre Julliard
· 25 years ago
8446ba0
Insure we always try to launch a debugger.
by Eric Pouech
· 25 years ago
02ee9dd
Added launching of a debugger when unhandled exception occurs.
by Eric Pouech
· 25 years ago
54fe838
Fixed some issues reported by winapi_check.
by Patrik Stridvall
· 25 years ago
6ec108a
Moved FatalAppExit functions to win32/except.c.
by Alexandre Julliard
· 25 years ago
ea0d028
Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
by Alexandre Julliard
· 25 years ago
00641d5
Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
by Alexandre Julliard
· 25 years ago
d3e22d9
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
by Jeremy White
· 25 years ago
7d43bce
Moved debugger to libwine to make it available to WineLib apps.
by Ulrich Weigand
· 25 years ago
ae8342d
Bugfix: Exception handlers are *not* WINAPI.
by Ulrich Weigand
· 25 years ago
58371aa
A few optimizations.
by Alexandre Julliard
· 26 years ago
d131a17
Use the new debug functions to send debug events at appropriate places.
by Alexandre Julliard
· 26 years ago
0691998
Fixed a few bugs, and improved the exception macros (based on
by Alexandre Julliard
· 26 years ago
3b3ff2b
Added macros and definitions for using exception inside Wine or Winelib code.
by Alexandre Julliard
· 26 years ago
dd93d25
Improved exception handling.
by Alexandre Julliard
· 26 years ago
06c275a
Converted to the new debugging interface (done with the help of the
by Alexandre Julliard
· 26 years ago
b4b9fae
New debug scheme with explicit debug channels declaration.
by Patrik Stridvall
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
04c3e1d
Removed a lot of occurences of windows.h (and added necessary other includes).
by Marcus Meissner
· 26 years ago
a0d7731
Release 980913
by Alexandre Julliard
· 27 years ago
wine-980913
a845b88
Release 980601
by Alexandre Julliard
· 27 years ago
wine-980601
a69b88b
Release 980315
by Alexandre Julliard
· 27 years ago
wine-980315
a11d7b1
Release 980301
by Alexandre Julliard
· 27 years ago
wine-980301
0623a6f
Release 980118
by Alexandre Julliard
· 27 years ago
wine-980118
17216f5
Release 971012
by Alexandre Julliard
· 27 years ago
wine-971012
670cdc4
Release 970824
by Alexandre Julliard
· 28 years ago
wine-970824
349a953
Release 970202
by Alexandre Julliard
· 28 years ago
wine-970202
8cc3a5e
Release 960811
by Alexandre Julliard
· 29 years ago
wine-960811
ca22b33
Release 960712
by Alexandre Julliard
· 29 years ago
wine-960712
d90840e
Release 960611
by Alexandre Julliard
· 29 years ago
wine-960611
1285c2f
Release 960506
by Alexandre Julliard
· 29 years ago
wine-960506
8664b89
Release 960405
by Alexandre Julliard
· 29 years ago
wine-960405
c981d0b
Release 960331
by Alexandre Julliard
· 29 years ago
wine-960331
b817f4f
Release 960314
by Alexandre Julliard
· 29 years ago
wine-960314