summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fix no-clause case-lambda in pevalDaniel Llorens2023-03-171-1/+1
* Fix typo in raise-exception documentationDaniel Llorens2023-02-241-1/+1
* Document multiple-value returns in forms taking a let-expression bodyDaniel Llorens2023-01-252-32/+34
* Add internal definitions to derived formsLinus2023-01-241-12/+13
* doc: Mention URL of Guile-GnuTLS.Ludovic Courtès2023-01-191-3/+5
* Update Gnulib to v0.1-5703-g356a414e8c and add 'posix_spawn' module.Ludovic Courtès2023-01-182-2/+2
* Document R7RS functions related to bytevectorsDaniel Llorens2023-01-173-14/+227
* Doc: clarification on regexes and encodingsJean Abou Samra2023-01-171-2/+6
* doc: Fix eval-when exampleJean Abou Samra2023-01-171-11/+18
* Add 'bytevector-slice'.Ludovic Courtès2023-01-142-2/+46
* Add 'spawn'.Josselin Poiret2023-01-131-4/+56
* Update gnulib to 0.1.5414-8204d and add posix_spawn, posix_spawnp.Josselin Poiret2023-01-122-3/+3
* doc: fix documented keyword argument default to match code defaultVijay Marupudi2022-12-211-1/+1
* Doc: document that eq?, eqv? and equal? take any number of argumentsJean Abou Samra2022-12-111-12/+14
* doc: Lee Thomas suggested the name change.Arne Babenhauserheide2022-12-101-1/+1
* doc: Fix minor typosColin Woodbury2022-12-092-2/+2
* doc: Fix typo in VM instruction name.Ludovic Courtès2022-11-011-2/+2
* Define Scheme bindings to ‘openat’ when available.Maxime Devos2022-10-211-0/+13
* Define a Scheme binding to ‘fstatat’ when available.Maxime Devos2022-10-211-0/+8
* Define a Scheme binding to ‘fchownat’ when it exists.Maxime Devos2022-10-211-0/+11
* Define a Scheme binding to ‘unlinkat’ when it exists.Maxime Devos2022-10-211-0/+12
* Define a Scheme binding to ‘renameat’ when it exists.Maxime Devos2022-10-211-0/+9
* Correct documentation of ‘mkdir’ w.r.t. the umask.Maxime Devos2022-10-211-1/+2
* Define bindings to ‘mkdirat’ when the C function exists.Maxime Devos2022-10-211-0/+6
* Define ‘symlinkat’ wrapper when supported.Maxime Devos2022-10-211-0/+6
* Allow file ports in ‘utime’.Maxime Devos2022-10-211-4/+11
* Allow file ports in ‘readlink’.Maxime Devos2022-10-211-2/+7
* Allow file ports in ‘chdir’ when supported.Maxime Devos2022-10-212-2/+6
* doc: Document how (ice-9 format) replaces 'format'.Jean Abou Samra2022-10-121-0/+10
* Define SO_RCVTIMEO and SO_SNDTIMEO.Christopher Baines2022-10-121-0/+2
* 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
* Fix doc for string args to error C APIDaniel Llorens2022-09-301-7/+7
* 'pipe' now takes an optional 'flags' parameter.Ludovic Courtès2022-09-191-1/+19
* Add support for "e" flag (O_CLOEXEC) to 'open-file'.Ludovic Courtès2022-09-071-0/+3
* doc: Add documentation of the "b" flag to 'open-file'.Ludovic Courtès2022-09-071-0/+4
* doc: Add car+cdr examplejgart2022-08-111-0/+7
* Define IPPROTO_IPV6 and IPV6_V6ONLY.Ludovic Courtès2022-07-041-0/+11
* Define IN6ADDR_ANY and IN6ADDR_LOOPBACK.Ludovic Courtès2022-07-041-1/+16
* web: Don't hide missing data in the chunked input port.Christopher Baines2022-07-041-0/+3
* Typo fix: Use correct variable name in exampleVijay Marupudi2022-02-231-1/+1
* Deprecate symbol properties.Ludovic Courtès2022-02-041-80/+1
* Bignums avoid both custom GMP allocator and finalizersAndy Wingo2022-01-131-14/+1
* New function bitvector-copy (scm_bitvector_copy)Daniel Llorens2022-01-041-0/+7
* Review REFFIXMEDaniel Llorens2021-12-133-7/+12
* New function srfi-4-vector-type-size in (srfi srfi-4 gnu)Daniel Llorens2021-12-061-0/+6
* Fix doc typoDaniel Llorens2021-11-221-1/+1
* Support C99 complex types in (system foreign)Daniel Llorens2021-11-151-1/+4
* Fix typos in SRFI docsArun Isaac2021-11-032-17/+17