summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 51txr-51Kaz Kylheku2011-12-285-3/+42
* * txr.1: Capitalize TXR where it makes sense.Kaz Kylheku2011-12-282-76/+68
* Missing entry for previous commit.Kaz Kylheku2011-12-281-0/+6
* * match.c (LOG_MATCH): Use < in format directive instead of -.Kaz Kylheku2011-12-282-2/+3
* * parser.y (quasi_item): Switch from var to o_var. This fixesKaz Kylheku2011-12-282-1/+7
* * mpi-patches/shrink-mpi-int (mpi_int): Fixed terrible bug in thisKaz Kylheku2011-12-272-8/+12
* * rand.c (make_state): Use ANSI C syntax for prototyped function of noKaz Kylheku2011-12-272-2/+8
* More formatting changes.Kaz Kylheku2011-12-251-267/+192
* * txr.1: Formatting fixes.Kaz Kylheku2011-12-252-31/+99
* * dep.mk: Overdue update.Kaz Kylheku2011-12-252-4/+9
* * match.c (v_next): Change flatten to lazy_flatten in theKaz Kylheku2011-12-252-1/+7
* * eval.c (eval_init): New function interned.Kaz Kylheku2011-12-256-3/+80
* * rand.c (rand32): Moved.Kaz Kylheku2011-12-232-21/+32
* * arith.c (highest_bit): Changing to external linkage.Kaz Kylheku2011-12-234-20/+60
* Version 50txr-50Kaz Kylheku2011-12-235-4/+72
* Missing log entry re-created.Kaz Kylheku2011-12-231-0/+7
* * lib.c (memql): New function.Kaz Kylheku2011-12-234-5/+163
* * txr.1: Documented copy-list, reverse, nreverse, ldiff and flatten.Kaz Kylheku2011-12-222-0/+107
* * txr.1: Documented reduce-left and reduce-right.Kaz Kylheku2011-12-222-0/+54
* Bug #35010Kaz Kylheku2011-12-222-9/+26
* * stream.c (vformat): If width is specified for ~s or ~a, andKaz Kylheku2011-12-222-1/+15
* * stream.c (vformat): Left-adjusted field is now specifiedKaz Kylheku2011-12-222-11/+15
* * rand.c (random): Fix for 64 bit fixnums: stick two random numbersKaz Kylheku2011-12-222-0/+10
* * stream.c (vformat): Combine ~a and ~s cases, so numbers andKaz Kylheku2011-12-222-30/+12
* Bug #35026Kaz Kylheku2011-12-222-14/+45
* Bug #35136 and cleanup.Kaz Kylheku2011-12-222-32/+41
* * txr.vim: Fixed to char literal syntax.Kaz Kylheku2011-12-212-0/+5
* * mpi-patches/bit-search-optimizations (s_highest_bit):Kaz Kylheku2011-12-211-13/+13
* * arith.c (normalize): Linkage changed to extern.Kaz Kylheku2011-12-215-2/+21
* * rand.c: Added comment about source of algorithm.Kaz Kylheku2011-12-212-0/+8
* * rand.c (random): Bugfix: not building up sufficiently large bignums.Kaz Kylheku2011-12-212-3/+17
* * Makefile (OBJS): new object file, rand.o.Kaz Kylheku2011-12-216-1/+256
* Bug #35139Kaz Kylheku2011-12-212-3/+12
* Bug #35139Kaz Kylheku2011-12-212-3/+10
* * Makefile (distclean): use rm -rf on mpi directory.Kaz Kylheku2011-12-212-1/+6
* Test case for bug #35137Kaz Kylheku2011-12-203-0/+30
* * eval.c (eval_init): New function registered.Kaz Kylheku2011-12-205-0/+44
* Bug #35137Kaz Kylheku2011-12-203-11/+24
* Streamlining exception handling macros a little bit.Kaz Kylheku2011-12-204-13/+39
* Critical regression. Hash lookup was crashing on some platformsKaz Kylheku2011-12-203-24/+40
* * eval.c (eval_init): New functions registered as intrinsics.Kaz Kylheku2011-12-205-0/+68
* Version 049txr-049Kaz Kylheku2011-12-195-4/+64
* * eval.c (subst_vars, op_quasi_list, expand_quasi): New staticKaz Kylheku2011-12-194-4/+110
* * eval.c (bindings_helper): Fix format arguments.Kaz Kylheku2011-12-186-16/+77
* 2011-12-16 Kaz Kylheku <kaz@kylheku.com>Kaz Kylheku2011-12-162-11/+37
* * eval.c (expand_vars): Bugfix: use expand_forms rather thanKaz Kylheku2011-12-162-1/+6
* * txr.vim: iskeyword updated.Kaz Kylheku2011-12-162-2/+5
* * lib.c (appendv): bugfix: wrong way test.Kaz Kylheku2011-12-152-2/+7
* * eval.c (eval_init): not added as synonym for null.Kaz Kylheku2011-12-157-40/+368
* @# comments are becoming obsolescent. @# commentsKaz Kylheku2011-12-144-14/+47