From 5e2cc81652bc91cb5bc9efb2a09be41efb3c2b44 Mon Sep 17 00:00:00 2001 From: mccallum Date: Sun, 12 May 1996 00:40:24 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1520 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8bb2c0d63..64efb3cc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,42 @@ +Sat May 11 20:38:10 1996 Andrew McCallum + + * src/include/NSAutoreleasePool.h (struct autorelease_cache): New + data type. + * src/include/NSThread.h (NSThread _thread_autorelease_pool): New + ivar. + * src/NSThread.m: Preparation for thread-safety. + ([NSThread -init]): Initialize new ivar. + * src/NSAutoreleasePool.m: Comment changes, and preparation for + thread-safety. + +Fri May 10 09:55:40 1996 Andrew McCallum + + * src/BinaryCStream.m: #include to get BITSPERBYTE on + Solaris. (Reported by M. Decugis .) + +Wed May 8 10:53:07 1996 Andrew McCallum + + * src/objc-load.c (objc_load_module): Uncomment local vars when + needed. (Provided by Bill Bumgarner .) + + * src/BinaryCStream.m (BITSPERBYTE): Define if not defined and on + NeXT. (Provided by Bill Bumgarner .) + Tue May 7 10:55:11 1996 Andrew McCallum + * src/include/o-map.h: Prepend `o-' in #include. + * src/include/o-list.h: Likewise. + * src/include/o-hash.h: Likewise. + * src/include/o-array.h: Likewise. + * src/include/x-cbs.h.in: Likewise. + + * src/NSCoder.m: Separate implemented, non-core methods into + separate class, in preparation for avoiding the duplication of + these methods in Coder.m. + ([NSCoder +initialize]): New method. + (NSCoderNonCore): New class. + * src/include/NSCoder.h: Declare new NSCoderNonCore class. + * Makefile.in (snapshot-rtag): New target. (dist-rtag): New target. (rdiff): New target.