| Commit | Date | |
|---|---|---|
|
[r6228]
by
david_costanzo
Rework char_arg to take the argument instead of an argument list. |
2026-05-25 22:10:48 | Tree |
|
[r6227]
by
david_costanzo
Refactoring: Change the signature of char_arg() to return a wchar_t instead of NODE*. This change makes it clear that char_arg() is responsible for freeing whatever it allocates. |
2026-05-25 22:03:07 | Tree |
|
[r6226]
by
david_costanzo
Rework char_arg() so that it doesn't modify the input list. |
2026-05-25 21:44:50 | Tree |
| 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 |