Age | Commit message (Expand) | Author | Files | Lines |
2012-01-21 | Add `random-state-from-platform' and `scm_i_random_bytes_from_platform' | Mark H Weaver | 1 | -0/+3 |
2010-08-01 | Fix the range of `random' on 64-bit platforms | Andreas Rottmann | 1 | -0/+1 |
2010-07-27 | 64-bit random fixes | Andy Wingo | 1 | -1/+1 |
2010-07-26 | rstates point to rngs | Andy Wingo | 1 | -3/+3 |
2010-07-26 | refactor datum->random-state / random-state->datum | Andy Wingo | 1 | -19/+5 |
2010-07-26 | low-level RNG interfaces deal in scm_t_uint32, not unsigned long | Andy Wingo | 1 | -5/+5 |
2010-07-26 | Allow exposing of random number generator state | Andreas Rottmann | 1 | -1/+6 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-05-31 | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 1 | -5/+5 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -3/+3 |
2004-05-06 | Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. Use | Marius Vollmer | 1 | -2/+2 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
2001-11-02 | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 1 | -25/+25 |
2001-08-31 | * Removed lots of deprecated stuff. | Dirk Herrmann | 1 | -13/+8 |
2001-07-19 | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, | Martin Grabmüller | 1 | -1/+1 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -26/+26 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -22/+28 |
2000-12-08 | Smob-related creanup. | Keisuke Nishida | 1 | -3/+3 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-04-03 | Lots of fixes to make guile (at some time) compile with strict typing. | Dirk Herrmann | 1 | -1/+1 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
1999-12-16 | * *.h: Use SCM_NIMP(X) && in all the FOOP macros. | Greg J. Badros | 1 | -1/+4 |
1999-07-25 | * random.c, random.h (scm_c_default_rstate, scm_c_uniform32): | Mikael Djurfeldt | 1 | -6/+8 |
1999-01-21 | * random.c, random.h (scm_i_make_rstate): New function: Makes | Mikael Djurfeldt | 1 | -1/+3 |
1999-01-10 | * random.c, random.h: New files: Random number support. | Mikael Djurfeldt | 1 | -0/+122 |