charles childers crc · any pronouns
  • Joined on 2024-05-23
crc pushed to master at crc/retroforth 2024-09-06 12:30:10 +02:00
2f6d35485a fix #102: glossary: a:last description is same as a:left
crc pushed to main at crc/pali 2024-09-03 16:55:17 +02:00
75615c8755 add python implementation of pali (thanks arland!)
crc pushed to main at crc/konilo 2024-09-03 16:54:12 +02:00
ab200ab44f fix several invalid instruction bundles
crc pushed to main at crc/konilo 2024-09-03 16:15:08 +02:00
447e57b7a1 update to latest blocks
crc pushed to main at crc/ilo-vm 2024-09-03 15:34:01 +02:00
d5fa9d0bc4 ilo+x11: embed font data into vm binary, make use of pledge() on openbsd
crc pushed to master at crc/retroforth 2024-08-28 21:10:08 +02:00
16ac3a1e9d update s:filter to truncate overly long strings before filtering
crc pushed to master at crc/retroforth 2024-08-28 15:10:08 +02:00
4d3c938ef7 more work on s:prepend & s:append
crc pushed to master at crc/retroforth 2024-08-06 16:50:07 +02:00
7c4aaf1a1f add s:truncate, s:oversize?, s:temp now truncates overlength strings. s:append & s:prepend no longer perform append in some cases where one of the strings is too long
crc pushed to master at crc/retroforth 2024-08-06 15:50:07 +02:00
5a2867cbb9 [nga-c] now truncate input tokens from files where the token is bigger than the TIB. Ensure the token is null terminated if truncated.
crc pushed to master at crc/retroforth 2024-08-05 20:50:07 +02:00
5b5609688c s:get now truncates strings longer than TempStringMax rather than allowing for overwriting memory beyond the current string buffer
crc pushed to master at crc/retroforth 2024-07-18 12:28:12 +02:00
704d400029 [nga-c] corrected fix for script:name (issue #99)
25420eea5d [nga-c] now report 0 for script:arguments count if not running a program
Compare 2 commits »
crc pushed to master at crc/retroforth 2024-07-18 03:13:14 +02:00
565d567523 initial fix for #99 (issue w/script:name when not running a script; will now report "<none>" instead of garbage)
crc pushed to main at crc/ilo-vm 2024-07-14 17:31:52 +02:00
0e54db30c4 reformat LICENSE text (will fit in a single block)
crc pushed to main at crc/ilo-vm 2024-07-14 17:30:52 +02:00
5762e249bf in spec, clarify that block format does not have to be a single flat file
crc pushed to main at crc/konilo-extensions 2024-07-06 18:25:53 +02:00
fca79f67d3 add graphica blocks
e44c81cd9a remove old drawing blocks
Compare 2 commits »
crc pushed to main at crc/ilo-vm 2024-07-04 19:41:14 +02:00
bf2fe9d085 update mult/ilo/x to support the graphica extension; some refactoring of source; allow terminal to autosize based on display window
crc pushed to main at crc/konilo-documentation 2024-07-02 19:14:23 +02:00
932dbc7ede add documents on the hardware project & graphica extension
crc pushed to main at crc/ilo-vm 2024-05-29 17:41:34 +02:00
021c617339 ilo-safer: now use termios for terminal settings, additional error checking. Prevent further unveil() operation as well.
crc pushed to main at crc/konilo-documentation 2024-05-28 20:58:07 +02:00
7529fd1fa5 start some text on the basic interaction model
crc pushed to main at crc/konilo-documentation 2024-05-28 20:38:14 +02:00
9b05c5dd5a begin work on the proper manual