[cc65-git] [cc65/cc65] 0eb3fe: Added warning for string truncation
cc65 - a freeware C compiler for 6502 based systems
Brought to you by:
gpz
|
From: Bob A. <no...@gi...> - 2026-08-20 13:45:36
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 0eb3fed6dfbbbe0c68ddadd07693fc17895741f8 https://github.com/cc65/cc65/commit/0eb3fed6dfbbbe0c68ddadd07693fc17895741f8 Author: Stefan <ste...@gm...> Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M src/grc65/main.c Log Message: ----------- Added warning for string truncation Commit: 8f00c7167617c51626ecc607bc79848daeaadd3e https://github.com/cc65/cc65/commit/8f00c7167617c51626ecc607bc79848daeaadd3e Author: Stefan <ste...@gm...> Date: 2026-05-26 (Tue, 26 May 2026) Changed paths: M libsrc/atari/system_check.s M src/cc65/codeopt.c M src/cc65/coptstop.c M src/cc65/coptstop.h Log Message: ----------- Merge branch 'cc65:master' into master Commit: b97f4e7c38d47ec12e96ee0ea71508c66e3778eb https://github.com/cc65/cc65/commit/b97f4e7c38d47ec12e96ee0ea71508c66e3778eb Author: Stefan <ste...@gm...> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M src/grc65/main.c Log Message: ----------- Added line number to warning Commit: ef523590f8c7e8fb8defdc57674b21ee5540f56e https://github.com/cc65/cc65/commit/ef523590f8c7e8fb8defdc57674b21ee5540f56e Author: Stefan <ste...@gm...> Date: 2026-06-25 (Thu, 25 Jun 2026) Changed paths: M src/grc65/main.c Log Message: ----------- Fix format specifier for string length warning Commit: da615de36f1cd3fb09385215a8111e02f5dd6d95 https://github.com/cc65/cc65/commit/da615de36f1cd3fb09385215a8111e02f5dd6d95 Author: Stefan <ste...@gm...> Date: 2026-06-25 (Thu, 25 Jun 2026) Changed paths: M src/grc65/main.c Log Message: ----------- No C99 Commit: 666cae4cb1eaad66d7d28271cf85a722237ce8ad https://github.com/cc65/cc65/commit/666cae4cb1eaad66d7d28271cf85a722237ce8ad Author: Stefan <ste...@gm...> Date: 2026-07-11 (Sat, 11 Jul 2026) Changed paths: M asminc/rp6502.inc M doc/rp6502.sgml M include/rp6502.h M include/time.h R libsrc/rp6502/_localtime.c A libsrc/rp6502/argv_mem.s A libsrc/rp6502/calltime.s M libsrc/rp6502/clock.c M libsrc/rp6502/code_page.c M libsrc/rp6502/crt0.s M libsrc/rp6502/errno.s R libsrc/rp6502/getres.c R libsrc/rp6502/gettime.c R libsrc/rp6502/gettimespec.c A libsrc/rp6502/gmtime.s M libsrc/rp6502/initenv.s M libsrc/rp6502/localtime.s M libsrc/rp6502/lrand.c M libsrc/rp6502/mainargs.s A libsrc/rp6502/mkdir.s A libsrc/rp6502/mktime.s M libsrc/rp6502/phi2.c M libsrc/rp6502/randomize.c A libsrc/rp6502/ria_attr.c A libsrc/rp6502/ria_execl.c A libsrc/rp6502/ria_execv.c A libsrc/rp6502/ria_rln_lastkey.c A libsrc/rp6502/ria_rln_peek.c A libsrc/rp6502/ria_rln_poke.c A libsrc/rp6502/rmdir.s R libsrc/rp6502/settime.c R libsrc/rp6502/stdin_opt.c A libsrc/rp6502/strftime.c M libsrc/rp6502/sysremove.c A libsrc/rp6502/time.s A libsrc/rp6502/time_set.c A libsrc/rp6502/tmconv.s Log Message: ----------- Merge branch 'cc65:master' into master Commit: de2e46482ce597428cf8dd0938436988010febda https://github.com/cc65/cc65/commit/de2e46482ce597428cf8dd0938436988010febda Author: Bob Andrews <mr...@us...> Date: 2026-08-20 (Thu, 20 Aug 2026) Changed paths: M src/grc65/main.c Log Message: ----------- Merge pull request #2963 from polluks/master grc65: Added warning for string truncation Compare: https://github.com/cc65/cc65/compare/a68dbdbda235...de2e46482ce5 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |