pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cad/gtkwave
Module Name: pkgsrc
Committed By: mef
Date: Sat Feb 15 16:21:15 UTC 2014
Modified Files:
pkgsrc/cad/gtkwave: Makefile distinfo
Log Message:
Update 3.3.54 to 3.3.57
-----------------------
3.3.54 02jan14 Added LZ4 double compression on hierarchy tree for FST when
hierarchy size exceeds 4MB.
Fix to regular expression filtering when +I+ form expressions
are encountered in the SST. Previously, the wrong value of
regex match was used on 32-bit architectures due to the
stack layout.
Removed --disable-inline-asm ./configure flag as inline
assembly has been removed because it is generating incorrectly
in some cases on x86_64.
3.3.55 06feb14 Fixed problem with FST_DYNAMIC_ALIAS_DISABLE enabled when
Judy arrays are not present.
FST writer performance tweaks for traces with millions of
signal declarations.
Keep FSDB_VT_STREAM (FSDB transaction type) traces from
attempting to be read (for now) as they aren't yet processed.
Added more space efficient FST dynamic alias encoding.
Tempfile creation fix for Windows. Using tmpnam() is not
enough and fails depending on user permissions.
Make vcd2fst use FastLZ instead of LZ4 as a default compression
type if an EVCD file is being processed as it (re-)compresses
much better. Using -4/-F/-Z still gives expected results.
Changed double printf formatting for FSDB to "%.16g" to match
VCD formatting.
Added very fast I/O write capability to fst2vcd.
Added support for FSDB_BYTES_PER_BIT_2B (EVCD) in FSDB loader.
Added experimental fsdb2vcd in contrib. It is not currently
compiled or used.
Fix to treesearch to remove duplicate signal names because of
faulty dumpers.
Repscript fix for if -R starts without a dumpfile name.
3.3.56 12feb14 Added another crash fix patch for GTK-OSX.
Fix to regex search to remove duplicate signal names because of
faulty dumpers.
Fix to configure.ac for MSYS not adding -lcomdlg32 when Tcl
is disabled.
Valgrind fix on deallocated context: old GLOBALS pointer could
be examined in set_GLOBALS_x().
Minor cleanup in treesearch_gtk2.c: removed redundant show
widget invocation.
Added missing compressBound() for compress2() dest mallocs.
3.3.57 13feb14 Fix for Electric Fence crash in vlist_freeze().
Updated LZ4 for version r113.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/cad/gtkwave/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/cad/gtkwave/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index