| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c, gc.c, rand.c, regex.c, signal.c: Remove inclusion of unneeded | Kaz Kylheku | 2014-04-13 | 1 | -1/+0 |
* | * eval.c (eval_init): Make seed argument optional in make-random-state. | Kaz Kylheku | 2014-03-14 | 1 | -5/+10 |
* | * rand.c (rand_init): Oops! Spectacular silliness here | Kaz Kylheku | 2014-03-08 | 1 | -3/+2 |
* | Change in the design of how special variables work, to fix the broken | Kaz Kylheku | 2014-02-28 | 1 | -15/+14 |
* | Replacing uses of the eq function which are used only as C booleans, | Kaz Kylheku | 2014-02-22 | 1 | -1/+1 |
* | The C function nullp is being renamed to null, and the rarely | Kaz Kylheku | 2014-02-22 | 1 | -1/+1 |
* | * arith.c (lognot): Conform to new scheme for defaulting optional args. | Kaz Kylheku | 2014-02-05 | 1 | -3/+3 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -0/+2 |
* | * arith.c, hash.c, lib.c, rand.c, stream.c, syslog.c: Removing | Kaz Kylheku | 2013-12-11 | 1 | -1/+0 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | * arith.c (INT_PTR_MAX_MP): New static variable. | Kaz Kylheku | 2012-04-10 | 1 | -2/+3 |
* | Version 58txr-58 | Kaz Kylheku | 2012-02-25 | 1 | -1/+1 |
* | Introducing optional arguments. | Kaz Kylheku | 2012-02-21 | 1 | -0/+5 |
* | * match.c (LOG_MATCH): Use < in format directive instead of -. | Kaz Kylheku | 2011-12-28 | 1 | -1/+2 |
* | * rand.c (make_state): Use ANSI C syntax for prototyped function of no | Kaz Kylheku | 2011-12-27 | 1 | -2/+1 |
* | * rand.c (rand32): Moved. | Kaz Kylheku | 2011-12-23 | 1 | -21/+25 |
* | * arith.c (highest_bit): Changing to external linkage. | Kaz Kylheku | 2011-12-23 | 1 | -19/+48 |
* | * rand.c (random): Fix for 64 bit fixnums: stick two random numbers | Kaz Kylheku | 2011-12-22 | 1 | -0/+4 |
* | * arith.c (normalize): Linkage changed to extern. | Kaz Kylheku | 2011-12-21 | 1 | -1/+1 |
* | * rand.c: Added comment about source of algorithm. | Kaz Kylheku | 2011-12-21 | 1 | -0/+4 |
* | * rand.c (random): Bugfix: not building up sufficiently large bignums. | Kaz Kylheku | 2011-12-21 | 1 | -3/+12 |
* | * Makefile (OBJS): new object file, rand.o. | Kaz Kylheku | 2011-12-21 | 1 | -0/+199 |