summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: missing macros in autoload.Kaz Kylheku2015-11-141-1/+2
* Version 124.txr-124Kaz Kylheku2015-11-146-526/+569
* Bugfix: broken ~o specifier for bignums.Kaz Kylheku2015-11-141-1/+1
* Implementing *print-base* and ~d format directive.Kaz Kylheku2015-11-148-92/+173
* New global control over float print precision.Kaz Kylheku2015-11-134-8/+99
* Formatting in generate, giterate heading.Kaz Kylheku2015-11-121-1/+1
* Explanation about mlet circularity.Kaz Kylheku2015-11-121-1/+4
* Fix pretty printer mishandling unexpected syntax.Kaz Kylheku2015-11-111-7/+8
* Consistent parameter name in list_collect_* decls.Kaz Kylheku2015-11-111-5/+5
* Adding revappend and nreconc.Kaz Kylheku2015-11-114-0/+143
* Improve reverse and nreverse.Kaz Kylheku2015-11-111-16/+68
* Print (rcons x y) forms as x..y.Kaz Kylheku2015-11-101-0/+6
* New function: group-reduce.Kaz Kylheku2015-11-104-0/+120
* Add func_n6o.Kaz Kylheku2015-11-102-0/+7
* New block* op; functions return* and sys:abscond*.Kaz Kylheku2015-11-092-4/+127
* Variable init forms of for go inside nil block.Kaz Kylheku2015-11-082-9/+21
* quicksort: tail recurse on longer partition.Kaz Kylheku2015-11-081-3/+8
* Median of three pivot selection in quicksort.Kaz Kylheku2015-11-081-3/+49
* New iread function.Kaz Kylheku2015-11-076-10/+120
* Version 123.txr-123Kaz Kylheku2015-11-064-4/+15
* Remove unused rel1 function.Kaz Kylheku2015-11-062-8/+0
* Fix serious regression in search_regex.Kaz Kylheku2015-11-061-3/+1
* Version 122.txr-122Kaz Kylheku2015-11-056-338/+371
* Make small_sigset_t narrower.Kaz Kylheku2015-11-052-2/+2
* Clear stack area below revived continuation.Kaz Kylheku2015-11-051-0/+1
* Copy envs for middle-of-binding continuations.Kaz Kylheku2015-11-054-16/+108
* yield-from can omit form; access initial value.Kaz Kylheku2015-11-042-72/+122
* Pattern vars accessed from Lisp now dynamic.Kaz Kylheku2015-11-044-5/+73
* Factor out excessive uw_set_match_context calls.Kaz Kylheku2015-11-031-51/+40
* Add amb test case for continuations.Kaz Kylheku2015-11-021-0/+20
* Moving sys:capture-cont to call/cc style API.Kaz Kylheku2015-11-024-59/+50
* New range type, distinct from cons cell.Kaz Kylheku2015-11-0110-43/+253
* Fix case in Compatibility section reference.Kaz Kylheku2015-10-311-1/+1
* Define suspend operator.Kaz Kylheku2015-10-303-35/+104
* Support Power PC 64.Kaz Kylheku2015-10-302-0/+88
* Version 121.txr-121Kaz Kylheku2015-10-296-534/+568
* Formatting issue under qref.Kaz Kylheku2015-10-291-1/+1
* Provide a way to free the continuation stacks.Kaz Kylheku2015-10-293-42/+66
* Finalize obtain continuator function.Kaz Kylheku2015-10-292-7/+20
* Unwinding continuations via "poison" value.Kaz Kylheku2015-10-292-2/+11
* Implementing sys:abscond-from operator.Kaz Kylheku2015-10-285-5/+121
* Doc maintenance under flet and labels.Kaz Kylheku2015-10-281-1/+15
* Bugfix: harden hash-next, since it is exposed.Kaz Kylheku2015-10-281-1/+4
* Fix with-hash-table-iter typo.Kaz Kylheku2015-10-282-2/+2
* Add some tests for continuations.Kaz Kylheku2015-10-282-0/+19
* Add obtain/yield macros interface to continuations.Kaz Kylheku2015-10-283-0/+328
* Context form error reporting in sys:capture-cont.Kaz Kylheku2015-10-283-18/+24
* Expose eval_error out of eval module.Kaz Kylheku2015-10-282-1/+2
* Move noreturn macro.Kaz Kylheku2015-10-282-6/+6
* New special macro parameter list parameter :form.Kaz Kylheku2015-10-282-12/+30