Commit graph

26 commits

Author SHA1 Message Date
rh
aaf23c7e53 Update gnustep-base to 1.24.0.
Noteworthy changes in version `1.24.0'
======================================

   * There is binary incompatibility on 64bit systems in that the value
     of the NSNotFound constant there is now 64bits rather than 32bits.

   * gcc-4.0 is the minimum official supported compiler for GNUstep

   * Support for the GNU LANGUAGES environment variable and other locale
     improvements

   * IPV6 support for NSHost and networking operations

   * Support for UTF-8 string literals in source (compiler permitting)

Noteworthy changes in version `1.23.0'
======================================

   * Support for automatic reference counting (ARC) when using clasng
     and the GNUstep Objective-C 2.0 runtime 1.5 or later.

   * Full support for weak references in NSHashTable, NSMapTable and
     NSPointerArray when using clang and the GNUstep Objective-C 2.0
     runtime 1.5 or later.

Noteworthy changes in version `1.22.0'
======================================

   * Many updates and new classes

   * There is now a regression test framework included with the package

   * New support for Objective-C 2.0
2012-10-22 02:17:16 +00:00
rh
28af33abf8 Update gnustep-base to 1.20.1. Notable changes include:
- new classes NSHashTable and NSMapTable
 - string handling performance improvements
 - bug fixes and stability improvements
2011-04-07 01:55:14 +00:00
joerg
7fdde28ea5 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
rh
cea2662567 add another directory independently installed by libFoundation 2009-04-18 01:32:44 +00:00
rh
4cefdef969 Fix regression, as lib/GNUstep may also be installed by libFoundation 2009-04-18 01:17:19 +00:00
rh
687b17d575 Update gnustep-base to 1.18.0. This package is now more hier(7) compliant,
allows multi-threaded applications, and includes compatibility enhancements
with OS X 10.5
2009-04-13 12:16:24 +00:00
adam
01c4a22c68 Changes 1.16.0:
* Many updates to include new OS X methods up to 10.5
* Made KeyValueCoding/Observing fully functional and MacOS-X compatible
See the release notes for more information.
2008-11-25 12:51:47 +00:00
adam
1079428d39 Changes 1.14.2:
* Minor configuration change so it will compile on darwin with ffcall.
2008-05-25 08:29:21 +00:00
adam
e62d7ab216 Changes 1.14.1:
License changed to GPLv3.  Mostly bug fixes, particularly with regard
to XML handling and handling unichar on Windows.

Changes 1.14.0:
Many portability (particularly for ms-windows) and MacOS-X
compatibility fixes.  New MacOS-X classes and incorporation of
NSAffineTransform and NSSpellServer which were formerly in the gui
library.  Improved performance of amssively multithreaded programs.
2007-11-25 14:42:23 +00:00
adam
812bb46706 Changes 1.13.0:
Debug libraries now have the same name as normal libraries (i.e. no "_d"
suffix). This reduces the possiblity of multiple libraries being loaded
into the same executable.

   Added dragonfly OS to make targets.

   Spaces and backslashes are no longer allowed in paths used by the
make package (e.g. with Windows OS). The libraries can still use native
paths.
2006-08-30 14:53:28 +00:00
adam
7b75477663 Changes 1.12.0:
There have been a number of API changes and several methods have been
depreciated in this release. Although current GNUstep programs that use
these methods will still work in this version, there are enough changes
that a new library version was considered useful. See the release notes
for more details

   New NSStream classes where added to the library.

   User defaults were restructured to create the defaults lazily and
can be set to not write to an external file at all, for developers who
wish to use the library as a stand-alone library or in other situations
where using external resources is not desired.
2006-04-03 18:20:50 +00:00
adam
ad931dd548 Changes 1.11.2:
* Support for GNUstep.conf and relocation of the filesystem is much
     improved in this release.

   * The WM_QUIT message is now intercepted to allow an application to
     terminate cleanly.

   * NSMessagePort was implemented on Windows platforms.

   * Deprecated support for system-wide GNUsteprc files has been
     removed.

   * Some support for keeping user defaults in the Windows registry
     implemented.
2006-01-17 07:38:34 +00:00
rh
76c787802e Update gnustep-base to 1.11.1. This adds NSSortDescriptor and some bug
fixes.
2005-09-30 23:13:57 +00:00
adam
8ecc8914d8 Changes 1.11.0:
* Window's path handling has changed to use native paths throughout.

   * Startup/configuration of the libraries no longer requires
     environement variables.

   * Character sets are included in the library rather than being read
     from data files.

   * NSRunLoop and related classes use natvie win32 event handling on
     Windows machines.
2005-07-29 12:58:37 +00:00
adam
d01604a0af Changes 1.10.2:
This version mostly includes minor fixes and updates.
   * The definition of NSContainsRect has changed to correspond with the
     current Mac OS X/Cocoa def - the sides of the bRect can touch
     aRect.
   * Add support for systems that support unichar file paths (e.g.
     Windows).
   * Use a proper one-to-one abbreviation dictionary for NSTimeZone.
2005-04-12 15:11:11 +00:00
rh
f052f9406d Reinstate SSL patch to avoid inconsistent behaviour on systems with and
without OpenSSL installed (hi adam!)
Bump PKGREVISION.
2004-11-16 01:16:06 +00:00
adam
904c8ec2ce Changes 1.10.1:
* Runtime discovery of the library version is possible.
* NSXMLParser class added. Not completely implemented.
* NSArrays makeObjectsPerformSelector iterates in same order as
  MacOSX.
* Designated initializers for NSArray, NSDictionary, NSSet, and
  NSString have been changed for MacOSX compatibility.
2004-11-05 14:25:19 +00:00
rh
b3da7e1bbf Update gnustep-base to 1.10.0.
Bump PKGREVISION and BUILDLINK_RECOMMENDED for dependent packages due to
library major revision bump.

Noteworthy changes in gnustep-base-1.10.0:
==========================================

Note the interface version of the library has changed so that apps,
tools and libraries the use the base library need to be recompiled to
use it.

   * A large majority of the library classes have been documented
     thanks to the efforts of Andrew Ruder

   * URL classes support persistant connections

   * Mac OSX XML compatibility fixes.
2004-09-24 01:56:53 +00:00
adam
5f437e3149 Changes 1.9.2:
* GSMime parsing ignores extraneous data
   * New log functions GSOnceFlag and GSOnceMLog
   * New class NSError
   * Multiple new function in GSObjCRuntime
   * NSProtocolChecker rewritten
   * autogsdoc support added for building frames
   * Binary incompatibility:  NSUnarchiver, GSIMapTable have new ivars added
2004-08-18 13:59:19 +00:00
rh
d1500c8f55 Update gnustep-base to 1.9.1.
Noteworthy changes in version `1.9.1'
=====================================

   * Default string encoding taken from system nl_langinfo if not set
     with GNUSTEP_STRING_ENCODING.
   * NSKeyedArchiver/NSKeyedUnarchiver classes added.
   * NSPropertyLists class added, also decodes Mac OS X binary propery
     lists.

