summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-13Provide a hook for the exception printerwip-exception-truncateDaniel Llorens
2022-10-12doc: Document how (ice-9 format) replaces 'format'.Jean Abou Samra
2022-10-12Define SO_RCVTIMEO and SO_SNDTIMEO.Christopher Baines
2022-10-12Update reference to the GNU Coding Standards.Daniel Llorens
2022-10-03Test for out of range depth in fluid-ref*Daniel Llorens
2022-10-02Modifies command line quoting in c-api.testMike Gran
2022-10-02Avoids deprecated egrep in c-api.testMike Gran
2022-10-01srfi-35: Fix expansion of 'condition' for compound conditions.Ludovic Courtès
2022-10-01doc: Fix typo in 'coverage-data->lcov' example.Antoine Kalmbach
2022-10-01doc: Fix typo under "CPS Soup".Fulbert
2022-10-01doc: Clarify reference to (sxml transform) module.Fulbert
2022-10-01Baseline compiler no longer crashes on (not (list 1 2)).Ludovic Courtès
2022-10-01Finalization thread exits when it gets EOF on its pipe.Ludovic Courtès
2022-09-30Fix doc for string args to error C APIDaniel Llorens
2022-09-30Fix bad arguments to range_error() in numbers.cDaniel Llorens
2022-09-20in ftw test, skip EACCESS test on MinGWMike Gran
2022-09-20in ftw test, don't presume symlink is definedMike Gran
2022-09-20When fork unavailable, skip standalone tests that require itMichael Gran
2022-09-19test-suite: Remove obsolete use of 'debug-enable'.Ludovic Courtès
2022-09-19'pipe' now takes an optional 'flags' parameter.Ludovic Courtès
2022-09-17string-fun: Fix typojgart
2022-09-07'primitive-load' opens files with O_CLOEXEC.Ludovic Courtès
2022-09-07Add support for "e" flag (O_CLOEXEC) to 'open-file'.Ludovic Courtès
2022-09-07doc: Add documentation of the "b" flag to 'open-file'.Ludovic Courtès
2022-08-29In curried definitions, move docstrings to outermost lambdaJean Abou Samra
2022-08-26Properly display locations in "source vector" form.Andrew Whatson
2022-08-11doc: Add car+cdr examplejgart
2022-08-05'system*' can no longer close file descriptor 2.Ludovic Courtès
2022-08-04Update NEWS.Ludovic Courtès
2022-08-04web: 'tls-wrap' retries handshake upon non-fatal errors.Ludovic Courtès
2022-08-04web: Do not wrap TLS port on GnuTLS >= 3.7.7.Ludovic Courtès
2022-08-02Check for gperf at configure timeDaniel Llorens
2022-07-04Update NEWS.Ludovic Courtès
2022-07-04Define IPPROTO_IPV6 and IPV6_V6ONLY.Ludovic Courtès
2022-07-04Define IN6ADDR_ANY and IN6ADDR_LOOPBACK.Ludovic Courtès
2022-07-04web: Don't hide missing data in the chunked input port.Christopher Baines
2022-07-04web: Handle ending CRLF (\r\n) for chunked input and output ports.Christopher Baines
2022-07-04web: send capitalized authorization header schemeAleix Conchillo Flaqué
2022-06-16Update NEWS.Ludovic Courtès
2022-06-16Add missing #:modules argument for coverage-data->lcov.Jessica Tallon
2022-06-16Allow null bytes in UNIX sockets.Liliana Marie Prikler
2022-06-16Allow empty vendor string in GNU target triplets.Taylor R Campbell
2022-06-16Allow (library ...) form in cond-expand inside R7RS define-library.Mihail Iosilevich
2022-06-16'module-define!' honors the 'module' parameter.Ludovic Courtès
2022-06-16'connect' handles EAGAIN like EINPROGRESS.Ludovic Courtès
2022-04-08Find unidata_to_charset.awk from commit 9f8e05e5 in $(srcdir).Mikael Djurfeldt
2022-03-24Update NEWS.Ludovic Courtès
2022-03-24Create 'srfi-14.i.c' during build.Timothy Sample
2022-03-24Reimplement 'unidata_to_charset.pl' in Awk.Timothy Sample
2022-03-16Fix "non-revealed port is closed" ports.testRob Browning