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