cc65-git Mailing List for cc65
cc65 - a freeware C compiler for 6502 based systems
Brought to you by:
gpz
You can subscribe to this list here.
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
(24) |
May
(87) |
Jun
(28) |
Jul
(15) |
Aug
(14) |
Sep
(11) |
Oct
(20) |
Nov
(6) |
Dec
(11) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2014 |
Jan
(20) |
Feb
(54) |
Mar
(93) |
Apr
(25) |
May
(26) |
Jun
(14) |
Jul
(4) |
Aug
(2) |
Sep
(8) |
Oct
(9) |
Nov
(18) |
Dec
(3) |
| 2015 |
Jan
(4) |
Feb
(6) |
Mar
(12) |
Apr
(6) |
May
(7) |
Jun
(13) |
Jul
(15) |
Aug
(9) |
Sep
(14) |
Oct
(25) |
Nov
(8) |
Dec
(11) |
| 2016 |
Jan
(12) |
Feb
(10) |
Mar
(25) |
Apr
(5) |
May
(11) |
Jun
(31) |
Jul
(9) |
Aug
(16) |
Sep
(17) |
Oct
(2) |
Nov
(1) |
Dec
(5) |
| 2017 |
Jan
(8) |
Feb
(20) |
Mar
(27) |
Apr
(18) |
May
(25) |
Jun
(16) |
Jul
(17) |
Aug
(9) |
Sep
(11) |
Oct
(10) |
Nov
(27) |
Dec
(11) |
| 2018 |
Jan
(17) |
Feb
(19) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
(3) |
Feb
(18) |
Mar
(16) |
Apr
(17) |
May
(23) |
Jun
(5) |
Jul
(13) |
Aug
(3) |
Sep
(10) |
Oct
(18) |
Nov
(18) |
Dec
(6) |
| 2020 |
Jan
(9) |
Feb
(6) |
Mar
(11) |
Apr
(4) |
May
(12) |
Jun
(24) |
Jul
(78) |
Aug
(103) |
Sep
(43) |
Oct
(37) |
Nov
(39) |
Dec
(12) |
| 2021 |
Jan
(7) |
Feb
(19) |
Mar
(35) |
Apr
(32) |
May
(50) |
Jun
(12) |
Jul
|
Aug
(1) |
Sep
(10) |
Oct
(2) |
Nov
(6) |
Dec
(13) |
| 2022 |
Jan
(23) |
Feb
(26) |
Mar
(17) |
Apr
(30) |
May
(24) |
Jun
(17) |
Jul
(26) |
Aug
(24) |
Sep
(9) |
Oct
(9) |
Nov
(49) |
Dec
(9) |
| 2023 |
Jan
(15) |
Feb
(15) |
Mar
(11) |
Apr
(4) |
May
(67) |
Jun
(2) |
Jul
(1) |
Aug
(5) |
Sep
(28) |
Oct
(33) |
Nov
(22) |
Dec
(30) |
| 2024 |
Jan
(49) |
Feb
(15) |
Mar
(6) |
Apr
(2) |
May
(4) |
Jun
(4) |
Jul
(8) |
Aug
(6) |
Sep
(26) |
Oct
(5) |
Nov
(7) |
Dec
(26) |
| 2025 |
Jan
(15) |
Feb
(2) |
Mar
(12) |
Apr
(8) |
May
(27) |
Jun
(72) |
Jul
(64) |
Aug
(2) |
Sep
(9) |
Oct
(3) |
Nov
(8) |
Dec
|
|
From: cc65 O. <no...@gi...> - 2025-11-03 12:47:57
|
Branch: refs/heads/master Home: https://github.com/cc65/doc Commit: be8520ee2a403e14f562c6ac1d133ffe006e668a https://github.com/cc65/doc/commit/be8520ee2a403e14f562c6ac1d133ffe006e668a Author: cc65-github <cc6...@gi...> Date: 2025-11-03 (Mon, 03 Nov 2025) Changed paths: A decompression.html M funcref.html M index.html Log Message: ----------- Updated from https://github.com/cc65/cc65/commit/f54780cfbcba3d89470d97a318ac8d664a609651 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/doc/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-11-03 12:40:00
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 34bb14bc6ec813b5530795851608c7d91c12b4fb https://github.com/cc65/cc65/commit/34bb14bc6ec813b5530795851608c7d91c12b4fb Author: rumbledethumps <169...@us...> Date: 2025-04-27 (Sun, 27 Apr 2025) Changed paths: M libsrc/rp6502/close.c M libsrc/rp6502/open.c M libsrc/rp6502/stdin_opt.c M libsrc/rp6502/sysremove.c M libsrc/rp6502/sysrename.c M libsrc/rp6502/write_xstack.c Log Message: ----------- improve validation errors Commit: 58548187542b2f9abff1aefa29708f67705aecf6 https://github.com/cc65/cc65/commit/58548187542b2f9abff1aefa29708f67705aecf6 Author: rumbledethumps <169...@us...> Date: 2025-05-23 (Fri, 23 May 2025) Changed paths: M doc/apple2.sgml M doc/apple2enh.sgml M doc/ca65.sgml M doc/cc65.sgml M doc/funcref.sgml M include/apple2.h M include/cx16.h A libsrc/apple2/get_tv.s M libsrc/atari/read.s M libsrc/common/lz4.s M libsrc/cx16/videomode.s M src/cc65/litpool.c M src/cc65/litpool.h M src/cc65/preproc.c M src/cc65/scanner.c M src/cc65/scanner.h M src/common/strbuf.c M src/common/strbuf.h M src/common/tgttrans.c M src/da65/attrtab.c M test/Makefile M test/misc/Makefile A test/misc/bug2637.c A test/misc/bug2637.ref M test/readme.txt A test/standard/issue2607_cc65.c A test/standard_err/Makefile A test/standard_err/issue2607_not_cc65.c A test/val/bug2609.c A test/val/bug2610.c Log Message: ----------- Merge branch 'cc65:master' into master Commit: 096095840f7583d0facc8beed830839e3d7fbfea https://github.com/cc65/cc65/commit/096095840f7583d0facc8beed830839e3d7fbfea Author: rumbledethumps <169...@us...> Date: 2025-05-23 (Fri, 23 May 2025) Changed paths: M include/rp6502.h M libsrc/rp6502/open.c Log Message: ----------- fix RIA.errno macro conflict Commit: 795cc55e450db3958445895fd1175e9e392003fd https://github.com/cc65/cc65/commit/795cc55e450db3958445895fd1175e9e392003fd Author: rumbledethumps <169...@us...> Date: 2025-05-23 (Fri, 23 May 2025) Changed paths: M include/time.h A libsrc/rp6502/tzset.c Log Message: ----------- tzset() Commit: b6d261ba2b4eb2523808bff24aedc7132a913ad0 https://github.com/cc65/cc65/commit/b6d261ba2b4eb2523808bff24aedc7132a913ad0 Author: rumbledethumps <169...@us...> Date: 2025-05-24 (Sat, 24 May 2025) Changed paths: M include/rp6502.h M include/time.h M libsrc/rp6502/gettimezone.c A libsrc/rp6502/ria_tzset.c M libsrc/rp6502/sysremove.c M libsrc/rp6502/sysrename.c R libsrc/rp6502/tzset.c M libsrc/rp6502/write_xstack.c Log Message: ----------- change to ria_tzset Commit: 407a31eeaae19c2c26120464a28039fc456fd418 https://github.com/cc65/cc65/commit/407a31eeaae19c2c26120464a28039fc456fd418 Author: rumbledethumps <169...@us...> Date: 2025-05-24 (Sat, 24 May 2025) Changed paths: M doc/funcref.sgml M include/atmos.h A include/lzsa.h A include/zx02.h A libsrc/atari/cpeekc.s A libsrc/atari/cpeekcolor.s A libsrc/atari/cpeekrevers.s A libsrc/atmos/cpeekc.s A libsrc/atmos/cpeekcolor.s A libsrc/atmos/cpeekrevers.s A libsrc/atmos/cpeeks.s M libsrc/common/fgets.s A libsrc/common/lzsa1.s A libsrc/common/lzsa2.s A libsrc/common/zx02.s M libsrc/nes/color.s A libsrc/nes/cpeekc.s A libsrc/nes/cpeekcolor.s A libsrc/nes/cpeekrevers.s A libsrc/osic1p/cpeekc.s A libsrc/osic1p/cpeekcolor.s A libsrc/osic1p/cpeekrevers.s M libsrc/pce/cpeekc.s M libsrc/pce/cpeekcolor.s M libsrc/pce/cpeekrevers.s M libsrc/pce/cpeeks.s A libsrc/plus4/kgetin.s M libsrc/zlib/crc32.s M src/ca65/scanner.c M src/cc65/error.c M src/cc65/error.h M src/cc65/function.c M src/cc65/stmt.c M src/cc65/testexpr.c M targettest/Makefile M targettest/conio.c M test/misc/Makefile A test/misc/bug2655.c A test/misc/bug2655.ref A test/val/lzsa1.c A test/val/lzsa2.c A test/val/zx02.c Log Message: ----------- Merge branch 'cc65:master' into master Commit: 77e325507e88fe8b68c7d61b72307956208a1653 https://github.com/cc65/cc65/commit/77e325507e88fe8b68c7d61b72307956208a1653 Author: rumbledethumps <169...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M include/rp6502.h M libsrc/rp6502/codepage.c Log Message: ----------- settable codepage() on RP6502 Commit: aa042f57d814f0390a2a5cdfc950e236379ea9bc https://github.com/cc65/cc65/commit/aa042f57d814f0390a2a5cdfc950e236379ea9bc Author: rumbledethumps <169...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M .github/checks/Makefile A .github/checks/checksp.sh M .github/checks/lastline.sh M .github/checks/lineendings.sh M .github/checks/noexec.sh A .github/checks/sorted.sh A .github/checks/sorted_codeopt.sh A .github/checks/sorted_opcodes.sh M .github/checks/spaces.sh M .github/checks/tabs.sh M .github/workflows/build-on-pull-request.yml M .github/workflows/snapshot-on-push-master.yml M .github/workflows/windows-test-scheduled.yml M Makefile M README.md A asminc/agat.inc M asminc/apple2.inc A asminc/c65.inc M asminc/cbm_kernal.inc M asminc/cpu.mac A asminc/mega65.inc M asminc/zeropage.inc A cfg/agat.cfg A cfg/c65-asm.cfg A cfg/c65.cfg A cfg/mega65-asm.cfg A cfg/mega65.cfg A cfg/plus4-hires.cfg M doc/Makefile A doc/agat.sgml M doc/apple2.sgml M doc/apple2enh.sgml M doc/atari.sgml M doc/ca65.sgml M doc/cc65-intern.sgml M doc/cc65.sgml A doc/cpus.sgml M doc/customizing.sgml M doc/da65.sgml M doc/funcref.sgml M doc/index.sgml M doc/plus4.sgml M doc/sim65.sgml M doc/tgi.sgml A include/_vic3.h A include/agat.h M include/apple2.h M include/apple2enh.h M include/arpa/inet.h A include/c65.h M include/cbm.h M include/cbm264.h M include/conio.h A include/mega65.h M include/plus4.h M include/target.h M include/tgi.h M libsrc/Makefile A libsrc/agat/_scrsize.s A libsrc/agat/break.s A libsrc/agat/cclear.s A libsrc/agat/cgetc.s A libsrc/agat/chline.s A libsrc/agat/clrscr.s A libsrc/agat/color.s A libsrc/agat/cout.s A libsrc/agat/cputc.s A libsrc/agat/crt0.s A libsrc/agat/cvline.s A libsrc/agat/exehdr.s A libsrc/agat/gotoxy.s A libsrc/agat/gotoy.s A libsrc/agat/home.s A libsrc/agat/kbhit.s A libsrc/agat/randomize.s A libsrc/agat/revers.s A libsrc/agat/sysuname.s A libsrc/agat/vtabz.s A libsrc/agat/wherex.s A libsrc/agat/wherey.s A libsrc/agat/write.s M libsrc/apple2/allow_lowercase.s A libsrc/apple2/boxchars.s M libsrc/apple2/callmain.s M libsrc/apple2/cgetc.s R libsrc/apple2/chline.s M libsrc/apple2/cpeekc.s M libsrc/apple2/cputc.s M libsrc/apple2/crt0.s R libsrc/apple2/cvline.s A libsrc/apple2/detect80cols.s A libsrc/apple2/dynchline.s A libsrc/apple2/dyncvline.s M libsrc/apple2/exec.s M libsrc/apple2/extra/iobuf-0800.s M libsrc/apple2/filename.s M libsrc/apple2/get_ostype.s M libsrc/apple2/get_tv.s M libsrc/apple2/gotoxy.s M libsrc/apple2/libref.s A libsrc/apple2/machinetype.s M libsrc/apple2/mcbdefault.s M libsrc/apple2/mli_file_info_direct.s M libsrc/apple2/mou/a2.stdmou.s A libsrc/apple2/mouseref.s A libsrc/apple2/mtchline.s A libsrc/apple2/mtcvline.s M libsrc/apple2/open.s M libsrc/apple2/syschdir.s M libsrc/apple2/sysmkdir.s M libsrc/apple2/sysremove.s M libsrc/apple2/sysrename.s M libsrc/apple2/sysuname.s M libsrc/apple2/tgi/a2.hi.s M libsrc/apple2/tgi/a2.lo.s M libsrc/apple2/tgi_colors.s A libsrc/apple2/tgiref.s M libsrc/apple2/uppercasemask.s M libsrc/apple2/videomode.s M libsrc/apple2/waitvsync.s M libsrc/apple2/wherex.s M libsrc/atari/crt0.s M libsrc/atari/diopncls.s M libsrc/atari/fdtable.s M libsrc/atari/mcbpm.s M libsrc/atari/mou/atrjoy.s M libsrc/atari/mou/atrst.s M libsrc/atari/mou/atrtt.s M libsrc/atari/sysrename.s M libsrc/atari/sysuname.s M libsrc/atari/ucase_fn.s M libsrc/atari2600/crt0.s M libsrc/atari5200/crt0.s M libsrc/atari5200/sysuname.s M libsrc/atari7800/crt0.s M libsrc/atari7800/mono_setcursor.s M libsrc/atari7800/setcursor.s M libsrc/atmos/crt0.s M libsrc/atmos/sysuname.s M libsrc/c128/crt0.s M libsrc/c128/mou/c128-1351.s M libsrc/c128/mou/c128-inkwell.s M libsrc/c128/mou/c128-joy.s M libsrc/c128/mou/c128-pot.s M libsrc/c128/sysuname.s M libsrc/c16/crt0.s M libsrc/c16/sysuname.s M libsrc/c64/crt0.s M libsrc/c64/mou/c64-1351.s M libsrc/c64/mou/c64-inkwell.s M libsrc/c64/mou/c64-joy.s M libsrc/c64/mou/c64-pot.s M libsrc/c64/sysuname.s A libsrc/c65/_scrsize.s A libsrc/c65/bordercolor.s A libsrc/c65/cgetc.s A libsrc/c65/clrscr.s A libsrc/c65/color.s A libsrc/c65/conio.s A libsrc/c65/cpeekc.s A libsrc/c65/cpeekcolor.s A libsrc/c65/cpeekrevers.s A libsrc/c65/cpeeks.s A libsrc/c65/cputc.s A libsrc/c65/crt0.s A libsrc/c65/devnum.s A libsrc/c65/exehdr.s A libsrc/c65/get_tv.s A libsrc/c65/gettime.s A libsrc/c65/joy/c65-stdjoy.s A libsrc/c65/joy_stat_stddrv.s A libsrc/c65/joy_stddrv.s A libsrc/c65/kbhit.s A libsrc/c65/kernal.s A libsrc/c65/libref.s A libsrc/c65/loadaddr.s A libsrc/c65/mainargs.s A libsrc/c65/randomize.s A libsrc/c65/revers.s A libsrc/c65/settime.s A libsrc/c65/status.s A libsrc/c65/sysuname.s A libsrc/c65/tmcommon.s M libsrc/cbm/dir.s M libsrc/cbm/open.s M libsrc/cbm/write.s M libsrc/cbm510/crt0.s M libsrc/cbm510/mou/cbm510-inkwl.s M libsrc/cbm510/mou/cbm510-joy.s M libsrc/cbm510/sysuname.s M libsrc/cbm610/crt0.s M libsrc/cbm610/sysuname.s M libsrc/common/_fopen.s M libsrc/common/_heap.s M libsrc/common/_idiv32by16r16.s M libsrc/common/_printf.s M libsrc/common/_udiv32by16r16.s M libsrc/common/fprintf.s M libsrc/common/fread.s M libsrc/common/fscanf.s M libsrc/common/interrupt.s M libsrc/common/itoa.s M libsrc/common/longjmp.s M libsrc/common/lz4.s M libsrc/common/memcpy.s M libsrc/common/memset.s M libsrc/common/printf.s M libsrc/common/realloc.s M libsrc/common/scanf.s M libsrc/common/setjmp.s M libsrc/common/snprintf.s M libsrc/common/sprintf.s M libsrc/common/sscanf.s M libsrc/common/tgi_colors.s M libsrc/common/vfprintf.s M libsrc/common/vfscanf.s M libsrc/common/vprintf.s M libsrc/common/vscanf.s M libsrc/common/vsnprintf.s M libsrc/common/vsscanf.s A libsrc/conio/cgets.c M libsrc/conio/cprintf.s M libsrc/conio/cputs.s M libsrc/conio/cscanf.s M libsrc/conio/vcprintf.s M libsrc/creativision/crt0.s M libsrc/creativision/sysuname.s M libsrc/cx16/crt0.s M libsrc/cx16/mou/cx16-std.s M libsrc/cx16/sysuname.s M libsrc/dbg/dbgdump.s M libsrc/dbg/dbgsupp.s M libsrc/gamate/crt0.s M libsrc/geos-common/drivers/geos-stdmou.s M libsrc/geos-common/system/crt0.s M libsrc/geos-common/system/sysuname.s M libsrc/kim1/crt0.s M libsrc/lynx/crt0.s M libsrc/lynx/lseek.s M libsrc/lynx/sysuname.s M libsrc/lynx/tgi_colors.s A libsrc/mega65/_scrsize.s A libsrc/mega65/bordercolor.s A libsrc/mega65/cgetc.s A libsrc/mega65/clrscr.s A libsrc/mega65/color.s A libsrc/mega65/conio.s A libsrc/mega65/cpeekc.s A libsrc/mega65/cpeekcolor.s A libsrc/mega65/cpeekrevers.s A libsrc/mega65/cpeeks.s A libsrc/mega65/cputc.s A libsrc/mega65/crt0.s A libsrc/mega65/devnum.s A libsrc/mega65/exehdr.s A libsrc/mega65/get_tv.s A libsrc/mega65/gettime.s A libsrc/mega65/joy/m65-stdjoy.s A libsrc/mega65/joy_stat_stddrv.s A libsrc/mega65/joy_stddrv.s A libsrc/mega65/kbhit.s A libsrc/mega65/kernal.s A libsrc/mega65/libref.s A libsrc/mega65/loadaddr.s A libsrc/mega65/mainargs.s A libsrc/mega65/randomize.s A libsrc/mega65/revers.s A libsrc/mega65/settime.s A libsrc/mega65/status.s A libsrc/mega65/sysuname.s A libsrc/mega65/tmcommon.s M libsrc/nes/crt0.s M libsrc/nes/ppubuf.s M libsrc/nes/sysuname.s M libsrc/none/crt0.s M libsrc/osic1p/crt0.s M libsrc/pce/_printf.s M libsrc/pce/crt0.s M libsrc/pce/memcpy.s M libsrc/pet/crt0.s M libsrc/pet/sysuname.s M libsrc/plus4/cgetc.s M libsrc/plus4/crt0.s M libsrc/plus4/libref.s M libsrc/plus4/ser/plus4-stdser.s M libsrc/plus4/sysuname.s A libsrc/plus4/tgi/ted-hi.s A libsrc/plus4/tgi_stat_stddrv.s A libsrc/plus4/tgi_stddrv.s M libsrc/rp6502/crt0.s M libsrc/rp6502/ria.s M libsrc/rp6502/xreg.s M libsrc/runtime/add.s M libsrc/runtime/addeqsp.s M libsrc/runtime/addysp.s M libsrc/runtime/and.s M libsrc/runtime/bpushbsp.s M libsrc/runtime/decsp1.s M libsrc/runtime/decsp2.s M libsrc/runtime/decsp3.s M libsrc/runtime/decsp4.s M libsrc/runtime/decsp5.s M libsrc/runtime/decsp6.s M libsrc/runtime/decsp7.s M libsrc/runtime/decsp8.s M libsrc/runtime/enter.s M libsrc/runtime/eq.s M libsrc/runtime/icmp.s M libsrc/runtime/incsp1.s M libsrc/runtime/incsp2.s M libsrc/runtime/ladd.s M libsrc/runtime/laddeqsp.s M libsrc/runtime/land.s M libsrc/runtime/lcmp.s M libsrc/runtime/ldau0sp.s M libsrc/runtime/ldauisp.s M libsrc/runtime/ldaxsp.s M libsrc/runtime/ldeaxysp.s M libsrc/runtime/leaaxsp.s M libsrc/runtime/leave.s M libsrc/runtime/lmul.s M libsrc/runtime/lor.s M libsrc/runtime/lpop.s M libsrc/runtime/lpush.s M libsrc/runtime/lrsub.s M libsrc/runtime/lsub.s M libsrc/runtime/lsubeqsp.s M libsrc/runtime/ludiv.s M libsrc/runtime/lxor.s M libsrc/runtime/or.s M libsrc/runtime/popa.s M libsrc/runtime/popptr1.s M libsrc/runtime/popsreg.s M libsrc/runtime/pusha.s M libsrc/runtime/pushax.s M libsrc/runtime/pushbsp.s M libsrc/runtime/pushlysp.s M libsrc/runtime/pushwsp.s M libsrc/runtime/regswap.s M libsrc/runtime/regswap1.s M libsrc/runtime/regswap2.s M libsrc/runtime/rsub.s A libsrc/runtime/sp-compat.s M libsrc/runtime/staspidx.s M libsrc/runtime/staxsp.s M libsrc/runtime/staxspi.s M libsrc/runtime/steaxsp.s M libsrc/runtime/stkchk.s M libsrc/runtime/sub.s M libsrc/runtime/subeqsp.s M libsrc/runtime/subysp.s M libsrc/runtime/swap.s M libsrc/runtime/tosint.s M libsrc/runtime/toslong.s M libsrc/runtime/xor.s M libsrc/runtime/zeropage.s M libsrc/sim6502/crt0.s M libsrc/sim6502/exehdr.s M libsrc/supervision/crt0.s M libsrc/sym1/crt0.s M libsrc/telestrat/crt0.s M libsrc/telestrat/open.s M libsrc/telestrat/sysuname.s M libsrc/telestrat/wherex.s M libsrc/tgi/tgi-kernel.s M libsrc/tgi/tgi_getcolor.s M libsrc/tgi/tgi_outtextxy.s M libsrc/tgi/tgi_setcolor.s M libsrc/vic20/crt0.s M libsrc/vic20/sysuname.s M libsrc/zlib/inflatemem.s M samples/Makefile M samples/apple2/Makefile M samples/atari2600/Makefile M samples/atari5200/Makefile M samples/cbm/Makefile M samples/checkversion.c M samples/diodemo.c M samples/disasm/Makefile M samples/gamate/Makefile M samples/geos/Makefile M samples/geos/grc/Makefile M samples/getsp.s M samples/hello.c A samples/joydemo.c M samples/kim1/Makefile M samples/lynx/Makefile M samples/sieve.c M samples/sim65/Makefile M samples/supervision/Makefile M samples/sym1/Makefile M samples/tgidemo.c M samples/tinyshell.c M samples/tutorial/Makefile M src/Makefile M src/ca65/condasm.c M src/ca65/ea65.c M src/ca65/instr.c M src/ca65/instr.h M src/ca65/main.c M src/ca65/pseudo.c M src/ca65/scanner.c M src/ca65/studyexpr.c M src/ca65/symentry.c M src/ca65/token.h M src/cc65/codegen.c M src/cc65/codeinfo.c M src/cc65/codeinfo.h M src/cc65/codeopt.c M src/cc65/codeoptutil.c M src/cc65/compile.c M src/cc65/coptadd.c M src/cc65/coptadd.h M src/cc65/coptbool.c M src/cc65/coptcmp.c M src/cc65/coptcmp.h M src/cc65/coptind.c M src/cc65/coptind.h M src/cc65/coptmisc.c M src/cc65/coptmisc.h M src/cc65/coptptrload.c M src/cc65/coptptrload.h M src/cc65/coptptrstore.c M src/cc65/coptptrstore.h M src/cc65/coptstop.c M src/cc65/coptstore.c M src/cc65/error.c M src/cc65/error.h M src/cc65/global.c M src/cc65/global.h M src/cc65/input.c M src/cc65/input.h M src/cc65/locals.c M src/cc65/macrotab.c M src/cc65/macrotab.h M src/cc65/main.c M src/cc65/opcodes.c M src/cc65/pragma.c M src/cc65/preproc.c M src/cc65/preproc.h M src/cc65/scanner.c M src/cc65/stdfunc.c M src/cl65/main.c M src/common/cpu.c M src/common/cpu.h M src/common/filetype.c M src/common/fname.c M src/common/fname.h M src/common/target.c M src/common/target.h M src/da65.vcxproj M src/da65/attrtab.c M src/da65/attrtab.h M src/da65/code.c M src/da65/code.h M src/da65/comments.c M src/da65/comments.h M src/da65/data.c M src/da65/data.h M src/da65/global.c M src/da65/global.h M src/da65/handler.c M src/da65/handler.h M src/da65/infofile.c M src/da65/labels.c M src/da65/labels.h M src/da65/main.c A src/da65/opc45GS02.c A src/da65/opc45GS02.h M src/da65/opc6502x.c M src/da65/opc65c02.c A src/da65/opc65ce02.c A src/da65/opc65ce02.h M src/da65/opcm740.c M src/da65/opctable.c A src/da65/opcw65c02.c A src/da65/opcw65c02.h M src/da65/output.c M src/da65/output.h M src/da65/scanner.c M src/da65/scanner.h M src/da65/segment.c M src/da65/segment.h M src/dbginfo/dbginfo.c M src/dbginfo/dbgsh.c M src/ld65/config.c M src/sim65/main.c M src/sp65/convert.c M src/sp65/input.c M src/sp65/output.c M src/sp65/palconv.c M targettest/Makefile M targettest/accelerator/Makefile M targettest/atari/Makefile M targettest/atari/mem.c M targettest/cbm/Makefile M targettest/conio.c M targettest/cpeek-test.c M targettest/ft.c M targettest/gamate/Makefile M targettest/getsp.s M targettest/pce/Makefile M test/Makefile M test/asm/Makefile M test/asm/cpudetect/4510-cpudetect.ref A test/asm/cpudetect/45GS02-cpudetect.ref M test/asm/cpudetect/6502x-cpudetect.ref M test/asm/cpudetect/65816-cpudetect.ref A test/asm/cpudetect/65ce02-cpudetect.ref M test/asm/cpudetect/Makefile A test/asm/cpudetect/allinst.inc M test/asm/cpudetect/cpudetect.s M test/asm/cpudetect/huc6280-cpudetect.ref A test/asm/cpudetect/m740-cpudetect.ref A test/asm/cpudetect/sweet16-cpudetect.ref A test/asm/cpudetect/w65c02-cpudetect.ref M test/asm/err/Makefile A test/asm/err/bug505.s A test/asm/listing/080-sp-compat.s M test/asm/listing/Makefile A test/asm/listing/ref/080-sp-compat.ld65err2-ref M test/asm/misc/Makefile A test/asm/opcodes/45GS02-opcodes.ref A test/asm/opcodes/45GS02-opcodes.s A test/asm/opcodes/65ce02-opcodes.ref A test/asm/opcodes/65ce02-opcodes.s M test/asm/opcodes/Makefile A test/asm/opcodes/m740-opcodes.ref M test/asm/opcodes/m740-opcodes.s A test/asm/opcodes/sweet16-opcodes.ref A test/asm/opcodes/sweet16-opcodes.s A test/asm/opcodes/w65c02-opcodes.ref A test/asm/opcodes/w65c02-opcodes.s M test/asm/val/Makefile M test/asm/val/ismnemonic.s A test/dasm/45GS02-disass.s A test/dasm/6502-disass.s A test/dasm/6502DTV-disass.s A test/dasm/6502X-disass.s A test/dasm/65C02-disass.s A test/dasm/65SC02-disass.s M test/dasm/Makefile A test/dasm/huc6280-disass.s A test/dasm/m740-disass.s A test/dasm/readme.txt M test/err/Makefile M test/misc/Makefile M test/ref/Makefile M test/standard/Makefile A test/standard/null.c M test/standard_err/Makefile M test/todo/Makefile A test/todo/bug2172_invalid_code.c A test/todo/bug2172b_invalid_code.c M test/val/Makefile M test/val/bug1652-optimizer.c M test/val/bug2151.c A test/val/bug2608.c M test/val/cq85.c M util/Makefile M util/atari/Makefile M util/gamate/Makefile M util/zlib/Makefile Log Message: ----------- Merge branch 'cc65:master' into master Commit: 02cb5d23f76598858317ccf550ef6b6a0c23bc48 https://github.com/cc65/cc65/commit/02cb5d23f76598858317ccf550ef6b6a0c23bc48 Author: rumbledethumps <169...@us...> Date: 2025-07-19 (Sat, 19 Jul 2025) Changed paths: M include/rp6502.h Log Message: ----------- add xreg_ria_gamepad Commit: b5ff68a952031c0be198469a10647b506c86ef35 https://github.com/cc65/cc65/commit/b5ff68a952031c0be198469a10647b506c86ef35 Author: rumbledethumps <169...@us...> Date: 2025-09-15 (Mon, 15 Sep 2025) Changed paths: A .github/ISSUE_TEMPLATE/bug_report.md A .github/ISSUE_TEMPLATE/feature_request.md A .github/PULL_REQUEST_TEMPLATE.md M .github/checks/sorted.sh M .github/checks/sorted_codeopt.sh M .github/checks/sorted_opcodes.sh A Code_of_Conduct.md M Makefile M asminc/apple2.mac M asminc/atari.mac M asminc/cbm.mac M asminc/cbm510.inc M asminc/cbm610.inc M asminc/cpu.mac M asminc/opcodes.inc M asminc/pet.inc M cfg/atari7800.cfg M cfg/creativision.cfg M cfg/geos-cbm.cfg M doc/apple2.sgml M doc/apple2enh.sgml M doc/ca65.sgml M doc/cc65.sgml M doc/cl65.sgml M doc/funcref.sgml M doc/ld65.sgml M include/apple2.h M include/apple2_filetype.h M include/string.h M libsrc/agat/cputc.s M libsrc/apple2/cputc.s A libsrc/apple2/file_set_info.s M libsrc/apple2/lseek.s M libsrc/apple2/mli.inc M libsrc/apple2/ser/a2.ssc.s M libsrc/atari/cputc.s M libsrc/atari5200/cputc.s M libsrc/atari7800/cputc.s M libsrc/atmos/cputc.s M libsrc/c128/cputc.s M libsrc/c128/crt0.s M libsrc/c128/status.s M libsrc/c16/crt0.s M libsrc/c64/cputc.s M libsrc/c64/crt0.s M libsrc/c64/status.s M libsrc/c65/cputc.s M libsrc/c65/status.s M libsrc/cbm/clock.s M libsrc/cbm/getdevice.s M libsrc/cbm510/cputc.s M libsrc/cbm510/kreadst.s M libsrc/cbm510/ksetnam.s A libsrc/cbm510/status.s M libsrc/cbm610/cputc.s M libsrc/cbm610/crt0.s M libsrc/cbm610/kreadst.s M libsrc/cbm610/ksetnam.s A libsrc/cbm610/status.s M libsrc/common/_directerrno.s M libsrc/common/_heapblocksize.s M libsrc/common/_mappederrno.s M libsrc/common/_printf.s M libsrc/common/_time_t_to_tm.s M libsrc/common/asctime.s M libsrc/common/atexit.s M libsrc/common/fgetc.s M libsrc/common/fgets.s M libsrc/common/fread.s M libsrc/common/fwrite.s M libsrc/common/getopt.c M libsrc/common/ltoa.s M libsrc/common/strcat.s M libsrc/common/strchr.s M libsrc/common/strdup.s M libsrc/common/strlen.s M libsrc/common/strncat.s A libsrc/common/strndup.s M libsrc/conio/cputs.s M libsrc/conio/scrsize.s M libsrc/conio/vcprintf.s M libsrc/creativision/cputc.s M libsrc/cx16/cputc.s M libsrc/dbg/dbg.c M libsrc/gamate/cputc.s M libsrc/geos-common/conio/cputc.s M libsrc/mega65/cputc.s M libsrc/mega65/status.s M libsrc/nes/cputc.s M libsrc/pce/cputc.s M libsrc/pet/checkst.s M libsrc/pet/cputc.s M libsrc/pet/crt0.s M libsrc/pet/kreadst.s M libsrc/pet/status.s M libsrc/plus4/cputc.s M libsrc/plus4/crt0.s M libsrc/plus4/kreadst.s M libsrc/plus4/status.s M libsrc/runtime/add.s M libsrc/runtime/and.s M libsrc/runtime/condes.s M libsrc/runtime/incax1.s M libsrc/runtime/incsp2.s M libsrc/runtime/ladd.s M libsrc/runtime/laddeq.s M libsrc/runtime/land.s M libsrc/runtime/ldau0sp.s A libsrc/runtime/ldptr1sp.s M libsrc/runtime/leave.s M libsrc/runtime/lmod.s M libsrc/runtime/lmul.s M libsrc/runtime/lor.s M libsrc/runtime/lpop.s M libsrc/runtime/lpush.s M libsrc/runtime/lrsub.s M libsrc/runtime/lsub.s M libsrc/runtime/lsubeq.s M libsrc/runtime/ludiv.s M libsrc/runtime/lumod.s M libsrc/runtime/lxor.s M libsrc/runtime/or.s M libsrc/runtime/popa.s M libsrc/runtime/popptr1.s M libsrc/runtime/popsreg.s M libsrc/runtime/pusha.s M libsrc/runtime/pushax.s M libsrc/runtime/pushb.s M libsrc/runtime/rsub.s M libsrc/runtime/shl.s M libsrc/runtime/staxspi.s M libsrc/runtime/stkchk.s M libsrc/runtime/sub.s M libsrc/runtime/swap.s M libsrc/runtime/tosint.s M libsrc/runtime/toslong.s M libsrc/runtime/umul8x16r24.s M libsrc/runtime/xor.s M libsrc/sim6502/exehdr.s M libsrc/telestrat/cputc.s M libsrc/telestrat/crt0.s M libsrc/telestrat/lseek.s M libsrc/tgi/tgi_settextstyle.s M libsrc/vic20/cputc.s M libsrc/vic20/crt0.s M libsrc/vic20/status.s A samples/.gitignore M samples/Makefile A samples/apple2/.gitignore A samples/asciires.grc A samples/atari2600/.gitignore A samples/atari5200/.gitignore A samples/cbm/.gitignore M samples/checkversion.c A samples/debug.c A samples/geos/.gitignore M samples/geos/Makefile A samples/geos/grc/.gitignore M samples/kim1/subs.asm M samples/sim65/trace_example.c A samples/supervision/.gitignore M samples/sym1/symDisplay.c A samples/tutorial/.gitignore M src/Makefile M src/ca65.vcxproj M src/ca65/condasm.c M src/ca65/dbginfo.c M src/ca65/ea65.c M src/ca65/easw16.c M src/ca65/enum.c M src/ca65/error.c M src/ca65/error.h A src/ca65/expect.c A src/ca65/expect.h M src/ca65/expr.c M src/ca65/filetab.c M src/ca65/global.c M src/ca65/global.h M src/ca65/instr.c M src/ca65/istack.c M src/ca65/istack.h M src/ca65/listing.c M src/ca65/listing.h M src/ca65/macro.c M src/ca65/macro.h M src/ca65/main.c M src/ca65/nexttok.c M src/ca65/nexttok.h M src/ca65/objfile.c M src/ca65/pseudo.c M src/ca65/repeat.c M src/ca65/scanner.c M src/ca65/segment.c M src/ca65/segment.h M src/ca65/span.h M src/ca65/spool.h M src/ca65/struct.c M src/ca65/studyexpr.c M src/ca65/symbol.c M src/ca65/symentry.c M src/ca65/symentry.h M src/ca65/symtab.c M src/ca65/symtab.h M src/ca65/token.c M src/ca65/token.h M src/ca65/toklist.c M src/ca65/ulabel.c M src/cc65/casenode.h M src/cc65/codeent.h M src/cc65/codeinfo.c M src/cc65/codelab.h M src/cc65/codeopt.c M src/cc65/codeseg.h M src/cc65/coptmisc.c M src/cc65/coptmisc.h M src/cc65/coptptrload.c M src/cc65/coptptrload.h M src/cc65/datatype.c M src/cc65/datatype.h M src/cc65/error.c M src/cc65/error.h M src/cc65/exprdesc.c M src/cc65/exprdesc.h M src/cc65/function.c M src/cc65/goto.c M src/cc65/goto.h M src/cc65/lineinfo.h M src/cc65/macrotab.h M src/cc65/main.c M src/cc65/opcodes.h M src/cc65/pragma.c M src/cc65/preproc.c M src/cc65/preproc.h M src/cc65/reginfo.c M src/cc65/reginfo.h M src/cc65/scanner.h M src/cc65/stmt.c M src/cc65/stmt.h M src/cc65/swstmt.c M src/cc65/swstmt.h M src/cc65/symentry.h M src/cc65/testexpr.c M src/cc65/testexpr.h M src/cl65/main.c M src/common.vcxproj M src/common/alignment.h A src/common/capability.c A src/common/capability.h M src/common/chartype.h M src/common/coll.c M src/common/coll.h A src/common/consprop.c A src/common/consprop.h M src/common/cpu.c M src/common/cpu.h M src/common/hashtab.h R src/common/inline.h M src/common/intptrstack.h M src/common/intstack.h M src/common/strbuf.c M src/common/strbuf.h M src/common/strstack.h M src/common/target.c M src/common/target.h M src/grc65/main.c M src/ld65/asserts.c M src/ld65/bin.c M src/ld65/cfgexpr.c M src/ld65/config.c M src/ld65/dbgfile.c M src/ld65/dbgsyms.c M src/ld65/error.c M src/ld65/error.h M src/ld65/exports.c M src/ld65/exports.h M src/ld65/expr.c M src/ld65/extsyms.c M src/ld65/fragment.h M src/ld65/library.c M src/ld65/lineinfo.h M src/ld65/main.c M src/ld65/mapfile.c M src/ld65/o65.c M src/ld65/objdata.c M src/ld65/objdata.h M src/ld65/objfile.c M src/ld65/scanner.c M src/ld65/scanner.h M src/ld65/scopes.c M src/ld65/segments.c M src/ld65/segments.h M src/ld65/spool.h M src/ld65/tpool.h M src/ld65/xex.c A targettest/.gitignore M targettest/Makefile M targettest/cbm/Makefile M test/asm/cpudetect/4510-cpudetect.ref M test/asm/cpudetect/45GS02-cpudetect.ref M test/asm/cpudetect/6502-cpudetect.ref M test/asm/cpudetect/6502dtv-cpudetect.ref M test/asm/cpudetect/6502x-cpudetect.ref M test/asm/cpudetect/65816-cpudetect.ref M test/asm/cpudetect/65c02-cpudetect.ref M test/asm/cpudetect/65ce02-cpudetect.ref M test/asm/cpudetect/65sc02-cpudetect.ref M test/asm/cpudetect/Makefile M test/asm/cpudetect/allinst.inc M test/asm/cpudetect/cpudetect.s M test/asm/cpudetect/huc6280-cpudetect.ref M test/asm/cpudetect/m740-cpudetect.ref M test/asm/cpudetect/sweet16-cpudetect.ref M test/asm/cpudetect/w65c02-cpudetect.ref M test/asm/err/Makefile A test/asm/listing/110-capabilities.s A test/asm/listing/120-errormsg.s A test/asm/listing/121-errormsg.s A test/asm/listing/122-errormsg.s A test/asm/listing/123-errormsg.s A test/asm/listing/124-errormsg.s A test/asm/listing/125-errormsg.s A test/asm/listing/126-errormsg.s A test/asm/listing/127-errormsg.s A test/asm/listing/128-errormsg.s A test/asm/listing/129-errormsg.s A test/asm/listing/130-errormsg.s A test/asm/listing/131-errormsg.s A test/asm/listing/132-errormsg.s A test/asm/listing/133-errormsg.s A test/asm/listing/134-errormsg.s A test/asm/listing/135-errormsg.s A test/asm/listing/136-errormsg.s A test/asm/listing/137-errormsg.s A test/asm/listing/138-errormsg.s A test/asm/listing/139-errormsg.s A test/asm/listing/140-errormsg.s A test/asm/listing/141-errormsg.s A test/asm/listing/142-errormsg.s A test/asm/listing/170-ld-errormsg.cfg A test/asm/listing/170-ld-errormsg.s A test/asm/listing/171-ld-errormsg.cfg A test/asm/listing/171-ld-errormsg.s A test/asm/listing/172-ld-errormsg.cfg A test/asm/listing/172-ld-errormsg.s A test/asm/listing/666-bug2208.s M test/asm/listing/Makefile A test/asm/listing/control/110-capabilities.err A test/asm/listing/control/120-errormsg.err A test/asm/listing/control/121-errormsg.err A test/asm/listing/control/122-errormsg.err A test/asm/listing/control/123-errormsg.err A test/asm/listing/control/124-errormsg.err A test/asm/listing/control/125-errormsg.err A test/asm/listing/control/126-errormsg.err A test/asm/listing/control/127-errormsg.err A test/asm/listing/control/128-errormsg.err A test/asm/listing/control/129-errormsg.err A test/asm/listing/control/130-errormsg.err A test/asm/listing/control/131-errormsg.err A test/asm/listing/control/132-errormsg.err A test/asm/listing/control/133-errormsg.err A test/asm/listing/control/134-errormsg.err A test/asm/listing/control/135-errormsg.err A test/asm/listing/control/136-errormsg.err A test/asm/listing/control/137-errormsg.err A test/asm/listing/control/138-errormsg.err A test/asm/listing/control/139-errormsg.err A test/asm/listing/control/140-errormsg.err A test/asm/listing/control/141-errormsg.err A test/asm/listing/control/142-errormsg.err A test/asm/listing/control/171-ld-errormsg.err A test/asm/listing/control/172-ld-errormsg.err M test/asm/listing/ref/010-paramcount.err2-ref M test/asm/listing/ref/030-assert-success.ld65err2-ref M test/asm/listing/ref/032-assert-error2.ld65err2-ref M test/asm/listing/ref/032-assert-error3.ld65err2-ref M test/asm/listing/ref/032-assert-error4.ld65err2-ref M test/asm/listing/ref/032-assert-error6.ld65err2-ref M test/asm/listing/ref/032-assert-error7.ld65err2-ref M test/asm/listing/ref/032-assert-error8.ld65err2-ref M test/asm/listing/ref/033-assert-ldwarning-success.ld65err2-ref M test/asm/listing/ref/034-assert-lderror2.ld65err2-ref M test/asm/listing/ref/034-assert-lderror3.ld65err2-ref M test/asm/listing/ref/034-assert-lderror4.ld65err2-ref M test/asm/listing/ref/034-assert-lderror6.ld65err2-ref M test/asm/listing/ref/034-assert-lderror7.ld65err2-ref M test/asm/listing/ref/034-assert-lderror8.ld65err2-ref M test/asm/listing/ref/040-align.ld65err2-ref M test/asm/listing/ref/080-sp-compat.ld65err2-ref A test/asm/listing/ref/110-capabilities.err2-ref A test/asm/listing/ref/120-errormsg.err2 A test/asm/listing/ref/120-errormsg.err2-ref A test/asm/listing/ref/121-errormsg.err2 A test/asm/listing/ref/121-errormsg.err2-ref A test/asm/listing/ref/122-errormsg.err2 A test/asm/listing/ref/122-errormsg.err2-ref A test/asm/listing/ref/123-errormsg.err2 A test/asm/listing/ref/123-errormsg.err2-ref A test/asm/listing/ref/124-errormsg.err2 A test/asm/listing/ref/124-errormsg.err2-ref A test/asm/listing/ref/125-errormsg.err2 A test/asm/listing/ref/125-errormsg.err2-ref A test/asm/listing/ref/126-errormsg.err2 A test/asm/listing/ref/126-errormsg.err2-ref A test/asm/listing/ref/127-errormsg.err2 A test/asm/listing/ref/127-errormsg.err2-ref A test/asm/listing/ref/128-errormsg.err2 A test/asm/listing/ref/128-errormsg.err2-ref A test/asm/listing/ref/129-errormsg.err2 A test/asm/listing/ref/129-errormsg.err2-ref A test/asm/listing/ref/130-errormsg.err2 A test/asm/listing/ref/130-errormsg.err2-ref A test/asm/listing/ref/131-errormsg.err2 A test/asm/listing/ref/131-errormsg.err2-ref A test/asm/listing/ref/132-errormsg.err2-ref A test/asm/listing/ref/133-errormsg.err2-ref A test/asm/listing/ref/134-errormsg.err2-ref A test/asm/listing/ref/135-errormsg.err2-ref A test/asm/listing/ref/136-errormsg.err2-ref A test/asm/listing/ref/137-errormsg.err2-ref A test/asm/listing/ref/138-errormsg.err2-ref A test/asm/listing/ref/139-errormsg.err2-ref A test/asm/listing/ref/140-errormsg.err2-ref A test/asm/listing/ref/141-errormsg.err2-ref A test/asm/listing/ref/142-errormsg.err2-ref A test/asm/listing/ref/170-ld-errormsg.bin-ref A test/asm/listing/ref/170-ld-errormsg.ld65err2-ref A test/asm/listing/ref/171-ld-errormsg.ld65err2-ref A test/asm/listing/ref/172-ld-errormsg.ld65err2-ref M test/asm/listing/ref/201-overwrite-overflow.ld65err2-ref A test/asm/listing/ref/666-bug2208.bin-ref M test/asm/misc/Makefile M test/asm/opcodes/Makefile M test/asm/val/Makefile A test/asm/val/charmap.s M test/err/Makefile M test/misc/Makefile M test/misc/bug2655.ref A test/misc/flow-do-01.c A test/misc/flow-do-01.ref A test/misc/flow-for-01.c A test/misc/flow-for-01.ref A test/misc/flow-if-01.c A test/misc/flow-if-01.ref A test/misc/flow-if-02.c A test/misc/flow-if-02.ref A test/misc/flow-switch-01.c A test/misc/flow-switch-01.ref A test/misc/flow-switch-02.c A test/misc/flow-switch-02.ref A test/misc/flow-while-01.c A test/misc/flow-while-01.ref A test/misc/flow-while-02.c A test/misc/flow-while-02.ref M test/misc/goto.ref A test/val/bug2205.c A test/val/bug2231.c A test/val/bug2748.c A test/val/lib_common_strlen.c A test/val/lib_common_strndup.c A test/val/lib_common_strnlen.c Log Message: ----------- Merge branch 'cc65:master' into master Commit: fdcb890bfdd86127ce0943b9883a06f943b93618 https://github.com/cc65/cc65/commit/fdcb890bfdd86127ce0943b9883a06f943b93618 Author: rumbledethumps <169...@us...> Date: 2025-09-26 (Fri, 26 Sep 2025) Changed paths: M asminc/rp6502.inc M include/rp6502.h M libsrc/rp6502/close.c M libsrc/rp6502/crt0.s A libsrc/rp6502/errno.s M libsrc/rp6502/gettime.c M libsrc/rp6502/gettimespec.c M libsrc/rp6502/gettimezone.c M libsrc/rp6502/lseek.c M libsrc/rp6502/open.c R libsrc/rp6502/oserrlist.s R libsrc/rp6502/oserror.s M libsrc/rp6502/read_xram.c M libsrc/rp6502/read_xstack.c A libsrc/rp6502/remove.s A libsrc/rp6502/rename.s M libsrc/rp6502/ria.s M libsrc/rp6502/settime.c M libsrc/rp6502/stdin_opt.c M libsrc/rp6502/sysremove.c M libsrc/rp6502/sysrename.c M libsrc/rp6502/write_xram.c M libsrc/rp6502/write_xstack.c M libsrc/rp6502/xregn.c Log Message: ----------- remove oserror from rp6502 Commit: e182d5d32452a6dd78637ebb359de645b34e72be https://github.com/cc65/cc65/commit/e182d5d32452a6dd78637ebb359de645b34e72be Author: rumbledethumps <169...@us...> Date: 2025-09-26 (Fri, 26 Sep 2025) Changed paths: M doc/agat.sgml M doc/ca65.sgml M src/ca65/macro.c M src/ca65/toklist.c M src/common/gentype.c M src/ld65/main.c Log Message: ----------- Merge branch 'cc65:master' into master Commit: 23b8bafbf606d707edc588c26a403d395d0dc1b3 https://github.com/cc65/cc65/commit/23b8bafbf606d707edc588c26a403d395d0dc1b3 Author: rumbledethumps <169...@us...> Date: 2025-09-27 (Sat, 27 Sep 2025) Changed paths: M include/rp6502.h M libsrc/rp6502/errno.s Log Message: ----------- no need to expose errno_opt Commit: a6763af95c2487dccde55835afe915baf239f87a https://github.com/cc65/cc65/commit/a6763af95c2487dccde55835afe915baf239f87a Author: rumbledethumps <169...@us...> Date: 2025-10-04 (Sat, 04 Oct 2025) Changed paths: M libsrc/rp6502/xreg.s Log Message: ----------- fix xreg.s Commit: e6c138dc03b4b2f5539713b92a53417647283414 https://github.com/cc65/cc65/commit/e6c138dc03b4b2f5539713b92a53417647283414 Author: rumbledethumps <169...@us...> Date: 2025-10-14 (Tue, 14 Oct 2025) Changed paths: M asminc/rp6502.inc M include/rp6502.h M include/unistd.h A libsrc/rp6502/f_closedir.c A libsrc/rp6502/f_lseek.c A libsrc/rp6502/f_opendir.c A libsrc/rp6502/f_readdir.c A libsrc/rp6502/f_stat.c M libsrc/rp6502/lseek.c A libsrc/rp6502/syncfs.c M libsrc/rp6502/write_xram.c Log Message: ----------- directory ops Commit: f744f0b8a0839458590d5c1538ee9e64c20c7058 https://github.com/cc65/cc65/commit/f744f0b8a0839458590d5c1538ee9e64c20c7058 Author: rumbledethumps <169...@us...> Date: 2025-10-15 (Wed, 15 Oct 2025) Changed paths: M include/rp6502.h M libsrc/rp6502/f_closedir.c M libsrc/rp6502/f_lseek.c M libsrc/rp6502/f_readdir.c A libsrc/rp6502/f_rewinddir.c A libsrc/rp6502/f_seekdir.c A libsrc/rp6502/f_telldir.c Log Message: ----------- dir seeking Commit: 815135f71680cbbcacbaeaa6f93cffa878e9d59c https://github.com/cc65/cc65/commit/815135f71680cbbcacbaeaa6f93cffa878e9d59c Author: rumbledethumps <169...@us...> Date: 2025-10-15 (Wed, 15 Oct 2025) Changed paths: M include/rp6502.h A libsrc/rp6502/chdir.s A libsrc/rp6502/f_chdrive.c A libsrc/rp6502/f_chmod.c A libsrc/rp6502/f_mkdir.c A libsrc/rp6502/f_utime.c A libsrc/rp6502/syschdir.c Log Message: ----------- chdir and friends Commit: 4b561acea52ffabb3200cc7696900814647e1af3 https://github.com/cc65/cc65/commit/4b561acea52ffabb3200cc7696900814647e1af3 Author: rumbledethumps <169...@us...> Date: 2025-10-16 (Thu, 16 Oct 2025) Changed paths: M include/rp6502.h A libsrc/rp6502/f_getcwd.c A libsrc/rp6502/f_getfree.c A libsrc/rp6502/f_getlabel.c A libsrc/rp6502/f_setlabel.c Log Message: ----------- all dir commands Commit: be4eb9dc2309e9fb0890018c58dfa743547f2749 https://github.com/cc65/cc65/commit/be4eb9dc2309e9fb0890018c58dfa743547f2749 Author: rumbledethumps <169...@us...> Date: 2025-10-16 (Thu, 16 Oct 2025) Changed paths: M Contributing.md M doc/ca65.sgml M libsrc/common/memset.s M libsrc/common/strcspn.s M libsrc/common/strspn.s M src/ca65/studyexpr.c M src/ca65/symbol.c M src/ca65/symtab.c A test/asm/listing/300-scopes-basic.s A test/asm/listing/301-nested-scopes.s A test/asm/listing/302-scope-redefined.s A test/asm/listing/303-change-addressing-mode-error.s A test/asm/listing/304-fix-addressing-mode-error.s A test/asm/listing/305-explicit-scope-reference.s A test/asm/listing/306-scope-use-before-definition.s A test/asm/listing/307-scope-chains.s A test/asm/listing/308-global-scope-anchoring.s A test/asm/listing/309-namespace-path-vs-addressing-mode.s A test/asm/listing/310-create-in-current-scope.s A test/asm/listing/311-close-new-scopes-error.s A test/asm/listing/control/303-change-addressing-mode-error.err A test/asm/listing/control/311-close-new-scopes-error.err A test/asm/listing/ref/300-scopes-basic.bin-ref A test/asm/listing/ref/300-scopes-basic.list-ref A test/asm/listing/ref/301-nested-scopes.bin-ref A test/asm/listing/ref/301-nested-scopes.list-ref A test/asm/listing/ref/302-scope-redefined.bin-ref A test/asm/listing/ref/302-scope-redefined.list-ref A test/asm/listing/ref/303-change-addressing-mode-error.err2-ref A test/asm/listing/ref/304-fix-addressing-mode-error.bin-ref A test/asm/listing/ref/304-fix-addressing-mode-error.list-ref A test/asm/listing/ref/305-explicit-scope-reference.bin-ref A test/asm/listing/ref/305-explicit-scope-reference.list-ref A test/asm/listing/ref/306-scope-use-before-definition.bin-ref A test/asm/listing/ref/306-scope-use-before-definition.list-ref A test/asm/listing/ref/307-scope-chains.bin-ref A test/asm/listing/ref/307-scope-chains.list-ref A test/asm/listing/ref/308-global-scope-anchoring.bin-ref A test/asm/listing/ref/308-global-scope-anchoring.list-ref A test/asm/listing/ref/309-namespace-path-vs-addressing-mode.bin-ref A test/asm/listing/ref/309-namespace-path-vs-addressing-mode.list-ref A test/asm/listing/ref/310-create-in-current-scope.bin-ref A test/asm/listing/ref/310-create-in-current-scope.list-ref A test/asm/listing/ref/311-close-new-scopes-error.err2-ref Log Message: ----------- Merge branch 'cc65:master' into master Commit: 69149c65ec8ac3ee36e682be9abd14eff43ba465 https://github.com/cc65/cc65/commit/69149c65ec8ac3ee36e682be9abd14eff43ba465 Author: rumbledethumps <169...@us...> Date: 2025-10-16 (Thu, 16 Oct 2025) Changed paths: M asminc/rp6502.inc Log Message: ----------- remove blank line Commit: 9b54be41dacc46bd4dc6eec2183965a4b189fddb https://github.com/cc65/cc65/commit/9b54be41dacc46bd4dc6eec2183965a4b189fddb Author: rumbledethumps <169...@us...> Date: 2025-10-20 (Mon, 20 Oct 2025) Changed paths: M include/rp6502.h A libsrc/rp6502/code_page.c R libsrc/rp6502/codepage.c Log Message: ----------- code page Commit: f06acc993a6235899833abf512f62f8111fdcd2a https://github.com/cc65/cc65/commit/f06acc993a6235899833abf512f62f8111fdcd2a Author: rumbledethumps <169...@us...> Date: 2025-10-20 (Mon, 20 Oct 2025) Changed paths: M asminc/rp6502.inc Log Message: ----------- code_page Commit: 899ee2dac268726c525b0c69ba6bc26af3b60760 https://github.com/cc65/cc65/commit/899ee2dac268726c525b0c69ba6bc26af3b60760 Author: rumbledethumps <169...@us...> Date: 2025-10-21 (Tue, 21 Oct 2025) Changed paths: M include/rp6502.h Log Message: ----------- remove fresult Commit: 47c71604760c117b5bf8aefbdfccaf1b3f36fd82 https://github.com/cc65/cc65/commit/47c71604760c117b5bf8aefbdfccaf1b3f36fd82 Author: rumbledethumps <169...@us...> Date: 2025-10-21 (Tue, 21 Oct 2025) Changed paths: M include/rp6502.h M libsrc/rp6502/f_getcwd.c Log Message: ----------- getcwd Commit: 4cb40a415561a89155e5ab9089f3681e5dbdb09d https://github.com/cc65/cc65/commit/4cb40a415561a89155e5ab9089f3681e5dbdb09d Author: rumbledethumps <169...@us...> Date: 2025-10-22 (Wed, 22 Oct 2025) Changed paths: M libsrc/rp6502/f_getcwd.c Log Message: ----------- f_getcwd Commit: f54780cfbcba3d89470d97a318ac8d664a609651 https://github.com/cc65/cc65/commit/f54780cfbcba3d89470d97a318ac8d664a609651 Author: Bob Andrews <mr...@us...> Date: 2025-11-03 (Mon, 03 Nov 2025) Changed paths: M asminc/rp6502.inc M include/rp6502.h M include/unistd.h A libsrc/rp6502/chdir.s M libsrc/rp6502/close.c A libsrc/rp6502/code_page.c R libsrc/rp6502/codepage.c M libsrc/rp6502/crt0.s A libsrc/rp6502/errno.s A libsrc/rp6502/f_chdrive.c A libsrc/rp6502/f_chmod.c A libsrc/rp6502/f_closedir.c A libsrc/rp6502/f_getcwd.c A libsrc/rp6502/f_getfree.c A libsrc/rp6502/f_getlabel.c A libsrc/rp6502/f_lseek.c A libsrc/rp6502/f_mkdir.c A libsrc/rp6502/f_opendir.c A libsrc/rp6502/f_readdir.c A libsrc/rp6502/f_rewinddir.c A libsrc/rp6502/f_seekdir.c A libsrc/rp6502/f_setlabel.c A libsrc/rp6502/f_stat.c A libsrc/rp6502/f_telldir.c A libsrc/rp6502/f_utime.c M libsrc/rp6502/gettime.c M libsrc/rp6502/gettimespec.c M libsrc/rp6502/gettimezone.c M libsrc/rp6502/lseek.c M libsrc/rp6502/open.c R libsrc/rp6502/oserrlist.s R libsrc/rp6502/oserror.s M libsrc/rp6502/read_xram.c M libsrc/rp6502/read_xstack.c A libsrc/rp6502/remove.s A libsrc/rp6502/rename.s M libsrc/rp6502/ria.s A libsrc/rp6502/ria_tzset.c M libsrc/rp6502/settime.c M libsrc/rp6502/stdin_opt.c A libsrc/rp6502/syncfs.c A libsrc/rp6502/syschdir.c M libsrc/rp6502/sysremove.c M libsrc/rp6502/sysrename.c M libsrc/rp6502/write_xram.c M libsrc/rp6502/write_xstack.c M libsrc/rp6502/xreg.s M libsrc/rp6502/xregn.c Log Message: ----------- Merge pull request #2844 from picocomputer/master Support for RP6502 Version 0.14 Compare: https://github.com/cc65/cc65/compare/083f89a9ca53...f54780cfbcba To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-11-03 12:34:56
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: f3e43cc5c5d4247164ae2711d3f8fd5895f3aee2 https://github.com/cc65/cc65/commit/f3e43cc5c5d4247164ae2711d3f8fd5895f3aee2 Author: Colin Leroy-Mira <co...@co...> Date: 2025-10-26 (Sun, 26 Oct 2025) Changed paths: M doc/funcref.sgml M include/zx02.h A libsrc/common/zx02_fast.s A test/val/zx02_fast.c Log Message: ----------- Add a 9% faster ZX02 decompressor Commit: d6dd0fa865be2cc0a7047a8ff210d92cff942f1d https://github.com/cc65/cc65/commit/d6dd0fa865be2cc0a7047a8ff210d92cff942f1d Author: Colin Leroy-Mira <co...@co...> Date: 2025-10-26 (Sun, 26 Oct 2025) Changed paths: A doc/decompression.sgml M doc/index.sgml Log Message: ----------- Document decompressors Commit: 083f89a9ca534b1f2be5e11cd60815be7a36928f https://github.com/cc65/cc65/commit/083f89a9ca534b1f2be5e11cd60815be7a36928f Author: Bob Andrews <mr...@us...> Date: 2025-11-03 (Mon, 03 Nov 2025) Changed paths: A doc/decompression.sgml M doc/funcref.sgml M doc/index.sgml M include/zx02.h A libsrc/common/zx02_fast.s A test/val/zx02_fast.c Log Message: ----------- Merge pull request #2847 from colinleroy/zx02-faster-decompressor Add a 9% faster ZX02 decompressor Compare: https://github.com/cc65/cc65/compare/9390e5c2ce45...083f89a9ca53 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Colin Leroy-M. <no...@gi...> - 2025-11-02 20:25:31
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 25c1223f023a67750afc2f0cde7452d94ed397de https://github.com/cc65/cc65/commit/25c1223f023a67750afc2f0cde7452d94ed397de Author: Colin Leroy-Mira <co...@co...> Date: 2025-11-02 (Sun, 02 Nov 2025) Changed paths: M libsrc/apple2/read.s Log Message: ----------- Apple2: spare 2 bytes on read Commit: 707e317bb860328fac0f349a5fa199c771ee9329 https://github.com/cc65/cc65/commit/707e317bb860328fac0f349a5fa199c771ee9329 Author: Colin Leroy-Mira <co...@co...> Date: 2025-11-02 (Sun, 02 Nov 2025) Changed paths: M libsrc/apple2/rwcommon.s Log Message: ----------- Apple2: spare 10 bytes on I/O Commit: 3b8531a4227a28f14fe8efdd4a7250c188102208 https://github.com/cc65/cc65/commit/3b8531a4227a28f14fe8efdd4a7250c188102208 Author: Colin Leroy-Mira <co...@co...> Date: 2025-11-02 (Sun, 02 Nov 2025) Changed paths: M libsrc/apple2/open.s Log Message: ----------- Apple2: -5 bytes on open() Commit: 280f296952fcabee36ea66088e698846c0d43d9b https://github.com/cc65/cc65/commit/280f296952fcabee36ea66088e698846c0d43d9b Author: Colin Leroy-Mira <co...@co...> Date: 2025-11-02 (Sun, 02 Nov 2025) Changed paths: M libsrc/apple2/exec.s M libsrc/apple2/file_set_info.s M libsrc/apple2/filename.s M libsrc/apple2/mli_file_info.s M libsrc/apple2/mli_file_info_direct.s M libsrc/apple2/open.s M libsrc/apple2/sysmkdir.s M libsrc/apple2/sysrename.s Log Message: ----------- Apple2: mutualize mli filename push (-0 to -18 bytes) Commit: 850accee3a233467db7af3c9b06d01f54c3004a8 https://github.com/cc65/cc65/commit/850accee3a233467db7af3c9b06d01f54c3004a8 Author: Colin Leroy-Mira <co...@co...> Date: 2025-11-02 (Sun, 02 Nov 2025) Changed paths: M libsrc/apple2/sysrename.s Log Message: ----------- Apple2: -8 bytes on rename Commit: 9390e5c2ce4503581699e1b343bfd1ff7a67f602 https://github.com/cc65/cc65/commit/9390e5c2ce4503581699e1b343bfd1ff7a67f602 Author: Colin Leroy-Mira <co...@co...> Date: 2025-11-02 (Sun, 02 Nov 2025) Changed paths: M libsrc/apple2/mli.inc A libsrc/apple2/mli_set_pathname.s M libsrc/apple2/open.s M libsrc/apple2/syschdir.s M libsrc/apple2/sysmkdir.s M libsrc/apple2/sysremove.s M libsrc/apple2/sysrename.s Log Message: ----------- Apple2: factorize MLI pathname setting (up to -22 bytes) Compare: https://github.com/cc65/cc65/compare/759884ddd428...9390e5c2ce45 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Oliver S. <no...@gi...> - 2025-11-02 19:53:18
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 759884ddd42846d4c705961c142670f7f7214848 https://github.com/cc65/cc65/commit/759884ddd42846d4c705961c142670f7f7214848 Author: Oliver <ol...@we...> Date: 2025-11-02 (Sun, 02 Nov 2025) Changed paths: M libsrc/conio/cgets.c Log Message: ----------- Allow to backspace with 'Delete' (and some optimization) To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: cc65 O. <no...@gi...> - 2025-11-02 17:22:58
|
Branch: refs/heads/master Home: https://github.com/cc65/doc Commit: def906a534da7e637e1b0b5aab73539eb9ecf0b1 https://github.com/cc65/doc/commit/def906a534da7e637e1b0b5aab73539eb9ecf0b1 Author: cc65-github <cc6...@gi...> Date: 2025-11-02 (Sun, 02 Nov 2025) Changed paths: M ca65.html M cl65.html M ld65.html Log Message: ----------- Updated from https://github.com/cc65/cc65/commit/778bc5bc223e9336b6820c1af6e7c5e52532612c To unsubscribe from these emails, change your notification settings at https://github.com/cc65/doc/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-11-02 17:15:00
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 28442e60b84c7eacfd02079e1857b042f06c0150 https://github.com/cc65/cc65/commit/28442e60b84c7eacfd02079e1857b042f06c0150 Author: Colin Leroy-Mira <co...@co...> Date: 2025-10-19 (Sun, 19 Oct 2025) Changed paths: M doc/ca65.sgml M src/ca65/segment.c M src/ld65/config.c M src/ld65/segments.c Log Message: ----------- Emit warnings for wasted bytes when aligning Commit: 2220c6ec8dd4dc5ba497e8e783e15f4b305737eb https://github.com/cc65/cc65/commit/2220c6ec8dd4dc5ba497e8e783e15f4b305737eb Author: Colin Leroy-Mira <co...@co...> Date: 2025-10-26 (Sun, 26 Oct 2025) Changed paths: M doc/ca65.sgml M doc/cl65.sgml M doc/ld65.sgml M src/ca65/global.c M src/ca65/global.h M src/ca65/main.c M src/ca65/segment.c M src/cl65/main.c M src/ld65/global.c M src/ld65/global.h M src/ld65/main.c M src/ld65/segments.c Log Message: ----------- Add --warn-align-waste option to ca65, ld65, cl65 Commit: 778bc5bc223e9336b6820c1af6e7c5e52532612c https://github.com/cc65/cc65/commit/778bc5bc223e9336b6820c1af6e7c5e52532612c Author: Bob Andrews <mr...@us...> Date: 2025-11-02 (Sun, 02 Nov 2025) Changed paths: M doc/ca65.sgml M doc/cl65.sgml M doc/ld65.sgml M src/ca65/global.c M src/ca65/global.h M src/ca65/main.c M src/ca65/segment.c M src/cl65/main.c M src/ld65/config.c M src/ld65/global.c M src/ld65/global.h M src/ld65/main.c M src/ld65/segments.c Log Message: ----------- Merge pull request #2843 from colinleroy/warn-about-fill-bytes Emit warnings for wasted bytes when aligning Compare: https://github.com/cc65/cc65/compare/a88d7abd3f54...778bc5bc223e To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-11-01 15:37:07
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: b4dc41c653c06d4ce34771993e47db3b0c7955f0 https://github.com/cc65/cc65/commit/b4dc41c653c06d4ce34771993e47db3b0c7955f0 Author: Kugel Fuhr <983...@us...> Date: 2025-11-01 (Sat, 01 Nov 2025) Changed paths: M src/ca65/main.c Log Message: ----------- CPU constants must always be defined, not only if a target system was given. Commit: a88d7abd3f548c13de60a864582ce7d79ed8d4af https://github.com/cc65/cc65/commit/a88d7abd3f548c13de60a864582ce7d79ed8d4af Author: Bob Andrews <mr...@us...> Date: 2025-11-01 (Sat, 01 Nov 2025) Changed paths: M src/ca65/main.c Log Message: ----------- Merge pull request #2851 from kugelfuhr/kugelfuhr/fix-2850 Fix "constant expression expected" when using .CPU_ISET_xxx with no target system set Compare: https://github.com/cc65/cc65/compare/84bcd53c4569...a88d7abd3f54 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-10-13 18:52:49
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 82dbc828af630c672d6e847f302ff3c568db346a https://github.com/cc65/cc65/commit/82dbc828af630c672d6e847f302ff3c568db346a Author: Stefan <ste...@gm...> Date: 2025-10-10 (Fri, 10 Oct 2025) Changed paths: M Contributing.md Log Message: ----------- Fixed typos Commit: 84bcd53c4569e448a5600d0adb7b94f00ac1d408 https://github.com/cc65/cc65/commit/84bcd53c4569e448a5600d0adb7b94f00ac1d408 Author: Bob Andrews <mr...@us...> Date: 2025-10-13 (Mon, 13 Oct 2025) Changed paths: M Contributing.md Log Message: ----------- Merge pull request #2840 from polluks/patch-14 Fixed typos Compare: https://github.com/cc65/cc65/compare/c2556bb5e226...84bcd53c4569 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: cc65 O. <no...@gi...> - 2025-10-05 13:48:17
|
Branch: refs/heads/master Home: https://github.com/cc65/doc Commit: e4add06387fcb02adcd85d8b20de33139527d36c https://github.com/cc65/doc/commit/e4add06387fcb02adcd85d8b20de33139527d36c Author: cc65-github <cc6...@gi...> Date: 2025-10-05 (Sun, 05 Oct 2025) Changed paths: M ca65.html Log Message: ----------- Updated from https://github.com/cc65/cc65/commit/c2556bb5e226cea5c63ee0f488f6e002178002ed To unsubscribe from these emails, change your notification settings at https://github.com/cc65/doc/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-10-05 13:40:29
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 5b706542898d5a37f6a7b27128c3c6fcbccc8078 https://github.com/cc65/cc65/commit/5b706542898d5a37f6a7b27128c3c6fcbccc8078 Author: Daniel Serpell <dan...@gm...> Date: 2025-08-16 (Sat, 16 Aug 2025) Changed paths: M src/ca65/symbol.c Log Message: ----------- Allows referencing a scope not yet created. Use the "::" syntax at the start of the symbol to force creating a scope if it does not exists yet. Fixes issue #479. Commit: 76e31e5b7589e479782d0dbd2093645c3da6a2d4 https://github.com/cc65/cc65/commit/76e31e5b7589e479782d0dbd2093645c3da6a2d4 Author: Daniel Serpell <dan...@gm...> Date: 2025-08-16 (Sat, 16 Aug 2025) Changed paths: M doc/ca65.sgml Log Message: ----------- Document usage of scope before definitions. Note that before the last commit, the example did not assemble. Commit: 2323f46a542bbcdc6e422d6de959bfdad6dbebfb https://github.com/cc65/cc65/commit/2323f46a542bbcdc6e422d6de959bfdad6dbebfb Author: Daniel Serpell <dan...@gm...> Date: 2025-08-16 (Sat, 16 Aug 2025) Changed paths: M src/ca65/studyexpr.c Log Message: ----------- Only search a symbol in parent scopes if not already scoped. This fixes the case at: https://github.com/cc65/cc65/pull/1358#issuecomment-747194906 Commit: acc26c0e7b20eef88011fd85b4af9eb8f562524f https://github.com/cc65/cc65/commit/acc26c0e7b20eef88011fd85b4af9eb8f562524f Author: Daniel Serpell <dan...@gm...> Date: 2025-08-16 (Sat, 16 Aug 2025) Changed paths: M doc/ca65.sgml M src/ca65/symbol.c Log Message: ----------- When the scope is not found on ancestors, create on current scope. This solves comment https://github.com/cc65/cc65/pull/1358#issuecomment-3193961949 Commit: 2454ab831c62bb2f6a443f0f28e9d31a3d28a6e1 https://github.com/cc65/cc65/commit/2454ab831c62bb2f6a443f0f28e9d31a3d28a6e1 Author: Daniel Serpell <dan...@gm...> Date: 2025-08-17 (Sun, 17 Aug 2025) Changed paths: M src/ca65/symtab.c Log Message: ----------- When creating a new scope for a forwarded symbol, do not open it. This fixes las example in the PR. Commit: 939276669f85e392a82d9de4949a30579e1b3e53 https://github.com/cc65/cc65/commit/939276669f85e392a82d9de4949a30579e1b3e53 Author: Joshua Bell <ine...@gm...> Date: 2025-08-21 (Thu, 21 Aug 2025) Changed paths: A test/asm/listing/300-scopes-basic.s A test/asm/listing/301-nested-scopes.s A test/asm/listing/302-scope-redefined.s A test/asm/listing/303-change-addressing-mode-error.s A test/asm/listing/304-fix-addressing-mode-error.s A test/asm/listing/305-explicit-scope-reference.s A test/asm/listing/306-scope-use-before-definition.s A test/asm/listing/307-scope-chains.s A test/asm/listing/308-global-scope-anchoring.s A test/asm/listing/309-namespace-path-vs-addressing-mode.s A test/asm/listing/310-create-in-current-scope.s A test/asm/listing/311-close-new-scopes-error.s A test/asm/listing/control/303-change-addressing-mode-error.err A test/asm/listing/control/311-close-new-scopes-error.err A test/asm/listing/ref/300-scopes-basic.bin-ref A test/asm/listing/ref/300-scopes-basic.list-ref A test/asm/listing/ref/301-nested-scopes.bin-ref A test/asm/listing/ref/301-nested-scopes.list-ref A test/asm/listing/ref/302-scope-redefined.bin-ref A test/asm/listing/ref/302-scope-redefined.list-ref A test/asm/listing/ref/302-scope-redefined.list-ref-bak A test/asm/listing/ref/303-change-addressing-mode-error.err2-ref A test/asm/listing/ref/304-fix-addressing-mode-error.bin-ref A test/asm/listing/ref/304-fix-addressing-mode-error.list-ref A test/asm/listing/ref/305-explicit-scope-reference.bin-ref A test/asm/listing/ref/305-explicit-scope-reference.list-ref A test/asm/listing/ref/306-scope-use-before-definition.bin-ref A test/asm/listing/ref/306-scope-use-before-definition.list-ref A test/asm/listing/ref/307-scope-chains.bin-ref A test/asm/listing/ref/307-scope-chains.list-ref A test/asm/listing/ref/308-global-scope-anchoring.bin-ref A test/asm/listing/ref/308-global-scope-anchoring.list-ref A test/asm/listing/ref/309-namespace-path-vs-addressing-mode.bin-ref A test/asm/listing/ref/309-namespace-path-vs-addressing-mode.list-ref A test/asm/listing/ref/310-create-in-current-scope.bin-ref A test/asm/listing/ref/310-create-in-current-scope.list-ref A test/asm/listing/ref/311-close-new-scopes-error.err2-ref Log Message: ----------- Tests for scopes and issue #479 / PR #1358 Commit: f18de5bc737ac6424af772df692af1e94511ba8e https://github.com/cc65/cc65/commit/f18de5bc737ac6424af772df692af1e94511ba8e Author: Joshua Bell <ine...@gm...> Date: 2025-08-22 (Fri, 22 Aug 2025) Changed paths: R test/asm/listing/ref/302-scope-redefined.list-ref-bak Log Message: ----------- Remove accidentally included file Commit: 873361ba8306fe1980e13ebc9b1b2082e9c533b0 https://github.com/cc65/cc65/commit/873361ba8306fe1980e13ebc9b1b2082e9c533b0 Author: Joshua Bell <ine...@gm...> Date: 2025-08-22 (Fri, 22 Aug 2025) Changed paths: M test/asm/listing/310-create-in-current-scope.s M test/asm/listing/ref/310-create-in-current-scope.bin-ref M test/asm/listing/ref/310-create-in-current-scope.list-ref Log Message: ----------- Show used values in listing Commit: ce20b6aa4833c0de74b1c617a999622b82357fa9 https://github.com/cc65/cc65/commit/ce20b6aa4833c0de74b1c617a999622b82357fa9 Author: Joshua Bell <ine...@gm...> Date: 2025-08-22 (Fri, 22 Aug 2025) Changed paths: M test/asm/listing/311-close-new-scopes-error.s M test/asm/listing/ref/311-close-new-scopes-error.err2-ref Log Message: ----------- Explain the expected failures in 311 Commit: c2556bb5e226cea5c63ee0f488f6e002178002ed https://github.com/cc65/cc65/commit/c2556bb5e226cea5c63ee0f488f6e002178002ed Author: Bob Andrews <mr...@us...> Date: 2025-10-05 (Sun, 05 Oct 2025) Changed paths: M doc/ca65.sgml M src/ca65/studyexpr.c M src/ca65/symbol.c M src/ca65/symtab.c A test/asm/listing/300-scopes-basic.s A test/asm/listing/301-nested-scopes.s A test/asm/listing/302-scope-redefined.s A test/asm/listing/303-change-addressing-mode-error.s A test/asm/listing/304-fix-addressing-mode-error.s A test/asm/listing/305-explicit-scope-reference.s A test/asm/listing/306-scope-use-before-definition.s A test/asm/listing/307-scope-chains.s A test/asm/listing/308-global-scope-anchoring.s A test/asm/listing/309-namespace-path-vs-addressing-mode.s A test/asm/listing/310-create-in-current-scope.s A test/asm/listing/311-close-new-scopes-error.s A test/asm/listing/control/303-change-addressing-mode-error.err A test/asm/listing/control/311-close-new-scopes-error.err A test/asm/listing/ref/300-scopes-basic.bin-ref A test/asm/listing/ref/300-scopes-basic.list-ref A test/asm/listing/ref/301-nested-scopes.bin-ref A test/asm/listing/ref/301-nested-scopes.list-ref A test/asm/listing/ref/302-scope-redefined.bin-ref A test/asm/listing/ref/302-scope-redefined.list-ref A test/asm/listing/ref/303-change-addressing-mode-error.err2-ref A test/asm/listing/ref/304-fix-addressing-mode-error.bin-ref A test/asm/listing/ref/304-fix-addressing-mode-error.list-ref A test/asm/listing/ref/305-explicit-scope-reference.bin-ref A test/asm/listing/ref/305-explicit-scope-reference.list-ref A test/asm/listing/ref/306-scope-use-before-definition.bin-ref A test/asm/listing/ref/306-scope-use-before-definition.list-ref A test/asm/listing/ref/307-scope-chains.bin-ref A test/asm/listing/ref/307-scope-chains.list-ref A test/asm/listing/ref/308-global-scope-anchoring.bin-ref A test/asm/listing/ref/308-global-scope-anchoring.list-ref A test/asm/listing/ref/309-namespace-path-vs-addressing-mode.bin-ref A test/asm/listing/ref/309-namespace-path-vs-addressing-mode.list-ref A test/asm/listing/ref/310-create-in-current-scope.bin-ref A test/asm/listing/ref/310-create-in-current-scope.list-ref A test/asm/listing/ref/311-close-new-scopes-error.err2-ref Log Message: ----------- Merge pull request #1358 from dmsc/issue-479 Fixes Issue 479 (ca65: can't reference .proc members before declaration) Compare: https://github.com/cc65/cc65/compare/362e20b4d0d5...c2556bb5e226 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-09-30 14:40:51
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 6be0731247cff96c9a7b4f12bb763bed9e5a4a8f https://github.com/cc65/cc65/commit/6be0731247cff96c9a7b4f12bb763bed9e5a4a8f Author: Daniel Gimpelevich <da...@gi...> Date: 2025-09-29 (Mon, 29 Sep 2025) Changed paths: M libsrc/common/memset.s M libsrc/common/strcspn.s M libsrc/common/strspn.s Log Message: ----------- Fix uncatalogued name clash with libsrc/runtime/leave.s Even though these labels are not exported, they can show up in linker maps and thus break o65 modules. Commit: 362e20b4d0d582ed0e7eb1b5c34f6e669590a568 https://github.com/cc65/cc65/commit/362e20b4d0d582ed0e7eb1b5c34f6e669590a568 Author: Bob Andrews <mr...@us...> Date: 2025-09-30 (Tue, 30 Sep 2025) Changed paths: M libsrc/common/memset.s M libsrc/common/strcspn.s M libsrc/common/strspn.s Log Message: ----------- Merge pull request #2839 from danielg4/master Fix uncatalogued name clash with libsrc/runtime/leave.s Compare: https://github.com/cc65/cc65/compare/93c1b659eeb6...362e20b4d0d5 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: cc65 O. <no...@gi...> - 2025-09-22 19:25:08
|
Branch: refs/heads/master Home: https://github.com/cc65/doc Commit: cf41cf27b7cbd4c9bac0db391842d88f1431ad48 https://github.com/cc65/doc/commit/cf41cf27b7cbd4c9bac0db391842d88f1431ad48 Author: cc65-github <cc6...@gi...> Date: 2025-09-22 (Mon, 22 Sep 2025) Changed paths: M agat.html Log Message: ----------- Updated from https://github.com/cc65/cc65/commit/93c1b659eeb6063cc11e4be617e84e46127682bf To unsubscribe from these emails, change your notification settings at https://github.com/cc65/doc/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-09-22 19:19:06
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: ee096d27df58e4a3658364f01dd96c4141d2001d https://github.com/cc65/cc65/commit/ee096d27df58e4a3658364f01dd96c4141d2001d Author: Gros chien <cmn...@gm...> Date: 2025-08-26 (Tue, 26 Aug 2025) Changed paths: M src/ca65/macro.c M src/ca65/toklist.c Log Message: ----------- Fix segfault when using -x without -l Commit: 93c1b659eeb6063cc11e4be617e84e46127682bf https://github.com/cc65/cc65/commit/93c1b659eeb6063cc11e4be617e84e46127682bf Author: Bob Andrews <mr...@us...> Date: 2025-09-22 (Mon, 22 Sep 2025) Changed paths: M src/ca65/macro.c M src/ca65/toklist.c Log Message: ----------- Merge pull request #2824 from GrosChien/master ca65 Fixing segfault when using `--expend-macros` without `--listing` Compare: https://github.com/cc65/cc65/compare/8ec38c38d5ec...93c1b659eeb6 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-09-22 19:17:38
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 613e752051f0c1febd90227113e437e575edab22 https://github.com/cc65/cc65/commit/613e752051f0c1febd90227113e437e575edab22 Author: Stefan <ste...@gm...> Date: 2025-09-05 (Fri, 05 Sep 2025) Changed paths: M doc/agat.sgml Log Message: ----------- Fixed minor typo Commit: 8ec38c38d5ec8b02f0e195f0d3f7eaebbc0fd0ac https://github.com/cc65/cc65/commit/8ec38c38d5ec8b02f0e195f0d3f7eaebbc0fd0ac Author: Bob Andrews <mr...@us...> Date: 2025-09-22 (Mon, 22 Sep 2025) Changed paths: M doc/agat.sgml Log Message: ----------- Merge pull request #2827 from polluks/master Fixed minor typo Compare: https://github.com/cc65/cc65/compare/ca7335023f73...8ec38c38d5ec To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: cc65 O. <no...@gi...> - 2025-09-22 19:13:25
|
Branch: refs/heads/master Home: https://github.com/cc65/doc Commit: 447770e57b2581056d83a9f601ad7e6668665a89 https://github.com/cc65/doc/commit/447770e57b2581056d83a9f601ad7e6668665a89 Author: cc65-github <cc6...@gi...> Date: 2025-09-22 (Mon, 22 Sep 2025) Changed paths: M ca65.html Log Message: ----------- Updated from https://github.com/cc65/cc65/commit/ca7335023f7329008ac17c9dcc0d008324164cd2 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/doc/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-09-22 19:07:14
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 5e89953bf9ca04a21f1b7f28949c3000bf547436 https://github.com/cc65/cc65/commit/5e89953bf9ca04a21f1b7f28949c3000bf547436 Author: Stefan <ste...@gm...> Date: 2025-09-17 (Wed, 17 Sep 2025) Changed paths: M src/common/gentype.c Log Message: ----------- Fixed overflow Commit: 9601b11a9c12718084787da794b8ca994a15d2f1 https://github.com/cc65/cc65/commit/9601b11a9c12718084787da794b8ca994a15d2f1 Author: Stefan <ste...@gm...> Date: 2025-09-18 (Thu, 18 Sep 2025) Changed paths: M src/common/gentype.c Log Message: ----------- inplicit length Commit: ca7335023f7329008ac17c9dcc0d008324164cd2 https://github.com/cc65/cc65/commit/ca7335023f7329008ac17c9dcc0d008324164cd2 Author: Bob Andrews <mr...@us...> Date: 2025-09-22 (Mon, 22 Sep 2025) Changed paths: M src/common/gentype.c Log Message: ----------- Merge pull request #2834 from polluks/patch-12 Fixed overflow Compare: https://github.com/cc65/cc65/compare/4383841f24a7...ca7335023f73 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-09-22 19:04:23
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 089f8f14254218debe3d6c68f6d963584eee9a0b https://github.com/cc65/cc65/commit/089f8f14254218debe3d6c68f6d963584eee9a0b Author: Stefan <ste...@gm...> Date: 2025-09-14 (Sun, 14 Sep 2025) Changed paths: M doc/ca65.sgml Log Message: ----------- Fixed typo Commit: fae2d5511fb28bfb3abe6c47acdbf05fb848b93c https://github.com/cc65/cc65/commit/fae2d5511fb28bfb3abe6c47acdbf05fb848b93c Author: Bob Andrews <mr...@us...> Date: 2025-09-22 (Mon, 22 Sep 2025) Changed paths: M doc/ca65.sgml M src/ld65/main.c Log Message: ----------- Merge branch 'master' into patch-10 Commit: 4383841f24a737acddf950f2a5e9181499b7ff8a https://github.com/cc65/cc65/commit/4383841f24a737acddf950f2a5e9181499b7ff8a Author: Bob Andrews <mr...@us...> Date: 2025-09-22 (Mon, 22 Sep 2025) Changed paths: M doc/ca65.sgml Log Message: ----------- Merge pull request #2833 from polluks/patch-10 Fixed typo Compare: https://github.com/cc65/cc65/compare/732c0c09f85f...4383841f24a7 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-09-22 19:01:56
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 1ef3f88f0adf7b3dba0849dfd521fc448cf366c2 https://github.com/cc65/cc65/commit/1ef3f88f0adf7b3dba0849dfd521fc448cf366c2 Author: Stefan <ste...@gm...> Date: 2025-09-14 (Sun, 14 Sep 2025) Changed paths: M doc/ca65.sgml Log Message: ----------- Fixed typos Commit: 732c0c09f85f605a0f655537b6fc6c63031145ba https://github.com/cc65/cc65/commit/732c0c09f85f605a0f655537b6fc6c63031145ba Author: Bob Andrews <mr...@us...> Date: 2025-09-22 (Mon, 22 Sep 2025) Changed paths: M doc/ca65.sgml Log Message: ----------- Merge pull request #2832 from polluks/patch-9 Fixed typos Compare: https://github.com/cc65/cc65/compare/9aab9e93aae7...732c0c09f85f To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-09-22 19:01:16
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 0dc484f5a7efe8313b22d456c3a3c30b156ee8bf https://github.com/cc65/cc65/commit/0dc484f5a7efe8313b22d456c3a3c30b156ee8bf Author: Kugel Fuhr <983...@us...> Date: 2025-09-08 (Mon, 08 Sep 2025) Changed paths: M src/ld65/main.c Log Message: ----------- Fix hardcoded upper limit of input files. Commit: 9aab9e93aae7f01467edb7a4fb3971f399522f24 https://github.com/cc65/cc65/commit/9aab9e93aae7f01467edb7a4fb3971f399522f24 Author: Bob Andrews <mr...@us...> Date: 2025-09-22 (Mon, 22 Sep 2025) Changed paths: M src/ld65/main.c Log Message: ----------- Merge pull request #2829 from kugelfuhr/kugelfuhr/fix-2826 Fix hardcoded upper limit of ld65 input files Compare: https://github.com/cc65/cc65/compare/357f64e4e3c7...9aab9e93aae7 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: cc65 O. <no...@gi...> - 2025-08-26 13:18:07
|
Branch: refs/heads/master Home: https://github.com/cc65/doc Commit: 079175e18d6fd38ed1f6356dbd81db51c57df0c3 https://github.com/cc65/doc/commit/079175e18d6fd38ed1f6356dbd81db51c57df0c3 Author: cc65-github <cc6...@gi...> Date: 2025-08-26 (Tue, 26 Aug 2025) Changed paths: M apple2.html M apple2enh.html M funcref.html Log Message: ----------- Updated from https://github.com/cc65/cc65/commit/357f64e4e3c733d54b82bc155afc841fd8d9ee8d To unsubscribe from these emails, change your notification settings at https://github.com/cc65/doc/settings/notifications |
|
From: Colin Leroy-M. <no...@gi...> - 2025-08-26 13:11:44
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 86bcf325806562bff5b489720a8057174bb2da42 https://github.com/cc65/cc65/commit/86bcf325806562bff5b489720a8057174bb2da42 Author: Colin Leroy-Mira <co...@co...> Date: 2025-08-26 (Tue, 26 Aug 2025) Changed paths: M doc/apple2.sgml M doc/apple2enh.sgml M doc/funcref.sgml M include/apple2.h M include/apple2_filetype.h A libsrc/apple2/file_set_info.s M libsrc/apple2/mli.inc Log Message: ----------- Apple2: Add file_set_type() and file_set_auxtype() MLI wrapper to be able to update existing ProDOS files' type and auxtype. Commit: 357f64e4e3c733d54b82bc155afc841fd8d9ee8d https://github.com/cc65/cc65/commit/357f64e4e3c733d54b82bc155afc841fd8d9ee8d Author: Colin Leroy-Mira <co...@co...> Date: 2025-08-26 (Tue, 26 Aug 2025) Changed paths: M libsrc/apple2/file_set_info.s Log Message: ----------- Address Oliver's comments Compare: https://github.com/cc65/cc65/compare/6efe447d14a3...357f64e4e3c7 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-07-27 15:30:38
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 6efe447d14a31e98cb14e8a3d45621e844c89ebe https://github.com/cc65/cc65/commit/6efe447d14a31e98cb14e8a3d45621e844c89ebe Author: mrdudz <mr...@us...> Date: 2025-07-27 (Sun, 27 Jul 2025) Changed paths: A samples/.gitignore A samples/apple2/.gitignore A samples/atari2600/.gitignore A samples/atari5200/.gitignore A samples/cbm/.gitignore A samples/geos/.gitignore A samples/geos/grc/.gitignore A samples/supervision/.gitignore A samples/tutorial/.gitignore A targettest/.gitignore Log Message: ----------- add some strategic git ignores, should satisfy #2818 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-07-26 22:23:36
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 71179368280acf386c454e65d80a33b0a02d9bfc https://github.com/cc65/cc65/commit/71179368280acf386c454e65d80a33b0a02d9bfc Author: mrdudz <mr...@us...> Date: 2025-07-12 (Sat, 12 Jul 2025) Changed paths: M src/grc65/main.c Log Message: ----------- calculate number of disk blocks from size of VLIR record(s) Commit: b99bdf1e8980fe50bb27dd44ed267754ac7ec157 https://github.com/cc65/cc65/commit/b99bdf1e8980fe50bb27dd44ed267754ac7ec157 Author: mrdudz <mr...@us...> Date: 2025-07-12 (Sat, 12 Jul 2025) Changed paths: M samples/geos/Makefile Log Message: ----------- if "geos-template.d64" exists, copy the samples to that instead of a blank image Commit: 3ff1a9e463e15028fc954d32330638dbe1574d5f https://github.com/cc65/cc65/commit/3ff1a9e463e15028fc954d32330638dbe1574d5f Author: mrdudz <mr...@us...> Date: 2025-07-19 (Sat, 19 Jul 2025) Changed paths: M src/grc65/main.c Log Message: ----------- another try. still not quite right apparently Commit: e554d0ccfbbb0c3e45702bb71266a55b254b4738 https://github.com/cc65/cc65/commit/e554d0ccfbbb0c3e45702bb71266a55b254b4738 Author: mrdudz <mr...@us...> Date: 2025-07-20 (Sun, 20 Jul 2025) Changed paths: M src/grc65/main.c Log Message: ----------- mark sequential GEOS files without RECORD table as such. Commit: 2c906474ebcb29268bd184f6ffeff679fb53be03 https://github.com/cc65/cc65/commit/2c906474ebcb29268bd184f6ffeff679fb53be03 Author: mrdudz <mr...@us...> Date: 2025-07-20 (Sun, 20 Jul 2025) Changed paths: M cfg/geos-cbm.cfg M src/grc65/main.c Log Message: ----------- calculate the disk blocks in the linker config Commit: 3d052ea4a3ad63505cdfe0820410592d27c837d7 https://github.com/cc65/cc65/commit/3d052ea4a3ad63505cdfe0820410592d27c837d7 Author: mrdudz <mr...@us...> Date: 2025-07-26 (Sat, 26 Jul 2025) Changed paths: M cfg/geos-cbm.cfg Log Message: ----------- remove some braces Commit: cb39da2fba3aaaef4c238be76fa54526c55266f7 https://github.com/cc65/cc65/commit/cb39da2fba3aaaef4c238be76fa54526c55266f7 Author: mrdudz <mr...@us...> Date: 2025-07-26 (Sat, 26 Jul 2025) Changed paths: M src/grc65/main.c Log Message: ----------- Use spaces instead of tabs in the output files Commit: 5197c56c7c085b882561d6bf13b4caa084ad04cb https://github.com/cc65/cc65/commit/5197c56c7c085b882561d6bf13b4caa084ad04cb Author: Bob Andrews <mr...@us...> Date: 2025-07-27 (Sun, 27 Jul 2025) Changed paths: M cfg/geos-cbm.cfg M samples/geos/Makefile M src/grc65/main.c Log Message: ----------- Merge pull request #2794 from mrdudz/fixgrc Fixgrc Compare: https://github.com/cc65/cc65/compare/d06e0d9a1678...5197c56c7c08 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-07-26 22:22:49
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 17b86453606315afd5539a30be1ab8430ea3ed41 https://github.com/cc65/cc65/commit/17b86453606315afd5539a30be1ab8430ea3ed41 Author: Colin Leroy-Mira <co...@co...> Date: 2025-07-20 (Sun, 20 Jul 2025) Changed paths: A libsrc/runtime/ldptr1sp.s M src/cc65/codeinfo.c M src/cc65/codeopt.c M src/cc65/coptptrload.c M src/cc65/coptptrload.h Log Message: ----------- Optimize ldax?sp/sta/stx to ldptr1?sp Commit: 8ba1cef550a829acb8341bcc8e2c0e4672551808 https://github.com/cc65/cc65/commit/8ba1cef550a829acb8341bcc8e2c0e4672551808 Author: Colin Leroy-Mira <co...@co...> Date: 2025-07-20 (Sun, 20 Jul 2025) Changed paths: M .github/checks/sorted.sh M .github/checks/sorted_codeopt.sh M .github/checks/sorted_opcodes.sh M cfg/atari7800.cfg M cfg/creativision.cfg M doc/ca65.sgml M doc/cc65.sgml M doc/cl65.sgml M doc/funcref.sgml M doc/ld65.sgml M libsrc/dbg/dbg.c M libsrc/telestrat/crt0.s M samples/Makefile A samples/asciires.grc A samples/debug.c M src/ca65/error.c M src/ca65/main.c M src/ca65/pseudo.c M src/cc65/codeopt.c M src/cc65/main.c M src/cl65/main.c M src/common/consprop.c M src/common/consprop.h M src/common/cpu.c M src/ld65/asserts.c M src/ld65/bin.c M src/ld65/cfgexpr.c M src/ld65/config.c M src/ld65/dbgfile.c M src/ld65/error.c M src/ld65/error.h M src/ld65/exports.c M src/ld65/expr.c M src/ld65/extsyms.c M src/ld65/library.c M src/ld65/main.c M src/ld65/mapfile.c M src/ld65/o65.c M src/ld65/objdata.c M src/ld65/objfile.c M src/ld65/scanner.c M src/ld65/scanner.h M src/ld65/scopes.c M src/ld65/segments.c M src/ld65/segments.h M src/ld65/xex.c M test/asm/cpudetect/4510-cpudetect.ref M test/asm/cpudetect/45GS02-cpudetect.ref M test/asm/cpudetect/6502-cpudetect.ref M test/asm/cpudetect/6502dtv-cpudetect.ref M test/asm/cpudetect/6502x-cpudetect.ref M test/asm/cpudetect/65816-cpudetect.ref M test/asm/cpudetect/65c02-cpudetect.ref M test/asm/cpudetect/65ce02-cpudetect.ref M test/asm/cpudetect/65sc02-cpudetect.ref M test/asm/cpudetect/Makefile M test/asm/cpudetect/allinst.inc M test/asm/cpudetect/huc6280-cpudetect.ref M test/asm/cpudetect/m740-cpudetect.ref M test/asm/cpudetect/sweet16-cpudetect.ref M test/asm/cpudetect/w65c02-cpudetect.ref A test/asm/listing/170-ld-errormsg.cfg A test/asm/listing/170-ld-errormsg.s A test/asm/listing/171-ld-errormsg.cfg A test/asm/listing/171-ld-errormsg.s A test/asm/listing/172-ld-errormsg.cfg A test/asm/listing/172-ld-errormsg.s A test/asm/listing/666-bug2208.s M test/asm/listing/Makefile A test/asm/listing/control/171-ld-errormsg.err A test/asm/listing/control/172-ld-errormsg.err M test/asm/listing/ref/030-assert-success.ld65err2-ref M test/asm/listing/ref/032-assert-error2.ld65err2-ref M test/asm/listing/ref/032-assert-error3.ld65err2-ref M test/asm/listing/ref/032-assert-error4.ld65err2-ref M test/asm/listing/ref/032-assert-error6.ld65err2-ref M test/asm/listing/ref/032-assert-error7.ld65err2-ref M test/asm/listing/ref/032-assert-error8.ld65err2-ref M test/asm/listing/ref/033-assert-ldwarning-success.ld65err2-ref M test/asm/listing/ref/034-assert-lderror2.ld65err2-ref M test/asm/listing/ref/034-assert-lderror3.ld65err2-ref M test/asm/listing/ref/034-assert-lderror4.ld65err2-ref M test/asm/listing/ref/034-assert-lderror6.ld65err2-ref M test/asm/listing/ref/034-assert-lderror7.ld65err2-ref M test/asm/listing/ref/034-assert-lderror8.ld65err2-ref M test/asm/listing/ref/040-align.ld65err2-ref M test/asm/listing/ref/080-sp-compat.ld65err2-ref A test/asm/listing/ref/170-ld-errormsg.bin-ref A test/asm/listing/ref/170-ld-errormsg.ld65err2-ref A test/asm/listing/ref/171-ld-errormsg.ld65err2-ref A test/asm/listing/ref/172-ld-errormsg.ld65err2-ref M test/asm/listing/ref/201-overwrite-overflow.ld65err2-ref A test/asm/listing/ref/666-bug2208.bin-ref M test/asm/misc/Makefile M test/asm/opcodes/Makefile M test/asm/val/Makefile A test/asm/val/charmap.s Log Message: ----------- Merge branch 'master' into Opt-ldptr1 Commit: 8a793796d72fcffe7af86d0937f557600822c655 https://github.com/cc65/cc65/commit/8a793796d72fcffe7af86d0937f557600822c655 Author: Colin Leroy-Mira <co...@co...> Date: 2025-07-20 (Sun, 20 Jul 2025) Changed paths: M src/cc65/coptptrload.c Log Message: ----------- Coding style Commit: aa936b6d12ac2e6e78ee24783ded74a0e35a21bc https://github.com/cc65/cc65/commit/aa936b6d12ac2e6e78ee24783ded74a0e35a21bc Author: Colin Leroy-Mira <co...@co...> Date: 2025-07-26 (Sat, 26 Jul 2025) Changed paths: M libsrc/runtime/ldptr1sp.s Log Message: ----------- Fix copyright Commit: d06e0d9a1678a4b061bda1abfbb618f4239c9752 https://github.com/cc65/cc65/commit/d06e0d9a1678a4b061bda1abfbb618f4239c9752 Author: Bob Andrews <mr...@us...> Date: 2025-07-27 (Sun, 27 Jul 2025) Changed paths: A libsrc/runtime/ldptr1sp.s M src/cc65/codeinfo.c M src/cc65/codeopt.c M src/cc65/coptptrload.c M src/cc65/coptptrload.h Log Message: ----------- Merge pull request #2812 from colinleroy/Opt-ldptr1 Optimize ldax?sp/sta/stx to ldptr1?sp Compare: https://github.com/cc65/cc65/compare/17c8e2154bfd...d06e0d9a1678 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |