head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.3.0.16 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.14 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.12 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.10 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.8 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.6 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.4 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.2 pkgsrc-2009Q2-base:1.3 pkgsrc-2008Q4:1.2.0.12 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.10 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.8 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.6 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.4 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.2 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.1.0.16 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.14 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.12 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.10 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.8 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.6 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.4 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.2 pkgsrc-2005Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2011.04.07.01.55.15; author rh; state dead; branches; next 1.3; 1.3 date 2009.04.13.12.16.24; author rh; state Exp; branches; next 1.2; 1.2 date 2007.11.25.14.42.24; author adam; state dead; branches; next 1.1; 1.1 date 2005.10.13.14.00.51; author joerg; state Exp; branches; next ; desc @@ 1.4 log @Update gnustep-base to 1.20.1. Notable changes include: - new classes NSHashTable and NSMapTable - string handling performance improvements - bug fixes and stability improvements @ text @$NetBSD: patch-ae,v 1.3 2009/04/13 12:16:24 rh Exp $ --- Source/thr-pthread.m.orig 2008-06-12 20:44:00.000000000 +1000 +++ Source/thr-pthread.m @@@@ -259,8 +259,8 @@@@ objc_thread_get_priority(void) void objc_thread_yield(void) { -#if !defined(__APPLE__) - /* Not defined in darwin? */ +#if (defined(__linux__) || defined(__OpenBSD__)) + /* Not defined in POSIX, but used by some platforms */ pthread_yield(); #else sched_yield(); @ 1.3 log @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 @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @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. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.1 2005/10/13 14:00:51 joerg Exp $ d3 13 a15 11 --- Source/GSFTPURLHandle.m.orig 2005-07-22 17:30:35.000000000 +0000 +++ Source/GSFTPURLHandle.m @@@@ -972,8 +972,6 @@@@ static NSLock *urlLock = nil; protocol: @@"tcp"]; if (sock == nil) { - extern int errno; - /* * Tell superclass that the load failed - let it do housekeeping. */ @ 1.1 log @Don't declare errno as nested extern. Depend on errno.h to provide. In the upstream version I added the suggestion of explicitly including errno.h as done in many other files. @ text @d1 1 a1 1 $NetBSD$ @