head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.1.0.26 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.24 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.22 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.20 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.18 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.16 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.14 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.12 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.10 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.8 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.6 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.4 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.2 pkgsrc-2009Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2012.12.08.19.51.51; author shattered; state dead; branches; next 1.1; 1.1 date 2009.08.08.16.28.36; author wiz; state Exp; branches; next ; desc @@ 1.2 log @Update to 1.6. Changes: 1. Fixed a problem with implicit dynamic links which are becoming a no-no. 2. Fixed a name collision with glib 2.10. 3. Updated to work with GTK+ 2.20. @ text @$NetBSD: patch-ab,v 1.1 2009/08/08 16:28:36 wiz Exp $ --- bdfgname.c.orig 2009-03-06 18:12:28.000000000 +0000 +++ bdfgname.c @@@@ -39,7 +39,7 @@@@ static unsigned int adobe_names_used; #define MAX_GLYPH_NAME_LEN 127 static int -getline(FILE *in, char *buf, int limit) +get_line(FILE *in, char *buf, int limit) { int c, i; @@@@ -78,11 +78,11 @@@@ _bdf_find_name(int code, char *name, FIL while (!feof(in)) { pos = ftell(in); - (void) getline(in, buf, 256); + (void) get_line(in, buf, 256); while (!feof(in) && (buf[0] == 0 || buf[0] == '#')) { buf[0] = 0; pos = ftell(in); - (void) getline(in, buf, 256); + (void) get_line(in, buf, 256); } if (buf[0] == 0) @@@@ -139,11 +139,11 @@@@ _bdf_load_adobe_names(FILE *in) while (!feof(in)) { pos = ftell(in); - (void) getline(in, buf, 256); + (void) get_line(in, buf, 256); while (!feof(in) && (buf[0] == 0 || buf[0] == '#')) { buf[0] = 0; pos = ftell(in); - (void) getline(in, buf, 256); + (void) get_line(in, buf, 256); } if (adobe_names_used == adobe_names_size) { @ 1.1 log @Update to 1.5, fix getline problem. This version fixes several minor bugs, removes the last of the deprecated GTK+ code, and improves the user interface of the GlyphEditor. @ text @d1 1 a1 1 $NetBSD$ @