libFoundation is an Objective-C library that provides an almost complete implementation of the OpenStep specification plus many other extensions that can be found in the Apple's Mac OS X Foundation library.
| Tags | Software Development Libraries |
|---|---|
| Licenses | BSD Original |
| Implementation | Objective C |
Recent releases


Release Notes: This release works with the libobjc provided by GCC (3.0 and up), and has been ported to 64-bit platforms. A few minor bugs have been fixed, and support for OpenBSD has been improved.


Release Notes: This releases fixes two small bugs in the NSURL class, changes the default timezone to GMT, and adds two new initializer methods to NSString. Further, resource installation now properly uses GNUSTEP_INSTALLATION_DIR instead of being hardcoded to the system root.


Release Notes: This release contains a minor bugfix in the string searching code. NSRange based searches as well as -hasSuffix: now work as expected.


Release Notes: This release adds Unicode-aware strings and property list parsers and fixes various minor bugs: an edge condition was fixed in NSTask (bug 616); the NSProcessInfo has the missing -processIdentifier method; various fixes to character set searching in NSStrings; fixes to FHS compilation; a fix for NSURL parsing of login/password; and some Cocoa additions to NSBundle.


Release Notes: This release added support for installation in FHS locations (/usr and /usr/local) and support for flattened GNUstep trees. It was also hardened against edge conditions in mixed up setups. Support for newer versions of GDB was added and warnings that occurred with GCC 3.3 were fixed. Many performance optimizations were made using kcachegrind, FreeBSD support was improved, and several bugfixes were made.