| Commit | Date | |
|---|---|---|
| 2026-07-11 02:32:47 | Tree | |
|
[r6352]
by
david_costanzo
Add comments to explain a mysterious block of code in evaluator() as well as a test that exercises it. |
2026-07-11 02:31:05 | Tree |
| 2026-07-11 00:38:53 | Tree | |
|
[r6350]
by
david_costanzo
Simplify release_all_objects() by removing unneeded logic that set object properties to NIL. |
2026-07-10 21:24:59 | Tree |
|
[r6349]
by
david_costanzo
Add flonum_arg(), which is a replacement for float_arg() that: It also changes lform() to use the new function to provide that it's correct. This is part of a larger effort to simplify by the code base by reducing the number of unneeded side effects. |
2026-07-07 23:19:08 | Tree |
|
[r6348]
by
david_costanzo
Add more tests for FORM, including tests that use :erract to fix bad input. |
2026-07-07 01:40:39 | Tree |
| 2026-07-06 04:20:40 | Tree | |
| 2026-07-06 04:01:12 | Tree | |
|
[r6345]
by
david_costanzo
Refactoring: Change ACTIVEAREATEST.PERSISTTEST to use RUNLOGOPROGRAM instead of duplicating its logic. |
2026-07-06 03:35:38 | Tree |
|
[r6344]
by
david_costanzo
Refactoring: Slightly simplify the logic for handling the return value of a macro. This moves: To the branch where this change matters. It also precomputes its effect instead of assigning env twice. Note that I haven't confirmed that unev can be Unbound. |
2026-07-06 02:49:36 | Tree |