summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 048txr-048Kaz Kylheku2011-12-135-4/+38
* * arith.c (exptmod, gcd): New functions.Kaz Kylheku2011-12-135-0/+71
* * arith.c (evenp, oddp): New functions.Kaz Kylheku2011-12-135-1/+45
* * arith.c (highest_bit): Linkage changed to static.Kaz Kylheku2011-12-138-3/+269
* * arith.c (expt): Fix broken bignum x fixnum combination.Kaz Kylheku2011-12-132-1/+5
* * Makefile (repatch): New phony target.Kaz Kylheku2011-12-132-2/+12
* Patch to shrink mpi-int to three words on 32 bit platforms,Kaz Kylheku2011-12-133-0/+30
* * mpi-patches/bit-search-optimizations (s_highest_bit): Added staticKaz Kylheku2011-12-123-4/+41
* Git rid of some some loops in MPI where it is searching forKaz Kylheku2011-12-123-0/+311
* * arith.c (expt): New function.Kaz Kylheku2011-12-126-2/+130
* * mpi-patches/fix-mult-bug: One more flaw discovered inKaz Kylheku2011-12-123-2/+25
* Version 047txr-047Kaz Kylheku2011-12-125-4/+51
* * arith.c (zerop, gt, lt, ge, le): Functions from lib.c reimplementedKaz Kylheku2011-12-116-34/+135
* * arith.c (plus, mul): Plugged mpi_int memory leaks.Kaz Kylheku2011-12-112-11/+91
* * arith.c (trunc): Error messages prefixed with trunc:.Kaz Kylheku2011-12-113-17/+68
* Bignum division implemented. More portability bugs found in MPI:Kaz Kylheku2011-12-114-14/+122
* * arith.c (ABS): New macro.Kaz Kylheku2011-12-112-10/+46
* Whitespace.Kaz Kylheku2011-12-111-24/+24
* Removing this crutch; it's not that useful.Kaz Kylheku2011-12-112-423/+6
* * arith.c: Regenerated.Kaz Kylheku2011-12-113-18/+17
* * arith.c: Regenerated.Kaz Kylheku2011-12-113-0/+9
* * arith.c: Regenerated.Kaz Kylheku2011-12-113-2/+117
* * arith.c: Regenerated.Kaz Kylheku2011-12-113-26/+245
* * txr.vim (txr_atat): New match. The @@ sequence is recognizedKaz Kylheku2011-12-102-0/+7
* Bignum support in mult function.Kaz Kylheku2011-12-107-67/+271
* * mpi-patches/mpi-set-mpi-word: Bugfix and refresh.Kaz Kylheku2011-12-104-4/+68
* * configure: add to config.h the type double_intptr_t, whichKaz Kylheku2011-12-102-0/+18
* Adding mp_set_word function.Kaz Kylheku2011-12-102-0/+33
* * 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