aboutsummaryrefslogtreecommitdiff
path: root/jindroush/README.txt
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-10 16:28:06 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-10 16:29:32 -0400
commita493bd91d6366113178633b86dfd4703f73b520d (patch)
tree96895ced2dfd43d33c4570f6aab45c2526b48a06 /jindroush/README.txt
parent9b2d35c14476f60d10b40aa1fed8e746d848a51d (diff)
downloadbw-atari8-tools-a493bd91d6366113178633b86dfd4703f73b520d.tar.gz
chkbas: add missing left-paren to LEFT$/RIGHT$/MID$ for BXL/BXE; warn about ATASCII and mention a8cat in man page.
Diffstat (limited to 'jindroush/README.txt')
-rw-r--r--jindroush/README.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/jindroush/README.txt b/jindroush/README.txt
index 31d9af9..a085003 100644
--- a/jindroush/README.txt
+++ b/jindroush/README.txt
@@ -29,9 +29,10 @@ I've made to Jindroush's code:
with mode 0600; changed this to 0666 (which will still be affected
by the user's umask).
-- Added "listbas" symlink, to save typing "chkbas -short" over and over
- again.
-
- adir's -dir option now creates the directory if it doesn't exist.
- Wrote man pages for all the utilities.
+
+- Fixed a bug in chkbas: BASIC XL and XE's LEFT$ RIGHT$ MID$ were
+ being printed without the left parenthesis (e.g Left$(A$,3) was
+ coming out as Left$A$,3).