Alexandre Julliard
|
634824be58
|
Raise an exception when a stub entry point is called.
|
2000-10-26 22:03:34 +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
|
b59627c89f
|
Added support for exception handling while in vm86 mode.
Fixed a couple of bugs in vm86 support.
|
2000-09-24 03:11:54 +00:00 |
Alexandre Julliard
|
45b2c868bb
|
Added preliminary support for switching to vm86 mode with proper
exception handling.
|
2000-09-18 02:15:07 +00:00 |
Alexandre Julliard
|
8328a9d67d
|
Fixed finally handler name.
|
2000-08-23 19:19:35 +00:00 |
Alexandre Julliard
|
3850c1ae16
|
Moved most USER string functions to dlls/user.
Cleaned up a few more inter-dll dependencies.
|
2000-08-06 02:42:46 +00:00 |
Francois Gouget
|
ae41e8c804
|
Reordered the CALLBACK and WINAPI directives so that it compiles with
old g++ versions.
|
2000-06-11 20:07:58 +00:00 |
Ulrich Weigand
|
7d43bceb7e
|
Moved debugger to libwine to make it available to WineLib apps.
Try to invoke external debugger if internal debugger crashes.
Try to handle early invocation of debugger more gracefully.
|
2000-01-30 21:16:45 +00:00 |
Ulrich Weigand
|
eb94c7d2c4
|
Adapted to new register function handling.
|
1999-11-13 23:54:04 +00:00 |
Ulrich Weigand
|
ae8342df48
|
Bugfix: Exception handlers are *not* WINAPI.
|
1999-11-10 19:42:13 +00:00 |
Alexandre Julliard
|
3d06d20bab
|
Moved all signal support to a new platform-specific file.
Make use of the per-thread signal stack (Juergen Lock).
Fixed %fs in signal handler for non FS_sig case (Ulrich Weigand).
|
1999-09-27 10:58:45 +00:00 |
Lionel Ulmer
|
3b8a724228
|
Suppressed compiler warning by using the 'unused' attribute.
|
1999-07-24 12:08:20 +00:00 |
Alexandre Julliard
|
3742d77fdb
|
Fixes for non-i386 compiling.
|
1999-06-26 18:30:03 +00:00 |
Alexandre Julliard
|
58371aa361
|
A few optimizations.
|
1999-06-18 18:26:35 +00:00 |
Alexandre Julliard
|
0691998e45
|
Fixed a few bugs, and improved the exception macros (based on
suggestions by Sergei Turchanov).
|
1999-05-14 18:21:55 +00:00 |
Alexandre Julliard
|
3b3ff2bb06
|
Added macros and definitions for using exception inside Wine or
Winelib code.
|
1999-05-12 13:10:39 +00:00 |