2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-11-20 15:36:07 by Nia Alarie | Files touched by this commit (2) |
Log message:
trio: Fix "unable to infer tagged configuration" errors for libtool.
|
2020-05-12 11:33:58 by Nia Alarie | Files touched by this commit (4) |
Log message:
trio: Update to 1.16
Version 1.16 - 2014/07/16
-------------------------
* Stephen Kitt
Fixed accuracy problems on platforms with double-double support.
* Stephen Kitt
Added support for GCC format attribute.
* Balint Reczey
Fixed several visibility problems.
* David Turner
Changed trionan to use sigaction() instead of signal().
* Chris Liddell
Fixed compiler warnings.
Version 1.15 - 2010/09/12
-------------------------
* Jiri Hruska
Added the trio_cprintff() and trio_cscanff() function.
* Fixed calculation of fraction digits for %#g numbers involving rounding
(reported by Lajos Foldy).
Version 1.14 - 2010/01/26
-------------------------
* David Byron
Added trio_xstring_append_max.
* Fixed compilation problem on Cygwin due to lack of long double math
(reported by Matthias Andree).
* David Boyce
Added #undef of standard stdio function names before assigning trio functions
to them.
* Matthias Andree
Upgraded configure.in to use new macros instead of obsoleted macros.
* Matthias Andree
Added VPATH to Makefile.in
* Tom Honermann
Fixed problem with subnormal numbers which caused an infinite loop outputting
leading spaces.
* Adam McLaurin
Improved parsing performance by avoiding memset() and memcpy() on character
arrays.
* Gideon Smeding
Fixed %u scanning of signed numbers.
* Gideon Smeding
Fixed group scanning for non-matching input.
* Fixed missing undo of look-ahead reading for scanf functions. This does only
work for the scanf* and fscanf* functions, not dscanf* and cscanf* functions
(reported by Gideon Smeding).
* If the format string is empty, scanf does not attempt to read any input.
* Ralf Junker
Fixed Borland compilation for user-defined specifiers.
Version 1.13 - 2008/11/09
-------------------------
* Ives Aerts
Added the $<format|skip> format for user-defined specifiers, which is
compatible with compiler warnings about mismatches between specifiers and
arguments.
* Added TRIO_DEPRECATED flag (reported by David Boyce)
* Fixed rounding adjustment for long double (reported as bug item #2136686).
* Added Makefile dependency for test target (reported as bug item #2136636).
* David Boyce
Fixed long long support for MSVC.
* Fixed potential problem with read after buffer end for non-zero terminated
strings (reported as bug item #1828465).
* Andreas Stricker
Added WinCE support.
* Fixed number of significant digits for %g.
|
2017-09-06 11:03:07 by Thomas Klausner | Files touched by this commit (86) |
Log message:
Follow some redirects.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2013-03-03 11:35:07 by Sergey Svishchev | Files touched by this commit (2) |
Log message:
Update to 1.12. Changes:
* Fixed scanning of floats (reported by Bernd Ahlers).
* Fixed configure.in for GCC on Tru64 and MIPSpro on IRIX.
* Added support for LynxOS.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message:
Add DESTDIR support.
|
2006-11-01 00:13:51 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message:
Update to trio-1.11. Most important changes are various bug and
portability fixes, additional functions like trio_asprintfv,
customizable printf/scanf, overwriteable locale settings and more.
|