| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move PRNG-related initialization to rand.c | Kaz Kylheku | 2016-04-28 | 1 | -8/+0 |
* | Recycle temporary list-of-lists in mapping functions. | Kaz Kylheku | 2016-04-22 | 1 | -3/+9 |
* | Don't quote path in load and @(load) diagnostics. | Kaz Kylheku | 2016-04-22 | 1 | -1/+1 |
* | Close source files after parsing. | Kaz Kylheku | 2016-04-15 | 1 | -0/+3 |
* | Fix proper-listp to proper-list-p. | Kaz Kylheku | 2016-04-14 | 1 | -3/+7 |
* | Trace expansion more in expansion-time errors. | Kaz Kylheku | 2016-04-13 | 1 | -5/+32 |
* | Bugfix: track origin for built-in macros. | Kaz Kylheku | 2016-04-13 | 1 | -0/+1 |
* | More thorough job of tracking expansion origins. | Kaz Kylheku | 2016-04-13 | 1 | -7/+6 |
* | Don't expand replacements of symbol macros. | Kaz Kylheku | 2016-04-12 | 1 | -3/+6 |
* | Better handling of dot position function calls. | Kaz Kylheku | 2016-04-11 | 1 | -12/+50 |
* | Allow symbol macro in function call dot position. | Kaz Kylheku | 2016-04-07 | 1 | -1/+5 |
* | Adding rightmost item search functions. | Kaz Kylheku | 2016-03-27 | 1 | -1/+14 |
* | Bugfix in error location reporting across macro expansions. | Kaz Kylheku | 2016-03-26 | 1 | -2/+2 |
* | Bugfix: append-each is wrongly destructive. | Kaz Kylheku | 2016-02-29 | 1 | -1/+1 |
* | expand-left and nexpand-left functions. | Kaz Kylheku | 2016-02-29 | 1 | -0/+35 |
* | Header file cleanup. | Kaz Kylheku | 2016-01-22 | 1 | -1/+0 |
* | Reduce header pollution caused by mpi.h. | Kaz Kylheku | 2016-01-22 | 1 | -0/+1 |
* | New random-state-get-vec function. | Kaz Kylheku | 2016-01-18 | 1 | -0/+2 |
* | New function, split*. | Kaz Kylheku | 2016-01-17 | 1 | -0/+1 |
* | Fix omission: the / function becomes n-ary. | Kaz Kylheku | 2016-01-13 | 1 | -1/+1 |
* | bugfix: no location info for unbound var in dohash. | Kaz Kylheku | 2016-01-13 | 1 | -5/+5 |
* | The identity function gets an alias: use. | Kaz Kylheku | 2016-01-13 | 1 | -0/+1 |
* | New internal function scat: variable arg cat_str. | Kaz Kylheku | 2016-01-10 | 1 | -2/+2 |
* | Don't record form as its own macro origin. | Kaz Kylheku | 2016-01-09 | 1 | -2/+2 |
* | Revert chr-isdigit/isxdigit, provide new functions. | Kaz Kylheku | 2016-01-04 | 1 | -0/+2 |
* | Wording change in error_trace. | Kaz Kylheku | 2016-01-02 | 1 | -2/+2 |
* | Use last-form-evaled mechanism for pattern language. | Kaz Kylheku | 2016-01-02 | 1 | -0/+7 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | Fix regression in tab completion. | Kaz Kylheku | 2015-12-30 | 1 | -1/+1 |
* | last_form_evaled must track argument evaluation. | Kaz Kylheku | 2015-12-29 | 1 | -4/+3 |
* | Propagate macro ancestry info across macrolet. | Kaz Kylheku | 2015-12-29 | 1 | -1/+4 |
* | Detect loop in error_trace. | Kaz Kylheku | 2015-12-29 | 1 | -0/+3 |
* | Suppress "which is located at nil". | Kaz Kylheku | 2015-12-29 | 1 | -3/+9 |
* | Don't suppress detailed error trace for eval-error. | Kaz Kylheku | 2015-12-29 | 1 | -2/+2 |
* | Don't record nil as the macro ancestor of a form. | Kaz Kylheku | 2015-12-29 | 1 | -1/+2 |
* | Use subtype check for eval error. | Kaz Kylheku | 2015-12-27 | 1 | -1/+1 |
* | TXR quasiliterals and output vars treated as Lisp. | Kaz Kylheku | 2015-12-26 | 1 | -7/+102 |
* | New condlet macro; small change to iflet/whenlet. | Kaz Kylheku | 2015-12-18 | 1 | -6/+14 |
* | Set macro ancestry info in place expansions. | Kaz Kylheku | 2015-12-17 | 1 | -0/+7 |
* | Allow :whole and :form to do destructuring. | Kaz Kylheku | 2015-12-14 | 1 | -7/+15 |
* | symbol-function semantics change; new symbol-macro. | Kaz Kylheku | 2015-12-10 | 1 | -6/+19 |
* | Change representation of top-level macro bindings. | Kaz Kylheku | 2015-12-10 | 1 | -6/+8 |
* | Allow defmacros and defuns to co-exist. | Kaz Kylheku | 2015-12-08 | 1 | -3/+0 |
* | Adding mboundp and mmakunbound. | Kaz Kylheku | 2015-12-08 | 1 | -0/+14 |
* | New function macro-ancestor. | Kaz Kylheku | 2015-12-08 | 1 | -0/+1 |
* | Suppress superfluous "located at" message. | Kaz Kylheku | 2015-11-30 | 1 | -9/+5 |
* | defun can define methods. | Kaz Kylheku | 2015-11-30 | 1 | -9/+24 |
* | Refactor propagation of contexts in evaluator. | Kaz Kylheku | 2015-11-30 | 1 | -58/+74 |
* | Drop ctx_form param on env_vbind_special and apply. | Kaz Kylheku | 2015-11-30 | 1 | -23/+23 |
* | Change funcall_interp API. | Kaz Kylheku | 2015-11-30 | 1 | -1/+3 |