Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support ref, refset on structs via lambda, lambda-set. | Kaz Kylheku | 2017-06-16 | 1 | -1/+1 |
| | | | | | | | | | | | * lib.c (ref, refset): Check for lambda and lambda-set, respectively, and use it. * txr.1: Documented. * tests/012/aseq.tl (add lambda): Fix previously unused broken method which now causes test to go into infinite recursion. | ||||
* | Bugfix: sub and length on abstract sequences. | Kaz Kylheku | 2016-10-13 | 1 | -0/+15 |
* lib.c (length_proper_list): New static function. (length): Use length_proper_list for objects. (sub): Call nullify on COBJ object before passing to sub_list. * tests/012/aseq.tl, tests/012/aseq.expected: New files. |