summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-14Presume ISO C90 headers are always availableMike Gran12-70/+21
2022-10-14Remove AC_HEADER_STDC from configure.acMike Gran1-1/+0
2022-10-14Remove obsolete macro AM_PROG_CC_C_O in configure scriptMike Gran1-3/+0
2022-10-14Use autoconf's ability to choose the latest version of CMike Gran1-12/+4
2022-10-14Presume const is always availableMike Gran1-2/+0
2022-10-14Update libtool initialization in configure scriptMike Gran1-4/+1
2022-10-12doc: Document how (ice-9 format) replaces 'format'.Jean Abou Samra2-1/+18
2022-10-12Define SO_RCVTIMEO and SO_SNDTIMEO.Christopher Baines2-0/+46
2022-10-12Update reference to the GNU Coding Standards.Daniel Llorens1-3/+2
2022-10-03Test for out of range depth in fluid-ref*Daniel Llorens1-0/+4
2022-10-02Modifies command line quoting in c-api.testMike Gran1-1/+1
2022-10-02Avoids deprecated egrep in c-api.testMike Gran1-2/+2
2022-10-01srfi-35: Fix expansion of 'condition' for compound conditions.Ludovic Courtès2-5/+19
2022-10-01doc: Fix typo in 'coverage-data->lcov' example.Antoine Kalmbach1-1/+1
2022-10-01doc: Fix typo under "CPS Soup".Fulbert1-1/+1
2022-10-01doc: Clarify reference to (sxml transform) module.Fulbert1-8/+8
2022-10-01Baseline compiler no longer crashes on (not (list 1 2)).Ludovic Courtès3-2/+12
2022-10-01Finalization thread exits when it gets EOF on its pipe.Ludovic Courtès1-3/+6
2022-09-30Fix doc for string args to error C APIDaniel Llorens1-7/+7
2022-09-30Fix bad arguments to range_error() in numbers.cDaniel Llorens1-2/+2
2022-09-20in ftw test, skip EACCESS test on MinGWMike Gran1-3/+9
2022-09-20in ftw test, don't presume symlink is definedMike Gran1-34/+40
2022-09-20When fork unavailable, skip standalone tests that require itMichael Gran2-1/+7
2022-09-19test-suite: Remove obsolete use of 'debug-enable'.Ludovic Courtès1-3/+2
2022-09-19'pipe' now takes an optional 'flags' parameter.Ludovic Courtès6-9/+110
2022-09-17string-fun: Fix typojgart1-1/+1
2022-09-07'primitive-load' opens files with O_CLOEXEC.Ludovic Courtès2-2/+4
2022-09-07Add support for "e" flag (O_CLOEXEC) to 'open-file'.Ludovic Courtès5-2/+59
2022-09-07doc: Add documentation of the "b" flag to 'open-file'.Ludovic Courtès1-0/+4
2022-08-29In curried definitions, move docstrings to outermost lambdaJean Abou Samra2-34/+86
2022-08-26Properly display locations in "source vector" form.Andrew Whatson1-6/+13
2022-08-11doc: Add car+cdr examplejgart1-0/+7
2022-08-05'system*' can no longer close file descriptor 2.Ludovic Courtès2-4/+17
2022-08-04Update NEWS.Ludovic Courtès1-0/+2
2022-08-04web: 'tls-wrap' retries handshake upon non-fatal errors.Ludovic Courtès1-15/+21
2022-08-04web: Do not wrap TLS port on GnuTLS >= 3.7.7.Ludovic Courtès1-55/+55
2022-08-02Check for gperf at configure timeDaniel Llorens1-14/+22
2022-07-04Update NEWS.Ludovic Courtès1-0/+10
2022-07-04Define IPPROTO_IPV6 and IPV6_V6ONLY.Ludovic Courtès2-0/+18
2022-07-04Define IN6ADDR_ANY and IN6ADDR_LOOPBACK.Ludovic Courtès2-1/+18
2022-07-04web: Don't hide missing data in the chunked input port.Christopher Baines3-10/+36
2022-07-04web: Handle ending CRLF (\r\n) for chunked input and output ports.Christopher Baines2-3/+4
2022-07-04web: send capitalized authorization header schemeAleix Conchillo Flaqué2-5/+20
2022-06-16Update NEWS.Ludovic Courtès1-0/+17
2022-06-16Add missing #:modules argument for coverage-data->lcov.Jessica Tallon1-3/+9
2022-06-16Allow null bytes in UNIX sockets.Liliana Marie Prikler2-10/+89
2022-06-16Allow empty vendor string in GNU target triplets.Taylor R Campbell2-2/+11
2022-06-16Allow (library ...) form in cond-expand inside R7RS define-library.Mihail Iosilevich1-1/+4
2022-06-16'module-define!' honors the 'module' parameter.Ludovic Courtès1-2/+2
2022-06-16'connect' handles EAGAIN like EINPROGRESS.Ludovic Courtès1-1/+1