summaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (subst_vars): Evaluate theKaz Kylheku2012-01-091-1/+1
* * eval.c (eval_init): Missing documented memql function registered.Kaz Kylheku2012-01-071-0/+1
* * eval.c (eval_init): Fix regression introduced inKaz Kylheku2012-01-021-1/+1
* Make C globals in TXR Lisp properly assignable, so that for instanceKaz Kylheku2012-01-011-14/+36
* * eval.c (eval_init): New gensym function registered.Kaz Kylheku2012-01-011-0/+1
* New functionality: mod and modlast directives in repeat and rep.Kaz Kylheku2011-12-291-1/+1
* * eval.c (eval_init): New function interned.Kaz Kylheku2011-12-251-0/+1
* * Makefile (OBJS): new object file, rand.o.Kaz Kylheku2011-12-211-0/+7
* * eval.c (eval_init): New function registered.Kaz Kylheku2011-12-201-0/+1
* Streamlining exception handling macros a little bit.Kaz Kylheku2011-12-201-6/+3
* * eval.c (eval_init): New functions registered as intrinsics.Kaz Kylheku2011-12-201-0/+2
* * eval.c (subst_vars, op_quasi_list, expand_quasi): New staticKaz Kylheku2011-12-191-0/+95
* * eval.c (bindings_helper): Fix format arguments.Kaz Kylheku2011-12-181-2/+13
* * eval.c (expand_vars): Bugfix: use expand_forms rather thanKaz Kylheku2011-12-161-1/+1
* * eval.c (eval_init): not added as synonym for null.Kaz Kylheku2011-12-151-0/+1
* * eval.c (eval_init): Removed registration for vec_get_fil.Kaz Kylheku2011-12-141-2/+1
* * eval.c (op_dohash): Esbatlish anonymous block.Kaz Kylheku2011-12-141-1/+7
* * arith.c (plus, minus, gt, lt, ge, le): Handle character operands.Kaz Kylheku2011-12-141-0/+2
* * arith.c (exptmod, gcd): New functions.Kaz Kylheku2011-12-131-0/+2
* * arith.c (evenp, oddp): New functions.Kaz Kylheku2011-12-131-0/+2
* * arith.c (highest_bit): Linkage changed to static.Kaz Kylheku2011-12-131-0/+3
* * arith.c (expt): New function.Kaz Kylheku2011-12-121-0/+3
* * arith.c (zerop, gt, lt, ge, le): Functions from lib.c reimplementedKaz Kylheku2011-12-111-0/+2
* * eval.c (eval_init): New functions added as intrinsics.Kaz Kylheku2011-12-101-0/+2
* Bignum support, here we go!Kaz Kylheku2011-12-091-1/+1
* C++ maintenance.Kaz Kylheku2011-12-081-3/+1
* * eval.c (op_defun): Transform a function body by insertingKaz Kylheku2011-12-071-2/+12
* * eval.c (op_modplace): If the operator is push, then reverseKaz Kylheku2011-12-071-9/+26
* * debug.c (debug): Fix regression: repeat last command by hittingKaz Kylheku2011-12-071-7/+33
* * eval.c (lookup_var, lookup_fun): Reversing assoc arguments.Kaz Kylheku2011-12-071-2/+17
* * eval.c (eval_init): New functions registered as intrinsics.Kaz Kylheku2011-12-071-0/+2
* * eval.c (eval_init): New character functions registered.Kaz Kylheku2011-12-071-0/+12
* Comment change.Kaz Kylheku2011-12-071-1/+1
* * eval.c (progn_s): New symbol variable.Kaz Kylheku2011-12-071-1/+8
* * eval.c (op_unwind_protect): Fixed uninitialized variableKaz Kylheku2011-12-061-2/+13
* * eval.c (op_cond): Fixed behavior for singleton clauses.Kaz Kylheku2011-12-051-8/+11
* * eval.c (op_qquote_error, op_unquote_error): New static functions.Kaz Kylheku2011-12-041-0/+19
* Expose lazy lists in TXR Lisp.Kaz Kylheku2011-12-031-0/+4
* * eval.c (uw_protect_s, return_s, return_from_s): New symbolKaz Kylheku2011-12-031-5/+61
* * eval.c (eval_init): String and character functionsKaz Kylheku2011-12-031-1/+24
* * eval.c: Symbol related intrinsic functions and variables madeKaz Kylheku2011-12-021-0/+12
* * eval.c (expand_qquote): Bugfix: removed bogus recognitionKaz Kylheku2011-12-021-2/+0
* * lib.h (or2): Restore macro version of or2, because we needKaz Kylheku2011-11-301-0/+2
* * eval.c (op_modplace): Bugfix: conflation of new value andKaz Kylheku2011-11-301-3/+12
* * eval.c (bindings_helper): Fix uninitialized variable.Kaz Kylheku2011-11-291-0/+2
* * eval.c (dohash_s): New symbol variable.Kaz Kylheku2011-11-291-2/+44
* * eval.c (eval_init): hashp and maphash functions registered.Kaz Kylheku2011-11-291-0/+2
* * eval.c (expand_vars): Bugfix: was not handling varsKaz Kylheku2011-11-291-0/+6
* Support assignment to (car ...) and (cdr ...).Kaz Kylheku2011-11-291-7/+34
* * eval.c (let_star_s, for_s, for_star_s): New symbols.Kaz Kylheku2011-11-281-12/+85