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
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
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:
* 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,