aboutsummaryrefslogtreecommitdiff
path: root/listamsb.c
AgeCommit message (Expand)Author
2025-02-27listamsb: don't just exit on unexpected EOF; close the pipe, print the summary.B. Watson
2025-02-27listamsb: fix comment.B. Watson
2025-02-27listamsb: don't try to detokenize comments (treat like string).B. Watson
2025-02-27listamsb: support "locked" programs.B. Watson
2025-02-26listamsb: complain more about lines >255 bytes long.B. Watson
2025-02-26listamsb: complain about lines >128 bytes long.B. Watson
2025-02-26listamsb: add -r to --help output.B. Watson
2025-02-26listamsb: add -r option; listbas: fix typo in -r error message.B. Watson
2025-02-26listamsb: minor cleanup.B. Watson
2025-02-26listamsb: sanity check end-of-line addresses.B. Watson
2025-02-25listamsb: tweak a warning, expand DIAGNOSTICS in man page.B. Watson
2025-02-25listamsb: remove another unneeded variable in main().B. Watson
2025-02-25listamsb: remove unneeded variable in main().B. Watson
2025-02-25listamsb: exit with status 2 on any warning, not just unknown tokens.B. Watson
2025-02-25listamsb: reword some warnings.B. Watson
2025-02-25listamsb: remove "line N read OK" verbose message.B. Watson
2025-02-25listamsb: fix boo-boo.B. Watson
2025-02-25listamsb: add -c (check only) option.B. Watson
2025-02-25listamsb: more warnings for bad files.B. Watson
2025-02-25listamsb: fix line number out of order/rage detection.B. Watson
2025-02-25listamsb: diddle the help banner.B. Watson
2025-02-25listamsb: don't try to read tokenized BASIC from a terminal.B. Watson
2025-02-25listamsb: complain if pclose() fails.B. Watson
2025-02-25listamsb: sanity check program length in header, read stdin in binary mode.B. Watson
2025-02-25listamsb: warn on non-sequential or out-of-range line numbers.B. Watson
2025-02-25listamsb: derp! unreachable code was reachable after all.B. Watson
2025-02-25listamsb: remove unreachable code.B. Watson
2025-02-25listamsb: swallow colon before ! or ', exit w/status 2 if invalid tokens.B. Watson
2025-02-25listamsb: added (detokenize atari microsoft basic files).B. Watson