bug#54141: [PATCH] Allow utf[8/16/32]->string functions to take start and ends bounds

2022-02-24 Thread Vijay Marupudi
Hello, I have attached a patch that extend the bytevector->string functions to take an start and end range. The second patch changes the r7rs compatibility layer to use this new functionality instead of the making a new bytevector as an intermediate step. ~ Vijay >From c6be127b4818d43a0244592c1

bug#54142: [PATCH] Add srfi 214 - flexvectors

2022-02-24 Thread Vijay Marupudi
Hello, I've attached a patch that adds support for dynamic vectors, aka flexvectors. Tests and documentation included. ~ Vijay >From 42206dec4d5e9ae51665c6e98ef07715b89b12fe Mon Sep 17 00:00:00 2001 From: Vijay Marupudi Date: Tue, 18 Jan 2022 20:52:08 -0500 Subject: [PATCH] Added srfi-214: fle

bug#54143: [PATCH] Add string-split-substring to ice-9 string-fun

2022-02-24 Thread Vijay Marupudi
Hello, I've attached a patch adding a new function, (string-split-substring str substr), that splits a string into a list of multiple strings delimited by a substring. The behavior matches (string-split str char/pred) exactly. ~ Vijay >From 3c0940082ff49695ac9c2147c900b959be5f8e70 Mon Sep 17 00:

bug#54147: [PATCH] doc: fix web (run-server) examples

2022-02-24 Thread Aleix Conchillo FlaquƩ
* doc/ref/web.texi (Web Server): need quasiquote to in order to evaluate AF_INET6. --- doc/ref/web.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/web.texi b/doc/ref/web.texi index 93cd0214f..49a09d0ca 100644 --- a/doc/ref/web.texi +++ b/doc/ref/web.texi @@ -1,