temporarily disable elisp exception tests
[bpt/guile.git] / libguile / random.h
2012-03-05 BT TempletonMerge branch 'bt/elisp'
2012-01-30 Andy WingoMerge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
2012-01-21 Mark H WeaverAdd `random-state-from-platform' and `scm_i_random_byte...
2010-08-01 Andreas RottmannFix the range of `random' on 64-bit platforms
2010-07-27 Andy Wingo64-bit random fixes
2010-07-26 Andy Wingorstates point to rngs
2010-07-26 Andy Wingorefactor datum->random-state / random-state->datum
2010-07-26 Andy Wingolow-level RNG interfaces deal in scm_t_uint32, not...
2010-07-26 Andreas RottmannAllow exposing of random number generator state
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-08-26 Andy Wingomerge from guile master
2008-08-02 Andy Wingomerge guile-vm to guile
2008-05-31 Ludovic CourtèsAdd `SCM_INTERNAL' macro, use it.
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-05-23 Marius VollmerThe FSF has a new address.
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-05-06 Marius VollmerUse SCM_SMOB_* instead of SCM_CELL_* as appropriate...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2001-11-02 Marius VollmerPrefixed each each exported symbol with SCM_API.
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-07-19 Martin Grabmüller * alist.c, arbiters.c, async.h, backtrace.h, boolean...
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-05-24 Michael Livshin* validate.h
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
1999-12-16 Greg J. Badros* *.h: Use SCM_NIMP(X) && in all the FOOP macros.
1999-07-25 Mikael Djurfeldt* random.c, random.h (scm_c_default_rstate, scm_c_unifo...
1999-01-21 Mikael Djurfeldt* random.c, random.h (scm_i_make_rstate): New function...
1999-01-10 Mikael Djurfeldt* random.c, random.h: New files: Random number support.