2024-01-12 Philipp Klaus Krause * src/mos6502/gen.c: Fix mos6502 part of bug #3814. * sdas/astlcs90/t90mch.c: Fix bug #3815. 2024-01-11 Philipp Klaus Krause * support/regression/tests/bug-3601.c: Commit fix for typo in disabling of test for low-memory devices. 2024-01-09 Philipp Klaus Krause * src/SDCCicode.c, src/SDCCsymt.c, src/SDCCsymt.h, support/regression/MakeList, support/regression/tests/bug-3601.c: Fix bug #3601. * src/z80/gen.c, support/regression/tests/bug-3814.c: Fix z80 part of bug #3814. 2024-01-08 Philipp Klaus Krause * support/regression/tests/strnlen.c, support/regression/tests/wcsnlen.c: Fix bug #3812. 2024-01-02 Philipp Klaus Krause * sdas/asf8/f8mch.c, sim/ucsim/src/sims/f8.src/glob.cc: f8 ldw instruction fixes for assembler and simulator. 2024-12-31 Philipp Klaus Krause * .version, doc/INSTALL.txt, doc/sdccman.lyx, sdcc.spec: Prepare for SDCC 4.5.0 release. 2024-12-31 Philipp Klaus Krause * src/mcs51/gen.c, support/regression/tests/largeoddstruct.c.in: Fix bug #3804. 2024-12-31 Benedikt Freisen * doc/sdccman.lyx: Update section 3.1 "Standard Compliance" and improve readability. * support/scripts/sdcclogo.svg, support/scripts/sdcclogo_bakedtext.svg, support/scripts/sdcclogo_simplified.svg, support/scripts/sdcclogo_simplified_bakedtext.svg: Add logo SVGs for future use, see RFE #813. 2024-12-30 Philipp Klaus Krause * src/SDCCicode.c, support/regression/tests/bug-3799.c: Fix bug #3800. * support/regression/tests/bug-3013.c: Test for non-longer-reproducible bug #3013. 2024-12-22 Benedikt Freisen * device/lib/strtoull.c, device/lib/wcstoul.c, device/lib/wcstoull.c: Hackfix and re-enable strtoull and wcstoull, see bug #3798. 2024-12-21 Philipp Klaus Krause * src/SDCCast.c, support/regression/tests/structinit.c.in, .version: struct / union in initializer, RFE #901, RFE #797. 2024-12-20 Philipp Klaus Krause * src/z80/gen.c: Enable use of ldir for r2k and r2ka in a few cases that are not affected by the wait-state bug. * src/z80/gen.c: Improve Rabbit negation codegen. * support/regression/tests/sieve.c: Regression test based on historic Byte magazine sieve of Eratosthenes benchmark. 2024-12-19 Philipp Klaus Krause * device/lib/r2k/crt0.s, device/lib/r2ka/crt0.s, device/lib/r3ka/crt0.s: Fix comment in Rabbit startup code. 2024-12-18 Philipp Klaus Krause