mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Re-fixed comment.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@5499 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
689b927ea9
commit
cea760a886
2 changed files with 13 additions and 7 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,17 +1,23 @@
|
|||
Mon Dec 13 13:31:00 1999 Chris Ball <cball@fmco.com>
|
||||
|
||||
* Source/NSTimeZone.m: Replaced the original, correct comment and
|
||||
removed Richard's replacement incorrect comment.
|
||||
|
||||
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.
|
||||
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.
|
||||
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
|
||||
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.
|
||||
OpenStep and are in Etc/ on GNUstep so check both.
|
||||
|
||||
Mon Dec 13 12:20:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
|
|
|
@ -976,9 +976,9 @@ static NSMapTable *absolutes = 0;
|
|||
NSString *path = [NSBundle pathForGNUstepResource: fileName
|
||||
ofType: @""
|
||||
inDirectory: TIME_ZONE_DIR];
|
||||
|
||||
/*
|
||||
* Hack for OPENSTEP storing zones in Etc?
|
||||
* OpenStep does NOT put all the GMT+-* timezones in the Etc directory so all
|
||||
* the OpenStep software will fail to work without this extra hack.
|
||||
*/
|
||||
if (path == nil)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue