Age | Commit message (Expand) | Author | Files | Lines |
2021-08-17 | Extend bytevector-fill! to handle a partial fill | Daniel Llorens | 1 | -10/+7 |
2021-08-16 | Remove the 'simple vector' concept | Daniel Llorens | 1 | -12/+6 |
2021-08-06 | Add function vector-copy! to core | Daniel Llorens | 1 | -0/+42 |
2021-08-06 | Extend core vector-copy to r7rs vector-copy | Daniel Llorens | 1 | -6/+34 |
2021-08-06 | Deprecate use of vector-move-left! and vector-move-right! on non-vector arrays | Daniel Llorens | 1 | -53/+104 |
2021-08-05 | Deprecate using vector->list, vector-copy on arrays | Daniel Llorens | 1 | -32/+60 |
2020-03-23 | Avoid double initialization in 'vector-copy'. | Ludovic Courtès | 1 | -4/+8 |
2020-01-03 | Extend core vector-fill! to handle a range | Daniel Llorens | 1 | -12/+33 |
2019-08-02 | Merge from stable-2.2 | Andy Wingo | 1 | -2/+2 |
2019-06-18 | Improve overflow checks in bytevector, string, and I/O operations. | Mark H Weaver | 1 | -3/+3 |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Make .c copyright headers uniform | Andy Wingo | 1 | -2/+2 |
2018-06-20 | Rationalize include order in C files | Andy Wingo | 1 | -6/+6 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -11/+11 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove _scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Devolve threads.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Move subr snarfing macros to gsubr.h. | Andy Wingo | 1 | -0/+1 |
2018-06-19 | Devolve numbers.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve pairs.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove list.h from _scm.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove includes of validate.h. | Andy Wingo | 1 | -1/+0 |
2018-06-14 | Fix libguile subcomponent headers not to include <libguile.h> | Andy Wingo | 1 | -5/+2 |
2017-10-31 | Remove scm_generalized_vector_get_handle | Daniel Llorens | 1 | -7/+8 |
2017-04-18 | All literal constants are read-only | Andy Wingo | 1 | -10/+20 |
2016-11-23 | Do not use array handles in scm_vector | Daniel Llorens | 1 | -15/+4 |
2016-11-21 | Deprecate dynamic roots | Andy Wingo | 1 | -1/+0 |
2014-02-09 | Remove array impl. registry; instead, hard-code array handle creation | Andy Wingo | 1 | -34/+0 |
2014-02-08 | SCM_I_IS_VECTOR only true for tc7_vector, not weak vectors | Andy Wingo | 1 | -2/+2 |
2014-02-08 | Merge commit '24cac6554073bb6e691605cd6ac6196f3c0851a3' | Andy Wingo | 1 | -68/+20 |
2014-02-08 | Merge commit '5cfeff11cc58148c58a85a879fd7a3e7cfbbe8e2' | Andy Wingo | 1 | -53/+42 |
2014-02-08 | Deprecate the use of the vector interface on arrays | Andy Wingo | 1 | -9/+40 |
2014-02-08 | Deprecate use of vector-length, vector-ref, vector-set! as primitive-generics | Andy Wingo | 1 | -7/+28 |
2014-02-07 | Merge commit '9b5da400dde6e6bc8fd0e318e7ca1feffa5870db' | Andy Wingo | 1 | -12/+3 |
2014-02-07 | Deprecate vector-ref, vector-length, vector-set! on weak vectors | Andy Wingo | 1 | -17/+33 |
2012-07-06 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -2/+3 |
2012-07-02 | Use `void *' instead of `GC_PTR' internally. | Ludovic Courtès | 1 | -8/+7 |
2011-10-24 | remove weak pairs, rewrite weak vectors | Andy Wingo | 1 | -141/+38 |
2011-05-15 | scm_wta_* procedures replace SCM_WTA_* macros | Andy Wingo | 1 | -4/+7 |
2011-05-13 | correct use of SCM2PTR in SCM_I_REGISTER_DISAPPEARING_LINK forms | Andy Wingo | 1 | -2/+4 |
2011-05-13 | more care regarding SCM_PACK and SCM_UNPACK | Andy Wingo | 1 | -3/+3 |
2011-02-14 | fix fencepost error in vector-move-left! and -right! | Ian Price | 1 | -2/+2 |
2010-08-04 | fix vector-move-right! and vector-move-left! | Andy Wingo | 1 | -2/+8 |
2010-04-09 | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 1 | -2/+1 |
2010-01-07 | clean up includes in vectors.[ch] | Andy Wingo | 1 | -5/+1 |
2009-12-29 | fix bug in string array implementation type mask | Andy Wingo | 1 | -3/+2 |
2009-12-15 | Remove extraneous semicolon after `SCM_ARRAY_IMPLEMENTATION' & co. | Ludovic Courtès | 1 | -3/+3 |
2009-12-05 | decruftify scm_sys_protects | Andy Wingo | 1 | -2/+0 |
2009-11-02 | Allocate vectors in a contiguous memory area. | Ludovic Courtès | 1 | -48/+33 |