| Commit message (Expand) | Author | Age | Files | Lines |
* | * Makefile (repatch): New phony target. | Kaz Kylheku | 2011-12-13 | 2 | -2/+12 |
* | Patch to shrink mpi-int to three words on 32 bit platforms, | Kaz Kylheku | 2011-12-13 | 3 | -0/+30 |
* | * mpi-patches/bit-search-optimizations (s_highest_bit): Added static | Kaz Kylheku | 2011-12-12 | 3 | -4/+41 |
* | Git rid of some some loops in MPI where it is searching for | Kaz Kylheku | 2011-12-12 | 3 | -0/+311 |
* | * arith.c (expt): New function. | Kaz Kylheku | 2011-12-12 | 6 | -2/+130 |
* | * mpi-patches/fix-mult-bug: One more flaw discovered in | Kaz Kylheku | 2011-12-12 | 3 | -2/+25 |
* | Version 047txr-047 | Kaz Kylheku | 2011-12-12 | 5 | -4/+51 |
* | * arith.c (zerop, gt, lt, ge, le): Functions from lib.c reimplemented | Kaz Kylheku | 2011-12-11 | 6 | -34/+135 |
* | * arith.c (plus, mul): Plugged mpi_int memory leaks. | Kaz Kylheku | 2011-12-11 | 2 | -11/+91 |
* | * arith.c (trunc): Error messages prefixed with trunc:. | Kaz Kylheku | 2011-12-11 | 3 | -17/+68 |
* | Bignum division implemented. More portability bugs found in MPI: | Kaz Kylheku | 2011-12-11 | 4 | -14/+122 |
* | * arith.c (ABS): New macro. | Kaz Kylheku | 2011-12-11 | 2 | -10/+46 |
* | Whitespace. | Kaz Kylheku | 2011-12-11 | 1 | -24/+24 |
* | Removing this crutch; it's not that useful. | Kaz Kylheku | 2011-12-11 | 2 | -423/+6 |
* | * arith.c: Regenerated. | Kaz Kylheku | 2011-12-11 | 3 | -18/+17 |
* | * arith.c: Regenerated. | Kaz Kylheku | 2011-12-11 | 3 | -0/+9 |
* | * arith.c: Regenerated. | Kaz Kylheku | 2011-12-11 | 3 | -2/+117 |
* | * arith.c: Regenerated. | Kaz Kylheku | 2011-12-11 | 3 | -26/+245 |
* | * txr.vim (txr_atat): New match. The @@ sequence is recognized | Kaz Kylheku | 2011-12-10 | 2 | -0/+7 |
* | Bignum support in mult function. | Kaz Kylheku | 2011-12-10 | 7 | -67/+271 |
* | * mpi-patches/mpi-set-mpi-word: Bugfix and refresh. | Kaz Kylheku | 2011-12-10 | 4 | -4/+68 |
* | * configure: add to config.h the type double_intptr_t, which | Kaz Kylheku | 2011-12-10 | 2 | -0/+18 |
* | Adding mp_set_word function. | Kaz Kylheku | 2011-12-10 | 2 | -0/+33 |
* | * eval.c (eval_init): New functions added as intrinsics. | Kaz Kylheku | 2011-12-10 | 5 | -0/+26 |
* | * mpi-patches/add-mp-hash: Rewrote mp_hash to only hash enough | Kaz Kylheku | 2011-12-10 | 4 | -32/+37 |
* | * lib.c (mulv): Recognize cases to eliminate a wasteful mul call | Kaz Kylheku | 2011-12-10 | 2 | -1/+10 |
* | * lib.c (plusv): Recognize cases to eliminate a wasteful plus call | Kaz Kylheku | 2011-12-10 | 2 | -1/+10 |
* | * arith.c: File is now generated using TXR. | Kaz Kylheku | 2011-12-10 | 4 | -19/+257 |
* | * configure: Fix patching without quilt. | Kaz Kylheku | 2011-12-09 | 2 | -1/+5 |
* | Build and pass test suite on Cygwin. | Kaz Kylheku | 2011-12-09 | 3 | -13/+32 |
* | (Applies to previous commit.) | Kaz Kylheku | 2011-12-09 | 1 | -0/+7 |
* | 2011-12-09 Kaz Kylheku <kaz@kylheku.com> | Kaz Kylheku | 2011-12-09 | 1 | -11/+13 |
* | Bignum support, here we go! | Kaz Kylheku | 2011-12-09 | 26 | -137/+1140 |
* | C++ maintenance. | Kaz Kylheku | 2011-12-08 | 3 | -4/+10 |
* | * eval.c (op_defun): Transform a function body by inserting | Kaz Kylheku | 2011-12-07 | 3 | -3/+77 |
* | * txr.vim: Updated with all operators and functions. | Kaz Kylheku | 2011-12-07 | 2 | -37/+43 |
* | * txr.1: flip operator documented. Bad syntax for pop fixed. | Kaz Kylheku | 2011-12-07 | 2 | -3/+16 |
* | * eval.c (op_modplace): If the operator is push, then reverse | Kaz Kylheku | 2011-12-07 | 2 | -9/+34 |
* | * debug.c (debug): Fix regression: repeat last command by hitting | Kaz Kylheku | 2011-12-07 | 5 | -12/+80 |
* | * eval.c (lookup_var, lookup_fun): Reversing assoc arguments. | Kaz Kylheku | 2011-12-07 | 8 | -59/+124 |
* | * txr.1: Blank sections created for character functions. | Kaz Kylheku | 2011-12-07 | 2 | -0/+32 |
* | * eval.c (eval_init): New functions registered as intrinsics. | Kaz Kylheku | 2011-12-07 | 4 | -0/+22 |
* | * parser.l: In the CHRLIT state, return a nonblank character as an | Kaz Kylheku | 2011-12-07 | 2 | -0/+10 |
* | * eval.c (eval_init): New character functions registered. | Kaz Kylheku | 2011-12-07 | 4 | -2/+106 |
* | Comment change. | Kaz Kylheku | 2011-12-07 | 1 | -1/+1 |
* | * eval.c (progn_s): New symbol variable. | Kaz Kylheku | 2011-12-07 | 3 | -1/+32 |
* | Version 046txr-046 | Kaz Kylheku | 2011-12-06 | 5 | -4/+39 |
* | * stream.c (find_char): New function. | Kaz Kylheku | 2011-12-06 | 2 | -3/+28 |
* | * eval.c (op_unwind_protect): Fixed uninitialized variable | Kaz Kylheku | 2011-12-06 | 9 | -22/+152 |
* | 2011-12-06 Kaz Kylheku <kaz@kylheku.com> | Kaz Kylheku | 2011-12-06 | 1 | -2/+2 |