aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-13diffbas: tweak doc.B. Watson
2024-07-13diffbas: set -e to exit on 1st failed command.B. Watson
2024-07-13add diffbas to README.txtB. Watson
2024-07-13diffbas: add man page.B. Watson
2024-07-13diffbas: fix options brain-damage.B. Watson
2024-07-12regenerate man pages.B. Watson
2024-07-12diffbas: add doc.B. Watson
2024-07-12diffbas: added (wrapper for listbas and diff).B. Watson
2024-07-12listbas: tweak doc.B. Watson
2024-07-12listbas: make colors customizable (-c), add -U and -C options, add ↵B. Watson
LISTBAS_OPTS environment variable.
2024-07-12listbas: code cleanup, add -x and -u opts, fix color bug in strings, don't ↵B. Watson
highlight quotes around strings.
2024-07-12listbas: add -d (dots) mode, for non-Unicode terminals.B. Watson
2024-07-11listbas: add -d (dots) mode, stopgap for non-UTF8 terminals.B. Watson
2024-07-11listbas: use correct ANSI codes to turn off reverse video and color ↵B. Watson
separately; fixes broken string constant highlighting.
2024-07-11whichbas: update doc for multiple files.B. Watson
2024-07-11whichbas: initial support for multiple files on the command line.B. Watson
2024-07-11whichbas: add BASIC/A+ DIR, remove A+ RETURN (conflicts with Turbo CLOSE ↵B. Watson
with no args).
2024-07-11whichbas: much fancier BASIC/A+ detection (maybe too fancy?)B. Watson
2024-07-10chkbas: add missing left-paren to LEFT$/RIGHT$/MID$ for BXL/BXE; warn about ↵B. Watson
ATASCII and mention a8cat in man page.
2024-07-10whichbas: removed ifdef'ed out code.B. Watson
2024-07-10whichbas: simplify and complete logic for op tokens 0x66-0x68, aka %0 %1 %2 ↵B. Watson
or LEFT$( RIGHT$( MID$(.
2024-07-10whichbas: add is_numeric_rval(). not using it yet, but it should be useful.B. Watson
2024-07-10whichbas: detect string concatenation with comma (BXL/BXE, assignments only).B. Watson
2024-07-10whichbas: add left parens to is_arith_op(), is_string_exp_op(); rewrite ↵B. Watson
DEC/HEX$ (op token 0x5c).
2024-07-10whichbas: add operator classifications (is_numeric_op() and friends), use ↵B. Watson
them in INKEY$/semicolon logic (cmd 0x59).
2024-07-10whichbas: cosmetics.B. Watson
2024-07-10whichbas: commentary cosmetics.B. Watson
2024-07-10whichbas: commentary cosmetics.B. Watson
2024-07-10whichbas: code cosmetics, add missing break.B. Watson
2024-07-10whichbas: code cosmetics, add missing break.B. Watson
2024-07-10whichbas: code cosmetics.B. Watson
2024-07-10whichbas: support BASIC XL Toolkit extended commands.B. Watson
2024-07-09whichbas: tweak doc.B. Watson
2024-07-09whichbas: tweak doc.B. Watson
2024-07-09whichbas: tweak doc.B. Watson
2024-07-09whichbas: tweak doc.B. Watson
2024-07-09whichbas: tweak doc.B. Watson
2024-07-09whichbas: add BASIC/A+ detection.B. Watson
2024-07-09bas.c: null out input_file and output_file when closed (so caller can know ↵B. Watson
they're closed).
2024-07-09whichbas: more set_type().B. Watson
2024-07-09whichbas: more set_type().B. Watson
2024-07-09whichbas: add and use set_type() (which respects keep_going).B. Watson
2024-07-09whichbas: simplify TRACE/EXTEND logic.B. Watson
2024-07-09whichbas: re-comment TRACE/EXTEND logic.B. Watson
2024-07-09whichbas: restore TRACE/EXTEND logic.B. Watson
2024-07-09whichbas: commentary.B. Watson
2024-07-09whichbas: commentary.B. Watson
2024-07-09whichbas: commentary.B. Watson
2024-07-09whichbas: handle (rare) case where -- (Turbo cmd 0x54) occurs as the 2nd or ↵B. Watson
later statement on a line.
2024-07-09whichbas: comment typo.B. Watson