Age | Commit message (Expand) | Author |
2024-07-13 | listbas: avoid buffer overflow if too many spaces in LISTBAS_OPTS. | B. Watson |
2024-07-13 | listbas: add -c to --help message. | B. Watson |
2024-07-13 | diffbas: tweak doc. | B. Watson |
2024-07-13 | diffbas: tweak doc. | B. Watson |
2024-07-13 | diffbas: set -e to exit on 1st failed command. | B. Watson |
2024-07-13 | add diffbas to README.txt | B. Watson |
2024-07-13 | diffbas: add man page. | B. Watson |
2024-07-13 | diffbas: fix options brain-damage. | B. Watson |
2024-07-12 | regenerate man pages. | B. Watson |
2024-07-12 | diffbas: add doc. | B. Watson |
2024-07-12 | diffbas: added (wrapper for listbas and diff). | B. Watson |
2024-07-12 | listbas: tweak doc. | B. Watson |
2024-07-12 | listbas: make colors customizable (-c), add -U and -C options, add LISTBAS_OP... | B. Watson |
2024-07-12 | listbas: code cleanup, add -x and -u opts, fix color bug in strings, don't hi... | B. Watson |
2024-07-12 | listbas: add -d (dots) mode, for non-Unicode terminals. | B. Watson |
2024-07-11 | listbas: add -d (dots) mode, stopgap for non-UTF8 terminals. | B. Watson |
2024-07-11 | listbas: use correct ANSI codes to turn off reverse video and color separatel... | B. Watson |
2024-07-11 | whichbas: update doc for multiple files. | B. Watson |
2024-07-11 | whichbas: initial support for multiple files on the command line. | B. Watson |
2024-07-11 | whichbas: add BASIC/A+ DIR, remove A+ RETURN (conflicts with Turbo CLOSE with... | B. Watson |
2024-07-11 | whichbas: much fancier BASIC/A+ detection (maybe too fancy?) | B. Watson |
2024-07-10 | chkbas: add missing left-paren to LEFT$/RIGHT$/MID$ for BXL/BXE; warn about A... | B. Watson |
2024-07-10 | whichbas: removed ifdef'ed out code. | B. Watson |
2024-07-10 | whichbas: simplify and complete logic for op tokens 0x66-0x68, aka %0 %1 %2 o... | B. Watson |
2024-07-10 | whichbas: add is_numeric_rval(). not using it yet, but it should be useful. | B. Watson |
2024-07-10 | whichbas: detect string concatenation with comma (BXL/BXE, assignments only). | B. Watson |
2024-07-10 | whichbas: add left parens to is_arith_op(), is_string_exp_op(); rewrite DEC/H... | B. Watson |
2024-07-10 | whichbas: add operator classifications (is_numeric_op() and friends), use the... | B. Watson |
2024-07-10 | whichbas: cosmetics. | B. Watson |
2024-07-10 | whichbas: commentary cosmetics. | B. Watson |
2024-07-10 | whichbas: commentary cosmetics. | B. Watson |
2024-07-10 | whichbas: code cosmetics, add missing break. | B. Watson |
2024-07-10 | whichbas: code cosmetics, add missing break. | B. Watson |
2024-07-10 | whichbas: code cosmetics. | B. Watson |
2024-07-10 | whichbas: support BASIC XL Toolkit extended commands. | B. Watson |
2024-07-09 | whichbas: tweak doc. | B. Watson |
2024-07-09 | whichbas: tweak doc. | B. Watson |
2024-07-09 | whichbas: tweak doc. | B. Watson |
2024-07-09 | whichbas: tweak doc. | B. Watson |
2024-07-09 | whichbas: tweak doc. | B. Watson |
2024-07-09 | whichbas: add BASIC/A+ detection. | B. Watson |
2024-07-09 | bas.c: null out input_file and output_file when closed (so caller can know th... | B. Watson |
2024-07-09 | whichbas: more set_type(). | B. Watson |
2024-07-09 | whichbas: more set_type(). | B. Watson |
2024-07-09 | whichbas: add and use set_type() (which respects keep_going). | B. Watson |
2024-07-09 | whichbas: simplify TRACE/EXTEND logic. | B. Watson |
2024-07-09 | whichbas: re-comment TRACE/EXTEND logic. | B. Watson |
2024-07-09 | whichbas: restore TRACE/EXTEND logic. | B. Watson |
2024-07-09 | whichbas: commentary. | B. Watson |
2024-07-09 | whichbas: commentary. | B. Watson |