Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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 |