mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-22 03:11:30 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@23634 72102866-910b-0410-8b05-ffd578937521
31 lines
890 B
Text
31 lines
890 B
Text
2006-09-27 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* GNUmakefile:
|
|
* GSIndexedSkipList.m:
|
|
* GSSkipMutableArray.h:
|
|
* GSSkipMutableArray.m:
|
|
Minor fix to (hopefully) build on windows.
|
|
Hide implementation details.
|
|
Add convenience method (to create skiplist) to NSMutableArray.
|
|
Some reformatting for coding standards.
|
|
|
|
2006-09-27 Matt Rice <ratmice@yahoo.com>
|
|
|
|
* GSSkipMutableArray.[hm]: New NSMutableArray subclass.
|
|
* GSIndexedSkipList.[hm]: Underlying C implementation.
|
|
|
|
2006-06-07 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* GSCache.h:
|
|
* GSCache.m:
|
|
New convenience method to cache an item until a date.
|
|
|
|
2006-01-11 Nicola Pero <nicola@brainstorm.co.uk>
|
|
|
|
* GNUmakefile.wrapper.objc.preamble: New file that fixes the
|
|
"/usr/bin/ld: cannot find -lPerformance" error when linking Java
|
|
wrappers.
|
|
|
|
2005-10-28 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
New Performance library (0.1)
|