mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Optimisation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4099 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
84e7ffcdef
commit
5f299bcb7b
1 changed files with 15 additions and 0 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
Mon Apr 19 14:40:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSThread.m: Fast thread access (GSCurrentThread()) etc.
|
||||
* Source/NSAssertionHandler.m: Use fast thread access.
|
||||
* Source/NSConnection.m: Use fast thread access.
|
||||
* Source/NSException.m: Use fast thread access.
|
||||
* Source/NSNotificationQueue.m: Use fast thread access.
|
||||
* Source/NSRunLoop.m: Use fast thread access plus other optimisations.
|
||||
* Source/NSAutoreleasePool.m: Speed up thread access.
|
||||
* Source/NSDate.m: Rewrite as calss cluster - MacOS-X compatibility.
|
||||
* Source/NSCalendarDate.m: Modifications to work with NSDate.
|
||||
* Source/NSGDictionary.m: Minor tidyup.
|
||||
* Source/NSGSequence.m: Minor optimisation - really needs a rewrite.
|
||||
* Source/NSDebug.m: Added function to report all allocations.
|
||||
|
||||
Fri Apr 16 20:16:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/include/NSGeometry.h: Don't pollute macro name space with
|
||||
|
|
Loading…
Reference in a new issue