Added ChangeLog entry late but not never.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@5497 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Chris Ball 1999-12-13 20:03:09 +00:00
parent d1334aab5b
commit 689b927ea9

View file

@ -1,3 +1,18 @@
Fri Dec 9 17:00:00 1999 Chris Ball <cball@fmco.com>
Sorry, I did a commit one directory to deep.
* Source/NSArray.m: NSMutableArray's compared against a garbage pointer
on removal. This causes real problems on SMP machines.
* Source/NSGarray.m
* Source/NSCalendarDate.m: DateByAddingYears lost timeZone info.
InitWithString didn't deal with adjacent format specifiers.
* Source/NSDate.m: addTimeInterval messed up timeZone if used with
calendarDate
* Source/NSLock.m: Trylock was broken and lockBeforeDate was unimplemented
* Source/NSObject.m: The release code was broken for SMP machine use.
* Source/NSTimeZone.m: The GMT+-** files are in the root directory on
OpenStep and are in Etc/ on GNUstep so check both.
Mon Dec 13 12:20:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
Fixes for cball's changes (who is cball?, and why didn't s/he produce