mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
d1334aab5b
commit
689b927ea9
1 changed files with 15 additions and 0 deletions
15
ChangeLog
15
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue