Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * lib.c (getplist_f): New function. | Kaz Kylheku | 2011-11-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | * lib.h (getplist_f): Declared. * match.c (v_collect, h_coll): Use getplist_f to distinguish the case that :vars is explicitly specified as (). In this case, no bindings escape from the collect. * tests/008/soundex.txr: This test case broke due to using :vars () and yet counting on the variable to exist. * RELNOTES: Updated. | ||||
* | * Makefile (tests/008/soundex.ok): New test case. | Kaz Kylheku | 2011-11-19 | 1 | -0/+78 |
(TXR_ARGS): Specified for new test case. * tests/008/soundex.expected: New file. * tests/008/soundex.txr: New file. |