| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (eval_init): Expose regex-compile and regexp as intrinsics. | Kaz Kylheku | 2012-04-10 | 1 | -0/+3 |
* | * arith.c (bignum): Previously static function now exposed as external. | Kaz Kylheku | 2012-04-08 | 1 | -0/+3 |
* | Rounding out hash table functionality with lazy lists that | Kaz Kylheku | 2012-04-07 | 1 | -1/+5 |
* | The mut macro should only be used for vectors or vector-like objects | Kaz Kylheku | 2012-04-05 | 1 | -10/+6 |
* | * eval.c (op_modplace): push replaced with mpush (mutating push). | Kaz Kylheku | 2012-04-03 | 1 | -1/+1 |
* | * configure: Support a gen-gc configuration variable which | Kaz Kylheku | 2012-04-03 | 1 | -7/+17 |
* | Start of ground-work for ephemeral GC. We must add some abstraction | Kaz Kylheku | 2012-04-01 | 1 | -5/+5 |
* | * arith.c (numeq): New function. | Kaz Kylheku | 2012-03-29 | 1 | -0/+1 |
* | * arith.c (gcd): Allow zeros. Don't issue "non-integral" | Kaz Kylheku | 2012-03-29 | 1 | -0/+3 |
* | * eval.c (eval_init): New intrinsic num-str registered. | Kaz Kylheku | 2012-03-26 | 1 | -0/+1 |
* | * eval.c (eval_init): Register match-str and match-str-tree | Kaz Kylheku | 2012-03-24 | 1 | -0/+2 |
* | * arith.c (expo): New function. | Kaz Kylheku | 2012-03-22 | 1 | -0/+1 |
* | * eval.c (transform_op): use integerp instead of numberp. | Kaz Kylheku | 2012-03-22 | 1 | -1/+1 |
* | Fix sqrt confusion. There must be a separate isqrt | Kaz Kylheku | 2012-03-22 | 1 | -1/+2 |
* | * arith.c (floorf, ceili, sine, cosi, atang, loga): New functions. | Kaz Kylheku | 2012-03-22 | 1 | -0/+6 |
* | * arith.c (to_float): New static function. | Kaz Kylheku | 2012-03-22 | 1 | -1/+1 |
* | * arith.c (divi): New function. | Kaz Kylheku | 2012-03-21 | 1 | -0/+1 |
* | * arith.c (flo_int): New function. | Kaz Kylheku | 2012-03-20 | 1 | -0/+1 |
* | * arith.c (plus): Optimization: use num_fast when | Kaz Kylheku | 2012-03-20 | 1 | -0/+1 |
* | * configure (uintptr): New variable. Indicates whether unsigned | Kaz Kylheku | 2012-03-19 | 1 | -0/+3 |
* | * eval.c (eval_init): url_decode has two parameters now, | Kaz Kylheku | 2012-03-18 | 1 | -2/+2 |
* | Changing type function to not blow up on nil, which makes a lot of code | Kaz Kylheku | 2012-03-17 | 1 | -7/+3 |
* | * eval.c (eval_init): New intrinsic functions | Kaz Kylheku | 2012-03-16 | 1 | -0/+5 |
* | Version 61txr-61 | Kaz Kylheku | 2012-03-15 | 1 | -1/+1 |
* | Support quasiquoting over vectors also, and a bugfix for hash | Kaz Kylheku | 2012-03-14 | 1 | -3/+13 |
* | Allow quasi-quoting over hash table literals, | Kaz Kylheku | 2012-03-14 | 1 | -0/+5 |
* | Implementing URL filtering. | Kaz Kylheku | 2012-03-13 | 1 | -0/+4 |
* | Bug #35718. Workaround good enough to get some code working. | Kaz Kylheku | 2012-03-04 | 1 | -1/+14 |
* | * eval.c (eval_init): New intrinsic function, regsub. | Kaz Kylheku | 2012-03-04 | 1 | -0/+1 |
* | Version 60 | Kaz Kylheku | 2012-03-04 | 1 | -2/+16 |
* | * eval.c (eval_init): Expose remq, remql and remqual. | Kaz Kylheku | 2012-03-03 | 1 | -0/+3 |
* | Fix the issue properly, once and for all, of how to determine | Kaz Kylheku | 2012-02-27 | 1 | -0/+1 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 1 | -1/+1 |
* | * eval.c (eval_init): New put-byte function interned. | Kaz Kylheku | 2012-02-25 | 1 | -0/+1 |
* | Version 58txr-58 | Kaz Kylheku | 2012-02-25 | 1 | -1/+1 |
* | * debug.c (debug): Use new way of getting line number. | Kaz Kylheku | 2012-02-24 | 1 | -1/+1 |
* | * eval.c (dwim_loc): del operator's return value is the | Kaz Kylheku | 2012-02-22 | 1 | -8/+15 |
* | * eval.c (del_s): New symbol variable. | Kaz Kylheku | 2012-02-22 | 1 | -35/+84 |
* | * eval.c (eval_init): Intrinsic bindings for sub, ref, refset | Kaz Kylheku | 2012-02-22 | 1 | -0/+5 |
* | * eval.c (eval_init): Third argument of gethash becomes optional. | Kaz Kylheku | 2012-02-21 | 1 | -1/+1 |
* | Introducing optional arguments. | Kaz Kylheku | 2012-02-21 | 1 | -53/+92 |
* | Allow braced output variables to actually be arbitrary substitutions. | Kaz Kylheku | 2012-02-18 | 1 | -21/+15 |
* | * eval.c (dwim_loc): 2012-02-13 fix didn't do it. | Kaz Kylheku | 2012-02-17 | 1 | -6/+3 |
* | * eval.c (eval_init): Register match-fun. | Kaz Kylheku | 2012-02-16 | 1 | -0/+2 |
* | * eval.c (op_catch): Treat the nil exception object as an empty | Kaz Kylheku | 2012-02-16 | 1 | -1/+1 |
* | TXR Lisp gets exception handling. | Kaz Kylheku | 2012-02-16 | 1 | -0/+71 |
* | * eval.c (rangev_func, rangev, range_star_v_func, | Kaz Kylheku | 2012-02-14 | 1 | -6/+8 |
* | * eval.c (rangev): If a descending range is specified, | Kaz Kylheku | 2012-02-14 | 1 | -1/+41 |
* | * eval.c (rangev_func): Improved termination test. The sequence | Kaz Kylheku | 2012-02-14 | 1 | -5/+8 |
* | * eval.c (dwim_loc): Allow assignment to the dwim place when it | Kaz Kylheku | 2012-02-13 | 1 | -3/+9 |