| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allow exposing of random number generator state | Andreas Rottmann | 2010-07-26 | 1 | -4/+68 |
* | Fix random number generator on 64-bit platforms | Andreas Rottmann | 2010-07-19 | 1 | -1/+27 |
* | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 2009-08-28 | 1 | -2/+3 |
|\ |
|
| * | generic vector ops to own file | Andy Wingo | 2009-07-19 | 1 | -0/+1 |
| * | rename unif.[ch] to arrays.[ch] | Andy Wingo | 2009-07-19 | 1 | -2/+2 |
* | | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 2009-08-18 | 1 | -6/+7 |
|\ \
| |/ |
|
| * | Change Guile license to LGPLv3+ | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 2008-09-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 2008-09-13 | 1 | -1/+1 |
* | | Use `scm_gc_malloc_pointerless' in various places (improves performance). | Ludovic Courtes | 2008-09-10 | 1 | -4/+8 |
* | | Removed a lot of now-useless SMOB mark/free functions. | Ludovic Courtes | 2008-09-05 | 1 | -9/+4 |
|/ |
|
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | Test for SCM_HAVE_T_UINT64 instead of | Mikael Djurfeldt | 2006-02-19 | 1 | -11/+11 |
* | (scm_i_copy_rstate, scm_c_make_rstate): Don't test for | Kevin Ryde | 2005-11-26 | 1 | -5/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | (scm_i_init_rstate): Compare w to -1 not 0xffffffffUL, now | Kevin Ryde | 2005-01-23 | 1 | -1/+1 |
* | (scm_random_solid_sphere_x): Use scm_c_generalized_vector_length | Marius Vollmer | 2005-01-17 | 1 | -1/+1 |
* | (scm_random_solid_sphere_x): Update docstring from manual. | Kevin Ryde | 2005-01-15 | 1 | -6/+5 |
* | Don't check for definedness of SCM_HAVE_T_INT64, check | Marius Vollmer | 2005-01-14 | 1 | -1/+1 |
* | (scm_array_handle_release): New, changed all uses of | Marius Vollmer | 2005-01-06 | 1 | -1/+6 |
* | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 2005-01-02 | 1 | -31/+40 |
* | (scm_uniform_vector_elements, | Marius Vollmer | 2004-12-27 | 1 | -6/+6 |
* | (scm_random_solid_sphere_x, scm_random_hollow_sphere_x): Do not | Marius Vollmer | 2004-11-02 | 1 | -2/+0 |
* | (vector_scale, vector_scale_x): Renamed former to the | Marius Vollmer | 2004-10-27 | 1 | -29/+57 |
* | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 2004-08-19 | 1 | -5/+5 |
* | * socket.c, rw.c, deprecated.h, validate.h | Marius Vollmer | 2004-08-12 | 1 | -2/+6 |
* | (scm_make_real, scm_num2dbl, scm_float2num, scm_double2num): | Marius Vollmer | 2004-08-03 | 1 | -6/+6 |
* | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 2004-07-23 | 1 | -7/+7 |
* | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 2004-07-10 | 1 | -1/+2 |
* | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 2004-07-08 | 1 | -1/+1 |
* | * random.c (scm_c_random_bignum): use SCM_CHAR_BIT. | Rob Browning | 2003-04-16 | 1 | -3/+4 |
* | * random.c: #include gmp.h. | Rob Browning | 2003-04-07 | 1 | -4/+2 |
* | * random.c (scm_c_default_rstate): Use SCM_VARIABLE_REF to access | Mikael Djurfeldt | 2003-04-06 | 1 | -1/+1 |
* | * random.c (scm_c_random_bignum): Don't generate a random number | Mikael Djurfeldt | 2003-04-06 | 1 | -7/+4 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -35/+11 |
* | * random.c (scm_c_random_bignum): rewrite to handle GMP bignums. | Rob Browning | 2003-04-04 | 1 | -84/+60 |
* | * random.c: fix various preprocessor usages of new public | Rob Browning | 2003-03-27 | 1 | -1/+1 |
* | * random.c: #include <config.h> if HAVE_CONFIG_H. Replace usage | Rob Browning | 2003-03-25 | 1 | -31/+19 |
* | Added comments to scm_c_random_bignum | Mikael Djurfeldt | 2003-03-03 | 1 | -3/+26 |
* | * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of | Han-Wen Nienhuys | 2002-08-16 | 1 | -2/+2 |
* | (rstate_free): Return zero. | Marius Vollmer | 2002-07-25 | 1 | -1/+1 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 2002-07-20 | 1 | -16/+16 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | * Miscellaneous small doc updates and fixes. | Neil Jerram | 2001-11-13 | 1 | -2/+2 |
* | * Documentation work. | Neil Jerram | 2001-11-11 | 1 | -7/+7 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | Make compilation under Windows easier. | Martin Grabmüller | 2001-06-26 | 1 | -0/+8 |
* | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 2001-06-14 | 1 | -20/+20 |
* | * validate.h | Michael Livshin | 2001-05-24 | 1 | -22/+22 |
* | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 2001-05-15 | 1 | -9/+9 |