| Commit | Date | |
|---|---|---|
| 2026-05-25 21:42:17 | Tree | |
|
[r6224]
by
david_costanzo
Fix the way the empty string is expressed in some RUNRECOVERABLEERRORTEST tests. This change replaces the list literal with a call to LIST, which can create a list that contains the empty string. |
2026-05-25 15:10:12 | Tree |
|
[r6223]
by
david_costanzo
Refactoring: rename lbfs to lbutfirsts for consistency with how other logofuncs are named. |
2026-05-25 04:02:30 | Tree |
|
[r6222]
by
david_costanzo
Fix an off-by-one error in the translation of a byte buffer to a Unicode string. |
2026-05-25 03:05:41 | Tree |
| 2026-05-25 02:55:10 | Tree | |
|
[r6220]
by
david_costanzo
Finish fixing Bug #616 (Empty words created by DLLCALL now act like the empty word). The earlier fix missed that ldllcall() converts the buffers from Unicode to bytes after the function call. The follow-up fix is to skip the Unicode-to-byte translation if the buffer NODE* is Null_Word. |
2026-05-25 02:32:06 | Tree |
|
[r6219]
by
david_costanzo
Fix Bug #616; Empty words created by DLLCALL now act like the empty word. I chose to fix this in DLLCALL, making make_buffer return Null_Word like make_strnode does. An alternative fix could have been to find all places which assume that Null_Word is the only |
2026-05-23 22:22:06 | Tree |
|
[r6218]
by
david_costanzo
Update the expected test log to include the output of some new tests, as well as some bug fixes. |
2026-05-23 03:24:16 | Tree |
|
[r6217]
by
david_costanzo
Cleanup: Remove the special case in butfirst() and llbutlast() to return Null_Word. |
2026-05-23 01:39:10 | Tree |
|
[r6216]
by
david_costanzo
Add tests that FIRSTS, BUTFIRSTS, and BUTLAST take ownership of any node :erract provides them. |
2026-05-23 01:31:09 | Tree |