File xa.changes of Package xa
-------------------------------------------------------------------
Fri Apr 28 15:55:27 UTC 2023 - Carsten Ziepke <kieltux@gmail.com>
- Update to version 2.3.14
* Fix a segfault when a recursive macro has a smaller arity than
the macro it references.
* Fix for recursive comments, which was a regression from 2.3.13
(note: this may be reexamined for 2.4), and some improvements
to the comment parser to fix more edge cases.
* Now you can just do 'make test TESTS=test,test,test' instead
of running ./tests/harness with specific options.
('make test' by itself of course still works fine to run the
whole suite.)
* Testsuite expanded.
- Changes in version 2.3.13
* Fix // and /* */ in quoted strings. Incredible no one ever hit
this before.
* Segfault fixes for file65, reloc65 and xa. Remember, kids,
if you ever run xa as root all kittens will die. Please save
the kittens.
* Just compare to null in the preprocessor.
* Testsuite expanded.
- Rebase and rename xa-2.3.12-manfiles-install-permissions.patch
to xa-manfiles-install-permissions.patch
- Enable test-suite
-------------------------------------------------------------------
Sat Feb 26 19:13:49 UTC 2022 - Carsten Ziepke <kieltux@gmail.com>
- Update to version 2.3.12:
- Regression fix for address size validation in 65816 mode
- Testsuite expanded
- Because this is likely to be the final 2.3 release,
the -x, -S and old mvn/mvp $xxxx syntax will be only supported
in 2.3.10 through 2.3.12.
It will be removed in 2.4 and up. You are warned!
- Run spec-cleaner
- Rebase xa-2.3.12-destdir.patch and
xa-2.3.12-manfiles-install-permissions.patch
-------------------------------------------------------------------
Tue Nov 3 11:15:36 UTC 2020 - Stephan Hemeier <Sauerlandlinux@gmx.de>
- Update to version 2.3.11
Compilation fix for gcc 10
Allow pointer arithmetic in relocating mode within the same segment,
since the result is segmentless.
.dsb with negative quantities shouldn't work
Stop a divide-by-zero floating point exception.
Testsuite expanded.
Because this is likely to be the final 2.3 release, the -x, -S and
old mvn/mvp $xxxx syntax will be only supported in 2.3.10 and 2.3.11.
It will be removed in 2.4 and up. You are warned!
-------------------------------------------------------------------
Tue Aug 27 2019 napobear@gmail.com
- changed Group tag, changed man files permissions
-------------------------------------------------------------------
Sun Aug 25 2019 napobear@gmail.com
- initial package