mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1520 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d6bbf2ead6
commit
b432803b9c
1 changed files with 37 additions and 0 deletions
37
ChangeLog
37
ChangeLog
|
@ -1,5 +1,42 @@
|
|||
Sat May 11 20:38:10 1996 Andrew McCallum <mccallum@cs.rochester.edu>
|
||||
|
||||
* 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 <mccallum@cs.rochester.edu>
|
||||
|
||||
* src/BinaryCStream.m: #include <values.h> to get BITSPERBYTE on
|
||||
Solaris. (Reported by M. Decugis <mds@sepgifbr.sep.de.edf.fr>.)
|
||||
|
||||
Wed May 8 10:53:07 1996 Andrew McCallum <mccallum@cs.rochester.edu>
|
||||
|
||||
* src/objc-load.c (objc_load_module): Uncomment local vars when
|
||||
needed. (Provided by Bill Bumgarner <bbum@friday.com>.)
|
||||
|
||||
* src/BinaryCStream.m (BITSPERBYTE): Define if not defined and on
|
||||
NeXT. (Provided by Bill Bumgarner <bbum@friday.com>.)
|
||||
|
||||
Tue May 7 10:55:11 1996 Andrew McCallum <mccallum@cs.rochester.edu>
|
||||
|
||||
* 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.
|
||||
|
|
Loading…
Reference in a new issue