summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (eval_init): New functions added as intrinsics.Kaz Kylheku2011-12-105-0/+26
* * mpi-patches/add-mp-hash: Rewrote mp_hash to only hash enoughKaz Kylheku2011-12-104-32/+37
* * lib.c (mulv): Recognize cases to eliminate a wasteful mul callKaz Kylheku2011-12-102-1/+10
* * lib.c (plusv): Recognize cases to eliminate a wasteful plus callKaz Kylheku2011-12-102-1/+10
* * arith.c: File is now generated using TXR.Kaz Kylheku2011-12-104-19/+257
* * configure: Fix patching without quilt.Kaz Kylheku2011-12-092-1/+5
* Build and pass test suite on Cygwin.Kaz Kylheku2011-12-093-13/+32
* (Applies to previous commit.)Kaz Kylheku2011-12-091-0/+7
* 2011-12-09 Kaz Kylheku <kaz@kylheku.com>Kaz Kylheku2011-12-091-11/+13
* Bignum support, here we go!Kaz Kylheku2011-12-0926-137/+1140
* C++ maintenance.Kaz Kylheku2011-12-083-4/+10
* * eval.c (op_defun): Transform a function body by insertingKaz Kylheku2011-12-073-3/+77
* * txr.vim: Updated with all operators and functions.Kaz Kylheku2011-12-072-37/+43
* * txr.1: flip operator documented. Bad syntax for pop fixed.Kaz Kylheku2011-12-072-3/+16
* * eval.c (op_modplace): If the operator is push, then reverseKaz Kylheku2011-12-072-9/+34
* * debug.c (debug): Fix regression: repeat last command by hittingKaz Kylheku2011-12-075-12/+80
* * eval.c (lookup_var, lookup_fun): Reversing assoc arguments.Kaz Kylheku2011-12-078-59/+124
* * txr.1: Blank sections created for character functions.Kaz Kylheku2011-12-072-0/+32
* * eval.c (eval_init): New functions registered as intrinsics.Kaz Kylheku2011-12-074-0/+22
* * parser.l: In the CHRLIT state, return a nonblank character as anKaz Kylheku2011-12-072-0/+10
* * eval.c (eval_init): New character functions registered.Kaz Kylheku2011-12-074-2/+106
* Comment change.Kaz Kylheku2011-12-071-1/+1
* * eval.c (progn_s): New symbol variable.Kaz Kylheku2011-12-073-1/+32
* Version 046txr-046Kaz Kylheku2011-12-065-4/+39
* * stream.c (find_char): New function.Kaz Kylheku2011-12-062-3/+28
* * eval.c (op_unwind_protect): Fixed uninitialized variableKaz Kylheku2011-12-069-22/+152
* 2011-12-06 Kaz Kylheku <kaz@kylheku.com>Kaz Kylheku2011-12-061-2/+2
* Merge branch 'master' of ssh://webserver/git/txrKaz Kylheku2011-12-060-0/+0
|\
| * Whitespace.Kaz Kylheku2011-12-051-1/+1
* | 2011-12-06 Kaz Kylheku <kaz@kylheku.com>Kaz Kylheku2011-12-062-2/+7
* | Whitespace.Kaz Kylheku2011-12-051-1/+1
|/
* Version 045txr-045Kaz Kylheku2011-12-055-7/+19
* * eval.c (op_cond): Fixed behavior for singleton clauses.Kaz Kylheku2011-12-055-12/+235
* * parser.y (force_regular_quotes): Function removed.Kaz Kylheku2011-12-044-47/+51
* RELNOTES: Preparing for 045.Kaz Kylheku2011-12-041-0/+16
* * eval.c (op_qquote_error, op_unquote_error): New static functions.Kaz Kylheku2011-12-044-39/+78
* Expose lazy lists in TXR Lisp.Kaz Kylheku2011-12-035-12/+74
* * eval.c (uw_protect_s, return_s, return_from_s): New symbolKaz Kylheku2011-12-033-5/+82
* * lib.c (split_str, split_str_set): Bugfix: access beyond the end ofKaz Kylheku2011-12-032-2/+17
* * eval.c (eval_init): String and character functionsKaz Kylheku2011-12-033-3/+78
* * txr.1: Added stub sections for new functions.Kaz Kylheku2011-12-022-0/+21
* * eval.c: Symbol related intrinsic functions and variables madeKaz Kylheku2011-12-023-1/+19
* * parser.y (list): unquote and splice actions look inside theKaz Kylheku2011-12-023-2/+45
* * eval.c (expand_qquote): Bugfix: removed bogus recognitionKaz Kylheku2011-12-022-2/+7
* Version 044txr-044Kaz Kylheku2011-12-015-6/+20
* * txr.1: Started Lisp documentation. Updated description ofKaz Kylheku2011-12-012-11/+402
* * lib.c (int_str): Return nil rather than 0 if no digits are extractedKaz Kylheku2011-12-012-1/+9
* * match.c (h_skip, h_coll, v_skip, v_collect): Evaluate the arguments.Kaz Kylheku2011-12-012-18/+27
* * match.c (v_skip): Bugfix: Nov 12 commit caused regression:Kaz Kylheku2011-12-013-2/+11
* Dropping the silly cons return value from txeval.Kaz Kylheku2011-12-012-39/+64