| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug #35026 | Kaz Kylheku | 2011-12-22 | 2 | -14/+45 |
* | Bug #35136 and cleanup. | Kaz Kylheku | 2011-12-22 | 2 | -32/+41 |
* | * txr.vim: Fixed to char literal syntax. | Kaz Kylheku | 2011-12-21 | 2 | -0/+5 |
* | * mpi-patches/bit-search-optimizations (s_highest_bit): | Kaz Kylheku | 2011-12-21 | 1 | -13/+13 |
* | * arith.c (normalize): Linkage changed to extern. | Kaz Kylheku | 2011-12-21 | 5 | -2/+21 |
* | * rand.c: Added comment about source of algorithm. | Kaz Kylheku | 2011-12-21 | 2 | -0/+8 |
* | * rand.c (random): Bugfix: not building up sufficiently large bignums. | Kaz Kylheku | 2011-12-21 | 2 | -3/+17 |
* | * Makefile (OBJS): new object file, rand.o. | Kaz Kylheku | 2011-12-21 | 6 | -1/+256 |
* | Bug #35139 | Kaz Kylheku | 2011-12-21 | 2 | -3/+12 |
* | Bug #35139 | Kaz Kylheku | 2011-12-21 | 2 | -3/+10 |
* | * Makefile (distclean): use rm -rf on mpi directory. | Kaz Kylheku | 2011-12-21 | 2 | -1/+6 |
* | Test case for bug #35137 | Kaz Kylheku | 2011-12-20 | 3 | -0/+30 |
* | * eval.c (eval_init): New function registered. | Kaz Kylheku | 2011-12-20 | 5 | -0/+44 |
* | Bug #35137 | Kaz Kylheku | 2011-12-20 | 3 | -11/+24 |
* | Streamlining exception handling macros a little bit. | Kaz Kylheku | 2011-12-20 | 4 | -13/+39 |
* | Critical regression. Hash lookup was crashing on some platforms | Kaz Kylheku | 2011-12-20 | 3 | -24/+40 |
* | * eval.c (eval_init): New functions registered as intrinsics. | Kaz Kylheku | 2011-12-20 | 5 | -0/+68 |
* | Version 049txr-049 | Kaz Kylheku | 2011-12-19 | 5 | -4/+64 |
* | * eval.c (subst_vars, op_quasi_list, expand_quasi): New static | Kaz Kylheku | 2011-12-19 | 4 | -4/+110 |
* | * eval.c (bindings_helper): Fix format arguments. | Kaz Kylheku | 2011-12-18 | 6 | -16/+77 |
* | 2011-12-16 Kaz Kylheku <kaz@kylheku.com> | Kaz Kylheku | 2011-12-16 | 2 | -11/+37 |
* | * eval.c (expand_vars): Bugfix: use expand_forms rather than | Kaz Kylheku | 2011-12-16 | 2 | -1/+6 |
* | * txr.vim: iskeyword updated. | Kaz Kylheku | 2011-12-16 | 2 | -2/+5 |
* | * lib.c (appendv): bugfix: wrong way test. | Kaz Kylheku | 2011-12-15 | 2 | -2/+7 |
* | * eval.c (eval_init): not added as synonym for null. | Kaz Kylheku | 2011-12-15 | 7 | -40/+368 |
* | @# comments are becoming obsolescent. @# comments | Kaz Kylheku | 2011-12-14 | 4 | -14/+47 |
* | * lib.c (car, cdr): Set the lazy cons function to nil | Kaz Kylheku | 2011-12-14 | 3 | -1/+211 |
* | * eval.c (eval_init): Removed registration for vec_get_fil. | Kaz Kylheku | 2011-12-14 | 6 | -54/+68 |
* | * lib.c (car, cdr): Semantics fix for lazy conses. | Kaz Kylheku | 2011-12-14 | 2 | -4/+11 |
* | * arith.c (abso): broken for fixnums. | Kaz Kylheku | 2011-12-14 | 2 | -1/+5 |
* | * txr.vim: Highlight hash prefix and quote. | Kaz Kylheku | 2011-12-14 | 2 | -3/+12 |
* | * eval.c (op_dohash): Esbatlish anonymous block. | Kaz Kylheku | 2011-12-14 | 3 | -4/+167 |
* | * genman.txr: Fix empty NAME section. | Kaz Kylheku | 2011-12-14 | 2 | -4/+11 |
* | * arith.c (minus): Allow difference between characters. | Kaz Kylheku | 2011-12-14 | 2 | -0/+5 |
* | * arith.c (plus, minus, gt, lt, ge, le): Handle character operands. | Kaz Kylheku | 2011-12-14 | 6 | -0/+88 |
* | Version 048txr-048 | Kaz Kylheku | 2011-12-13 | 5 | -4/+38 |
* | * arith.c (exptmod, gcd): New functions. | Kaz Kylheku | 2011-12-13 | 5 | -0/+71 |
* | * arith.c (evenp, oddp): New functions. | Kaz Kylheku | 2011-12-13 | 5 | -1/+45 |
* | * arith.c (highest_bit): Linkage changed to static. | Kaz Kylheku | 2011-12-13 | 8 | -3/+269 |
* | * arith.c (expt): Fix broken bignum x fixnum combination. | Kaz Kylheku | 2011-12-13 | 2 | -1/+5 |
* | * 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 |