summaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rest_s, op_s): New variables.Kaz Kylheku2012-02-031-5/+71
* * eval.c (lookup_sym_lisp1): New function.Kaz Kylheku2012-02-011-9/+59
* * eval.c (dwim_loc, op_dwim): Relax the requirement on hashKaz Kylheku2012-01-271-4/+4
* * eval.c (op_modplace): Fix warning caught by gcc, but not g++.txr-55Kaz Kylheku2012-01-261-1/+1
* * arith.c (plus, minus): Better wording in error messages.Kaz Kylheku2012-01-261-10/+51
* * eval.c (dwim_loc, dwim_op): Eliminated redundant re-evaluationKaz Kylheku2012-01-261-38/+6
* * eval.c (dwim_loc): Handles full responsibility for assigningKaz Kylheku2012-01-251-19/+71
* * eval.c (eval_init): New functions registered.Kaz Kylheku2012-01-251-0/+4
* * eval.c (dwim_s): New symbol variable.Kaz Kylheku2012-01-251-5/+144
* * debug.c (help): Added missing help for w command.Kaz Kylheku2012-01-211-3/+4
* Improved debugging. Debug nesting depth counter maintainedKaz Kylheku2012-01-211-9/+13
* * debug.c (last_command): Initialize to empty string ratherKaz Kylheku2012-01-191-1/+1
* * eval.c (eval_init): Make lazy_appendv functionKaz Kylheku2012-01-121-0/+1
* Before releasing 53, there is this.txr-53Kaz Kylheku2012-01-111-1/+2
* TXR Lisp regression in C global variables.Kaz Kylheku2012-01-111-6/+34
* * eval.c (each_s, each_star_s, collect_each_s, collect_each_star_s):Kaz Kylheku2012-01-111-2/+59
* * eval.c (eval_init): list_str registered.Kaz Kylheku2012-01-111-0/+1
* * eval.c (generate): Bugfix: do not call gen_fun beforeKaz Kylheku2012-01-101-1/+1
* * eval.c (tostring, tostringp): New static functions.Kaz Kylheku2012-01-101-0/+16
* Spat of new features having to do with lazy processing.Kaz Kylheku2012-01-101-5/+223
* Non-broken way to achieve intent of previous commit.Kaz Kylheku2012-01-091-2/+4
* * 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