summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-08DRAFT linker: Do not store entire ELF in memory when writing to a file.wip-linker-assembler-memory-consumptionLudovic Courtès
2023-01-08linker: Linker object writer takes a single argument.Ludovic Courtès
2023-01-07linker, assembler: Avoid intermediate bytevectors.Ludovic Courtès
2023-01-07DRAFT Add 'bytevector-slice'.Ludovic Courtès
2023-01-07linker: Separate effectful part of 'add-elf-objects'.Ludovic Courtès
2023-01-07assembler: Separate effectful part of 'link-docstrs'.Ludovic Courtès
2023-01-07assembler: Separate effectful part of 'link-frame-maps'.Ludovic Courtès
2023-01-07assembler: Separate effectful part of 'link-procprops'.Ludovic Courtès
2023-01-07assembler: Separate effectful part of 'link-dynamic-section'.Ludovic Courtès
2023-01-07assembler: Separate effectful part of 'link-symtab'.Ludovic Courtès
2023-01-07assembler: Separate 'process-relocs' from 'patch-relocs!'.Ludovic Courtès
2022-11-20Fix possible deadlock in 'lock-mutex'.Olivier Dion
2022-11-20Work around unwanted stack retention when using prompts.Ludovic Courtès
2022-11-01doc: Fix typo in VM instruction name.Ludovic Courtès
2022-11-01disassembler: Show intrinsic name for 'call-' instructions.Ludovic Courtès
2022-10-21Update NEWS.Maxime Devos
2022-10-21Define Scheme bindings to ‘openat’ when available.Maxime Devos
2022-10-21Define a Scheme binding to ‘fstatat’ when available.Maxime Devos
2022-10-21Define a Scheme binding to ‘fchownat’ when it exists.Maxime Devos
2022-10-21Define a Scheme binding to ‘unlinkat’ when it exists.Maxime Devos
2022-10-21Define a Scheme binding to ‘fchmodat’ when it exists.Maxime Devos
2022-10-21Define a Scheme binding to ‘renameat’ when it exists.Maxime Devos
2022-10-21Define AT_REMOVEDIR and others when available.Maxime Devos
2022-10-21Correct documentation of ‘mkdir’ w.r.t. the umask.Maxime Devos
2022-10-21Define bindings to ‘mkdirat’ when the C function exists.Maxime Devos
2022-10-21Define ‘symlinkat’ wrapper when supported.Maxime Devos
2022-10-21Allow file ports in ‘utime’.Maxime Devos
2022-10-21Allow file ports in ‘readlink’.Maxime Devos
2022-10-21Allow file ports in ‘chdir’ when supported.Maxime Devos
2022-10-15Fixes arg type for scm_integer_from_mpzMichael Gran
2022-10-14autoupdate acinclude.m4Michael Gran
2022-10-14Presumes signal handler return voidMichael Gran
2022-10-14Modernizes labels-as-values.m4Michael Gran
2022-10-14Remove special logic for the obscure CMU C library's libc.hMike Gran
2022-10-14Presume time.h and sys/time.h don't conflict when includedMike Gran
2022-10-14Presume ISO C90 functions are always availableMike Gran
2022-10-14Presume ISO C90 headers are always availableMike Gran
2022-10-14Remove AC_HEADER_STDC from configure.acMike Gran
2022-10-14Remove obsolete macro AM_PROG_CC_C_O in configure scriptMike Gran
2022-10-14Use autoconf's ability to choose the latest version of CMike Gran
2022-10-14Presume const is always availableMike Gran
2022-10-14Update libtool initialization in configure scriptMike Gran
2022-10-12doc: Document how (ice-9 format) replaces 'format'.Jean Abou Samra
2022-10-12Define SO_RCVTIMEO and SO_SNDTIMEO.Christopher Baines
2022-10-12Update reference to the GNU Coding Standards.Daniel Llorens
2022-10-03Test for out of range depth in fluid-ref*Daniel Llorens
2022-10-02Modifies command line quoting in c-api.testMike Gran
2022-10-02Avoids deprecated egrep in c-api.testMike Gran
2022-10-01srfi-35: Fix expansion of 'condition' for compound conditions.Ludovic Courtès
2022-10-01doc: Fix typo in 'coverage-data->lcov' example.Antoine Kalmbach