mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Update.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@673 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dd5fb778b6
commit
9475e06e7f
1 changed files with 9 additions and 1 deletions
|
@ -10,6 +10,14 @@ The currently released version of the library is
|
|||
|
||||
@itemize
|
||||
|
||||
@item Can be made as a shared library by passing `--enabled-shared' to
|
||||
`configure'. Thanks to Jan Kybic <kybic@@earn.cvut.cz> and Bryan Headley
|
||||
<bwh@@mail.lnd.coretech.com> for suggestions.
|
||||
|
||||
@item New classes NSSet, NSMutableSet, NSCountedSet. New concrete
|
||||
classes NSGSet, NSGMutableSet, NSGCountedSet. New test program nsset.m.
|
||||
New class NSMethodSignature.
|
||||
|
||||
@item Dynamic loading fixes for Solaris, thanks to Adam Fedor.
|
||||
|
||||
@item Fixes to Coder correct bugs with encoding/decoding wildly
|
||||
|
@ -25,7 +33,7 @@ tree; the LinkedList nodes also have pointers back to the tree nodes.)
|
|||
@item NSObjCRuntime functions implemented. NSObject description methods
|
||||
implemented.
|
||||
|
||||
@item Bug fixes in NSString.
|
||||
@item Bug fixes in NSString, NSDictionary and NSArray.
|
||||
|
||||
@end itemize
|
||||
|
||||
|
|
Loading…
Reference in a new issue