| Commit message (Expand) | Author | Age | Files | Lines |
* | split, split*, partition, partition*: allow neg indices. | Kaz Kylheku | 2017-03-14 | 1 | -14/+46 |
* | Fix missing nao terminator in formatted printing. | Kaz Kylheku | 2017-03-13 | 1 | -1/+1 |
* | New functions starts-with and ends-with. | Kaz Kylheku | 2017-03-12 | 1 | -0/+12 |
* | New rmismatch function. | Kaz Kylheku | 2017-03-12 | 1 | -0/+100 |
* | uref: the a.b.c syntax extended to .a.b.c | Kaz Kylheku | 2017-03-06 | 1 | -1/+10 |
* | remq/remove-if family: bugfixes in error message. | Kaz Kylheku | 2017-02-22 | 1 | -9/+9 |
* | New internal function: vec. | Kaz Kylheku | 2017-02-15 | 1 | -0/+22 |
* | Add rassoc and rassql functions. | Kaz Kylheku | 2017-02-11 | 1 | -0/+28 |
* | Use non-hacky representation for deferrable warnings. | Kaz Kylheku | 2017-02-10 | 1 | -1/+3 |
* | keep/remove: reduce duplication, optimize. | Kaz Kylheku | 2017-02-05 | 1 | -130/+128 |
* | bugfix: incorrect keepql due to spurious statement. | Kaz Kylheku | 2017-02-05 | 1 | -1/+0 |
* | bugfix: rehome_sym not removing from hidden list. | Kaz Kylheku | 2017-02-04 | 1 | -0/+1 |
* | bugfix: don't print unnecessary package prefix. | Kaz Kylheku | 2017-02-04 | 1 | -2/+2 |
* | Optimize merge a little. | Kaz Kylheku | 2017-01-29 | 1 | -4/+6 |
* | bugfix: make list sorting stable, as documented. | Kaz Kylheku | 2017-01-29 | 1 | -11/+11 |
* | bugfix: read print consistency of shadowed symbols. | Kaz Kylheku | 2017-01-29 | 1 | -7/+14 |
* | bugfix: take-while, take-until termination condition. | Kaz Kylheku | 2017-01-24 | 1 | -2/+2 |
* | Rename proper_plist_to_alist function. | Kaz Kylheku | 2017-01-24 | 1 | -1/+1 |
* | New memp function for searching a plist. | Kaz Kylheku | 2017-01-24 | 1 | -0/+9 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | Bugfix: quasilit var read-print consistency. | Kaz Kylheku | 2016-12-31 | 1 | -2/+9 |
* | Adding mismatch function. | Kaz Kylheku | 2016-12-12 | 1 | -0/+112 |
* | bugfix: find-max doesn't handle internal literals. | Kaz Kylheku | 2016-12-12 | 1 | -1/+2 |
* | New function: endp. | Kaz Kylheku | 2016-12-10 | 1 | -0/+10 |
* | C++ regression in printer. | Kaz Kylheku | 2016-12-07 | 1 | -21/+23 |
* | bugfix: , *sym printed as ,*sym. | Kaz Kylheku | 2016-12-06 | 1 | -2/+18 |
* | bugfix: print unquote/splice in dot position. | Kaz Kylheku | 2016-12-05 | 1 | -1/+19 |
* | Adding curry_1234_1 function. | Kaz Kylheku | 2016-12-01 | 1 | -0/+15 |
* | Don't throw when printing (sys:quasi . atom). | Kaz Kylheku | 2016-11-27 | 1 | -2/+2 |
* | bugfix: read-print consistency for @(expr). | Kaz Kylheku | 2016-11-27 | 1 | -1/+1 |
* | Expander warns about unbound variables. | Kaz Kylheku | 2016-11-26 | 1 | -1/+4 |
* | bugfix: quasilit read/print consistency, part 2. | Kaz Kylheku | 2016-11-26 | 1 | -1/+1 |
* | bugfix: quasilit read/print consistency, part 1. | Kaz Kylheku | 2016-11-26 | 1 | -2/+2 |
* | Completion of fallback list implementation. | Kaz Kylheku | 2016-11-16 | 1 | -1/+26 |
* | Start of fallback package list implementation. | Kaz Kylheku | 2016-11-16 | 1 | -0/+53 |
* | Fix circular printing issue for package objects. | Kaz Kylheku | 2016-11-10 | 1 | -1/+1 |
* | Handle interpreted functions in circle printing. | Kaz Kylheku | 2016-11-10 | 1 | -0/+7 |
* | Fix some gc-unsafe mutations found by inspection. | Kaz Kylheku | 2016-11-10 | 1 | -2/+2 |
* | Check for non-package value in *package*. | Kaz Kylheku | 2016-11-10 | 1 | -1/+9 |
* | Implementing package foreign symbol concept. | Kaz Kylheku | 2016-11-10 | 1 | -38/+238 |
* | Check that name is stringp in some sym functions. | Kaz Kylheku | 2016-11-08 | 1 | -6/+18 |
* | Implement *package* special var; package overhaul. | Kaz Kylheku | 2016-11-08 | 1 | -26/+11 |
* | Don't access *print-circle* in early init. | Kaz Kylheku | 2016-11-08 | 1 | -1/+1 |
* | Circ print: fix recursion from print methods. | Kaz Kylheku | 2016-11-01 | 1 | -12/+23 |
* | Don't enter symbols into cycle-identifying hash. | Kaz Kylheku | 2016-10-31 | 1 | -2/+7 |
* | Relax restrictions on dwim places. | Kaz Kylheku | 2016-10-31 | 1 | -9/+34 |
* | lambda-set method: treat [struct ...] as place. | Kaz Kylheku | 2016-10-30 | 1 | -19/+51 |
* | Same fix in tok-where as tok-str. | Kaz Kylheku | 2016-10-26 | 1 | -1/+23 |
* | Don't bother with numeq comparison in tok_where. | Kaz Kylheku | 2016-10-26 | 1 | -1/+1 |
* | Fix regression: broken tok_where. | Kaz Kylheku | 2016-10-26 | 1 | -7/+10 |