summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-08Adds automake option for subdirswip-modernize-autotoolsMichael Gran
2022-10-08autoupdate acinclude.m4Michael Gran
2022-10-08Presumes signal handler return voidMichael Gran
2022-10-08Modernizes labels-as-values.m4Michael Gran
2022-10-08Remove special logic for the obscure CMU C library's libc.hMike Gran
2022-10-08Presume time.h and sys/time.h don't conflict when includedMike Gran
2022-10-08Presume ISO C90 functions are always availableMike Gran
2022-10-08Presume ISO C90 headers are always availableMike Gran
2022-10-08Remove AC_HEADER_STDC from configure.acMike Gran
2022-10-08Remove obsolete macro AM_PROG_CC_C_O in configure scriptMike Gran
2022-10-08Use autoconf's ability to choose the latest version of CMike Gran
2022-10-08Presume const is always availableMike Gran
2022-10-08Update libtool initialization in configure scriptMike Gran
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