| Commit message (Expand) | Author | Age | Files | Lines |
* | Version 125.txr-125 | Kaz Kylheku | 2015-11-20 | 6 | -382/+436 |
* | Combat spurious retention in few more functions. | Kaz Kylheku | 2015-11-20 | 1 | -13/+17 |
* | last function becomes generic. | Kaz Kylheku | 2015-11-20 | 2 | -6/+17 |
* | TXR_COMPAT option. | Kaz Kylheku | 2015-11-20 | 2 | -1/+54 |
* | New equality substitution. | Kaz Kylheku | 2015-11-20 | 6 | -34/+189 |
* | Fix buggy less function. | Kaz Kylheku | 2015-11-20 | 1 | -32/+38 |
* | Fix type hole in equal function w.r.t. COBJ. | Kaz Kylheku | 2015-11-20 | 1 | -1/+1 |
* | Introducing lazy structs. | Kaz Kylheku | 2015-11-20 | 4 | -3/+182 |
* | @(next) takes Lisp expression as source now. | Kaz Kylheku | 2015-11-20 | 2 | -3/+36 |
* | Renaming html filters to get rid of underscore. | Kaz Kylheku | 2015-11-20 | 2 | -27/+31 |
* | New :to_html_relaxed filter and html-encode*. | Kaz Kylheku | 2015-11-20 | 2 | -1/+36 |
* | Filtering to HTML should include ' -> '. | Kaz Kylheku | 2015-11-20 | 1 | -0/+1 |
* | @(rep) as shorthand for @(coll :vars nil). | Kaz Kylheku | 2015-11-20 | 3 | -5/+41 |
* | Use symbol in diagnostics in collect. | Kaz Kylheku | 2015-11-20 | 1 | -9/+9 |
* | Address spurious retention across library. | Kaz Kylheku | 2015-11-20 | 1 | -17/+95 |
* | Combat spurious retention in args handling code. | Kaz Kylheku | 2015-11-20 | 2 | -3/+6 |
* | Combat spurious retention in mapdo. | Kaz Kylheku | 2015-11-20 | 1 | -0/+2 |
* | Useful debugging function for spurious retention. | Kaz Kylheku | 2015-11-20 | 2 | -0/+13 |
* | Provide butlast function. | Kaz Kylheku | 2015-11-20 | 4 | -0/+31 |
* | Functors: structs callable as functions. | Kaz Kylheku | 2015-11-20 | 2 | -0/+33 |
* | New uslot function and usl macro. | Kaz Kylheku | 2015-11-20 | 5 | -1/+75 |
* | Bugfix: missing macros in autoload. | Kaz Kylheku | 2015-11-14 | 1 | -1/+2 |
* | Version 124.txr-124 | Kaz Kylheku | 2015-11-14 | 6 | -526/+569 |
* | Bugfix: broken ~o specifier for bignums. | Kaz Kylheku | 2015-11-14 | 1 | -1/+1 |
* | Implementing *print-base* and ~d format directive. | Kaz Kylheku | 2015-11-14 | 8 | -92/+173 |
* | New global control over float print precision. | Kaz Kylheku | 2015-11-13 | 4 | -8/+99 |
* | Formatting in generate, giterate heading. | Kaz Kylheku | 2015-11-12 | 1 | -1/+1 |
* | Explanation about mlet circularity. | Kaz Kylheku | 2015-11-12 | 1 | -1/+4 |
* | Fix pretty printer mishandling unexpected syntax. | Kaz Kylheku | 2015-11-11 | 1 | -7/+8 |
* | Consistent parameter name in list_collect_* decls. | Kaz Kylheku | 2015-11-11 | 1 | -5/+5 |
* | Adding revappend and nreconc. | Kaz Kylheku | 2015-11-11 | 4 | -0/+143 |
* | Improve reverse and nreverse. | Kaz Kylheku | 2015-11-11 | 1 | -16/+68 |
* | Print (rcons x y) forms as x..y. | Kaz Kylheku | 2015-11-10 | 1 | -0/+6 |
* | New function: group-reduce. | Kaz Kylheku | 2015-11-10 | 4 | -0/+120 |
* | Add func_n6o. | Kaz Kylheku | 2015-11-10 | 2 | -0/+7 |
* | New block* op; functions return* and sys:abscond*. | Kaz Kylheku | 2015-11-09 | 2 | -4/+127 |
* | Variable init forms of for go inside nil block. | Kaz Kylheku | 2015-11-08 | 2 | -9/+21 |
* | quicksort: tail recurse on longer partition. | Kaz Kylheku | 2015-11-08 | 1 | -3/+8 |
* | Median of three pivot selection in quicksort. | Kaz Kylheku | 2015-11-08 | 1 | -3/+49 |
* | New iread function. | Kaz Kylheku | 2015-11-07 | 6 | -10/+120 |
* | Version 123.txr-123 | Kaz Kylheku | 2015-11-06 | 4 | -4/+15 |
* | Remove unused rel1 function. | Kaz Kylheku | 2015-11-06 | 2 | -8/+0 |
* | Fix serious regression in search_regex. | Kaz Kylheku | 2015-11-06 | 1 | -3/+1 |
* | Version 122.txr-122 | Kaz Kylheku | 2015-11-05 | 6 | -338/+371 |
* | Make small_sigset_t narrower. | Kaz Kylheku | 2015-11-05 | 2 | -2/+2 |
* | Clear stack area below revived continuation. | Kaz Kylheku | 2015-11-05 | 1 | -0/+1 |
* | Copy envs for middle-of-binding continuations. | Kaz Kylheku | 2015-11-05 | 4 | -16/+108 |
* | yield-from can omit form; access initial value. | Kaz Kylheku | 2015-11-04 | 2 | -72/+122 |
* | Pattern vars accessed from Lisp now dynamic. | Kaz Kylheku | 2015-11-04 | 4 | -5/+73 |
* | Factor out excessive uw_set_match_context calls. | Kaz Kylheku | 2015-11-03 | 1 | -51/+40 |