Merge branch 'master' into boehm-demers-weiser-gc
[bpt/guile.git] / libguile / random.c
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-08 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-01-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-11-04 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-23 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-10 Ludovic CourtesUse `scm_gc_malloc_pointerless' in various places ...
2008-09-05 Ludovic CourtesRemoved a lot of now-useless SMOB mark/free functions.
2008-08-02 Andy Wingomerge guile-vm to guile
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-02-19 Mikael DjurfeldtTest for SCM_HAVE_T_UINT64 instead of
2005-11-26 Kevin Ryde(scm_i_copy_rstate, scm_c_make_rstate): Don't test for
2005-05-23 Marius VollmerThe FSF has a new address.
2005-01-23 Kevin Ryde(scm_i_init_rstate): Compare w to -1 not 0xffffffffUL...
2005-01-17 Marius Vollmer(scm_random_solid_sphere_x): Use scm_c_generalized_vect...
2005-01-15 Kevin Ryde(scm_random_solid_sphere_x): Update docstring from...
2005-01-14 Marius VollmerDon't check for definedness of SCM_HAVE_T_INT64, check
2005-01-06 Marius Vollmer(scm_array_handle_release): New, changed all uses of
2005-01-02 Marius VollmerUse new vector elements API or simple vector API, as...
2004-12-27 Marius Vollmer(scm_uniform_vector_elements,
2004-11-02 Marius Vollmer(scm_random_solid_sphere_x, scm_random_hollow_sphere_x...
2004-10-27 Marius Vollmer(vector_scale, vector_scale_x): Renamed former to the
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-12 Marius Vollmer* socket.c, rw.c, deprecated.h, validate.h
2004-08-03 Marius Vollmer(scm_make_real, scm_num2dbl, scm_float2num, scm_double2...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
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
next