| Age | Commit message (Expand) | Author |
| 3 days | output hex transform comments giving the readings of string literals | Irene Knapp |
| 3 days | add a buffer-start field to the hex output metadata | Irene Knapp |
| 3 days | abstract the hex transform's metadata low-level pointer manipulation | Irene Knapp |
| 4 days | store the output buffer length in the hex transform's output metadata | Irene Knapp |
| 4 days | add a metadata structure for the hex transform | Irene Knapp |
| 4 days | improve some comments | Irene Knapp |
| 4 days | oops. read-to-buffer was tightly bound to that specific magic word. fixed. | Irene Knapp |
| 5 days | remove the hardcoded magic word from the hex transform also | Irene Knapp |
| 5 days | make read-to-buffer take its delimiter as a parameter | Irene Knapp |
| 5 days | change the transforms to take their end delimiters as parameters | Irene Knapp |
| 2026-06-12 | it spits out correct hex | Irene Knapp |
| 2026-06-12 | the hex transform successfully runs (as an nop) on hex.e now | Irene Knapp |
| 2026-06-12 | first steps towards the hex transform | Irene Knapp |
| 2026-05-28 | comment fixes | Irene Knapp |
| 2026-05-28 | docs fixed for attach-string-to-input-buffer | Irene Knapp |
| 2026-05-28 | swap the parameters to "entry-flags!" | Irene Knapp |
| 2026-05-28 | rename transform-state to transformation-state | Irene Knapp |
| 2026-05-28 | change the parameter order for memcopy and memmove | Irene Knapp |
| 2026-05-28 | add the ability to bind signal handlers | Irene Knapp |
| 2026-05-23 | added a couple new instructions | Irene Knapp |
| 2026-05-22 | fix our first binary reproducibility issue (wow) | Irene Knapp |
| 2026-05-22 | small changes towards self-hosting | Irene Knapp |
| 2026-05-22 | okay s" ." and ' do their things now | Irene Knapp |
| 2026-05-22 | it runs!!!!!! it interactively reads input and everything | Irene Knapp |
| 2026-05-21 | the interpreter fully compiles now | Irene Knapp |
| 2026-05-21 | whew, okay, lots of interpret stuff implemented now | Irene Knapp |
| 2026-05-21 | okay, input buffers should work now (untested though) | Irene Knapp |
| 2026-05-21 | dynamic.e is split up again, and more progress | Irene Knapp |
| 2026-05-21 | started cleaning up all the log-loaded functionality | Irene Knapp |
| 2026-05-21 | Add high-level flow control to the log-load transform | Irene Knapp |
| 2026-05-21 | okay, s" and ." work all-the-way in the log-load transform now | Irene Knapp |
| 2026-05-20 | okay, keywords work under the log-load transform now | Irene Knapp |
| 2026-05-20 | tidied away core-plus.e | Irene Knapp |
| 2026-05-20 | the entirety of core.e now log-loads | Irene Knapp |
| 2026-05-20 | so yeah, docol, exit, and lit all work in log-load now | Irene Knapp |
| 2026-05-20 | colon, semicolon, and compiled integers all work with log-load now | Irene Knapp |
| 2026-05-20 | create works now, and docol outputs successfully | Irene Knapp |
| 2026-05-20 | add a really powerful stack depth tracking feature for transforms to use | Irene Knapp |
| 2026-05-19 | rename all the label alternates to their longform versions | Irene Knapp |
| 2026-05-19 | log-load-variable and label-keyword-alternate work now | Irene Knapp |
| 2026-05-19 | yessssssss | Irene Knapp |
| 2026-05-18 | okay there's a strat for making the here/latest variables now | Irene Knapp |
| 2026-05-17 | more progress on the log-load transform | Irene Knapp |
| 2026-05-17 | implement log-load-create; add all the pack/unpack stuff to core.e | Irene Knapp |
| 2026-05-16 | the skeleton of the log-load transform is in place now | Irene Knapp |
| 2026-05-16 | add a stub for the log-load transform, and a ton of documentation | Irene Knapp |
| 2026-05-16 | ah, oops, there was a bug in the label transform for compiled words | Irene Knapp |
| 2026-05-16 | word labels are now stored as offsets | Irene Knapp |
| 2026-05-16 | it WORKS. WOW. nice. | Irene Knapp |
| 2026-05-16 | it's much closer, most of the labels work correctly now | Irene Knapp |