| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove array impl. registry; instead, hard-code array handle creation... | Andy Wingo | 2014-02-09 | 1 | -5/+0 |
* | vref, vset members of scm_t_array_handle... | Andy Wingo | 2014-02-08 | 1 | -3/+3 |
* | remove all deprecated code... | Andy Wingo | 2011-05-12 | 1 | -11/+1 |
* | remove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64... | Andy Wingo | 2010-07-26 | 1 | -5/+1 |
* | reimplement srfi-4 vectors on top of bytevectors... | Andy Wingo | 2010-01-07 | 1 | -0/+3 |
* | Use `SCM_DEPRECATED' in declarations of deprecated functions/variables.... | Ludovic Courtès | 2009-10-02 | 1 | -1/+1 |
* | uniform vector functions to their own file... | Andy Wingo | 2009-07-19 | 1 | -30/+1 |
* | rename unif.[ch] to arrays.[ch]... | Andy Wingo | 2009-07-19 | 1 | -1/+1 |
* | 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 | -6/+6 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | (take_uvec): Make BASE pointer non-const.... | Marius Vollmer | 2005-12-06 | 1 | -12/+12 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | (scm_take_u64vector,... | Marius Vollmer | 2005-01-14 | 1 | -2/+8 |
* | * srfi-4.h, srfi-4.c, srfi-4.i.c (scm_i_uniform_vector_ref_proc,... | Marius Vollmer | 2005-01-09 | 1 | -0/+2 |
* | (scm_uniform_element_size): Deprecated for real. | Marius Vollmer | 2005-01-07 | 1 | -1/+8 |
* | (scm_c_uniform_vector_element_size,... | Marius Vollmer | 2005-01-06 | 1 | -2/+1 |
* | * weaks.c: Use new vector elements API or simple vector... | Marius Vollmer | 2005-01-02 | 1 | -32/+122 |
* | * srfi-4.h (scm_i_proc_make_u8vector, scm_i_proc_make_s8vector,... | Marius Vollmer | 2004-12-29 | 1 | -14/+1 |
* | (scm_uniform_vector_elements,... | Marius Vollmer | 2004-12-27 | 1 | -15/+30 |
* | Do not include <libguile.h>, include the... | Marius Vollmer | 2004-11-10 | 1 | -0/+4 |
* | (scm_c_uniform_vector_ref, scm_c_uniform_vector_set_x): New.... | Marius Vollmer | 2004-11-09 | 1 | -1/+4 |
* | * srfi-4.h, srfi-4.c (scm_frame_uniform_vector_release): New.... | Marius Vollmer | 2004-11-02 | 1 | -0/+1 |
* | (coerce_to_uvec, scm_any_to_u8vector, etc): New.... | Marius Vollmer | 2004-11-02 | 1 | -0/+12 |
* | (scm_i_read_homogenous_vector,... | Marius Vollmer | 2004-10-29 | 1 | -2/+36 |
* | * srfi-4.c (take_uvec): New.... | Marius Vollmer | 2004-10-27 | 1 | -0/+10 |
* | * srfi-4.h, srfi-4.i.c (scm_u8vector_elements, etc): New.... | Marius Vollmer | 2004-10-27 | 1 | -0/+34 |
* | New files, initially from ../srfi/ but heavily modified. | Marius Vollmer | 2004-10-26 | 1 | -0/+119 |