[PATCH] Extend-core-vector-fill-to-handle-a-range.patch

2019-12-20 Thread lloda
This patch moves vector-fill! from srfi-43 into core, replacing the old vector-fill!. This is a compatible extension. I haven't touched the C binding vector_fill_x, so that is still limited to the full vector. Regards Daniel 0002-Extend-core-vector-fill-to-handle-a-range.p

[PATCH] Add string-replace-substring to (ice-9 string-fun)

2019-12-20 Thread lloda
This patch adds string-replace-substring that wingo posted to the mailing list to (ice-9 strings). This is a commonly used function and a good implementation isn't trivial, so I think it deserves inclusion. 0001-Add-string-replace-substring-to-ice-9-string-fun.patch Description: Binary data