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.
13 lines
359 B
Text
13 lines
359 B
Text
$NetBSD: patch-af,v 1.4 2007/11/25 14:42:24 adam Exp $
|
|
|
|
--- Source/GSHTTPURLHandle.m.orig 2007-09-14 13:39:44.000000000 +0200
|
|
+++ Source/GSHTTPURLHandle.m
|
|
@@ -1390,8 +1390,6 @@ static void debugWrite(GSHTTPURLHandle *
|
|
}
|
|
if (sock == nil)
|
|
{
|
|
- extern int errno;
|
|
-
|
|
/*
|
|
* Tell superclass that the load failed - let it do housekeeping.
|
|
*/
|