| Commit message (Expand) | Author | Age | Files | Lines |
* | limit print depth/width when diagnosing oveflow. | Kaz Kylheku | 2021-06-24 | 1 | -0/+11 |
* | New: stack overflow protection. | Kaz Kylheku | 2021-06-23 | 1 | -0/+4 |
* | c_str now takes a self argument. | Kaz Kylheku | 2021-06-23 | 1 | -1/+1 |
* | Dubious new functions cxr/cyr. | Kaz Kylheku | 2021-06-21 | 1 | -0/+2 |
* | expander: bug: atoms in quasiliteral. | Kaz Kylheku | 2021-06-15 | 1 | -0/+3 |
* | defsymacro: regression: don't expand replacement. | Kaz Kylheku | 2021-06-15 | 1 | -12/+29 |
* | errors: avoid premature release of deferred warnings. | Kaz Kylheku | 2021-06-11 | 1 | -2/+2 |
* | lib: new function, fill-vec. | Kaz Kylheku | 2021-06-08 | 1 | -0/+1 |
* | expander: expand must only ignores unbound warnings. | Kaz Kylheku | 2021-06-07 | 1 | -1/+20 |
* | bugfix: do not expand defun body with name in scope. | Kaz Kylheku | 2021-06-04 | 1 | -4/+1 |
* | json: functions put-json and put-jsonl. | Kaz Kylheku | 2021-05-29 | 1 | -0/+2 |
* | json: get-json function. | Kaz Kylheku | 2021-05-28 | 1 | -0/+1 |
* | json: tojson function. | Kaz Kylheku | 2021-05-28 | 1 | -0/+1 |
* | eval: bugfix: expand keys in case{q,ql,qual}* | Kaz Kylheku | 2021-05-21 | 1 | -2/+2 |
* | compiler: better code for global var definitions. | Kaz Kylheku | 2021-05-14 | 1 | -4/+22 |
* | lib: basic support for trees as sequences. | Kaz Kylheku | 2021-05-09 | 1 | -12/+18 |
* | mapcar*: fix broken. | Kaz Kylheku | 2021-04-29 | 1 | -1/+1 |
* | macros: lexical-var-p: don't report t for specials. | Kaz Kylheku | 2021-04-28 | 1 | -8/+30 |
* | compile/eval: new operator, mac-env-param-bind. | Kaz Kylheku | 2021-04-21 | 1 | -3/+37 |
* | expander: fun: misleading diagnostic. | Kaz Kylheku | 2021-03-28 | 1 | -1/+1 |
* | compile/eval: more standard formatting for diags. | Kaz Kylheku | 2021-03-27 | 1 | -4/+4 |
* | lib: new functions join, join-with. | Kaz Kylheku | 2021-03-09 | 1 | -1/+6 |
* | expander: improve diagnosis of invalid dotted syntax. | Kaz Kylheku | 2021-02-18 | 1 | -17/+33 |
* | compiler: eliminate block from recursive functions. | Kaz Kylheku | 2021-02-12 | 1 | -3/+5 |
* | maprod, maprend: correct self name. | Kaz Kylheku | 2021-01-15 | 1 | -2/+2 |
* | mapcar/maprod: show-stopper bug. | Kaz Kylheku | 2021-01-15 | 1 | -2/+6 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | progn, prog1, prog2: now also functions. | Kaz Kylheku | 2021-01-01 | 1 | -0/+19 |
* | New macro: prog2 | Kaz Kylheku | 2021-01-01 | 1 | -1/+14 |
* | eval: use symbol vars for registering if, and or. | Kaz Kylheku | 2021-01-01 | 1 | -3/+3 |
* | shuffle/nshuffle: take optional random state argument. | Kaz Kylheku | 2020-12-29 | 1 | -2/+2 |
* | txr, eval: eliminate some func_n1 calls. | Kaz Kylheku | 2020-12-10 | 1 | -2/+2 |
* | mapcar: regression: not not converting to left type | Kaz Kylheku | 2020-10-10 | 1 | -1/+2 |
* | time: move time functions out of lib.c into time.c. | Kaz Kylheku | 2020-10-07 | 1 | -14/+0 |
* | tags: address small issue with tag lookup. | Kaz Kylheku | 2020-09-01 | 1 | -4/+4 |
* | New function: reject. | Kaz Kylheku | 2020-09-01 | 1 | -0/+1 |
* | txr: repeat ferrets out Lisp-embedded vars. | Kaz Kylheku | 2020-08-17 | 1 | -1/+1 |
* | Change noreturn to NORETURN. | Kaz Kylheku | 2020-08-07 | 1 | -3/+3 |
* | New sspl function. | Kaz Kylheku | 2020-07-22 | 1 | -0/+1 |
* | Support weak semantics in symbol packages. | Kaz Kylheku | 2020-07-12 | 1 | -2/+2 |
* | listener: new *-1, *-2 ... *-20 macros. | Kaz Kylheku | 2020-07-11 | 1 | -1/+1 |
* | New function: iterable. | Kaz Kylheku | 2020-07-02 | 1 | -0/+1 |
* | c_num: now takes self argument. | Kaz Kylheku | 2020-06-29 | 1 | -12/+16 |
* | New function: maprodo. | Kaz Kylheku | 2020-06-28 | 1 | -0/+12 |
* | New functions: list-seq, ved-seq and str-seq. | Kaz Kylheku | 2020-06-28 | 1 | -0/+3 |
* | each: fix (each ()) segfault. | Kaz Kylheku | 2020-06-06 | 1 | -4/+5 |
* | mapcar/maprod: fix stack overflow regression. | Kaz Kylheku | 2020-06-05 | 1 | -6/+5 |
* | mapping: rewrite loop using seq_info and args. | Kaz Kylheku | 2020-06-04 | 1 | -19/+27 |
* | mapcar, mappend, mapdo: merge implementations. | Kaz Kylheku | 2020-06-04 | 1 | -60/+20 |
* | maprod: bugfix: not reducing to mapcar. | Kaz Kylheku | 2020-06-04 | 1 | -5/+6 |