| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix mismanaged dyn_env variable. | Kaz Kylheku | 2015-05-25 | 1 | -3/+4 |
* | Ligher weight debug instrumentation. | Kaz Kylheku | 2015-05-22 | 1 | -3/+5 |
* | symbol-function, symbol-value and fun become places. | Kaz Kylheku | 2015-05-22 | 1 | -0/+19 |
* | Introduce defparm operator. | Kaz Kylheku | 2015-05-21 | 1 | -0/+18 |
* | * eval.c (symbol_value): Retrieve the binding of a symbol | Kaz Kylheku | 2015-05-15 | 1 | -2/+24 |
* | * eval.c (env_vb_to_fb): Allow null env argument. This | Kaz Kylheku | 2015-05-12 | 1 | -3/+5 |
* | DWIM places must use Lisp-1 semantics. | Kaz Kylheku | 2015-05-12 | 1 | -0/+33 |
* | * eval.c (lookup_var_l): Gut this function of its silly | Kaz Kylheku | 2015-05-12 | 1 | -30/+6 |
* | Fix argument count checking regression. | Kaz Kylheku | 2015-05-11 | 1 | -4/+6 |
* | Improve error message related to splice misuse. | Kaz Kylheku | 2015-05-09 | 1 | -2/+2 |
* | Crack down on redefinitions of built-ins. | Kaz Kylheku | 2015-05-08 | 1 | -8/+44 |
* | * Makefile (LISP_TO_C_STRING): Strip comments, but not comment lines, | Kaz Kylheku | 2015-05-07 | 1 | -2/+2 |
* | New macro-based framework for assignment places. | Kaz Kylheku | 2015-05-06 | 1 | -312/+55 |
* | Do some cleanup in progn-like form sequences. | Kaz Kylheku | 2015-05-05 | 1 | -9/+45 |
* | Deal with bad quote syntax. | Kaz Kylheku | 2015-05-03 | 1 | -0/+4 |
* | Improved syntax checking: defun, flet, labels, lambda. | Kaz Kylheku | 2015-04-29 | 1 | -48/+75 |
* | Allow (force ...) to be an assignable place. | Kaz Kylheku | 2015-04-25 | 1 | -4/+21 |
* | Introducing mlet macro. | Kaz Kylheku | 2015-04-25 | 1 | -0/+59 |
* | delay/force overhaul. | Kaz Kylheku | 2015-04-22 | 1 | -7/+30 |
* | Improvement in error reporting. | Kaz Kylheku | 2015-04-19 | 1 | -15/+10 |
* | Adding lcons macro. | Kaz Kylheku | 2015-04-18 | 1 | -0/+17 |
* | Adding dotimes macro. | Kaz Kylheku | 2015-04-16 | 1 | -0/+21 |
* | Implementing while* and until* loops. | Kaz Kylheku | 2015-04-11 | 1 | -1/+27 |
* | * eval.c (eval_init): There is an until_s global variable, so | Kaz Kylheku | 2015-04-10 | 1 | -1/+1 |
* | * eval.c (iflet_s, when_s): New global variables. | Kaz Kylheku | 2015-04-06 | 1 | -2/+22 |
* | New whilet macro. | Kaz Kylheku | 2015-04-05 | 1 | -2/+23 |
* | New zap operator. | Kaz Kylheku | 2015-04-01 | 1 | -1/+7 |
* | Array overrun fix in apply. | Kaz Kylheku | 2015-03-31 | 1 | -12/+11 |
* | Deal with spurious retention in function application. | Kaz Kylheku | 2015-03-31 | 1 | -38/+40 |
* | * eval.c (prinl, pprinl): Become external functions. | Kaz Kylheku | 2015-03-28 | 1 | -2/+26 |
* | * eval.c (eval_init): register get-lines as having one optional | Kaz Kylheku | 2015-03-28 | 1 | -1/+1 |
* | New ignerr macro. | Kaz Kylheku | 2015-02-25 | 1 | -0/+6 |
* | Improved error reporting, particularly for macro expansion. | Kaz Kylheku | 2015-02-21 | 1 | -3/+26 |
* | String-returning wrappers for some regex matching functions. | Kaz Kylheku | 2015-02-20 | 1 | -0/+4 |
* | New functions pad and weave. | Kaz Kylheku | 2015-02-12 | 1 | -0/+81 |
* | * eval.c (symacro_k, fun_k): New keyword variables. | Kaz Kylheku | 2015-02-10 | 1 | -1/+30 |
* | * arith.c (trunc_rem): New function. | Kaz Kylheku | 2015-02-07 | 1 | -0/+1 |
* | Slight internal representation change of string-only exceptions. | Kaz Kylheku | 2015-02-06 | 1 | -3/+1 |
* | Serious bugfix in the op macro, and derived macro, in | Kaz Kylheku | 2015-02-06 | 1 | -3/+1 |
* | * eval.c (subst_vars): Bugfix. When an ordinary variable | Kaz Kylheku | 2015-02-06 | 1 | -12/+2 |
* | * eval.c (transform_op): When expanding @rest and metanums | Kaz Kylheku | 2015-02-06 | 1 | -2/+6 |
* | Symbol macros shadowed by functions under dwim. | Kaz Kylheku | 2015-02-03 | 1 | -0/+68 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | * arith.c (make_ubignum): New static function. | Kaz Kylheku | 2015-01-29 | 1 | -0/+1 |
* | * eval.c (get_opt_param_syms): Fix broken function. This | Kaz Kylheku | 2015-01-28 | 1 | -9/+8 |
* | * eval.c (bind_macro_params): Bugfix: the colon argument's special | Kaz Kylheku | 2015-01-28 | 1 | -1/+1 |
* | * arith.c (width): New function. | Kaz Kylheku | 2015-01-27 | 1 | -0/+1 |
* | * eval.c (call_f): new global variable. | Kaz Kylheku | 2015-01-25 | 1 | -2/+19 |
* | * eval.c (eval_init): Register dupl and swap_12_21 as | Kaz Kylheku | 2015-01-25 | 1 | -0/+2 |
* | * eval.c (callf): New static function. | Kaz Kylheku | 2015-01-24 | 1 | -0/+8 |