Re: [Chicken-hackers] [PATCH] Make LENGTH argument to read-u8vector, {read, write}-string more precise in types.db

2015-06-25 Thread Christian Kellermann
Evan Hanson writes: > Also fix up the signature of read-u8vector in the manual. As this is a simple bugfix I have also cherry picked it into prerelease. -- May you be peaceful, may you live in safety, may you be free from suffering, and may you live with ease. ___

Re: [Chicken-hackers] [PATCH] Make LENGTH argument to read-u8vector, {read, write}-string more precise in types.db

2015-06-25 Thread Christian Kellermann
Evan Hanson writes: > Also fix up the signature of read-u8vector in the manual. Pushed to master. For the chicken-5 branch this won't apply as the srfi-4 stuff has been moved around it seems, I have pushed a similar patch to the chicken-5 branch. Thanks Evan! Christian -- May you be peacefu

[Chicken-hackers] [PATCH] Make LENGTH argument to read-u8vector, {read, write}-string more precise in types.db

2015-06-24 Thread Evan Hanson
Also fix up the signature of read-u8vector in the manual. --- manual/Unit srfi-4 | 2 +- types.db | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manual/Unit srfi-4 b/manual/Unit srfi-4 index f2c263b..88c50cd 100644 --- a/manual/Unit srfi-4 +++ b/manual