Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2026-08-21
| ||
| 15:05 | io extension: graphica: forgot the "clear display" functionality. Fixed now. leaf check-in: 3a85a58fed user: crc tags: trunk | |
|
2026-08-20
| ||
| 17:33 | vm: update the graphics-capable versions to follow the graphica-0 & (where supported) pointer specs. These are considered finished apart from future bug fixes. check-in: 92d8b2b264 user: crc tags: trunk | |
| 15:06 | spec: final Graphica-0 & Graphica-1 spec check-in: b2433b10b9 user: crc tags: trunk | |
| 15:05 | spec: optional pointer device check-in: d30f75b77e user: crc tags: trunk | |
| 15:00 | spec: clarification regarding extension device model check-in: a95f351c31 user: crc tags: trunk | |
| 12:01 | ilo-x11: add manual refresh device, fix mouse coordinates to be relative to window check-in: ae5180fc75 user: crc tags: trunk | |
|
2026-08-10
| ||
| 20:36 | ilo-sdl-1bpp: make mouse button state consistent with other graphica-0 targets check-in: fdd4af79bf user: crc tags: trunk | |
| 20:28 | add support documents, rom data file for rp2350 implementation check-in: 999fa58cd7 user: crc tags: trunk | |
| 19:50 | merge in ilo-esp32-ttgo-fabgl-vga32 implementation check-in: 3c29cf2672 user: crc tags: trunk | |
| 19:38 | source tree cleanups: move embedded targets to ilo-vm/embedded/ subdirectories check-in: ce207cd7e5 user: crc tags: trunk | |
|
2026-08-07
| ||
| 15:56 | source tree cleanups: update ilo-vm/native-x86 build process check-in: 2df882f26e user: crc tags: trunk | |
| 15:24 | source tree cleanups: native -> ilo-vm/native-x86 check-in: c01cb3438d user: crc tags: trunk | |
| 13:12 | add konilo version constant to rom check-in: c7dba5042e user: crc tags: trunk | |
|
2026-07-07
| ||
| 20:29 | remove `?jump` check-in: a4855a6e81 user: crc tags: trunk | |
| 20:27 | slightly tighter & faster `a:for-each` check-in: 24ca30aee4 user: crc tags: trunk | |
| 20:15 | LocalEcho -> c:get/LocalEcho, c:remap -> c:get/remap, c:Remap -> c:get/Remap check-in: c713678060 user: crc tags: trunk | |
| 17:06 | add `c:remap` and `c:Remap` to allow for optional character remapping via `c:get`. (note: names might change before release) check-in: 1280699f97 user: crc tags: trunk | |
| 16:42 | added `LocalEcho` to toggle local display of characters read via `c:get` check-in: ff2666e79e user: crc tags: trunk | |
|
2026-07-06
| ||
| 14:49 | spec wording cleanup check-in: d2745e7467 user: crc tags: trunk | |
| 14:39 | more spec clarifications check-in: 7c76f32fd1 user: crc tags: trunk | |
| 14:14 | update ilo spec check-in: e84bc15dee user: crc tags: trunk | |
|
2026-06-26
| ||
| 12:57 | merge vhdl implementation into the tree; simulation with ghdl works; not tested on actual hardware yet check-in: 95e971fd44 user: crc tags: trunk | |
| 12:51 | merge ilo-wasm.wat, a webassembly version of ilo for wasmtime check-in: 0d2723f940 user: crc tags: trunk | |
|
2026-06-18
| ||
| 19:29 | add a fortran 77 version of ilo check-in: 3b3b908db7 user: crc tags: trunk | |
| 16:43 | update ilo.rom check-in: 8da1d18588 user: crc tags: trunk | |
| 16:42 | add new 8088/8086 assembly ilo for ms-dos check-in: 003b3f7e12 user: crc tags: trunk | |
|
2026-01-06
| ||
| 14:19 | add when & unless (synonyms for if & -if) to rom check-in: 4d31abd7ad user: crc tags: trunk | |
|
2026-01-02
| ||
| 17:23 | n:limit now falls through into n:max, saving a jump check-in: a9ac7dcd25 user: crc tags: trunk | |
| 15:35 | blocks: no longer reload all sets during startup after a rom:save; reduce initial set to 2,048 blocks check-in: 06375548f6 user: crc tags: trunk | |
| 14:10 | update ilo specification document check-in: 41380cff02 user: crc tags: trunk | |
|
2025-12-31
| ||
| 14:20 | new ilo implementation: f# check-in: b6e6ebc701 user: crc tags: trunk | |
| 13:55 | update list of implementation languages check-in: c67825762c user: crc tags: trunk | |
| 13:50 | new ilo implementation: c, for RP2350 boards check-in: 8477f06a19 user: crc tags: trunk | |
| 13:45 | new ilo implementation: zig check-in: 889f35dc50 user: crc tags: trunk | |
| 13:14 | manual: fix dictionary header format to reflect current status (thanks to @continue for pointing this out!) check-in: 984e6a4a11 user: crc tags: trunk | |
|
2025-12-29
| ||
| 16:26 | add a label to mark the start of the dictionary headers check-in: 3c9262444e user: crc tags: trunk | |
|
2025-12-18
| ||
| 14:55 | rom: optimize `n:to-s` to save a call/return per character check-in: 6c34c6ecfc user: crc tags: trunk | |
| 14:49 | rom: inlined use of `tuck` (as `i dupuswpo`) at various points check-in: e8d26e6529 user: crc tags: trunk | |
| 11:58 | ilo-unix.c: catch EOF on stdin, display an EOF error, and exit check-in: 7caeeaec3b user: crc tags: trunk | |
|
2025-12-15
| ||
| 16:37 | ilo+graphica.cs: design optimizations ported from ilo-x check-in: 3b74cc59ae user: crc tags: trunk | |
|
2025-12-12
| ||
| 15:08 | ilo-wayland: new implementation in C check-in: d7f75480e6 user: crc tags: trunk | |
|
2025-12-11
| ||
| 16:15 | milo-x: much faster display performance now (dirty flag, double buffer, scroll optimizations); also separate disp. buffers per session check-in: d8f555d961 user: crc tags: trunk | |
| 15:52 | ilo-x: much faster display performance now (dirty flag, double buffer, scroll optimizations) check-in: 9a2ccc1881 user: crc tags: trunk | |
|
2025-12-08
| ||
| 12:11 | rom source: small adjustment to make it easier to update the dictionary in the future check-in: 4da91fd253 user: crc tags: trunk | |
|
2025-12-05
| ||
| 14:29 | new implementation: gnu smalltalk check-in: d8191e721a user: crc tags: trunk | |
|
2025-12-04
| ||
| 14:05 | new implementation: oberon (tested with obcn) check-in: 34d5656c40 user: crc tags: trunk | |
|
2025-12-03
| ||
| 17:01 | rom source: reword some commentary, add missing directives check-in: bb0b154c74 user: crc tags: trunk | |
| 13:46 | new implementation in Ada (gnu ada) check-in: 17fe299bb4 user: crc tags: trunk | |
| 13:43 | improvements to pascal ver. check-in: 490c1bd962 user: crc tags: trunk | |
|
2025-12-01
| ||
| 14:19 | new implementation: free pascal check-in: e9282ff18f user: crc tags: trunk | |