This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
91 lines (73 loc) · 2.81 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
2005-09-01 Mark Hummel
* initial conversion to automake/autoconf.
2005-09-07 Mark Hummel
* beefed up configure scripts
* added lxt support
* added --enable-m32 configuration switch
* added --disable-lxt configuration switch
* fixed amd64 failures
2005-09-08 Mark Hummel
* --disable-lxt switch disables check for libz
* removed version.h file
* changed revision number to 2.8.0
* added --bindir switch
* added --libdir switch
* added --cflags switch
* added --libs switch
* added --includedir switch
* added --help switch
* added --version switch
* using libtool to create static and dynamic libraries
2005-09-11 Mark Hummel
* using libtool to build both static and shared libraries
* added --ldflags switch
* fixed lexer bug with `xyz directives
2005-09-15 Mark Hummel
* removed shell_* memory management routines
* fixed segfaults when opening non-existant files
* allow $random arg to be hiearchical reference
* allow bit references to scalar variables
2005-09-17 Mark Hummel
* added --enable-gprof configuration switch
* added --enable-all-static configuration switch
* changed --version and --help output to be work with help2man
* added man page
* bumped revision to 2.8.3
2005-09-20 Mark Hummel
* fixed parsers so they work with older versions of bision
* fixed vfscanf configuration check
* changed revision number to 2.8.4
2005-09-29 Mark Hummel
* added space and speed option keywords to lxt systasks
2005-10-01 Mark Hummel
* added lxt2 support
* updated to latest lxt library code
* lxt 'space' option now uses bzip2 compression
* automatically build man page when help2man is available
* added --disable-lxt2 configure switch
* cleaned up build process a bit
* checking in bootstrapped files so CVS image can be built
without automake/autoconf tools
* bumped revision to 2.8.5
* added libz and libbz2 replacement libraries
2008-5-22 Mark Hummel
* Fixed bug 1716620: self referential wire assignment is not correctly evaluated
* Fixed bug 1716620: constant express arguments to primitives was not
correctly propagated at time 0
* Note these bugs were previously fixed but not entered in Change Log
o 1593388: Veriwell fails to compile deep recursive macros
o 1591959: Veriwell gets seg fault for `include with no
+incdir
* Fixed initialization issue with UDPs and constant args
2008-5-24 Mark Hummel
* Fixed bug 1293467: force a reg with $random
* Don't reseed random number generator with time.
* Change random number generator to alogrithm in spec.
* Fixed sysfunctions so the work correctly
* Added $dist_* system functions
* Bumped rev to 2.8.6
2009-1-6 Mark Hummel
* Converged veriuser.h with version used by vrq
* Corrected --help text for $lxt2_recordvars and $lxt_recordvars
* Fixed bug in dumpvars that skipped initial timestamp in output file
* Bumped rev to 2.8.7