* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,
[bpt/guile.git] / libguile / random.c
2004-07-10 Marius Vollmer* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALI...
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2003-04-16 Rob Browning* random.c (scm_c_random_bignum): use SCM_CHAR_BIT.
2003-04-07 Rob Browning* random.c: #include gmp.h.
2003-04-06 Mikael Djurfeldt* random.c (scm_c_default_rstate): Use SCM_VARIABLE_REF...
2003-04-06 Mikael Djurfeldt* random.c (scm_c_random_bignum): Don't generate a...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-04-04 Rob Browning* random.c (scm_c_random_bignum): rewrite to handle...
2003-03-27 Rob Browning* random.c: fix various preprocessor usages of new...
2003-03-25 Rob Browning* random.c: #include <config.h> if HAVE_CONFIG_H. ...
2003-03-03 Mikael DjurfeldtAdded comments to scm_c_random_bignum
2002-08-16 Han-Wen Nienhuys* mallocs.c (scm_malloc_obj): use scm_gc_malloc in...
2002-07-25 Marius Vollmer(rstate_free): Return zero.
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2001-11-13 Neil Jerram* Miscellaneous small doc updates and fixes.
2001-11-11 Neil Jerram* Documentation work.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-26 Martin GrabmüllerMake compilation under Windows easier.
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-05-24 Michael Livshin* validate.h
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-03-06 Dirk Herrmann* Remove uses of SCM_ASSERT that may result in error...
2001-02-17 Martin Grabmüller(scm_seed_to_random_state, scm_copy_random_state, scm_r...
2001-02-16 Martin Grabmüller(scm_random, scm_random_normal, scm_random_solid_sphere_x,
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-11-22 Dirk Herrmann* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-26 Dirk Herrmann* String comparison functions don't accept symbols...
2000-10-11 Dirk Herrmann* Replace calls to SCM_LENGTH.
2000-06-29 Dirk Herrmann* Cleaned up memory error signalling.
2000-06-14 Mikael Djurfeldt* random.c: #include <string.h>. (Needed by memcpy.)
2000-05-10 Dirk HerrmannMore distinguished handling of real and complex values.
2000-05-02 Dirk Herrmann* numbers.c (scm_logtest, scm_division): Reordered...
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-13 Mikael DjurfeldtTypo
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.