index
:
bw-atari8-tools
master
Atari 8-bit utilities for *nix
urchlay -at- slackware _dot_ uk
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
listamsb.c
Age
Commit message (
Expand
)
Author
11 days
listamsb: fix buglet.
B. Watson
11 days
listamsb: print "" correctly (" embedded in a string).
B. Watson
11 days
listamsb: remove unused arg to unknown_token().
B. Watson
11 days
listamsb: commentary.
B. Watson
11 days
listamsb: don't just exit on unexpected EOF; close the pipe, print the summary.
B. Watson
11 days
listamsb: fix comment.
B. Watson
11 days
listamsb: don't try to detokenize comments (treat like string).
B. Watson
11 days
listamsb: support "locked" programs.
B. Watson
12 days
listamsb: complain more about lines >255 bytes long.
B. Watson
12 days
listamsb: complain about lines >128 bytes long.
B. Watson
12 days
listamsb: add -r to --help output.
B. Watson
12 days
listamsb: add -r option; listbas: fix typo in -r error message.
B. Watson
12 days
listamsb: minor cleanup.
B. Watson
12 days
listamsb: sanity check end-of-line addresses.
B. Watson
12 days
listamsb: tweak a warning, expand DIAGNOSTICS in man page.
B. Watson
13 days
listamsb: remove another unneeded variable in main().
B. Watson
13 days
listamsb: remove unneeded variable in main().
B. Watson
13 days
listamsb: exit with status 2 on any warning, not just unknown tokens.
B. Watson
13 days
listamsb: reword some warnings.
B. Watson
13 days
listamsb: remove "line N read OK" verbose message.
B. Watson
13 days
listamsb: fix boo-boo.
B. Watson
13 days
listamsb: add -c (check only) option.
B. Watson
13 days
listamsb: more warnings for bad files.
B. Watson
13 days
listamsb: fix line number out of order/rage detection.
B. Watson
13 days
listamsb: diddle the help banner.
B. Watson
13 days
listamsb: don't try to read tokenized BASIC from a terminal.
B. Watson
13 days
listamsb: complain if pclose() fails.
B. Watson
13 days
listamsb: sanity check program length in header, read stdin in binary mode.
B. Watson
13 days
listamsb: warn on non-sequential or out-of-range line numbers.
B. Watson
13 days
listamsb: derp! unreachable code was reachable after all.
B. Watson
13 days
listamsb: remove unreachable code.
B. Watson
13 days
listamsb: swallow colon before ! or ', exit w/status 2 if invalid tokens.
B. Watson
13 days
listamsb: added (detokenize atari microsoft basic files).
B. Watson