git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18729 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Wim (Willem Rein) Oudshoorn 2004-03-01 14:57:28 +00:00
parent 89c29c8072
commit 84683bd8eb

View file

@ -1,5 +1,12 @@
2004-03-01 <woudshoo@agilisys.com>
* Headers/Additions/GNUstepBase/GSIMap.h: Added increment ivar to GSIMapTable
struct for allocation size
(GSIMapNewNode): When above a certain size only allocate "increment" number
of nodes
(GSIMapResize): Avoid hash table sizes that are odd
(GSIMapInitWithZoneAndCapacity): Put default increment size to 300000
* Source/NSThread.m ([GSPerformHolder +initialize]): #ifdef'ed out
code that does not work on MinGW.