aboutsummaryrefslogtreecommitdiff
path: root/listbas.c
AgeCommit message (Expand)Author
2024-07-16listbas: commentary.B. Watson
2024-07-16listbas: commentary.B. Watson
2024-07-16listbas: colorize BXL/BXE ops correctly.B. Watson
2024-07-16listbas: colorize aplus ops correctly, fix spacing of THEN, NOT, etc.B. Watson
2024-07-16listbas: remove -A option, make autodetect the default.B. Watson
2024-07-16listbas: initial support for autodetecting BASIC dialect (-A option).B. Watson
2024-07-16listbas: properly colorize BXE functions with ( as part of the name.B. Watson
2024-07-16listbas: initial support for BASIC XE.B. Watson
2024-07-16listbas: get "hacks" out of main().B. Watson
2024-07-16listbas: BXL token 0x5a WIP.B. Watson
2024-07-16listbas: initial support for BASIC XL token 0x5a (disk extensions). not worki...B. Watson
2024-07-16listbas: print BASIC XL tokens like BASIC XL does (lowercase w/initial cap).B. Watson
2024-07-16listbas: initial (incomplete) support for BASIC XL.B. Watson
2024-07-16listbas: handle A+ ERROR- token (required bas.c changes); don't segfault on r...B. Watson
2024-07-16listbas: initial (incomplete) support for BASIC/A+.B. Watson
2024-07-16listbas: BASIC/A+ doesn't support hex constants.B. Watson
2024-07-16listbas: add support for Turbo BASIC XL.B. Watson
2024-07-13listbas: fix signed vs. unsigned brain-damage in color_on().B. Watson
2024-07-13listbas: add -l option, fix option lists in help output and man page.B. Watson
2024-07-13listbas: color_off() at end of print_string().B. Watson
2024-07-13listbas: separate highlight colors for DATA items and REM text; highlight quo...B. Watson
2024-07-13listbas: separate highlight colors for line numbers and DATA/REM text.B. Watson
2024-07-13listbas: commentary.B. Watson
2024-07-13listbas: move defines.B. Watson
2024-07-13listbas: environment debug stuff.B. Watson
2024-07-13listbas: avoid buffer overflow if too many spaces in LISTBAS_OPTS.B. Watson
2024-07-13listbas: add -c to --help message.B. Watson
2024-07-12listbas: make colors customizable (-c), add -U and -C options, add LISTBAS_OP...B. Watson
2024-07-12listbas: code cleanup, add -x and -u opts, fix color bug in strings, don't hi...B. Watson
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 separatel...B. Watson
2024-07-07listbas: fix "bad tokens" err msg formatting.B. Watson
2024-07-05listbas: exit with status 2 on invaid tokens, add note to doc about aha.B. Watson
2024-07-05listbas: error exit on bad tokens.B. Watson
2024-07-05listbas: tweak doc and usage.B. Watson
2024-07-05listbas: do Unicode/magazine internally (no external a8cat); add color syntax...B. Watson
2024-07-01listbas: add -h (synonym for --help).B. Watson
2024-07-01listbas: use a8cat instead of a8utf8 or a8eol.B. Watson
2024-06-26listbas: tweak code and doc.B. Watson
2024-06-25listbas: rearrange some code; chkbas: get rid of listbas symlink.B. Watson
2024-06-25listbas: exit cleanly if code is protected.B. Watson
2024-06-25listbas: pipe through a8eol or a8utf8; do not write ATASCII to terminal; add ...B. Watson
2024-06-25listbas: added (list basic programs, very barebones for now).B. Watson