*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1216 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-19 01:55:19 +00:00
parent 129be34562
commit b69f76e3d0

View file

@ -1,5 +1,17 @@
Mon Mar 18 13:31:38 1996 Andrew McCallum <mccallum@cs.rochester.edu>
Miscellaneous small fixes, found with -Wall.
* src/NSThread.m: Fix indentation.
([NSThread +currentThread]): Add parenthesis around assignment inside
while.
* src/NSString.m: Include <objects/behavior.h.
([NSString -componentsSeparatedByString:]): Initialize ARRAY!
* src/List.m: Include <objects/stdobjects.h> 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.