REPL Server: Don't establish a SIGINT handler.
[bpt/guile.git] / libguile / array-map.c
2013-04-07 Daniel LlorensDon't use scm_generalized_vector_get_handle() in array...
2013-04-05 Daniel LlorensDeprecate scm_array_fill_int()
2013-04-05 Daniel LlorensRemove double indirection in array-fill!
2013-04-03 Daniel LlorensRemove double indirection for 1st arg of array-for...
2013-04-03 Daniel LlorensRemove double indirection in array-map! with <2 args
2013-04-03 Daniel LlorensAvoid per-element cons for 1-arg case of array-map!
2013-04-03 Daniel LlorensDeprecate dead code in array-map.c
2013-04-03 Daniel LlorensRemove double indirection in element access in array...
2012-02-02 Bake TimmonsImprove the usage of variable names in C docstrings.
2012-01-09 Andy Wingoallocate a tc7 to arrays
2011-02-13 Ludovic CourtèsChange `scm_ramapc' prototype to avoid empty declarator...
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-31 Andy Wingomore fixes to equal? for arrays
2010-03-30 Andy Wingofix equal? between an array and a non-array
2010-01-07 Andy Wingoprovide missing prototypes
2009-12-11 Andy Wingomerge from master to elisp
2009-12-05 Andy Wingodecruftify scm_sys_protects
2009-12-04 Andy Wingoremove rpsubrs
2009-12-03 Andy Wingoremove asubrs
2009-12-03 Andy Wingoremove scm_tc7_dsubr
2009-12-03 Andy Wingoremove tc7_subr_* and tc7_lsubr_*
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-09 Ludovic CourtèsAvoid unneeded `scm_dynwind_free ()'.
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
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-07-19 Andy Wingogeneric vector ops to own file
2009-07-19 Andy Wingomove generic array foo out to its own file
2009-07-19 Andy Wingoremove enclosed arrays
2009-07-19 Andy Wingorename unif.[ch] to arrays.[ch]
2009-07-19 Andy Wingobitvector exodus from unif.[ch]
2009-07-19 Andy Wingorename ramap.[ch] to array-map.[ch]