[cc65-git] [cc65/cc65] 4b49d7: Fix parsing of octal values in escaped strings
cc65 - a freeware C compiler for 6502 based systems
Brought to you by:
gpz
|
From: Bob A. <no...@gi...> - 2026-08-20 13:49:58
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 4b49d76f3bdcb52dd4af2262c59a39b9d6c8722f https://github.com/cc65/cc65/commit/4b49d76f3bdcb52dd4af2262c59a39b9d6c8722f Author: Cole Campbell <col...@tw...> Date: 2026-07-18 (Sat, 18 Jul 2026) Changed paths: M src/ca65/scanner.c A test/asm/listing/312-string-escape-range.s A test/asm/listing/control/312-string-escape-range.err A test/asm/listing/ref/312-string-escape-range.err2-ref A test/asm/val/stringescapes.s Log Message: ----------- Fix parsing of octal values in escaped strings Commit: c96204101f32d6ddb812d47df11cc06a47f37e70 https://github.com/cc65/cc65/commit/c96204101f32d6ddb812d47df11cc06a47f37e70 Author: Bob Andrews <mr...@us...> Date: 2026-08-20 (Thu, 20 Aug 2026) Changed paths: M src/ca65/scanner.c A test/asm/listing/312-string-escape-range.s A test/asm/listing/control/312-string-escape-range.err A test/asm/listing/ref/312-string-escape-range.err2-ref A test/asm/val/stringescapes.s Log Message: ----------- Merge pull request #2972 from tlgkccampbell/fix-octal-string-escape Fix parsing of octal values in escaped strings Compare: https://github.com/cc65/cc65/compare/7c70422c1fc3...c96204101f32 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |