| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | * eval.c (eval_instrinsic): Changed to external linkage. | Kaz Kylheku | 2014-01-22 | 1 | -0/+1 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | * eval.c (mapcarv): Changed to external linkage. | Kaz Kylheku | 2012-08-29 | 1 | -0/+1 |
* | Support quasiquoting over vectors also, and a bugfix for hash | Kaz Kylheku | 2012-03-14 | 1 | -1/+2 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 1 | -1/+1 |
* | * eval.c (dwim_s): New symbol variable. | Kaz Kylheku | 2012-01-25 | 1 | -0/+2 |
* | Make C globals in TXR Lisp properly assignable, so that for instance | Kaz Kylheku | 2012-01-01 | 1 | -0/+1 |
* | Added evaluation support for quote and quasiquote with unquotes. | Kaz Kylheku | 2011-11-28 | 1 | -0/+1 |
* | Task #11436 | Kaz Kylheku | 2011-11-26 | 1 | -0/+38 |