summaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (eval_init): New intrinsic function, regsub.Kaz Kylheku2012-03-041-0/+1
* Version 60Kaz Kylheku2012-03-041-2/+16
* * eval.c (eval_init): Expose remq, remql and remqual.Kaz Kylheku2012-03-031-0/+3
* Fix the issue properly, once and for all, of how to determineKaz Kylheku2012-02-271-0/+1
* * arith.c: Updated copyright year.Kaz Kylheku2012-02-251-1/+1
* * eval.c (eval_init): New put-byte function interned.Kaz Kylheku2012-02-251-0/+1
* Version 58txr-58Kaz Kylheku2012-02-251-1/+1
* * debug.c (debug): Use new way of getting line number.Kaz Kylheku2012-02-241-1/+1
* * eval.c (dwim_loc): del operator's return value is theKaz Kylheku2012-02-221-8/+15
* * eval.c (del_s): New symbol variable.Kaz Kylheku2012-02-221-35/+84
* * eval.c (eval_init): Intrinsic bindings for sub, ref, refsetKaz Kylheku2012-02-221-0/+5
* * eval.c (eval_init): Third argument of gethash becomes optional.Kaz Kylheku2012-02-211-1/+1
* Introducing optional arguments.Kaz Kylheku2012-02-211-53/+92
* Allow braced output variables to actually be arbitrary substitutions.Kaz Kylheku2012-02-181-21/+15
* * eval.c (dwim_loc): 2012-02-13 fix didn't do it.Kaz Kylheku2012-02-171-6/+3
* * eval.c (eval_init): Register match-fun.Kaz Kylheku2012-02-161-0/+2
* * eval.c (op_catch): Treat the nil exception object as an emptyKaz Kylheku2012-02-161-1/+1
* TXR Lisp gets exception handling.Kaz Kylheku2012-02-161-0/+71
* * eval.c (rangev_func, rangev, range_star_v_func,Kaz Kylheku2012-02-141-6/+8
* * eval.c (rangev): If a descending range is specified,Kaz Kylheku2012-02-141-1/+41
* * eval.c (rangev_func): Improved termination test. The sequenceKaz Kylheku2012-02-141-5/+8
* * eval.c (dwim_loc): Allow assignment to the dwim place when itKaz Kylheku2012-02-131-3/+9
* * eval.c (subst_vars): Handle lone symbols (not wrappedKaz Kylheku2012-02-131-0/+14
* * eval.c (dwim_loc, op_dwim): Bugfix: hash indexing requiringKaz Kylheku2012-02-131-2/+2
* Task #11486: continuation. Take into account base positionKaz Kylheku2012-02-121-1/+1
* * 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