SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for gawk-debuginfo-5.3.1-3.1.x86_64.rpm :

* Mon Jan 27 2025 Bernhard Wiedemann - Stop using -fprofile-arcs in the final build instrumentation is not wanted there and it broke reproducible builds (boo#1040589)
* Wed Dec 04 2024 Andreas Schwab - Reenable pma tests
* Wed Oct 23 2024 Dirk Müller - update to 5.3.1:
* More subtle issues related to uninitialized array elements have been fixed.
* A number of bugs in the debugger related to handling of arrays have been fixed.
* Some subtle bugs in the API have been fixed.
* Use of MPFR is now possible again on 32-bit Power PC Mac systems.
* Race conditions around broken pipes for system() and read and write pipes should now be closed off.
* Support for OSF/1 has been removed.
* The never-documented --nostalgia option has been removed. It was causing bug reports.
* The implementation of printf/sprintf has been thoroughly reworked in order to make the code more maintainable and to fix a goodly number of corner cases.
* Sat Nov 04 2023 Andreas Stieger - Update to 5.3.0:
* Built-in CSV file parsing (--csv)
* Support a new \\u escape sequence for specifying code points in multi-byte encodings
* Pipe output is buffered if PROCINFO[\"BUFFERPIPE\"] exists
* Sat May 13 2023 Andreas Stieger - enable profiling
* Tue May 09 2023 Andreas Stieger - Update to gawk 5.2.2
* will now diagnose if a heap file was created with a different setting of -M/--bignum than in the current invocation and exit with a fatal message if so.
* no longer \"leaks\" its free list of NODEs in the heap file, resulting in much more efficient usage of persistent storage
* PROCINFO[\"pma\"] exists if the PMA allocator is compiled into gawk. Its value is the PMA version.
* The time extension is no longer deprecated. The strptime() function from gawkextlib\'s timex extension has been added to it.
* Better information is passed to input parsers for when they want to decide whether or not to take control of a file.
* The various PNG files are now installed for Info and HTML
* Bug fixes and developer visible fixes
* Tue Dec 27 2022 Ludwig Nussel - Replace transitional %usrmerged macro with regular version check (boo#1206798)
* Wed Nov 23 2022 Andreas Schwab - Update to gawk 5.2.1
* Issues related to the sign of NaN and Inf values on RiscV have been fixed
* A few issues with the debugger have been fixed.
* More subtle issues with untyped array elements being passed to functions have been fixed.
* The rwarray extension\'s readall() function has had some bugs fixed.
* The PMA allocator is now supported on FreeBSD, OpenBSD and Linux on S/390x.- double-free.patch, pma.patch, nan-sign.patch: Removed
* Sat Sep 24 2022 Andreas Schwab - double-free.patch: Yet another fix for Node_elem_new
* Tue Sep 20 2022 Andreas Schwab - double-free.patch: Fix Node_elem_new op, replacing upref.patch- pma.patch: Replace with upstream solution- nan-sign.patch: Fix negative NaN issue on RiscV, replacing nan-tests.patch
* Tue Sep 13 2022 Andreas Schwab - upref.patch: Add missing UPREF
* Mon Sep 05 2022 Andreas Schwab - Update to gawk 5.2.0
* Numeric scalars now compare in the same way as C for the relational operators. Comparison order for sorting has not changed
* If the AWK_HASH environment variable is set to \"fnv1a\" gawk will use the FNV1-A hash function for associative arrays
* There is now a new function, mkbool(), that creates Boolean-typed values
* As BWK awk has supported interval expressions since 2019, they are now enabled even if --traditional is supplied
* The rwarray extension has two new functions, writeall() and readall()
* The new `gawkbug\' script should be used for reporting bugs
* The manual page (doc/gawk.1) has been considerably reduced in size
* Gawk now supports Terence Kelly\'s \"persistent malloc\" (pma), allowing gawk to preserve its variables, arrays and user-defined functions between runs
* Some subtle issues with untyped array elements being passed to functions have been fixed
* Syntax errors are now immediately fatal- gawk-5.1.1-Disable-racy-test-in-test-iolint.awk.patch: removed- pma.patch: Handle hole bigger than half the address space- nan-tests.patch: fix non-portable NaN tests
 
ICM