From 8afda86cac644a0361a3af15b5ab0188994d3972 Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 28 Oct 1998 14:01:07 +0000 Subject: [PATCH] Misc minor bugfixes git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3140 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7108626af..02752a655 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,16 @@ -Wed Oct 28 11:00:00 1998 Richard Frith-Macdonald +Wed Oct 28 14:30:00 1998 Richard Frith-Macdonald * Tools/gdomap.c: Added command-line options to lookup, register, and unregister a name for a port - basically for debugging purposes. * src/TcpPort.m: Modified port registration code to cope with the case where a server dies and is restarted, and tries to use the same ip port number it has before it died. + * checks/nsinvocation.m: Added archiving checks. + * src/NSInvocation.m: Archiver bugfixes + * src/include/NSInvocation.h: Archiver bugfixes + * src/NSData.m: Serialisation bugfixes + * src/NSArchiver.m: Archiver bugfixes + * src/NSUnarchiver.m: Archiver bugfixes Tue Oct 27 08:45:00 1998 Richard Frith-Macdonald