mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fixes for post-0.1.14.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@694 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cc7fe2d774
commit
dd06bc1beb
1 changed files with 7 additions and 6 deletions
|
@ -20,7 +20,7 @@ New class NSMethodSignature.
|
|||
|
||||
@item Running './configure' and building the library in a different
|
||||
directory than the source works as it should, according to the GNU
|
||||
standard.
|
||||
standards.
|
||||
|
||||
@item Dynamic loading fixes for Solaris, thanks to Adam Fedor.
|
||||
|
||||
|
@ -37,10 +37,15 @@ 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, NSDictionary and NSArray.
|
||||
@item Bug fixes in NSString, NSDictionary, NSArray, NSGeometry and other
|
||||
places.
|
||||
|
||||
@end itemize
|
||||
|
||||
@c ====================================================================
|
||||
@c Keep the next line just below the list of changes in most recent version.
|
||||
@ifclear ANNOUNCE_ONLY
|
||||
|
||||
@section Noteworthy changes since version @samp{0.1.13}
|
||||
|
||||
@itemize
|
||||
|
@ -58,10 +63,6 @@ methods implemented.
|
|||
|
||||
@end itemize
|
||||
|
||||
@c ====================================================================
|
||||
@c Keep the next line just below the list of changes in most recent version.
|
||||
@ifclear ANNOUNCE_ONLY
|
||||
|
||||
@section Noteworthy changes since version @samp{0.1.12}
|
||||
|
||||
@itemize
|
||||
|
|
Loading…
Reference in a new issue