2020-10-17 14:54:28 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(cad/gtkwave) Updated 3.3.106 to 3.3.107
3.3.107 30sep20 Fix left shift overflow in cvt_fpsudec for fixed point.
Added Find First One trace type options.
Fixed bug in Show-Change All Highlighted.
|
2020-09-19 22:06:47 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(cad/gtkwave) Updated 3.3.104 to 3.3.106
3.3.105 01jul20 Fix bad (void) of is_closing in fstDestroyMmaps when using
Cygwin or MinGW.
Fix left shift overflow in cvt_fpsdec().
Add in missing file/translate/process filter for reals.
Fix for bitvec merging in GHW so integers arrays can be viewed.
Added Shift-Up/Down highlight with scroll in order to assist
with left/right arrow based transition movement.
Fix Show Wave Highlight so it is not dependent on Show Grid.
Fix negative MSBs on VCD loaders for vectors.
Fix getpwuid() null pointer exception.
Add missing recursion case to treenamefix().
Fix lock/unlock misuse of pthread mutexes across threads.
Examine env var $HOME for home dir on geteuid failure.
3.3.106 06jul20 Fix for GDK_KEY_* definitions missing in older GDK versions.
Fix Shift-Up/Down highlight to traverse inside groups.
Resync ghwlib to handled unbounded arrays.
|
2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
|
2020-06-02 10:25:05 by Adam Ciarcinski | Files touched by this commit (1689) |
Log message:
Revbump for icu
|
2020-05-23 12:39:32 by Roland Illig | Files touched by this commit (1) |
Log message:
cad/gtkwave: allow bashisms for macOS
|
2020-03-10 23:11:24 by Thomas Klausner | Files touched by this commit (1681) | |
Log message:
librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
|
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2020-02-15 08:24:16 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(cad/gtkwave) Updated to 3.3.104
3.3.104 24jan20 Added support for loading .vf files (provided FSDB reader
libraries are enabled).
Added support for dumping variable types in vcd saveer, not
just using "wire" for non-reals/strings.
Fix for uninitialized values at time 0 for FST, FSDB loaders.
|
2020-01-26 06:26:29 by Roland Illig | Files touched by this commit (189) |
Log message:
all: migrate some SourceForge homepage URLs back from https to http
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html
In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.
To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.
Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|