Noteworthy changes in version `1.9.0'
=====================================

   * Lazy locking implemented (see GSLock documentation)
   * MacOSX PB files updated to 10.3
   * DO retain/release implementation simplified and also handles some
     complex DO retain/release problems.
   * GNUSTEP_STRING_ENCODING now supports any valid iconv name.
   * gdomap uid/gid fixes
   * NSString subclass heirarchy reorganized to fix problems with
     copying and ownership of data.
2004-04-10 23:41:01 +00:00
adam
fed5fa620a Noteworthy changes in version `1.8.0':
Read the NEWS file for a compete list of changes since the last
stable version. The major change is that the header files (both in the
package and when installed) are in different locations. Also, due to
filesystem changes in gnustep-make, several components of gnustep-base
are located in different locations. Generally this should not affect the
compilation or running of applications and tools.
2003-12-05 09:55:46 +00:00
rh
8712babdd4 Update gnustep-base to 1.6.0.
Noteworthy changes in version `1.6.0'
=====================================

   * More MinGW support

   * New MacOSX compatible methods.

   * The Base Additions library compiles on native OSX.

   * autogsdoc produces better, cleaner docs.

   * Built-in garbage collecting classes.

   * Any many many bug fixes and minor improvements.
2003-04-01 08:33:34 +00:00
rh
5548af34f9 Update gnustep-base to 1.5.1.
Noteworthy changes in version `1.5.1'
=====================================
   * Port NSThread to MingW
   * Better framework support in NSBundle
   * Added Thai string encodings.
   * New makeImmutableCopyOnFail: method.
   * Lots of autogsdoc improvements, Updated gsdoc DTD to 1.0 version.
   * Added GSPrintf for logging to stdout.
   * Warning logs selectable at runtime.
   * NSTimeZone code rewritten for speed.
2003-01-03 04:04:35 +00:00
rh
e127ab6e2c Work around a bug in pth that breaks a non-threaded applications that are
linked against SYSCALL_HARD versions of libpthread.
Add an openapp wrapper script to ${PREFIX}bin for starting GNUstep apps
Bump pkgrevision
2002-09-27 23:56:30 +00:00
rh
eae8ff1ddb Initial import of gnustep-base-1.5.0, the (non-graphical) Objective C
foundation library for GNUstep.
2002-09-27 10:58:42 +00:00