REPL Server: Don't establish a SIGINT handler.
[bpt/guile.git] / libguile / srfi-4.c
2010-07-26 Andy Wingoremove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-03 Ludovic CourtèsFix off-by-one error in the off-by-one fix of `make...
2010-03-02 Ludovic CourtèsFix off-by-one error when initializing vectors in ...
2010-01-12 Andy Wingohopefully fix shared c32 / c64 uniform arrays
2010-01-11 Andy Wingofix srfi-4 shared vector access from c
2010-01-07 Andy Wingoreimplement srfi-4 vectors on top of bytevectors
2009-12-15 Ludovic CourtèsRemove extraneous semicolon after `SCM_ARRAY_IMPLEMENTA...
2009-12-11 Andy Wingomerge from master to elisp
2009-12-08 Andy Wingoadd SCM_SMOB_TYPE_BITS and SCM_SMOB_TYPE_MASK
2009-12-08 Andy WingoSCM_CELL in srfi-4.c
2009-12-05 Andy Wingoremove a bunch of needless scm_permanent_object calls
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-09-13 Ludovic CourtèsRename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-09-01 Ludovic CourtèsFix leaky behavior of `scm_take_TAGvector ()'.
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-07-19 Andy Wingoany->u8vector and family now implemented in Scheme
2009-07-19 Andy Wingoadd registry of vector constructors, make-generalized...
2009-07-19 Andy Wingouniform vector functions to their own file
2009-07-19 Andy Wingogeneric vector ops to own file
2009-07-19 Andy Wingoadd generic array implementation facility
2009-07-19 Andy Wingorename unif.[ch] to arrays.[ch]
2009-07-19 Andy Wingobitvector exodus from unif.[ch]
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-21 Ludovic CourtèsMake bytevectors accessible using the generalized-vecto...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-08 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-01-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-11-04 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-23 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-15 Neil JerramMake multi-byte reads on unbuffered ports more efficient.
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-05 Ludovic CourtesRemoved a lot of now-useless SMOB mark/free functions.
2008-08-02 Andy Wingomerge guile-vm to guile
2006-05-27 Marius VollmerReplace SCM_C_INLINE with SCM_C_INLINE_KEYWORD. Thanks...
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-12-06 Marius Vollmer(take_uvec): Make BASE pointer non-const.
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-04 Marius VollmerDocstring updates.
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2005-01-14 Marius Vollmer(scm_take_u64vector,
2005-01-11 Marius Vollmer(SCM_ARRAYP, SCM_I_ARRAYP): Renamed former to latter...
2005-01-09 Marius Vollmer(coerce_to_uvec, scm_c_uniform_vector_ref,
2005-01-09 Marius Vollmer* srfi-4.h, srfi-4.c, srfi-4.i.c (scm_i_uniform_vector_...
2005-01-09 Marius Vollmer(scm_uniform_element_size): Deprecated implementation
2005-01-09 Marius Vollmer(uvec_type): New.
2005-01-07 Marius VollmerInclude deprecation.h.
2005-01-07 Marius Vollmer(SCM_IS_UVEC): New, use it instead of
2005-01-06 Marius Vollmer(scm_c_uniform_vector_element_size,
2005-01-02 Marius Vollmer* weaks.c: Use new vector elements API or simple vector
2004-12-29 Marius Vollmer* srfi-4.h (scm_i_proc_make_u8vector, scm_i_proc_make_s...
2004-12-27 Marius Vollmer(scm_uniform_vector_elements,
2004-11-10 Marius VollmerDo not include <libguile.h>, include the
2004-11-09 Marius Vollmer(scm_c_uniform_vector_ref, scm_c_uniform_vector_set_x...
2004-11-04 Marius Vollmer(make_uvec): Use SCM_I_SIZE_MAX instead of SIZE_MAX...
2004-11-02 Marius Vollmer(uvec_fast_ref): Avoid a compiler warning by returning
2004-11-02 Marius Vollmer* srfi-4.h, srfi-4.c (scm_frame_uniform_vector_release...
2004-11-02 Marius Vollmer(coerce_to_uvec, scm_any_to_u8vector, etc): New.
2004-10-29 Marius Vollmer(scm_i_read_homogenous_vector,
2004-10-27 Marius Vollmer* srfi-4.c (take_uvec): New.
2004-10-27 Marius Vollmer* srfi-4.h, srfi-4.i.c (scm_u8vector_elements, etc...
2004-10-26 Marius VollmerNew files, initially from ../srfi/ but heavily modified.