mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Headers and funcs for NeXT_RUNTIME
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10028 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
aebbf39616
commit
3e68ec5016
10 changed files with 57 additions and 10 deletions
|
@ -26,6 +26,10 @@ GNUstep-HOWTO is located in the gnustep-make package or at
|
|||
|
||||
If you are installing the GNUstep libraries individually, make sure you
|
||||
have installed the GNUstep Makefile package (gnustep-make) already.
|
||||
In addition you should probably install an Objective-C library (gnustep-objc),
|
||||
as well some other libraries (notable ffcall). See the GNUstep-HOWTO for more
|
||||
information.
|
||||
|
||||
When you configure this library, make sure you use the same
|
||||
configuration options as with gstep-make. Some additional options to
|
||||
configure are described below.
|
||||
|
|
|
@ -7,6 +7,22 @@
|
|||
The currently released version of the library is
|
||||
@samp{@value{GNUSTEP-BASE-VERSION}}.
|
||||
|
||||
@section Noteworthy changes in version @samp{1.0.1}
|
||||
|
||||
@itemize @bullet
|
||||
@item Many fixes to work better with Darwin (still not there).
|
||||
@item Fixes to work with BSD Unix
|
||||
@item Added some missing methods, better conformance to MacOSX Docs.
|
||||
@item Added support for invoking super implementation (mostly for writting
|
||||
bridges from other languages).
|
||||
@item Works better with gcc 3.x, newer kernels.
|
||||
@item More memory debugging support.
|
||||
@end itemize
|
||||
|
||||
@c ====================================================================
|
||||
@c Keep the next line just below the list of changes in most recent version.
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{1.0.0}
|
||||
|
||||
@itemize @bullet
|
||||
|
@ -16,10 +32,6 @@ The currently released version of the library is
|
|||
@item Update unicode support and fixes
|
||||
@end itemize
|
||||
|
||||
@c ====================================================================
|
||||
@c Keep the next line just below the list of changes in most recent version.
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{0.9.1}
|
||||
|
||||
@itemize @bullet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue