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
/
listbas.c
Age
Commit message (
Collapse
)
Author
9 days
listbas: fix typo for OP_EOL.
B. Watson
10 days
listbas: update --help and man page; whichbas: update man page.
B. Watson
10 days
whichbas and listbas: distinguish between Integer BASIC disk and cart versions.
B. Watson
11 days
listbas: add -bi option to --help.
B. Watson
11 days
listbas: fix -bi option.
B. Watson
11 days
listbas: mixed-case function names in OSS Integer BASIC.
B. Watson
11 days
listbas: fix printing TO in OSS Integer BASIC.
B. Watson
11 days
listbas: improve support for OSS Integer BASIC.
B. Watson
11 days
listbas: initial (buggy) support for OSS Integer BASIC.
B. Watson
2025-03-10
listbas: abort if whichbas says this isn't atari BASIC or a variant.
B. Watson
2025-02-26
listamsb: add -r option; listbas: fix typo in -r error message.
B. Watson
2024-07-20
listbas: decouple -a and -c options (so -a followed by -U won't be in mono).
B. Watson
2024-07-20
listbas: add -r option, tweak doc.
B. Watson
2024-07-18
listbas: trying to get indentation right. current solution too complex IMO.
B. Watson
2024-07-18
listbas: indentation seems complete for A+/Turbo/BXL/BXE. Still needs testing.
B. Watson
2024-07-18
listbas: Turbo indentation support (seems complete, needs more testing).
B. Watson
2024-07-18
listbas: indentation WIP: A+ and BXE seem complete (need more testing) and ↵
B. Watson
BXL is almost there.
2024-07-18
listbas: partial indentation for A+, BXL, BXE.
B. Watson
2024-07-17
listbas: add -t (disable indent) option, though indentation not yet ↵
B. Watson
implemented. also add large commentary section.
2024-07-17
listbas: add -k (no mixed case) option for BXL/BXE.
B. Watson
2024-07-17
listbas: support all 256 variable names in Turbo BASIC.
B. Watson
2024-07-17
listbas: print Turbo/BXL/BXE hex constants correctly (in hex!).
B. Watson
2024-07-17
listbas: separate print_varname() logic from callback.
B. Watson
2024-07-17
listbas: don't print duplicate color codes for "(" ops.
B. Watson
2024-07-17
listbas: print empty op token names correctly, handle silent let in A+.
B. Watson
2024-07-17
listbas: quit emitting ANSI color codes in ATASCII output (derp!), print ↵
B. Watson
ERROR- the same way BASIC does.
2024-07-16
listbas: commentary.
B. Watson
2024-07-16
listbas: commentary.
B. Watson
2024-07-16
listbas: commentary.
B. Watson
2024-07-16
listbas: colorize BXL/BXE ops correctly.
B. Watson
2024-07-16
listbas: colorize aplus ops correctly, fix spacing of THEN, NOT, etc.
B. Watson
2024-07-16
listbas: remove -A option, make autodetect the default.
B. Watson
2024-07-16
listbas: initial support for autodetecting BASIC dialect (-A option).
B. Watson
2024-07-16
listbas: properly colorize BXE functions with ( as part of the name.
B. Watson
2024-07-16
listbas: initial support for BASIC XE.
B. Watson
2024-07-16
listbas: get "hacks" out of main().
B. Watson
2024-07-16
listbas: BXL token 0x5a WIP.
B. Watson
2024-07-16
listbas: initial support for BASIC XL token 0x5a (disk extensions). not ↵
B. Watson
working yet...
2024-07-16
listbas: print BASIC XL tokens like BASIC XL does (lowercase w/initial cap).
B. Watson
2024-07-16
listbas: initial (incomplete) support for BASIC XL.
B. Watson
2024-07-16
listbas: handle A+ ERROR- token (required bas.c changes); don't segfault on ↵
B. Watson
runaway variable name lookup.
2024-07-16
listbas: initial (incomplete) support for BASIC/A+.
B. Watson
2024-07-16
listbas: BASIC/A+ doesn't support hex constants.
B. Watson
2024-07-16
listbas: add support for Turbo BASIC XL.
B. Watson
2024-07-13
listbas: fix signed vs. unsigned brain-damage in color_on().
B. Watson
2024-07-13
listbas: add -l option, fix option lists in help output and man page.
B. Watson
2024-07-13
listbas: color_off() at end of print_string().
B. Watson
2024-07-13
listbas: separate highlight colors for DATA items and REM text; highlight ↵
B. Watson
quotes around strings and commas between DATA items as operators.
2024-07-13
listbas: separate highlight colors for line numbers and DATA/REM text.
B. Watson
2024-07-13
listbas: commentary.
B. Watson
[next]