Codebase list gtkwave / 2522741
New upstream version 3.3.103 أحمد المحمودي (Ahmed El-Mahmoudy) 4 years ago
7 changed file(s) with 23 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
17131713 Harden savefile loader for missing group start on vectors.
17141714 Preliminary VHDL support for wlf2vcd.
17151715 Add missing return value checks on mmap() in FST writer.
1716 3.3.103 03nov19 Fix MAP_FAILED missing for MinGW.
1717 Fix to make the coloration red on 'u' traces. (Bug from
1718 Dinotrace-like rendering in 3.3.96.)
1719 Typo fix on missing group start on vectors.
00 ##########################################################################
11
2 GTKWave 3.3.102 Wave Viewer is Copyright (C) 1999-2019 Tony Bybell.
2 GTKWave 3.3.103 Wave Viewer is Copyright (C) 1999-2019 Tony Bybell.
33 Portions of GTKWave are Copyright (C) 1999-2019 Udi Finkelstein.
44 Context support is Copyright (C) 2007-2019 Kermin Elliott Fleming.
55 Trace group support is Copyright (C) 2009-2019 Donald Baltus.
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for gtkwave 3.3.102.
2 # Generated by GNU Autoconf 2.69 for gtkwave 3.3.103.
33 #
44 # Report bugs to <bybell@rocketmail.com>.
55 #
579579 # Identity of this package.
580580 PACKAGE_NAME='gtkwave'
581581 PACKAGE_TARNAME='gtkwave'
582 PACKAGE_VERSION='3.3.102'
583 PACKAGE_STRING='gtkwave 3.3.102'
582 PACKAGE_VERSION='3.3.103'
583 PACKAGE_STRING='gtkwave 3.3.103'
584584 PACKAGE_BUGREPORT='bybell@rocketmail.com'
585585 PACKAGE_URL=''
586586
14041404 # Omit some internal or obsolete options to make the list less imposing.
14051405 # This message is too long to be a string in the A/UX 3.1 sh.
14061406 cat <<_ACEOF
1407 \`configure' configures gtkwave 3.3.102 to adapt to many kinds of systems.
1407 \`configure' configures gtkwave 3.3.103 to adapt to many kinds of systems.
14081408
14091409 Usage: $0 [OPTION]... [VAR=VALUE]...
14101410
14701470
14711471 if test -n "$ac_init_help"; then
14721472 case $ac_init_help in
1473 short | recursive ) echo "Configuration of gtkwave 3.3.102:";;
1473 short | recursive ) echo "Configuration of gtkwave 3.3.103:";;
14741474 esac
14751475 cat <<\_ACEOF
14761476
16291629 test -n "$ac_init_help" && exit $ac_status
16301630 if $ac_init_version; then
16311631 cat <<\_ACEOF
1632 gtkwave configure 3.3.102
1632 gtkwave configure 3.3.103
16331633 generated by GNU Autoconf 2.69
16341634
16351635 Copyright (C) 2012 Free Software Foundation, Inc.
22732273 This file contains any messages produced by compilers while
22742274 running configure, to aid debugging if configure makes a mistake.
22752275
2276 It was created by gtkwave $as_me 3.3.102, which was
2276 It was created by gtkwave $as_me 3.3.103, which was
22772277 generated by GNU Autoconf 2.69. Invocation command line was
22782278
22792279 $ $0 $@
31403140
31413141 # Define the identity of the package.
31423142 PACKAGE='gtkwave'
3143 VERSION='3.3.102'
3143 VERSION='3.3.103'
31443144
31453145
31463146 cat >>confdefs.h <<_ACEOF
1149811498 # report actual input values of CONFIG_FILES etc. instead of their
1149911499 # values after options handling.
1150011500 ac_log="
11501 This file was extended by gtkwave $as_me 3.3.102, which was
11501 This file was extended by gtkwave $as_me 3.3.103, which was
1150211502 generated by GNU Autoconf 2.69. Invocation command line was
1150311503
1150411504 CONFIG_FILES = $CONFIG_FILES
1156411564 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1156511565 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1156611566 ac_cs_version="\\
11567 gtkwave config.status 3.3.102
11567 gtkwave config.status 3.3.103
1156811568 configured by $0, generated by GNU Autoconf 2.69,
1156911569 with options \\"\$ac_cs_config\\"
1157011570
11 # Process this file with autoconf to produce a configure script.
22
33 AC_PREREQ(2.59)
4 AC_INIT(gtkwave, 3.3.102, bybell@rocketmail.com)
4 AC_INIT(gtkwave, 3.3.103, bybell@rocketmail.com)
55 AC_CONFIG_SRCDIR([src/vcd.c])
66 AM_INIT_AUTOMAKE
77 AC_CONFIG_HEADER([config.h])
954954 */
955955 static void fstWriterMmapSanity(void *pnt, const char *file, int line, const char *usage)
956956 {
957 #if !defined(__CYGWIN__) && !defined(__MINGW32__)
957958 if(pnt == MAP_FAILED)
958959 {
959960 fprintf(stderr, "fstMmap() assigned to %s failed: errno: %d, file %s, line %d.\n", usage, errno, file, line);
960961 perror("Why");
961962 pnt = NULL;
962963 }
964 #endif
963965 }
964966
965967
12491249
12501250 b = maketyp ? makevec(prefix+1,w2) : makevec_annotated(prefix+1,w2); /* '#' vs ':' cases... */
12511251
1252 if(GLOBALS->default_flags&TR_GRP_BEGIN_B) { current_grp_depth = GLOBALS->group_depth; }
1252 if(GLOBALS->default_flags&TR_GRP_BEGIN) { current_grp_depth = GLOBALS->group_depth; }
12531253
12541254 if(b)
12551255 {
13151315 }
13161316
13171317 grp_bot:
1318 if((GLOBALS->default_flags&TR_GRP_BEGIN_B) && (current_grp_depth >= 0) && (current_grp_depth == GLOBALS->group_depth)) { AddBlankTrace(prefix+1); }
1318 if((GLOBALS->default_flags&TR_GRP_BEGIN) && (current_grp_depth >= 0) && (current_grp_depth == GLOBALS->group_depth)) { AddBlankTrace(prefix+1); }
13191319 return(v!=NULL);
13201320 }
13211321 else
00 /*
1 * Copyright (c) Tony Bybell 1999-2012.
1 * Copyright (c) Tony Bybell 1999-2019.
22 *
33 * This program is free software; you can redistribute it and/or
44 * modify it under the terms of the GNU General Public License
41834183 }
41844184 else
41854185 {
4186 if(type != AN_X)
4186 if((type != AN_X) && (type != AN_U))
41874187 {
41884188 c = GLOBALS->gc.gc_vbox_wavewindow_c_1;
41894189 }
49964996 }
49974997 else
49984998 {
4999 if(type != AN_X)
4999 if((type != AN_X) && (type != AN_U))
50005000 {
50015001 c = GLOBALS->gc.gc_vbox_wavewindow_c_1;
50025002 }