summaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* The mut macro should only be used for vectors or vector-like objectsKaz Kylheku2012-04-051-10/+6
* * eval.c (op_modplace): push replaced with mpush (mutating push).Kaz Kylheku2012-04-031-1/+1
* * configure: Support a gen-gc configuration variable whichKaz Kylheku2012-04-031-7/+17
* Start of ground-work for ephemeral GC. We must add some abstractionKaz Kylheku2012-04-011-5/+5
* * arith.c (numeq): New function.Kaz Kylheku2012-03-291-0/+1
* * arith.c (gcd): Allow zeros. Don't issue "non-integral"Kaz Kylheku2012-03-291-0/+3
* * eval.c (eval_init): New intrinsic num-str registered.Kaz Kylheku2012-03-261-0/+1
* * eval.c (eval_init): Register match-str and match-str-treeKaz Kylheku2012-03-241-0/+2
* * arith.c (expo): New function.Kaz Kylheku2012-03-221-0/+1
* * eval.c (transform_op): use integerp instead of numberp.Kaz Kylheku2012-03-221-1/+1
* Fix sqrt confusion. There must be a separate isqrtKaz Kylheku2012-03-221-1/+2
* * arith.c (floorf, ceili, sine, cosi, atang, loga): New functions.Kaz Kylheku2012-03-221-0/+6
* * arith.c (to_float): New static function.Kaz Kylheku2012-03-221-1/+1
* * arith.c (divi): New function.Kaz Kylheku2012-03-211-0/+1
* * arith.c (flo_int): New function.Kaz Kylheku2012-03-201-0/+1
* * arith.c (plus): Optimization: use num_fast whenKaz Kylheku2012-03-201-0/+1
* * configure (uintptr): New variable. Indicates whether unsignedKaz Kylheku2012-03-191-0/+3
* * eval.c (eval_init): url_decode has two parameters now,Kaz Kylheku2012-03-181-2/+2
* Changing type function to not blow up on nil, which makes a lot of codeKaz Kylheku2012-03-171-7/+3
* * eval.c (eval_init): New intrinsic functionsKaz Kylheku2012-03-161-0/+5
* Version 61txr-61Kaz Kylheku2012-03-151-1/+1
* Support quasiquoting over vectors also, and a bugfix for hashKaz Kylheku2012-03-141-3/+13
* Allow quasi-quoting over hash table literals,Kaz Kylheku2012-03-141-0/+5
* Implementing URL filtering.Kaz Kylheku2012-03-131-0/+4
* Bug #35718. Workaround good enough to get some code working.Kaz Kylheku2012-03-041-1/+14
* * 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