aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-10listamsb: support functions for int tokens.B. Watson
2025-03-10Makefile: add AMSB.txt to DOCS, bump VERSION.B. Watson
2025-03-09listbas: -D, warn if the input didn't look crunched.0.2.1B. Watson
2025-03-09listbas: -D, commentary.B. Watson
2025-03-09listbas: -D, add a space to INPUT"STRING".B. Watson
2025-03-09listbas: -D, replace a bunch of ifs with switches.B. Watson
2025-03-09listbas: -D, tweakage.B. Watson
2025-03-09listbas: -D, fix ELSE.B. Watson
2025-03-09listbas: -D, stop putting a space in int vars like A#.B. Watson
2025-03-09listamsb: XXX comment for TOK_ELSE in need_space_between().B. Watson
2025-03-09listamsb: fix invalid token detection in expand_token() (for the -D option).B. Watson
2025-03-09listamsb: clean up -D output.B. Watson
2025-03-09AMSB.txt: add sections on redundant and unused tokens.B. Watson
2025-03-08listamsb: refactor a bit (is_comment_start()).B. Watson
2025-03-08listamsb: allow overriding a8cat path in environment.B. Watson
2025-03-08listamsb: fix comment.B. Watson
2025-03-07listamsb: handle function tokens better in decrunch_line().B. Watson
2025-03-07listamsb: avoid potential buffer overflow in decrunch_line().B. Watson
2025-03-07listamsb: tweak -D option some more.B. Watson
2025-03-07listamsb: tweak -D option.B. Watson
2025-03-07listamsb: add -D (decrunch) option.B. Watson
2025-03-05listamsb: add -C (crunch) option.B. Watson
2025-03-05listamsb: tweak man page.B. Watson
2025-03-05listamsb: fix man page.B. Watson
2025-03-05listamsb: count spaces outside strings/comments (-vv).B. Watson
2025-03-05AMSB.txt: add crunching setion.B. Watson
2025-03-05listamsb: add output filename to man page.B. Watson
2025-03-05listamsb: allow giving an output filename.B. Watson
2025-03-04listamsb: comment typo.B. Watson
2025-03-04listamsb: tweak popen() stuff, part 2.B. Watson
2025-03-04listamsb: tweak popen() stuff.B. Watson
2025-03-04listamsb: use list_*() functions.B. Watson
2025-03-04listamsb: list_*() functions.B. Watson
2025-03-04AMSB.txt: tweak.B. Watson
2025-03-04listamsb: fix description of lock/un;ock.B. Watson
2025-03-04listamsb: add -n (no blank line at start) option.B. Watson
2025-03-04AMST.txt: add line number range section.B. Watson
2025-03-04listamsb: tweak warning (make it fit on an 80-column line).B. Watson
2025-03-04listamsb: make comment reflect reality.B. Watson
2025-03-04listamsb: tell user where unexpected EOF happened.B. Watson
2025-03-04listamsb: clean up warnings and error exits, part deux.B. Watson
2025-03-04listamsb: clean up warnings and error exits, only print initial EOL if any ↵B. Watson
code was found.
2025-02-28AMSB.txt: WIP.B. Watson
2025-02-28listamsb: putc => fputc.B. Watson
2025-02-28listamsb: print initial EOL before the listing, to match what AMSB does.B. Watson
2025-02-28listamsb: don't print the colon before an ELSE.B. Watson
2025-02-28listamsb: stop using ungetc().B. Watson
2025-02-28listamsb: derp, forgot to add the token header.B. Watson
2025-02-28listamsb: minor tweak (readability).B. Watson
2025-02-28listamsb: print lines with invalid line numbers >63999.B. Watson