| Commit message (Expand) | Author | Age | Files | Lines |
* | * match.c (LOG_MATCH): Use < in format directive instead of -. | Kaz Kylheku | 2011-12-28 | 2 | -2/+3 |
* | * parser.y (quasi_item): Switch from var to o_var. This fixes | Kaz Kylheku | 2011-12-28 | 2 | -1/+7 |
* | * mpi-patches/shrink-mpi-int (mpi_int): Fixed terrible bug in this | Kaz Kylheku | 2011-12-27 | 2 | -8/+12 |
* | * rand.c (make_state): Use ANSI C syntax for prototyped function of no | Kaz Kylheku | 2011-12-27 | 2 | -2/+8 |
* | More formatting changes. | Kaz Kylheku | 2011-12-25 | 1 | -267/+192 |
* | * txr.1: Formatting fixes. | Kaz Kylheku | 2011-12-25 | 2 | -31/+99 |
* | * dep.mk: Overdue update. | Kaz Kylheku | 2011-12-25 | 2 | -4/+9 |
* | * match.c (v_next): Change flatten to lazy_flatten in the | Kaz Kylheku | 2011-12-25 | 2 | -1/+7 |
* | * eval.c (eval_init): New function interned. | Kaz Kylheku | 2011-12-25 | 6 | -3/+80 |
* | * rand.c (rand32): Moved. | Kaz Kylheku | 2011-12-23 | 2 | -21/+32 |
* | * arith.c (highest_bit): Changing to external linkage. | Kaz Kylheku | 2011-12-23 | 4 | -20/+60 |
* | Version 50txr-50 | Kaz Kylheku | 2011-12-23 | 5 | -4/+72 |
* | Missing log entry re-created. | Kaz Kylheku | 2011-12-23 | 1 | -0/+7 |
* | * lib.c (memql): New function. | Kaz Kylheku | 2011-12-23 | 4 | -5/+163 |
* | * txr.1: Documented copy-list, reverse, nreverse, ldiff and flatten. | Kaz Kylheku | 2011-12-22 | 2 | -0/+107 |
* | * txr.1: Documented reduce-left and reduce-right. | Kaz Kylheku | 2011-12-22 | 2 | -0/+54 |
* | Bug #35010 | Kaz Kylheku | 2011-12-22 | 2 | -9/+26 |
* | * stream.c (vformat): If width is specified for ~s or ~a, and | Kaz Kylheku | 2011-12-22 | 2 | -1/+15 |
* | * stream.c (vformat): Left-adjusted field is now specified | Kaz Kylheku | 2011-12-22 | 2 | -11/+15 |
* | * rand.c (random): Fix for 64 bit fixnums: stick two random numbers | Kaz Kylheku | 2011-12-22 | 2 | -0/+10 |
* | * stream.c (vformat): Combine ~a and ~s cases, so numbers and | Kaz Kylheku | 2011-12-22 | 2 | -30/+12 |
* | 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 |