summaryrefslogtreecommitdiff
path: root/libguile/srfi-4.h
Commit message (Expand)AuthorAgeFilesLines
* New function srfi-4-vector-type-size in (srfi srfi-4 gnu)Daniel Llorens2021-12-061-0/+2
* Refactor srfi-4 declarationsDaniel Llorens2021-08-171-246/+31
* Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo2018-06-211-40/+40
* Update license notices in all C filesAndy Wingo2018-06-201-19/+19
* libguile header files have uniform format for copyright declarationsAndy Wingo2018-06-201-1/+2
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-1/+0
* Move array-handle.h include out from inline.hAndy Wingo2018-06-191-1/+2
* Remove array impl. registry; instead, hard-code array handle creationAndy Wingo2014-02-091-5/+0
* vref, vset members of scm_t_array_handleAndy Wingo2014-02-081-3/+3
* remove all deprecated codeAndy Wingo2011-05-121-11/+1
* remove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64Andy Wingo2010-07-261-5/+1
* reimplement srfi-4 vectors on top of bytevectorsAndy Wingo2010-01-071-0/+3
* Use `SCM_DEPRECATED' in declarations of deprecated functions/variables.Ludovic Courtès2009-10-021-1/+1
* uniform vector functions to their own fileAndy Wingo2009-07-191-30/+1
* rename unif.[ch] to arrays.[ch]Andy Wingo2009-07-191-1/+1
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-6/+6
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* (take_uvec): Make BASE pointer non-const.Marius Vollmer2005-12-061-12/+12
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (scm_take_u64vector,Marius Vollmer2005-01-141-2/+8
* * srfi-4.h, srfi-4.c, srfi-4.i.c (scm_i_uniform_vector_ref_proc,Marius Vollmer2005-01-091-0/+2
* (scm_uniform_element_size): Deprecated for real.Marius Vollmer2005-01-071-1/+8
* (scm_c_uniform_vector_element_size,Marius Vollmer2005-01-061-2/+1
* * weaks.c: Use new vector elements API or simple vectorMarius Vollmer2005-01-021-32/+122
* * srfi-4.h (scm_i_proc_make_u8vector, scm_i_proc_make_s8vector,Marius Vollmer2004-12-291-14/+1
* (scm_uniform_vector_elements,Marius Vollmer2004-12-271-15/+30
* Do not include <libguile.h>, include theMarius Vollmer2004-11-101-0/+4
* (scm_c_uniform_vector_ref, scm_c_uniform_vector_set_x): New.Marius Vollmer2004-11-091-1/+4
* * srfi-4.h, srfi-4.c (scm_frame_uniform_vector_release): New.Marius Vollmer2004-11-021-0/+1
* (coerce_to_uvec, scm_any_to_u8vector, etc): New.Marius Vollmer2004-11-021-0/+12
* (scm_i_read_homogenous_vector,Marius Vollmer2004-10-291-2/+36
* * srfi-4.c (take_uvec): New.Marius Vollmer2004-10-271-0/+10
* * srfi-4.h, srfi-4.i.c (scm_u8vector_elements, etc): New.Marius Vollmer2004-10-271-0/+34
* New files, initially from ../srfi/ but heavily modified.Marius Vollmer2004-10-261-0/+119