summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Use /dev/null in 'piped-process' if port is not backed by a fdes.HEADmainJosselin Poiret2023-05-081-0/+2
* Adjust 'spawn' tests to accept 'LD_ORIGIN_PATH' on GNU/Hurd.Ludovic Courtès2023-04-021-0/+2
* 'spawn' closes only open file descriptors on non-GNU/Linux systems.Ludovic Courtès2023-04-021-1/+3
* Update NEWS.Ludovic Courtès2023-03-201-3/+3
* Fix some invalid unicode handling issues with suspendable ports.Christopher Baines2023-03-201-0/+3
* scm_i_utf8_string_hash: compute u8 chars not bytesRob Browning2023-03-181-0/+12
* Add -Wunused-module.Ludovic Courtès2023-02-241-0/+17
* Update NEWS.Ludovic Courtès2023-01-231-0/+2
* Update NEWS.Ludovic Courtès2023-01-171-3/+13
* Add 'bytevector-slice'.Ludovic Courtès2023-01-141-0/+7
* Reduce redundant 'close' calls when forking on some systems.Andrew Whatson2023-01-131-0/+2
* Make 'system*' and 'piped-process' internally use 'spawn'.Josselin Poiret2023-01-131-0/+6
* Add 'spawn'.Josselin Poiret2023-01-131-1/+14
* disassembler: Show intrinsic name for 'call-' instructions.Ludovic Courtès2022-11-011-0/+5
* Update NEWS.Maxime Devos2022-10-211-0/+12
* Baseline compiler no longer crashes on (not (list 1 2)).Ludovic Courtès2022-10-011-0/+2
* 'pipe' now takes an optional 'flags' parameter.Ludovic Courtès2022-09-191-0/+7
* 'primitive-load' opens files with O_CLOEXEC.Ludovic Courtès2022-09-071-0/+2
* Add support for "e" flag (O_CLOEXEC) to 'open-file'.Ludovic Courtès2022-09-071-0/+7
* Update NEWS.Ludovic Courtès2022-08-041-0/+2
* Update NEWS.Ludovic Courtès2022-07-041-0/+10
* Update NEWS.Ludovic Courtès2022-06-161-0/+17
* Update NEWS.Ludovic Courtès2022-03-241-0/+2
* build: Test '-flto' on both compiler and linker.Sergei Trofimovich2022-03-071-0/+1
* psyntax: Honor source properties for things other than syntax objects.Ludovic Courtès2022-03-071-0/+2
* Update NEWS.Ludovic Courtès2022-03-071-0/+8
* Minor NEWS tweaksAndy Wingo2022-02-101-18/+15
* NEWS fixupAndy Wingo2022-02-061-5/+5
* Deprecate symbol properties.Ludovic Courtès2022-02-041-0/+8
* Update NEWSAndy Wingo2022-02-021-18/+161
* New function bitvector-copy (scm_bitvector_copy)Daniel Llorens2022-01-041-0/+4
* New function srfi-4-vector-type-size in (srfi srfi-4 gnu)Daniel Llorens2021-12-061-1/+5
* Support C99 complex types in (system foreign)Daniel Llorens2021-11-151-0/+5
* Update NEWSDaniel Llorens2021-10-271-0/+36
* Update NEWS.Ludovic Courtès2021-10-221-0/+9
* Update NEWSAndy Wingo2021-05-101-0/+1
* Update NEWSAndy Wingo2021-05-101-3/+9
* Update NEWS.Ludovic Courtès2021-05-081-0/+6
* Update NEWS.Ludovic Courtès2021-05-081-0/+11
* NEWS: Fix typos.Ludovic Courtès2021-05-071-2/+2
* Update NEWSAndy Wingo2021-04-271-2/+18
* Add GUILE_INSTALL_GMP_MEMORY_FUNCTIONS to NEWS; use at build-timeAndy Wingo2021-04-271-1/+5
* Fix handling of parameter lists to elisp defun to allow nil.Mikael Djurfeldt2021-04-011-2/+4
* Update NEWSAndy Wingo2021-03-181-1/+4
* Revert "Handle CRLF and Unicode line endings in read-line"Andy Wingo2021-03-121-6/+0
* Add read-line and ftw changes to NEWSMichael Gran2021-03-111-0/+7
* Add mkstemp; undocument mkstemp!Andy Wingo2021-03-101-1/+3
* Write a proper vector-map and vector-for-each for (rnrs base)Linus2021-03-091-4/+5
* Document syntax-sourcevAndy Wingo2021-03-091-0/+2
* Document quote-syntaxAndy Wingo2021-03-091-2/+7