summaryrefslogtreecommitdiff
path: root/libguile/array-map.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-05Remove double indirection in array-fill!Daniel Llorens1-2/+19
2013-04-03Remove double indirection for 1st arg of array-for-eachDaniel Llorens1-23/+22
2013-04-03Remove double indirection in array-map! with <2 argsDaniel Llorens1-12/+20
2013-04-03Avoid per-element cons for 1-arg case of array-map!Daniel Llorens1-19/+26
2013-04-03Deprecate dead code in array-map.cDaniel Llorens1-2/+3
2013-04-03Remove double indirection in element access in array-copy!Daniel Llorens1-11/+20
2012-02-08Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-13/+14
2012-02-02Improve the usage of variable names in C docstrings.Bake Timmons1-13/+14
2012-01-10Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-2/+1
2012-01-09allocate a tc7 to arraysAndy Wingo1-2/+1
2011-10-24check for pairs with scm_is_pair, not scm_nimpAndy Wingo1-5/+5
2011-02-13Change `scm_ramapc' prototype to avoid empty declarators (bug #23681).Ludovic Courtès1-1/+4
2010-04-01more fixes to equal? for arraysAndy Wingo1-116/+38
2010-03-31fix equal? between an array and a non-arrayAndy Wingo1-7/+15
2010-01-07provide missing prototypesAndy Wingo1-1/+2
2009-12-05decruftify scm_sys_protectsAndy Wingo1-10/+3
2009-12-04remove rpsubrsAndy Wingo1-1/+3
2009-12-03remove asubrsAndy Wingo1-213/+15
2009-12-03remove scm_tc7_dsubrAndy Wingo1-26/+0
2009-12-03remove tc7_subr_* and tc7_lsubr_*Andy Wingo1-36/+1
2009-09-09Avoid unneeded `scm_dynwind_free ()'.Ludovic Courtès1-11/+7
2009-07-19generic vector ops to own fileAndy Wingo1-0/+1
2009-07-19move generic array foo out to its own fileAndy Wingo1-0/+1
2009-07-19remove enclosed arraysAndy Wingo1-4/+4
2009-07-19rename unif.[ch] to arrays.[ch]Andy Wingo1-1/+1
2009-07-19bitvector exodus from unif.[ch]Andy Wingo1-0/+1
2009-07-19rename ramap.[ch] to array-map.[ch]Andy Wingo1-0/+1235