Daniel Llorens <d...@jast.ch> skribis: > From 76432b25fda11957142e94653aafbc798ef4d880 Mon Sep 17 00:00:00 2001 > From: Daniel Llorens <daniel.llor...@bluewin.ch> > Date: Wed, 3 Apr 2013 22:40:40 +0200 > Subject: [PATCH 2/3] Remove double indirection in array-fill! > > * libguile/array-map.c: new function rafill, like scm_array_fill_int, > but factors GVSET out of the loop. Use it in scm_array_fill_x instead of > scm_array_fill_int. > * test-suite/tests/arrays.test: add test for array-fill! with stride != 1.
[...] > From ef8e5b980c6d5a4dbea12fbed1ac7bc16277b859 Mon Sep 17 00:00:00 2001 > From: Daniel Llorens <daniel.llor...@bluewin.ch> > Date: Wed, 3 Apr 2013 22:52:21 +0200 > Subject: [PATCH 3/3] Deprecate scm_array_fill_int() > > * libguile/array-map.h, libgule/array-map.c: move scm_array_fill_int > to the deprecated section. Applied, thanks! Ludo’.