summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Provide a hook for the exception printerwip-exception-truncateDaniel Llorens2022-10-131-25/+28
* doc: Document how (ice-9 format) replaces 'format'.Jean Abou Samra2022-10-122-1/+18
* Define SO_RCVTIMEO and SO_SNDTIMEO.Christopher Baines2022-10-122-0/+46
* Update reference to the GNU Coding Standards.Daniel Llorens2022-10-121-3/+2
* 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
* Allow empty vendor string in GNU target triplets.Taylor R Campbell2022-06-162-2/+11
* Allow (library ...) form in cond-expand inside R7RS define-library.Mihail Iosilevich2022-06-161-1/+4
* 'module-define!' honors the 'module' parameter.Ludovic Courtès2022-06-161-2/+2
* 'connect' handles EAGAIN like EINPROGRESS.Ludovic Courtès2022-06-161-1/+1
* Find unidata_to_charset.awk from commit 9f8e05e5 in $(srcdir).Mikael Djurfeldt2022-04-081-2/+2
* Update NEWS.Ludovic Courtès2022-03-241-0/+2
* Create 'srfi-14.i.c' during build.Timothy Sample2022-03-244-5190/+34674
* Reimplement 'unidata_to_charset.pl' in Awk.Timothy Sample2022-03-243-402/+410
* Fix "non-revealed port is closed" ports.testRob Browning2022-03-161-3/+4