head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.36 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.34 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.32 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.30 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.28 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.26 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.24 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.22 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.20 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.18 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.16 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.14 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.12 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.10 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.8 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.6 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.4 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.1.0.8 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.6 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.4 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.2 pkgsrc-2005Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2006.01.31.21.06.56; author adam; state dead; branches; next 1.1; 1.1 date 2005.03.16.18.32.50; author rillig; state Exp; branches; next ; desc @@ 1.2 log @Changed 0.20.2: Overall stability has improved. User interface is more clear regarding colourmanaging. Softproofing is introduced. The gutenprint plug-in uses the proofing profile as default separation target. OpenEXR <-> ICC colour space information conversation The expose item is moved from -->Color-->Expose Image to -->View-->Expose. It is now a per window setting and only available for 32-bit floats. Many bugs where fixed. @ text @$NetBSD: patch-ak,v 1.1 2005/03/16 18:32:50 rillig Exp $ gcc-2.95.3 cannot handle declarations intermixed with code. --- app/fileops.c.orig Tue Nov 23 12:58:14 2004 +++ app/fileops.c Wed Mar 16 18:29:30 2005 @@@@ -2021,6 +2021,7 @@@@ file_temp_name(char *extension) static gint pid; GString *s = g_string_new (NULL); + char *file_name; if (id == 0) { pid = getpid(); @@@@ -2030,8 +2031,8 @@@@ file_temp_name(char *extension) id++, extension); - char *file_name = strdup(s->str); - g_string_free (s, FALSE); + file_name = strdup(s->str); /* FIXME: possible null pointer access */ + g_string_free (s, FALSE); /* FIXME: memory leak */ return file_name; } @ 1.1 log @Added lots of patches to build cinepaint on NetBSD-1.6.2 using gcc-2.95.3. These patches have been submitted to the upstream authors. Approved by wiz. @ text @d1 1 a1 1 $NetBSD$ @