summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tests: web-server: Wait until the server is listening.Ludovic Courtès2022-03-151-1/+24
* build: Test '-flto' on both compiler and linker.Sergei Trofimovich2022-03-072-1/+2
* psyntax: Honor source properties for things other than syntax objects.Ludovic Courtès2022-03-074-79/+119
* tests: Add read-syntax + syntax-source test.Ludovic Courtès2022-03-071-2/+14
* Update NEWS.Ludovic Courtès2022-03-071-0/+8
* build: When cross-compiling, get type sizes of the target system.Ludovic Courtès2022-02-282-16/+17
* Typo fix: Use correct variable name in exampleVijay Marupudi2022-02-231-1/+1
* Bump user-visible copyright years to 2022Andy Wingo2022-02-112-4/+4
* Exclude ChangeLog from assert-no-store-file-names distcheck rulev3.0.8Andy Wingo2022-02-101-1/+1
* GNU Guile v3.0.8Andy Wingo2022-02-101-3/+3
* Minor NEWS tweaksAndy Wingo2022-02-101-18/+15
* Align argument type of scm_to_wchar with its declaration.Mikael Djurfeldt2022-02-101-1/+1
* Align return type of scm_to_wchar with its declaration.Mikael Djurfeldt2022-02-101-1/+1
* psyntax: Pass source vectors to tree-il constructors.Ludovic Courtès2022-02-075-116/+105
* 'string->symbol' avoids copying the underlying string.Ludovic Courtès2022-02-071-3/+9
* Update unicode tables to Unicode 14.0.0; initial charsets immutableAndy Wingo2022-02-063-9993/+5182
* NEWS fixupAndy Wingo2022-02-061-5/+5
* Deprecate symbol properties.Ludovic Courtès2022-02-049-150/+87
* Remove unused 'scm_i_c_make_symbol'.Ludovic Courtès2022-02-032-14/+0
* Update NEWSAndy Wingo2022-02-021-18/+161