guile-commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Guile-commits] 05/07: doc: Fix typo in FFI documentation.
Ludovic Courtès
[Guile-commits] 01/07: srfi-64: Accept symbols as test group names.
Ludovic Courtès
[Guile-commits] 02/07: doc: Document #:hide.
Ludovic Courtès
[Guile-commits] 06/07: doc: Recommend alist-copy instead of list-copy.
Ludovic Courtès
[Guile-commits] 03/07: doc: Fix implication of omitting optional arguments.
Ludovic Courtès
[Guile-commits] 07/07: Fix build failure with GCC 14 and musl on 32-bit systems.
Ludovic Courtès
[Guile-commits] 04/07: doc: Document the peek and pk procedures.
Ludovic Courtès
[Guile-commits] branch main updated: Better REPL behavior on syntax errors in meta commands.
Daniel Llorens
[Guile-commits] Color Guile REPL
Matvii Jarosh
[Guile-commits] branch main updated: doc: Fix use of literals in alist example
Daniel Llorens
[Guile-commits] branch main updated (08e26836f -> faa8ab8a8)
Ludovic Courtès
[Guile-commits] 06/13: tests: Skip hole-related port tests on Darwin.
Ludovic Courtès
[Guile-commits] 07/13: filesys.c: Fix readlink for ports on Darwin.
Ludovic Courtès
[Guile-commits] 13/13: Update NEWS.
Ludovic Courtès
[Guile-commits] 02/13: Fix gbt command in gdbinit
Ludovic Courtès
[Guile-commits] 11/13: Do not depend on tmpnam in posix.test.
Ludovic Courtès
[Guile-commits] 09/13: tests: Fix spawn with #:environment on MacOS.
Ludovic Courtès
[Guile-commits] 05/13: tests: Skip tests of abstract Unix sockets on Darwin.
Ludovic Courtès
[Guile-commits] 01/13: Replace SRFI-64 with a new implementation.
Ludovic Courtès
[Guile-commits] 10/13: tests: Fix spawn if file not found with Gnulib.
Ludovic Courtès
[Guile-commits] 03/13: Fix typo in dynamic wind documentation.
Ludovic Courtès
[Guile-commits] 12/13: posix.c: Set errno when pipe2 is not available and flags provided.
Ludovic Courtès
[Guile-commits] 08/13: tests: Skip mkdtemp test for invalid template on Darwin.
Ludovic Courtès
[Guile-commits] 04/13: tests: Check TCP_NODELAY for non-zero instead of 1.
Ludovic Courtès
[Guile-commits] branch main updated: Fix setjmp/longjmp-related crashes on Windows
Ludovic Courtès
[Guile-commits] branch main updated (9b1effb58 -> c0bfa3219)
Arne Babenhauserheide via Guile-commits
[Guile-commits] 04/04: fix typo in comment
Arne Babenhauserheide via Guile-commits
[Guile-commits] 02/04: Redirect diagnostice output messages (e.g., auto-compiling code) to a newly defined current-info-port, and add a command line argument `-I' to set the current-info-port to a void-port. * libguile/ports.c: add cur_infoport_fluid, scm_current_info_port, scm_set_current_info_port; define default current-info-port to stderr * libguile/load.c(compiled_is_fresh,load_thunk_from_path, do_try_auto_compile,scm_sys_warn_auto_compilation_enabled, scm_primitive_load_path): direct output messages to cur [...]
Arne Babenhauserheide via Guile-commits
[Guile-commits] 03/04: Create procedure to enable silencing the Guile welcome message. * module/system/repl/repl.scm: add parameter `%inhibit-welcome-message' * module/system/repl/repl.scm(run-repl*): add condition for calling procedure repl-welcome: if (%inhibit-welcome-message) is `#t', don't
Arne Babenhauserheide via Guile-commits
[Guile-commits] 01/04: Fix typo in naming function set-current-output-port * libguile/ports.c(scm_set_current_output_port): scheme name is set-current-output-port
Arne Babenhauserheide via Guile-commits
[Guile-commits] branch main updated: Compile with -fexcess-precision=standard for i[3456]86 when we can
Rob Browning
[Guile-commits] branch main updated: Ensure tests have guile-procedures.txt
Rob Browning
[Guile-commits] branch main updated: Run sigbits fixpoint based on use/def graph, not cfg
Andy Wingo
[Guile-commits] branch main updated (5e6288c93 -> 30c384909)
Andy Wingo
[Guile-commits] 03/04: Fix boxing of non-fixnum negative u64 values
Andy Wingo
[Guile-commits] 01/04: Partially revert d579848cb5d65440af5afd9c8968628665554c22
Andy Wingo
[Guile-commits] 02/04: Fix fixpoint needed-bits computation in specialize-numbers
Andy Wingo
[Guile-commits] 04/04: Tighten up range inference for scm->u64/truncate
Andy Wingo
[Guile-commits] branch main updated (90e120501 -> 5e6288c93)
Andy Wingo
[Guile-commits] 01/02: Remove needless constraints in type/range analysis
Andy Wingo
[Guile-commits] 02/02: Narrow parameter of logand/immediate if no bits used
Andy Wingo
[Guile-commits] branch main updated (d0790d766 -> 90e120501)
Andy Wingo
[Guile-commits] 01/01: Add a workaround for pre-3.0.10 incorrect inlinable exports
Andy Wingo
[Guile-commits] branch wip-3.2 created (now 60d852248)
Andy Wingo
[Guile-commits] 02/02: <lambda-case> must have list of optargs
Andy Wingo
[Guile-commits] 01/02: Update psyntax copyright notice
Andy Wingo
[Guile-commits] branch main updated: Fix intset-fold-right on transient intsets
Andy Wingo
[Guile-commits] branch main updated (83d6d6afd -> 7aa4cfa9d)
Andy Wingo
[Guile-commits] 01/02: Fix compilation with C23
Andy Wingo
[Guile-commits] 02/02: More thorough lowering of lognot to CPS
Andy Wingo
[Guile-commits] branch main updated: Better error messages in array functions
Daniel Llorens
[Guile-commits] branch main updated (bce91cebe -> c03115c39)
Rob Browning
[Guile-commits] 02/04: api-data.texi: fix typo in "Real and Rational Numbers" section
Rob Browning
[Guile-commits] 01/04: NEWS: add some missing 3.0.11 entries
Rob Browning
[Guile-commits] 03/04: basename: drop last_component null check
Rob Browning
[Guile-commits] 04/04: basename: check suffix against basename, not full argument
Rob Browning
[Guile-commits] branch main updated (6bd70136d -> bce91cebe)
Rob Browning
[Guile-commits] 01/17: srfi-1 list-copy: move from C to Scheme
Rob Browning
[Guile-commits] 10/17: srfi-1 partition: move from C to Scheme
Rob Browning
[Guile-commits] 17/17: Merge conversion of srfi-1.c to srfi-1.scm
Rob Browning
[Guile-commits] 11/17: srfi-1 partition!: move from C to Scheme
Rob Browning
[Guile-commits] 06/17: srfi-1 append-reverse: move from C to Scheme
Rob Browning
[Guile-commits] 07/17: srfi-1 append-reverse!: move from C to Scheme
Rob Browning
[Guile-commits] 09/17: srfi-1 count: move from C to Scheme
Rob Browning
[Guile-commits] 05/17: srfi-1 concatenate concatenate!: move from C to Scheme
Rob Browning
[Guile-commits] 14/17: srfi-1 delete-duplicates!: move from C to Scheme
Rob Browning
[Guile-commits] 04/17: srfi-1 delete delete!: move from C to Scheme
Rob Browning
[Guile-commits] 16/17: Drop libguile srfi-1
Rob Browning
[Guile-commits] 08/17: srfi-1 length+: move from C to Scheme
Rob Browning
[Guile-commits] 13/17: srfi-1 lset-difference: use remove
Rob Browning
[Guile-commits] 15/17: srfi-1 delete-duplicates: move from C to Scheme
Rob Browning
[Guile-commits] 02/17: srfi-1 remove: move from C to Scheme
Rob Browning
[Guile-commits] 03/17: srfi-1 remove!: move from C to Scheme
Rob Browning
[Guile-commits] 12/17: srfi-1 lset-difference!: move from C to Scheme
Rob Browning
[Guile-commits] branch main updated: Ensure GUILE-VERSION changes propagate to .version and Makefiles
Rob Browning
[Guile-commits] branch main updated: doc: Mention how to remove namespaces in xml->sxml.
Arne Babenhauserheide via Guile-commits
[Guile-commits] branch main updated (ad1f56675 -> 15a656a77)
Ludovic Courtès
[Guile-commits] 01/02: build: Fix in-tree cross-compilation build.
Ludovic Courtès
[Guile-commits] 02/02: guix: Run one cross-compilation build out-of-tree.
Ludovic Courtès
[Guile-commits] branch main updated (522f36871 -> ad1f56675)
Rob Browning
[Guile-commits] 02/02: test-hashing: support 32-bit
Rob Browning
[Guile-commits] 01/02: define-meta-command: mention effects of a missing category
Rob Browning
[Guile-commits] branch main updated: bug#71304: [PATCH] Add support for 'else' clause in R7RS cond-expand.
Arne Babenhauserheide via Guile-commits
[Guile-commits] branch master deleted (was 221203b0d)
Andy Wingo
[Guile-commits] annotated tag v3.0.10 created (now 0f670eb53)
Andy Wingo
[Guile-commits] branch main updated (c97d037cf -> b2cc237a0)
Andy Wingo
[Guile-commits] 02/02: Fix distcheck problems with parallel tests
Andy Wingo
[Guile-commits] 01/02: Bump version to 3.0.10.
Andy Wingo
[Guile-commits] branch main updated (1120efe37 -> c97d037cf)
Andy Wingo
[Guile-commits] 02/02: Add NEWS note about parallel tests
Andy Wingo
[Guile-commits] 01/02: Fix parallel test bug in r6rs-ports.test
Andy Wingo
[Guile-commits] branch main updated: Fix race in check-guile to make needless guile-procedures symlink
Andy Wingo
[Guile-commits] branch main updated (d26130808 -> d7ed45762)
Andy Wingo
[Guile-commits] 06/06: Ensure the signal-delivery thread is completely stopped before fork
Andy Wingo
[Guile-commits] 01/06: check-guile.in: exit 2 on errors and direct output to stderr
Andy Wingo
[Guile-commits] 05/06: Document wait-condition-variable's spurious returns
Andy Wingo
[Guile-commits] 03/06: Switch to the preferred parallel automake test harness
Andy Wingo
[Guile-commits] 02/06: guile-test: support automake parallel test harness via --trs-file
Andy Wingo
[Guile-commits] 04/06: Avoid stompling user TESTS_ENVIRONMENT var
Andy Wingo
[Guile-commits] branch main updated: Attempt to fix distcheck
Andy Wingo
[Guile-commits] branch main updated (4fe6d19a5 -> eb3db96ce)
Andy Wingo
[Guile-commits] 04/06: Update NEWS
Andy Wingo
[Guile-commits] 06/06: Add thanks for v3.0.10
Andy Wingo
[Guile-commits] 02/06: Remove dead code in resolve-interface
Andy Wingo
[Guile-commits] 03/06: Add documentation on embedded procedure properties
Andy Wingo
[Guile-commits] 01/06: build: Use PKG_INSTALL_DIR
Andy Wingo
[Guile-commits] 05/06: Add link to foreign functions from gsubr doc
Andy Wingo
[Guile-commits] branch main updated: bug#71303: [PATCH] doc: Fix typo in PEG example.
Daniel Llorens
[Guile-commits] branch main updated: Rewrite ‘get-bytevector-all’ in Scheme.
Ludovic Courtès
[Guile-commits] branch main updated (779a83d9c -> 27feb2bfd)
Ludovic Courtès
[Guile-commits] 03/04: Update NEWS.
Ludovic Courtès
[Guile-commits] 01/04: Don’t rely on integer wrapping in ‘scm_gc_register_allocation’.
Ludovic Courtès
[Guile-commits] 02/04: Add language/wisp, Wisp tests, and SRFI-119 documentation
Ludovic Courtès
[Guile-commits] 04/04: wisp: Use uninterned symbols instead of UUIDs.
Ludovic Courtès
[Guile-commits] branch main updated: make-foreign-object-type: add #:super to provide superclasses
Rob Browning
[Guile-commits] branch main updated (3b76a30e3 -> f36342f9a)
Ludovic Courtès
[Guile-commits] 06/08: Fix error messages containing format strings
Ludovic Courtès
[Guile-commits] 08/08: guix: Use non-deprecated package name.
Ludovic Courtès
[Guile-commits] 01/08: ‘system*’ no longer changes SIGINT and SIGQUIT handlers.
Ludovic Courtès
[Guile-commits] 05/08: build: Fix cross-compilation in out-of-tree-builds
Ludovic Courtès
[Guile-commits] 07/08: Second argument of ‘unread-string’ is optional.
Ludovic Courtès
[Guile-commits] 04/08: build: Make sed invocation fully portable
Ludovic Courtès
[Guile-commits] 02/08: Update NEWS.
Ludovic Courtès
[Guile-commits] branch main updated: Tree-IL lowerer has #:dump-optimized-tree-il? option
Andy Wingo
[Guile-commits] branch main updated (112b617f5 -> e2fad2025)
Andy Wingo
[Guile-commits] 02/09: set size to known value before init
Andy Wingo
[Guile-commits] 04/09: Fix CI
Andy Wingo
[Guile-commits] 07/09: Merge remote-tracking branch 'lightening/main'
Andy Wingo
[Guile-commits] 03/09: Merge branch 'topic/fix-reset-literal-pool' into 'main'
Andy Wingo
[Guile-commits] 06/09: aarch64: Add support for LSE atomics
Andy Wingo
[Guile-commits] 05/09: aarch64: Fix swap_atomic retry
Andy Wingo
[Guile-commits] 01/09: replace use of uninitialized variable size in reset_literal_pool
Andy Wingo
[Guile-commits] 08/09: Fix compilation when SCM_I_PTHREAD_ONCE_INIT is not aggregate
Andy Wingo
[Guile-commits] 09/09: Merge Lightening update branch
Andy Wingo
[Guile-commits] branch main updated: linker: Create a sparse file only when writing to a file port.
Ludovic Courtès
[Guile-commits] branch main updated (6495b4d57 -> 696acfc9e)
Ludovic Courtès
[Guile-commits] 01/02: linker: Create sparse files for padding.
Ludovic Courtès
[Guile-commits] 02/02: ‘seek’ now accepts ‘SEEK_DATA’ and ‘SEEK_HOLE’ where supported.
Ludovic Courtès
[Guile-commits] branch main updated (3ff8836e6 -> 6495b4d57)
Rob Browning
[Guile-commits] 03/04: guile-test: set module declarative #f to eliminate warning
Rob Browning
[Guile-commits] 02/04: interp.test: add missing (test-suite lib) dependency
Rob Browning
[Guile-commits] 01/04: srfi-10.test: add missing (test-suite lib) dependency
Rob Browning
[Guile-commits] 04/04: check-guile.in: improve quoting (e.g. paths with spaces)
Rob Browning
[Guile-commits] branch main updated (c665e1870 -> 3ff8836e6)
Rob Browning
[Guile-commits] 01/02: guile-test: ignore *.test dotfiles by default
Rob Browning
[Guile-commits] 02/02: test-bad-identifiers: ignore *.[hc] dotfiles
Rob Browning
[Guile-commits] branch main updated (bc2c612b8 -> c665e1870)
Rob Browning
[Guile-commits] 01/02: r6rs-unicode.test: add emacs scheme mode marker
Rob Browning
[Guile-commits] 02/02: check-guile: add example invoking a test via gdb
Rob Browning
[Guile-commits] branch main updated (db7efa5d2 -> bc2c612b8)
Rob Browning
[Guile-commits] 01/02: NEWS: move eval-string news out of hashing entry
Rob Browning
[Guile-commits] 02/02: SRFI-19: Add support for ISO 8601 zones with a colon.
Rob Browning
[Guile-commits] branch main updated (48548df91 -> db7efa5d2)
Rob Browning
[Guile-commits] 03/03: api-procedures.texi: remove make-binding, binding:name/boxed?/...
Rob Browning
[Guile-commits] 02/03: eval-string.test: check source properties
Rob Browning
[Guile-commits] 01/03: eval-string: set port column to column, not line
Rob Browning
[Guile-commits] branch main updated (54c4753dd -> 48548df91)
Andy Wingo
[Guile-commits] 02/02: Fix effects analysis: field writes clobber object reads
Andy Wingo
[Guile-commits] 01/02: Add test: writes to specific fields clobber reads of whole objects
Andy Wingo
[Guile-commits] branch main updated: Add missing branch in scm_is_less_than()
Daniel Llorens
[Guile-commits] branch main updated: Fix inlinable-exports serialization for kwargs
Andy Wingo
[Guile-commits] branch main updated (5bbc2d41d -> e15617dc0)
Andy Wingo
[Guile-commits] 02/06: (scheme foreign): API is less configuration-dependent
Andy Wingo
[Guile-commits] 05/06: Rework read-fields, write-fields to not return offset
Andy Wingo
[Guile-commits] 06/06: Expose read-c-struct, write-c-struct syntax
Andy Wingo
[Guile-commits] 01/06: (system base target) doesn't load (system foreign)
Andy Wingo
[Guile-commits] 04/06: Remove vestigial code from srfi-9
Andy Wingo
[Guile-commits] 03/06: Rework make-c-struct, parse-c-struct
Andy Wingo
[Guile-commits] branch main updated: guile-test: define as non-declarative
Arne Babenhauserheide via Guile-commits
[Guile-commits] branch main updated (e1690f3fd -> 17e8d7530)
Andy Wingo
[Guile-commits] 01/03: New optimization: demux-lambda
Andy Wingo
[Guile-commits] 03/03: peval: Indenting. NFC.
Andy Wingo
[Guile-commits] 02/03: peval: Enable inlining for functions with kwargs
Andy Wingo
[Guile-commits] branch main updated: Add copy-on-write support to scm_copy_file.
Ludovic Courtès
[Guile-commits] branch main updated (1464ea9e1 -> 9e0f03c5f)
Andy Wingo
[Guile-commits] 02/02: Macro-introduced top-level vars scope to their module even if unbound
Andy Wingo
[Guile-commits] branch main updated: HACKING: Suggest bug-guix.
Ludovic Courtès
[Guile-commits] branch main updated (49f24d2bf -> fb1f5e28b)
Ludovic Courtès
[Guile-commits] 03/07: Delete two config.rpath scripts
Ludovic Courtès
[Guile-commits] 01/07: Add more detailed instructions into the HACKING file.
Ludovic Courtès
[Guile-commits] 05/07: Ignore more generated files
Ludovic Courtès
[Guile-commits] 04/07: Deduplicate and sort .gitignore
Ludovic Courtès
[Guile-commits] 02/07: ftw: Fix getuid-or-false, getgid-or-false macros.
Ludovic Courtès
[Guile-commits] 06/07: Fix loading of custom-ports extension
Ludovic Courtès
[Guile-commits] 07/07: Match on correct argument in make-custom-port
Ludovic Courtès
[Guile-commits] branch main updated: Fix test for unique macro-introduced toplevels
Andy Wingo
[Guile-commits] branch main updated (455ee49f5 -> bb5829f5f)
Andy Wingo
[Guile-commits] 02/02: default-frame-width is a parameter
Andy Wingo
[Guile-commits] 01/02: Ensure macro-introduced top-level identifiers are unique
Andy Wingo
[Guile-commits] branch main updated: Fix asymetric mutex locking when joining thread.
Ludovic Courtès
[Guile-commits] branch main updated (2556b9a21 -> e791fbcef)
Ludovic Courtès
[Guile-commits] 02/02: Test ‘scm_i_signal_delivery_thread’ with ‘scm_is_true’.
Ludovic Courtès
[Guile-commits] 01/02: Fix cross-compilation to MinGW.
Ludovic Courtès
[Guile-commits] branch main updated (2bbeece03 -> 2556b9a21)
Ludovic Courtès
[Guile-commits] 03/03: bug#68507: [PATCH] doc: Fix example in list-transduce example.
Ludovic Courtès
[Guile-commits] 01/03: Update NEWS.
Ludovic Courtès
[Guile-commits] 02/03: doc: Remove reference to “benevolent dictators”.
Ludovic Courtès
[Guile-commits] branch main updated (d8df317ba -> 2bbeece03)
Ludovic Courtès
[Guile-commits] 03/04: Stop signal thread before forking, restart it afterwards.
Ludovic Courtès
[Guile-commits] 01/04: debug: Print wider stack frames when not writing to a tty.
Ludovic Courtès
Earlier messages
Later messages