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