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