mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Stuff for post 0.1.5.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@237 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
04caa0b2c8
commit
91bf1a29d4
1 changed files with 42 additions and 4 deletions
|
@ -3,6 +3,48 @@
|
|||
@end ifset
|
||||
@include version.texi
|
||||
|
||||
@section Noteworthy changes since version @samp{0.1.5}
|
||||
|
||||
@itemize
|
||||
|
||||
@item
|
||||
Better string handling. NSString is now fleshed out, and I've
|
||||
implemented a scheme by which the GNU String object and OpenStep's
|
||||
NSString can coexist nicely. The OpenStep classes declare their string
|
||||
arguments with (NSString*) just like the standard says, but the
|
||||
preferred (more flexible) way to declare string arguments is (id
|
||||
<String>); and these two types are set up so that they coexist. There
|
||||
is still more to be done. NSString has several unimplemented methods;
|
||||
GNU String needs some more work.
|
||||
|
||||
@item
|
||||
Newly implemented classes: MallocAddress, NSString, NSMutableString,
|
||||
NSCString, NSMutableCString.
|
||||
|
||||
@item
|
||||
Thanks to Pieter Schoenmakers <tiggr@@es.ele.tue.nl> we have a new
|
||||
version of the gcc-string.patch that should apply more smoothly.
|
||||
|
||||
@item
|
||||
Thanks to Mark Lakata <lakata@@nsdssp.lbl.gov> for a bug fix to NSZone.c.
|
||||
|
||||
@ignore
|
||||
@item
|
||||
Thanks to Jeremy Bettis <jbettis@cse.unl.edu> for implementing NSDate.
|
||||
(We're waiting for the assignment paperwork to go through before it's
|
||||
included in the release.)
|
||||
@end ignore
|
||||
|
||||
@item
|
||||
Several bug fixes. Thanks to those who reported them. Credits are in
|
||||
the ChangeLog.
|
||||
|
||||
@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.3}
|
||||
|
||||
This release not well tested at all. We desperately need someone to
|
||||
|
@ -34,10 +76,6 @@ ConstantStrings using the @@"" syntax.
|
|||
|
||||
@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.0}
|
||||
|
||||
@itemize
|
||||
|
|
Loading…
Reference in a new issue