From b69f76e3d0f9eb885f46e94703e65d2d4ca78373 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Tue, 19 Mar 1996 01:55:19 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1216 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6b6b655da..f5d0080a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ Mon Mar 18 13:31:38 1996 Andrew McCallum + Miscellaneous small fixes, found with -Wall. + * src/NSThread.m: Fix indentation. + ([NSThread +currentThread]): Add parenthesis around assignment inside + while. + * src/NSString.m: Include Use OBJC_MALLOC and + friends, instead of NX_MALLOC. + * src/Decoder.m ([Decoder -finishDecodingInterconnectedObjects]): + Comment out temporarily unused AWAKE_SEL local variable. + * src/Proxy.m: Raise NSExceptions instead of using -error:. + Debug bug the occurs when a client disconnects from the server, and other clients have references to Proxy's of the disconnected client.