* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*
[bpt/guile.git] / libguile / random.c
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* guile-snarf.awk.in: Do argument/number mismatch check...
2000-01-05 Greg J. Badros* unif.c, symbols.c, strings.c, stacks.c, random.c...
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. BadrosRemove leading whitespace before empty docstrings.
1999-12-12 Greg J. Badros* *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VA...
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-11-19 Gary Houston * acconfig.h: add HAVE_ARRAYS.
1999-07-25 Mikael Djurfeldt* random.c, random.h (scm_c_default_rstate, scm_c_unifo...
1999-07-07 Mikael DjurfeldtGreg's smob patch
1999-01-26 Mikael Djurfeldt* random.c (scm_i_random_bignum): Made independent...
1999-01-21 Mikael DjurfeldtAdded #include <stdio.h>
1999-01-21 Mikael Djurfeldt* random.c, random.h (scm_i_make_rstate): New function...
1999-01-21 Mikael Djurfeldt* random.c: Bugfix: Retrieve and store most significant...
1999-01-11 Mikael Djurfeldt* random.c: Removed alloca includes.
1999-01-10 Mikael DjurfeldtFix
1999-01-10 Mikael Djurfeldt* random.c, random.h: New files: Random number support.