| Commit | Date | |
|---|---|---|
|
[r6213]
by
david_costanzo
Fix a recent regression in FIRST where it could leak a value provided by :erract. |
2026-05-22 22:42:27 | Tree |
|
[r6212]
by
david_costanzo
Fix a recent regression in BUTFIRST where it could return a freed NODE*. |
2026-05-22 22:36:04 | Tree |
|
[r6211]
by
david_costanzo
Change BUTFIRSTS so that, on bad input, it considers its entire input bad, not just one element. |
2026-05-22 01:15:42 | Tree |
|
[r6210]
by
david_costanzo
Change FIRSTS so that, on bad input, the entire input is replaced instead of the bad element. I had thought the code would use validate_argument before entering the Overall, the code didn't turn out clean as I had hoped. Still, I |
2026-05-20 23:08:57 | Tree |
| 2026-05-19 01:22:57 | Tree | |
| 2026-05-18 00:57:23 | Tree | |
| 2026-05-18 00:56:14 | Tree | |
|
[r6206]
by
david_costanzo
Refactoring: Extract validate_argument and use it in FIRST, BUTFIRST, LAST, BUTLAST. For 25 years, I had assumed that modifying the list was useful, like maybe it sped The code base will be easier to undersatnd if doesn't modify the argument list for |
2026-05-17 03:54:09 | Tree |
|
[r6205]
by
david_costanzo
Create separate procedures for a smoke test and bad input tests for BUTLAST. |
2026-05-17 02:37:15 | Tree |
|
[r6204]
by
david_costanzo
Add separate functions for a smoke test and a bad input test of LAST. |
2026-05-17 02:12:11 | Tree |