Prevent recursive calls of the gui exception handler

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8554 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-01-10 22:39:03 +00:00
parent 3809ed26c2
commit be3cf8a770

View file

@ -1,3 +1,11 @@
Wed Jan 10 21:19:23 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSApplication.m ([+initialize]): Save the default
exception handler before setting a new one.
(_NSAppKitUncaughtExceptionHandler): Reset the exception handler
to the default exception handler during execution, to prevent very
annoying recursive calls.
Wed Jan 10 19:42:22 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/GSTextStorage.m ([-length]): Added for speed.