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