summaryrefslogtreecommitdiff
path: root/intarweb.scm
AgeCommit message (Collapse)Author
2023-09-07Use string-downcase instead of string-downcase! in http-name->symbol2.0.3Peter Bex
Unlike the srfi-1 linear updating procedures with exclamation marks, in srfi-13, the side-effecting operations do *not* necessarily return the string. They just mutate it in-place. This fixes #1826, so that it will work with utf CHICKEN (upcoming C6).
2021-09-13Export rfc1123-time->string2.0.2Peter Bex
This is a procedure that can be used by users of this egg which need the string representation of the Date header (for signing purposes, for example, like the S3 egg needs for the AWS signature) The problem is that we don't really want to bake in "letlocale" in all other programs, but contain this horrid complexity in intarweb.
2018-06-22Initial CHICKEN 5 port of intarweb 1.72.0Peter Bex