retro-nga

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2023-09-20
12:00
double cell example: fix shift directions Leaf check-in: 09fc476ef1 user: crc tags: trunk
11:58
add example of vocabulary for double cell numbers check-in: f3478e8ea4 user: crc tags: trunk
11:54
add example of unsigned number vocabulary check-in: 94de33e961 user: crc tags: trunk
2023-09-15
14:16
nga-c: add file:read/c and file:write/c for reading/writing characters instead of bytes check-in: c1cd094295 user: crc tags: trunk
2023-08-29
14:58
nga-c: utf8 -> utf32 conversion in source files check-in: ef532ae03b user: crc tags: trunk
2023-08-07
12:33
add support for translation of UTF32 to UTF8 (for output to stdout) check-in: 023720d6b6 user: crc tags: trunk
12:22
begin adding support for translation of UTF8 to UTF32 (for interactive entry) check-in: 38acc8ea2d user: crc tags: trunk
2023-07-25
18:35
fix bug in `fill` check-in: f89204ba4d user: crc tags: trunk
18:26
implement "fill" (from konilo) as part of stdlib check-in: 5883720790 user: crc tags: trunk
2023-07-11
11:32
updated Casket-HTTP server check-in: 011ead9f77 user: crc tags: trunk
2023-07-07
13:32
floats: f:tan and f:cos were swapped; this is now fixed (thanks to Doug Bell for spotting this!) check-in: 985eb1551c user: crc tags: trunk
2023-07-06
01:09
nga-c: add file:read/bytes and file:write/bytes check-in: 5144338187 user: crc tags: trunk
2023-06-29
11:13
ci: dont build retro-compiler (currently broken) check-in: 855f52d421 user: crc tags: trunk
2023-06-27
00:20
check in current work on error handling device check-in: a094776a88 user: crc tags: trunk
00:19
fix for GNUmakefile (from drakonis) check-in: a97e3a3faa user: crc tags: trunk
2023-06-26
10:53
new example: converting konilo wiki blocks to HTML check-in: e46e955bbb user: crc tags: trunk
2023-05-15
10:49
initial stubs related to error handling device check-in: 83006b5213 user: crc tags: trunk
2023-04-13
12:15
split configuration options out of Makefiles check-in: e604e200a0 user: crc tags: trunk
11:53
nga-c: add internal "interactive" flag to VM state information (#94) check-in: 7c5ed4e2a5 user: crc tags: trunk
11:50
nga-c: add calls to stack guard function to remaining instructions (#96) check-in: 1f94fdc0e9 user: crc tags: trunk
2023-04-12
00:43
more use of d:set-source check-in: 9618832ee2 user: crc tags: trunk
00:40
slightly smaller/faster backspace handling; more use of d:set-source check-in: 0bf6a56da5 user: crc tags: trunk
00:34
more use of d:set-source instead of raw lookup/patching for initial source data; remove NoEcho variable check-in: 6e56f20570 user: crc tags: trunk
2023-04-02
22:44
fix use of deprecated word in markdown export examples check-in: 9bcc617569 user: crc tags: trunk
2023-03-29
13:27
nga-c: add guard() to most of the instructions (ref #96) check-in: 298bd790ad user: crc tags: trunk
02:45
switch to using hashed dictionary search by default check-in: 4d5ea504e6 user: crc tags: trunk
00:56
remove deprecate words check-in: d0ecbf2ac1 user: crc tags: trunk
00:47
nga-c: remove unused files check-in: f142f3d94b user: crc tags: trunk
00:42
nga-c: split malloc and rng devices into separate files check-in: 226d56002e user: crc tags: trunk
00:33
nga-c: move clock device to a separate file check-in: 9e50173fae user: crc tags: trunk
00:23
nga-c: split file device into a separate file check-in: 9497058357 user: crc tags: trunk
00:20
nga-c: split ffi & multicore devices to separate files check-in: c2c10cf689 user: crc tags: trunk
00:14
nga-c: split float device into a separate file check-in: 1a5aeec0e3 user: crc tags: trunk
2023-03-28
23:25
nga-c: split unix device into a separate file check-in: 5748427d59 user: crc tags: trunk
23:15
nga-c: move socket device to separate source file check-in: 3a79e00508 user: crc tags: trunk
18:30
nga-c: add stub guard() function (ref #96) check-in: 872b8371d1 user: crc tags: trunk
15:21
setup for beginning work on next release check-in: c23604b131 user: crc tags: trunk
2023-03-27
12:50
update public key set check-in: 326f57cab3 user: crc tags: trunk, 2023.3
12:03
remove unneeded files check-in: 75c80fc8a8 user: crc tags: trunk
12:01
final Makefile adjustments check-in: 08c08764c2 user: crc tags: trunk
2023-03-23
16:52
finish documenting words check-in: 5f0f6c0a58 user: crc tags: trunk
2023-03-21
15:19
add glossary data for s:unique? and s:dedup words check-in: 13e4777317 user: crc tags: trunk
15:13
add glossary data for d:set-source check-in: 071b7230c6 user: crc tags: trunk
15:07
add glossary data for fll: vocabulary check-in: a9d3b3b79c user: crc tags: trunk
2023-03-20
17:48
bump version number; add new patrons, updates to release notes check-in: 6e0e8f6619 user: crc tags: trunk
17:00
add glossary data for d:use-strings and d:use-hashes check-in: bb6bdcf39d user: crc tags: trunk
15:43
fix issue w/words.tsv check-in: d7f26675a3 user: crc tags: trunk
15:19
add glossary data for missing a: words check-in: f6f33a2ffd user: crc tags: trunk
14:59
fix a bug preventing build from completing check-in: dcf6840d95 user: crc tags: trunk
14:17
add a:first and a:last, new a:map that does not use curry check-in: da12a75d78 user: crc tags: trunk