aboutsummaryrefslogtreecommitdiff
path: root/listamsb.c
AgeCommit message (Expand)Author
2025-03-04listamsb: use list_*() functions.B. Watson
2025-03-04listamsb: list_*() functions.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-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 co...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: minor tweak (readability).B. Watson
2025-02-28listamsb: print lines with invalid line numbers >63999.B. Watson
2025-02-28listamsb: don't print a closing " if there isn't one.B. Watson
2025-02-28listamsb: improve program size mismatch warning, pluralize warning(s) correctly.B. Watson
2025-02-27listamsb: fix buglet.B. Watson
2025-02-27listamsb: print "" correctly (" embedded in a string).B. Watson
2025-02-27listamsb: remove unused arg to unknown_token().B. Watson
2025-02-27listamsb: commentary.B. Watson
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