head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.24 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.22 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.20 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.18 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.16 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.14 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.12 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.10 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.8 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.6 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.4 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.2 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.3.0.14 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.12 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.10 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.8 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.6 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.4 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.2 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.2.0.2 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.1.0.14 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.12 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.10 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.8 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.6 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.4 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.0.2 pkgsrc-2003Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2007.09.23.13.22.46; author dmcmahill; state dead; branches; next 1.3; 1.3 date 2005.10.28.03.53.34; author itohy; state Exp; branches; next 1.2; 1.2 date 2005.08.22.12.25.01; author cube; state dead; branches; next 1.1; 1.1 date 2003.07.15.12.32.59; author drochner; state Exp; branches; next ; desc @@ 1.4 log @Update to gtkwave-3.1.1. The old 2.* branch is no longer being maintained. There are a large number of changes in this update. Many bugs have been fixed, VCD writing has been improved, the build system has migrated to a fully autoconf/automake system from a partial gnu system. The code written as part of the 2007 Google summer of code has been incorporated which allows waveform reloading and provides the framework for further enhancements. For the complete set of changes, see CHANGELOG.TXT in the distribution file. @ text @$NetBSD: patch-ac,v 1.3 2005/10/28 03:53:34 itohy Exp $ --- src/format/data.h.orig Sun Sep 28 05:31:46 2003 +++ src/format/data.h Fri Oct 28 11:17:57 2005 @@@@ -50,7 +50,11 @@@@ typedef struct { unsigned wordCount; - unsigned words[]; /* Alloc more here to size `wordCount' */ + unsigned words[ +#if defined(__GNUC__) && __GNUC__ <= 2 + 0 +#endif + ]; /* Alloc more here to size `wordCount' */ } FormatData; @ 1.3 log @Make this compile using gcc 2.95. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 2.0.0pre5. No ChangeLog available, unfortunately. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2003/07/15 12:32:59 drochner Exp $ d3 14 a16 4 --- src/vcd.c.orig 2003-07-15 14:04:59.000000000 +0200 +++ src/vcd.c 2003-07-15 14:16:09.000000000 +0200 @@@@ -2174,6 +2174,7 @@@@ filecachesize = 0; a17 5 val_size = fsize - off; /* get size of file and amount of reads */ + wave_flags.load_whole_file = TRUE; /* XXX hack - partial reading does not work */ if (val_size < 10485760 || wave_flags.load_whole_file) /* Create Something in here for files that are not split */ { wave_flags.load_whole_file = TRUE; @ 1.1 log @Add a patch to work around the non-working partial vcd file reading (disable it), and another one to use memory a bit more efficiently. The program is now usable with VCD files larger than 10M. Update to the latest snapshot to ease discussion with the author; a notable change in this is improved LXT support. @ text @d1 1 a1 1 $NetBSD$ @