* *.[hc]: add Emacs magic at the end of file, to ensure GNU
[bpt/guile.git] / libguile / random.c
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-17 Dirk HerrmannRemoved empty file genio.h and references to it.
2000-03-14 Mikael Djurfeldt* __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c...
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-01-25 Greg J. Badros* random.c: Added documentation, from SLIB page:
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.