Age | Commit message (Expand) | Author | Files | Lines |
2000-03-03 | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 1 | -1/+1 |
2000-01-25 | * random.c: Added documentation, from SLIB page: | Greg J. Badros | 1 | -9/+42 |
2000-01-05 | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 1 | -12/+12 |
2000-01-05 | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 1 | -9/+9 |
2000-01-05 | * guile-snarf.awk.in: Do argument/number mismatch checking and | Greg J. Badros | 1 | -2/+2 |
2000-01-05 | * unif.c, symbols.c, strings.c, stacks.c, random.c, print.c, | Greg J. Badros | 1 | -9/+3 |
1999-12-16 | * coop-threads.c: Remove K&R function headers. | Greg J. Badros | 1 | -1/+1 |
1999-12-13 | Remove leading whitespace before empty docstrings. | Greg J. Badros | 1 | -8/+8 |
1999-12-12 | * *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMP | Greg J. Badros | 1 | -1/+1 |
1999-12-12 | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1 | -75/+66 |
1999-11-19 | * acconfig.h: add HAVE_ARRAYS. | Gary Houston | 1 | -17/+20 |
1999-07-25 | * random.c, random.h (scm_c_default_rstate, scm_c_uniform32): | Mikael Djurfeldt | 1 | -19/+28 |
1999-07-07 | Greg's smob patch | Mikael Djurfeldt | 1 | -19/+3 |
1999-01-26 | * random.c (scm_i_random_bignum): Made independent of endianness. | Mikael Djurfeldt | 1 | -5/+7 |
1999-01-21 | Added #include <stdio.h> | Mikael Djurfeldt | 1 | -0/+1 |
1999-01-21 | * random.c, random.h (scm_i_make_rstate): New function: Makes | Mikael Djurfeldt | 1 | -26/+33 |
1999-01-21 | * random.c: Bugfix: Retrieve and store most significant 32 bits in | Mikael Djurfeldt | 1 | -0/+21 |
1999-01-11 | * random.c: Removed alloca includes. | Mikael Djurfeldt | 1 | -30/+10 |
1999-01-10 | Fix | Mikael Djurfeldt | 1 | -34/+34 |
1999-01-10 | * random.c, random.h: New files: Random number support. | Mikael Djurfeldt | 1 | -0/+577 |