| Commit message (Expand) | Author | Age | Files | Lines |
* | Version 049txr-049 | Kaz Kylheku | 2011-12-19 | 1 | -2/+2 |
* | * eval.c (bindings_helper): Fix format arguments. | Kaz Kylheku | 2011-12-18 | 1 | -0/+9 |
* | * eval.c (eval_init): not added as synonym for null. | Kaz Kylheku | 2011-12-15 | 1 | -3/+313 |
* | @# comments are becoming obsolescent. @# comments | Kaz Kylheku | 2011-12-14 | 1 | -6/+22 |
* | * lib.c (car, cdr): Set the lazy cons function to nil | Kaz Kylheku | 2011-12-14 | 1 | -0/+200 |
* | * eval.c (eval_init): Removed registration for vec_get_fil. | Kaz Kylheku | 2011-12-14 | 1 | -3/+1 |
* | * eval.c (op_dohash): Esbatlish anonymous block. | Kaz Kylheku | 2011-12-14 | 1 | -3/+154 |
* | * arith.c (plus, minus, gt, lt, ge, le): Handle character operands. | Kaz Kylheku | 2011-12-14 | 1 | -0/+2 |
* | Version 048txr-048 | Kaz Kylheku | 2011-12-13 | 1 | -2/+2 |
* | * arith.c (exptmod, gcd): New functions. | Kaz Kylheku | 2011-12-13 | 1 | -0/+4 |
* | * arith.c (evenp, oddp): New functions. | Kaz Kylheku | 2011-12-13 | 1 | -1/+1 |
* | * arith.c (highest_bit): Linkage changed to static. | Kaz Kylheku | 2011-12-13 | 1 | -2/+4 |
* | * arith.c (expt): New function. | Kaz Kylheku | 2011-12-12 | 1 | -1/+3 |
* | Version 047txr-047 | Kaz Kylheku | 2011-12-12 | 1 | -2/+2 |
* | * arith.c (zerop, gt, lt, ge, le): Functions from lib.c reimplemented | Kaz Kylheku | 2011-12-11 | 1 | -1/+3 |
* | * eval.c (eval_init): New functions added as intrinsics. | Kaz Kylheku | 2011-12-10 | 1 | -0/+2 |
* | * eval.c (op_defun): Transform a function body by inserting | Kaz Kylheku | 2011-12-07 | 1 | -1/+56 |
* | * txr.1: flip operator documented. Bad syntax for pop fixed. | Kaz Kylheku | 2011-12-07 | 1 | -3/+11 |
* | * eval.c (lookup_var, lookup_fun): Reversing assoc arguments. | Kaz Kylheku | 2011-12-07 | 1 | -0/+26 |
* | * txr.1: Blank sections created for character functions. | Kaz Kylheku | 2011-12-07 | 1 | -0/+28 |
* | * eval.c (progn_s): New symbol variable. | Kaz Kylheku | 2011-12-07 | 1 | -0/+16 |
* | Version 046txr-046 | Kaz Kylheku | 2011-12-06 | 1 | -2/+2 |
* | * eval.c (op_unwind_protect): Fixed uninitialized variable | Kaz Kylheku | 2011-12-06 | 1 | -1/+30 |
* | Whitespace. | Kaz Kylheku | 2011-12-05 | 1 | -1/+1 |
* | Version 045txr-045 | Kaz Kylheku | 2011-12-05 | 1 | -2/+2 |
* | * eval.c (op_cond): Fixed behavior for singleton clauses. | Kaz Kylheku | 2011-12-05 | 1 | -3/+210 |
* | * parser.y (force_regular_quotes): Function removed. | Kaz Kylheku | 2011-12-04 | 1 | -15/+31 |
* | * eval.c (op_qquote_error, op_unquote_error): New static functions. | Kaz Kylheku | 2011-12-04 | 1 | -31/+15 |
* | Expose lazy lists in TXR Lisp. | Kaz Kylheku | 2011-12-03 | 1 | -0/+6 |
* | * eval.c (uw_protect_s, return_s, return_from_s): New symbol | Kaz Kylheku | 2011-12-03 | 1 | -0/+6 |
* | * eval.c (eval_init): String and character functions | Kaz Kylheku | 2011-12-03 | 1 | -2/+47 |
* | * txr.1: Added stub sections for new functions. | Kaz Kylheku | 2011-12-02 | 1 | -0/+17 |
* | * parser.y (list): unquote and splice actions look inside the | Kaz Kylheku | 2011-12-02 | 1 | -0/+26 |
* | Version 044txr-044 | Kaz Kylheku | 2011-12-01 | 1 | -2/+2 |
* | * txr.1: Started Lisp documentation. Updated description of | Kaz Kylheku | 2011-12-01 | 1 | -11/+397 |
* | Version 043txr-043 | Kaz Kylheku | 2011-11-23 | 1 | -2/+2 |
* | Semantics change. If a variable is followed by a mixture | Kaz Kylheku | 2011-11-23 | 1 | -18/+32 |
* | * match.c (search_form): Bugfix: we must search to one character | Kaz Kylheku | 2011-11-22 | 1 | -0/+17 |
* | Version 042 | Kaz Kylheku | 2011-11-20 | 1 | -2/+2 |
* | Relaxing :vars in collect/coll a little bit. | Kaz Kylheku | 2011-11-20 | 1 | -0/+2 |
* | Bug #34866 | Kaz Kylheku | 2011-11-19 | 1 | -1/+7 |
* | * match.c (v_deffilter): Even better. Just evaluate | Kaz Kylheku | 2011-11-19 | 1 | -4/+11 |
* | deffilter grows in power: it can take quasistrings. | Kaz Kylheku | 2011-11-19 | 1 | -3/+6 |
* | Task #11598. | Kaz Kylheku | 2011-11-17 | 1 | -2/+36 |
* | * match.c (h_fun, v_fun): Bugfix! copy_list should be used for copying | Kaz Kylheku | 2011-11-17 | 1 | -2/+7 |
* | Allow directives after variable to be a kind of negative match. | Kaz Kylheku | 2011-11-16 | 1 | -39/+119 |
* | Variable matches can span over function calls. | Kaz Kylheku | 2011-11-16 | 1 | -10/+16 |
* | Changing read syntax for character literals, because we are going to | Kaz Kylheku | 2011-11-15 | 1 | -5/+12 |
* | * txr.1: Document -l/--lisp-bindings. | Kaz Kylheku | 2011-11-10 | 1 | -0/+3 |
* | * match.c (v_fun): Bugfix: if there is material after | Kaz Kylheku | 2011-11-10 | 1 | -19/+44 |