From 25d96fb1e8677352dbc5fecf9a8e21335e8d0578 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Sun, 24 Mar 1996 22:04:43 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1261 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 37d7a60dd..7e17c5553 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,24 @@ +Sun Mar 24 17:04:24 1996 Andrew McCallum + + * src/UdpPort.m (name_2_port_number): Function renamed from + name_to_port_number, and changed to better use + IPPORT_USERRESERVED. + ([UdpInPort +newForReceivingFromPortNumber:]): Overhauled and + commented. + +Fri Mar 22 08:39:03 1996 Andrew McCallum + + * src/NSObject.m ([NSObject +initialize]): Use + NSNonOwnedPointerOrNullMapKeyCallBacks, not + NSNonRetainedObjectsMapKeyCallBacks; keying on addresses, and + avoiding a call to -isEqual, is better. + Thu Mar 21 20:17:05 1996 Andrew McCallum * src/BinaryCStream.m ([BinaryCStream -encodeValueOfCType:at:withName:name]): [_C_CHARPTR]: Write the string with the host LENGTH, not the network LENGTH! - * src/Foundation/NSZone.h: Declare new functions. - * src/NSGSet.m ([NSGSet -isEqual:]): Make this just compare the id's, not call [super isEqual:]. I did this to prevent an infinite loop while running checks/nsarchiver.m, but I have a @@ -24,9 +37,10 @@ Thu Mar 21 20:17:05 1996 Andrew McCallum (GNUSTEP_MFILES): Added NSZone.m. * NSZone.m: Renamed from NSZone.c. (NSZoneSetName, NSZoneName): New functions; unimplemented. + * src/Foundation/NSZone.h: Declare new functions. * src/Makefile.in (objects/stdobjects.h): Create it in the build - directory, not $(srcdir). (Thanks to Albin Jones.) + directory, not $(srcdir). (Reported by Albin Jones.) Thu Mar 21 13:13:35 EST 1996 Albin L. Jones