| Commit message (Expand) | Author | Age | Files | Lines |
* | New directive: mdo. | Kaz Kylheku | 2017-03-12 | 1 | -1/+1 |
* | uref: the a.b.c syntax extended to .a.b.c | Kaz Kylheku | 2017-03-06 | 1 | -1/+1 |
* | bugfix: :filter not handled right in output var. | Kaz Kylheku | 2017-01-26 | 1 | -0/+1 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | Deferred warnings. | Kaz Kylheku | 2017-01-13 | 1 | -1/+1 |
* | Move unwind intrinsics from eval.c to unwind.c. | Kaz Kylheku | 2016-11-23 | 1 | -0/+1 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | Get rid of sys:load; load becomes function. | Kaz Kylheku | 2016-09-26 | 1 | -0/+2 |
* | Overhaul of self-load-path mechanism. | Kaz Kylheku | 2016-09-26 | 1 | -1/+1 |
* | Methods for turning objects into sequences. | Kaz Kylheku | 2016-06-01 | 1 | -0/+1 |
* | New feature: self-load-path symbol macro. | Kaz Kylheku | 2016-05-18 | 1 | -0/+2 |
* | Simple indirection on pattern functions: @(call). | Kaz Kylheku | 2016-04-27 | 1 | -1/+1 |
* | New semantics for @(if) directive. | Kaz Kylheku | 2016-03-22 | 1 | -1/+1 |
* | Use last-form-evaled mechanism for pattern language. | Kaz Kylheku | 2016-01-02 | 1 | -0/+1 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | Fix regression in tab completion. | Kaz Kylheku | 2015-12-30 | 1 | -0/+1 |
* | TXR quasiliterals and output vars treated as Lisp. | Kaz Kylheku | 2015-12-26 | 1 | -0/+2 |
* | Refactor propagation of contexts in evaluator. | Kaz Kylheku | 2015-11-30 | 1 | -1/+3 |
* | Drop ctx_form param on env_vbind_special and apply. | Kaz Kylheku | 2015-11-30 | 1 | -1/+1 |
* | Change funcall_interp API. | Kaz Kylheku | 2015-11-30 | 1 | -1/+1 |
* | Rename interp_fun function. | Kaz Kylheku | 2015-11-30 | 1 | -1/+1 |
* | Error reports trace through layers of macroexpansion. | Kaz Kylheku | 2015-11-28 | 1 | -0/+1 |
* | Report chain of macro-expansions in errors. | Kaz Kylheku | 2015-11-25 | 1 | -0/+1 |
* | New equality substitution. | Kaz Kylheku | 2015-11-20 | 1 | -0/+1 |
* | Copy envs for middle-of-binding continuations. | Kaz Kylheku | 2015-11-05 | 1 | -0/+1 |
* | Pattern vars accessed from Lisp now dynamic. | Kaz Kylheku | 2015-11-04 | 1 | -0/+1 |
* | Expose eval_error out of eval module. | Kaz Kylheku | 2015-10-28 | 1 | -0/+1 |
* | Renaming some functions for consistency. | Kaz Kylheku | 2015-10-16 | 1 | -1/+1 |
* | New functions, subtypep and typep. | Kaz Kylheku | 2015-09-08 | 1 | -1/+1 |
* | Parenthesis sensitivity for completion. | Kaz Kylheku | 2015-09-06 | 1 | -0/+1 |
* | Introducing structs. | Kaz Kylheku | 2015-09-02 | 1 | -1/+1 |
* | Large scale conversion to new way of handling arguments. | Kaz Kylheku | 2015-08-23 | 1 | -2/+3 |
* | Dot with no whitespace generates qref syntax. | Kaz Kylheku | 2015-08-10 | 1 | -1/+1 |
* | * eval.c (func_get_name): New function. | Kaz Kylheku | 2015-08-04 | 1 | -0/+1 |
* | Switching some globals to lexical and changing some names. | Kaz Kylheku | 2015-08-03 | 1 | -0/+3 |
* | Multi-line, indented printing of structure. | Kaz Kylheku | 2015-07-31 | 1 | -0/+3 |
* | Adding anaphoric ifa macro. | Kaz Kylheku | 2015-06-17 | 1 | -0/+1 |
* | Crack down on redefinitions of built-ins. | Kaz Kylheku | 2015-05-08 | 1 | -0/+1 |
* | * eval.c (prinl, pprinl): Become external functions. | Kaz Kylheku | 2015-03-28 | 1 | -0/+3 |
* | Improved error reporting, particularly for macro expansion. | Kaz Kylheku | 2015-02-21 | 1 | -1/+1 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | Change to how locations are passed around, for the sake of generational | Kaz Kylheku | 2014-03-29 | 1 | -1/+1 |
* | * eval.c (apply_intrinsic, lazy_mapcar): Changed linkage to external. | Kaz Kylheku | 2014-03-06 | 1 | -0/+2 |
* | Change in the design of how special variables work, to fix the broken | Kaz Kylheku | 2014-02-28 | 1 | -0/+2 |
* | * parser.y: Allow the (. expr) syntax to denote expr. | Kaz Kylheku | 2014-02-22 | 1 | -1/+1 |
* | Preparation for lexical macros: we need to pass a macro | Kaz Kylheku | 2014-02-22 | 1 | -2/+2 |
* | In the spirit of the previous hack, here is another hack to | Kaz Kylheku | 2014-02-16 | 1 | -0/+2 |
* | * Makefile (OBJS): New object file, combi.o. | Kaz Kylheku | 2014-02-11 | 1 | -0/+1 |
* | Bugfix: @(require ...) not expanding forms. | Kaz Kylheku | 2014-01-23 | 1 | -0/+1 |