mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-10 16:20:42 +00:00
*** 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:
parent
129be34562
commit
b69f76e3d0
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue