aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
12 dayslistamsb: add -r to --help output.B. Watson
12 dayslistamsb: add -r option; listbas: fix typo in -r error message.B. Watson
12 daysmention listamsb in README.txt.B. Watson
12 dayslistamsb: minor cleanup.B. Watson
12 dayslistamsb: sanity check end-of-line addresses.B. Watson
12 dayslistamsb: tweak a warning, expand DIAGNOSTICS in man page.B. Watson
13 dayslistamsb: remove another unneeded variable in main().B. Watson
13 dayslistamsb: remove unneeded variable in main().B. Watson
13 dayslistamsb: exit with status 2 on any warning, not just unknown tokens.B. Watson
13 daysMakefile: further reduce noise from make.B. Watson
13 daysMakefile: add --no-print-directory to subdirs rule (damp down some of the ↵B. Watson
noise).
13 dayslistamsb: update man page (add DIAGNOSTICS section).B. Watson
13 dayslistamsb: reword some warnings.B. Watson
13 dayslistamsb: remove "line N read OK" verbose message.B. Watson
13 dayslistamsb: fix boo-boo.B. Watson
13 dayslistamsb: add -c (check only) option.B. Watson
13 dayslistamsb: more warnings for bad files.B. Watson
13 dayslistamsb: fix line number out of order/rage detection.B. Watson
13 daysmanftr.rst: add listbas(1) to SEE ALSO.B. Watson
13 dayslistamsb: diddle the help banner.B. Watson
13 dayslistamsb: don't try to read tokenized BASIC from a terminal.B. Watson
13 dayslistamsb: fix man page typo.B. Watson
13 dayslistamsb: complain if pclose() fails.B. Watson
13 dayslistamsb: sanity check program length in header, read stdin in binary mode.B. Watson
13 dayslistamsb: warn on non-sequential or out-of-range line numbers.B. Watson
13 dayslistamsb: derp! unreachable code was reachable after all.B. Watson
13 dayslistamsb: remove unreachable code.B. Watson
13 dayslistamsb: swallow colon before ! or ', exit w/status 2 if invalid tokens.B. Watson
13 daysupdate TODO.B. Watson
13 dayslistamsb: add man page.B. Watson
13 dayslistamsb: added (detokenize atari microsoft basic files).B. Watson
2024-08-01fonts: fix psf fonts. setfont complained that position 32 wasn't blank, and ↵B. Watson
we got ? in place of spaces. Ugh.
2024-08-01fonts: mkpsf.pl remove dup (and wrong) glyph for U+00F3.B. Watson
2024-08-01fonts: mkpsf.pl lowercase hex constants.B. Watson
2024-08-01fonts: mkpsf.pl less sensitive to whitespace or lack of in __DATA__ section.B. Watson
2024-07-31fonts: sort glyphs by codepoint.B. Watson
2024-07-27fonts: dotted box WIP. still not working.B. Watson
2024-07-26fonts: more work. trying to get the "no such glyph" to display in X.B. Watson
2024-07-26fonts: fix WTFery.B. Watson
2024-07-26fonts: more work. latin-1 only missing fractions and some caps with ↵B. Watson
circumflex. add spanish single quotes, curly single/double quotes.
2024-07-26fonts: more work. latin-1 almost complete.B. Watson
2024-07-26fonts: more work.B. Watson
2024-07-25install-fonts.sh: avoid running fc-cache -f twice, if the BDF and TTF dirs ↵B. Watson
are the same.
2024-07-25fonts: much progress.B. Watson
2024-07-24fonts: WIP.B. Watson
2024-07-24TODO: update.B. Watson
2024-07-24install-bdf.sh: reload FontConfig cache.B. Watson
2024-07-24README.txt: mention fauxtari fonts.B. Watson
2024-07-24fonts: tweak doc.B. Watson
2024-07-24fonts: WIP, getting there.B. Watson