retro-nga

Timeline
Login

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

50 most recent check-ins

2023-05-15
10:49
initial stubs related to error handling device Leaf 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
14:02
add a:hash, new a:eq? and a:-eq? using it check-in: dfbda4bf2b user: crc tags: trunk
13:58
add a:indices and a:indices/string ; rewrite a:index and a:index/string to use them ; add a:temp check-in: 64666568de user: crc tags: trunk
2023-03-07
12:54
add `d:use-strings` to revert to string based dictionary lookups check-in: 9657aab01b user: crc tags: trunk
2023-03-06
19:36
add "d:use-hashes"; rehash on image load check-in: cf9dc7e328 user: crc tags: trunk
2023-02-28
15:26
new example: pali to html (based on muri-to-html) check-in: a853c8a325 user: crc tags: trunk
2023-02-05
16:38
now start recording hashes of names check-in: 423a52eb74 user: crc tags: trunk
2023-01-26
22:38
add source data for socket: vocabulary check-in: 7483d4c246 user: crc tags: trunk
22:29
add comma & gc to glossary check-in: b2a5e66264 user: crc tags: trunk
15:33
add glossary data for cons, car, cdr, cdr@, car@, car!, and cdr! check-in: 95ff07753d user: crc tags: trunk
2023-01-24
01:04
add s:dedup, use it for user loaded extensions; begin using it in system extensions check-in: 0dbd909ec2 user: crc tags: trunk
2023-01-23
16:08
as: words not included by default, split into separate file check-in: 19e4a3624a user: crc tags: trunk
15:46
add stub file for s:dedup (arland) check-in: 61de8f74d6 user: crc tags: trunk
15:44
fll: more commentary check-in: 700ca74a20 user: crc tags: trunk
2023-01-22
15:03
add fll: vocabulary from Arland (prerequisite for the upcoming s:dedup); ported from retro/ilo system check-in: 3b960c1e76 user: crc tags: trunk
14:37
fix an incorrect function prototype in vm/nga-c/retro.c check-in: af99e3aa09 user: crc tags: trunk
2023-01-15
22:09
update nga-in-swift; now loads image from image file; works w/current 64-bit image; overflow in math working properly; fixed some input issues check-in: 20773b38d2 user: crc tags: trunk