summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* Version 51txr-51Kaz Kylheku2011-12-281-1/+1
* * txr.1: Capitalize TXR where it makes sense.Kaz Kylheku2011-12-281-76/+63
* More formatting changes.Kaz Kylheku2011-12-251-267/+192
* * txr.1: Formatting fixes.Kaz Kylheku2011-12-251-31/+95
* * eval.c (eval_init): New function interned.Kaz Kylheku2011-12-251-2/+6
* Version 50txr-50Kaz Kylheku2011-12-231-2/+2
* * lib.c (memql): New function.Kaz Kylheku2011-12-231-1/+136
* * txr.1: Documented copy-list, reverse, nreverse, ldiff and flatten.Kaz Kylheku2011-12-221-0/+103
* * txr.1: Documented reduce-left and reduce-right.Kaz Kylheku2011-12-221-0/+50
* * arith.c (normalize): Linkage changed to extern.Kaz Kylheku2011-12-211-0/+8
* * eval.c (eval_init): New function registered.Kaz Kylheku2011-12-201-0/+2
* * eval.c (eval_init): New functions registered as intrinsics.Kaz Kylheku2011-12-201-0/+4
* Version 049txr-049Kaz Kylheku2011-12-191-2/+2
* * eval.c (bindings_helper): Fix format arguments.Kaz Kylheku2011-12-181-0/+9
* * eval.c (eval_init): not added as synonym for null.Kaz Kylheku2011-12-151-3/+313
* @# comments are becoming obsolescent. @# commentsKaz Kylheku2011-12-141-6/+22
* * lib.c (car, cdr): Set the lazy cons function to nilKaz Kylheku2011-12-141-0/+200
* * eval.c (eval_init): Removed registration for vec_get_fil.Kaz Kylheku2011-12-141-3/+1
* * eval.c (op_dohash): Esbatlish anonymous block.Kaz Kylheku2011-12-141-3/+154
* * arith.c (plus, minus, gt, lt, ge, le): Handle character operands.Kaz Kylheku2011-12-141-0/+2
* Version 048txr-048Kaz Kylheku2011-12-131-2/+2
* * arith.c (exptmod, gcd): New functions.Kaz Kylheku2011-12-131-0/+4
* * arith.c (evenp, oddp): New functions.Kaz Kylheku2011-12-131-1/+1
* * arith.c (highest_bit): Linkage changed to static.Kaz Kylheku2011-12-131-2/+4
* * arith.c (expt): New function.Kaz Kylheku2011-12-121-1/+3
* Version 047txr-047Kaz Kylheku2011-12-121-2/+2
* * arith.c (zerop, gt, lt, ge, le): Functions from lib.c reimplementedKaz Kylheku2011-12-111-1/+3
* * eval.c (eval_init): New functions added as intrinsics.Kaz Kylheku2011-12-101-0/+2
* * eval.c (op_defun): Transform a function body by insertingKaz Kylheku2011-12-071-1/+56
* * txr.1: flip operator documented. Bad syntax for pop fixed.Kaz Kylheku2011-12-071-3/+11
* * eval.c (lookup_var, lookup_fun): Reversing assoc arguments.Kaz Kylheku2011-12-071-0/+26
* * txr.1: Blank sections created for character functions.Kaz Kylheku2011-12-071-0/+28
* * eval.c (progn_s): New symbol variable.Kaz Kylheku2011-12-071-0/+16
* Version 046txr-046Kaz Kylheku2011-12-061-2/+2
* * eval.c (op_unwind_protect): Fixed uninitialized variableKaz Kylheku2011-12-061-1/+30
* Whitespace.Kaz Kylheku2011-12-051-1/+1
* Version 045txr-045Kaz Kylheku2011-12-051-2/+2
* * eval.c (op_cond): Fixed behavior for singleton clauses.Kaz Kylheku2011-12-051-3/+210
* * parser.y (force_regular_quotes): Function removed.Kaz Kylheku2011-12-041-15/+31
* * eval.c (op_qquote_error, op_unquote_error): New static functions.Kaz Kylheku2011-12-041-31/+15
* Expose lazy lists in TXR Lisp.Kaz Kylheku2011-12-031-0/+6
* * eval.c (uw_protect_s, return_s, return_from_s): New symbolKaz Kylheku2011-12-031-0/+6
* * eval.c (eval_init): String and character functionsKaz Kylheku2011-12-031-2/+47
* * txr.1: Added stub sections for new functions.Kaz Kylheku2011-12-021-0/+17
* * parser.y (list): unquote and splice actions look inside theKaz Kylheku2011-12-021-0/+26
* Version 044txr-044Kaz Kylheku2011-12-011-2/+2
* * txr.1: Started Lisp documentation. Updated description ofKaz Kylheku2011-12-011-11/+397
* Version 043txr-043Kaz Kylheku2011-11-231-2/+2
* Semantics change. If a variable is followed by a mixtureKaz Kylheku2011-11-231-18/+32
* * match.c (search_form): Bugfix: we must search to one characterKaz Kylheku2011-11-221-0/+17