summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adds automake option for subdirswip-modernize-autotoolsMichael Gran2022-10-081-1/+1
* autoupdate acinclude.m4Michael Gran2022-10-081-22/+18
* Presumes signal handler return voidMichael Gran2022-10-082-18/+7
* Modernizes labels-as-values.m4Michael Gran2022-10-081-7/+6
* Remove special logic for the obscure CMU C library's libc.hMike Gran2022-10-084-56/+1
* Presume time.h and sys/time.h don't conflict when includedMike Gran2022-10-083-25/+5
* Presume ISO C90 functions are always availableMike Gran2022-10-084-21/+5
* Presume ISO C90 headers are always availableMike Gran2022-10-0812-70/+21
* Remove AC_HEADER_STDC from configure.acMike Gran2022-10-081-1/+0
* Remove obsolete macro AM_PROG_CC_C_O in configure scriptMike Gran2022-10-081-3/+0
* Use autoconf's ability to choose the latest version of CMike Gran2022-10-081-12/+4
* Presume const is always availableMike Gran2022-10-081-2/+0
* Update libtool initialization in configure scriptMike Gran2022-10-081-4/+1
* Test for out of range depth in fluid-ref*Daniel Llorens2022-10-031-0/+4
* Modifies command line quoting in c-api.testMike Gran2022-10-021-1/+1
* Avoids deprecated egrep in c-api.testMike Gran2022-10-021-2/+2
* srfi-35: Fix expansion of 'condition' for compound conditions.Ludovic Courtès2022-10-012-5/+19
* doc: Fix typo in 'coverage-data->lcov' example.Antoine Kalmbach2022-10-011-1/+1
* doc: Fix typo under "CPS Soup".Fulbert2022-10-011-1/+1
* doc: Clarify reference to (sxml transform) module.Fulbert2022-10-011-8/+8
* Baseline compiler no longer crashes on (not (list 1 2)).Ludovic Courtès2022-10-013-2/+12
* Finalization thread exits when it gets EOF on its pipe.Ludovic Courtès2022-10-011-3/+6
* Fix doc for string args to error C APIDaniel Llorens2022-09-301-7/+7
* Fix bad arguments to range_error() in numbers.cDaniel Llorens2022-09-301-2/+2
* in ftw test, skip EACCESS test on MinGWMike Gran2022-09-201-3/+9
* in ftw test, don't presume symlink is definedMike Gran2022-09-201-34/+40
* When fork unavailable, skip standalone tests that require itMichael Gran2022-09-202-1/+7
* test-suite: Remove obsolete use of 'debug-enable'.Ludovic Courtès2022-09-191-3/+2
* 'pipe' now takes an optional 'flags' parameter.Ludovic Courtès2022-09-196-9/+110
* string-fun: Fix typojgart2022-09-171-1/+1
* 'primitive-load' opens files with O_CLOEXEC.Ludovic Courtès2022-09-072-2/+4
* Add support for "e" flag (O_CLOEXEC) to 'open-file'.Ludovic Courtès2022-09-075-2/+59
* doc: Add documentation of the "b" flag to 'open-file'.Ludovic Courtès2022-09-071-0/+4
* In curried definitions, move docstrings to outermost lambdaJean Abou Samra2022-08-292-34/+86
* Properly display locations in "source vector" form.Andrew Whatson2022-08-261-6/+13
* doc: Add car+cdr examplejgart2022-08-111-0/+7
* 'system*' can no longer close file descriptor 2.Ludovic Courtès2022-08-052-4/+17
* Update NEWS.Ludovic Courtès2022-08-041-0/+2
* web: 'tls-wrap' retries handshake upon non-fatal errors.Ludovic Courtès2022-08-041-15/+21
* web: Do not wrap TLS port on GnuTLS >= 3.7.7.Ludovic Courtès2022-08-041-55/+55
* Check for gperf at configure timeDaniel Llorens2022-08-021-14/+22
* Update NEWS.Ludovic Courtès2022-07-041-0/+10
* Define IPPROTO_IPV6 and IPV6_V6ONLY.Ludovic Courtès2022-07-042-0/+18
* Define IN6ADDR_ANY and IN6ADDR_LOOPBACK.Ludovic Courtès2022-07-042-1/+18
* web: Don't hide missing data in the chunked input port.Christopher Baines2022-07-043-10/+36
* web: Handle ending CRLF (\r\n) for chunked input and output ports.Christopher Baines2022-07-042-3/+4
* web: send capitalized authorization header schemeAleix Conchillo Flaqué2022-07-042-5/+20
* Update NEWS.Ludovic Courtès2022-06-161-0/+17
* Add missing #:modules argument for coverage-data->lcov.Jessica Tallon2022-06-161-3/+9
* Allow null bytes in UNIX sockets.Liliana Marie Prikler2022-06-162-10/+89