guile-commits
Thread
Date
Earlier messages
Later messages
Messages by Date
2021/10/10
[Guile-commits] 46/99: JS-IL inliner has different count-calls for different clauses
Christopher Allan Webber
2021/10/10
[Guile-commits] 49/99: Compile Syntax Objects to Javascript
Christopher Allan Webber
2021/10/10
[Guile-commits] 71/99: modules should be passed current continuation
Christopher Allan Webber
2021/10/10
[Guile-commits] 52/99: Add macro type in runtime.js
Christopher Allan Webber
2021/10/10
[Guile-commits] 51/99: Implement cached-module-box
Christopher Allan Webber
2021/10/10
[Guile-commits] 33/99: Change program type representation
Christopher Allan Webber
2021/10/10
[Guile-commits] 56/99: Implement builtin list procedures.
Christopher Allan Webber
2021/10/10
[Guile-commits] 38/99: Explicitly test for undefined arguments to handle false values like 0
Christopher Allan Webber
2021/10/10
[Guile-commits] 35/99: Change local type representation and remove var type
Christopher Allan Webber
2021/10/10
[Guile-commits] 36/99: Handle more identifier characters
Christopher Allan Webber
2021/10/10
[Guile-commits] 19/99: Simplify output Javascript
Christopher Allan Webber
2021/10/10
[Guile-commits] 27/99: values takes multiple arguments
Christopher Allan Webber
2021/10/10
[Guile-commits] 28/99: Implement apply correctly
Christopher Allan Webber
2021/10/10
[Guile-commits] 26/99: abort-to-prompt takes multiple arguments
Christopher Allan Webber
2021/10/10
[Guile-commits] 44/99: Update primitives in no-values-primitives
Christopher Allan Webber
2021/10/10
[Guile-commits] 18/99: Add more types of constants
Christopher Allan Webber
2021/10/10
[Guile-commits] 15/99: Handle case-lambda via a jump table
Christopher Allan Webber
2021/10/10
[Guile-commits] 23/99: Compile cps $prompt form to javascript
Christopher Allan Webber
2021/10/10
[Guile-commits] 31/99: Different types for Continuation and Variable identifiers
Christopher Allan Webber
2021/10/10
[Guile-commits] 29/99: Use scheme.frame.Prompt objects for prompts on dynstack
Christopher Allan Webber
2021/10/10
[Guile-commits] 16/99: Remove superfluous space
Christopher Allan Webber
2021/10/10
[Guile-commits] 20/99: Implement keyword argument parsing
Christopher Allan Webber
2021/10/10
[Guile-commits] 21/99: Primitives should return Scheme Booleans
Christopher Allan Webber
2021/10/10
[Guile-commits] 12/99: Compile string constants
Christopher Allan Webber
2021/10/10
[Guile-commits] 25/99: Implement call-with-values
Christopher Allan Webber
2021/10/10
[Guile-commits] 11/99: Compile rest args
Christopher Allan Webber
2021/10/10
[Guile-commits] 13/99: Mangle js identifiers
Christopher Allan Webber
2021/10/10
[Guile-commits] 10/99: fix makefile
Christopher Allan Webber
2021/10/10
[Guile-commits] 09/99: get rid of unused match case
Christopher Allan Webber
2021/10/10
[Guile-commits] 06/99: Get rid of comments and dead branches
Christopher Allan Webber
2021/10/10
[Guile-commits] 01/99: Temp commit
Christopher Allan Webber
2021/10/10
[Guile-commits] 07/99: Simple inlining of immediate calls
Christopher Allan Webber
2021/10/10
[Guile-commits] 08/99: conditional->branch
Christopher Allan Webber
2021/10/10
[Guile-commits] 02/99: Replace values object with values passed as continuation arguments
Christopher Allan Webber
2021/10/10
[Guile-commits] 05/99: separate js-il functions into actual functions and those for continuations
Christopher Allan Webber
2021/10/10
[Guile-commits] 04/99: fix makefile
Christopher Allan Webber
2021/10/10
[Guile-commits] 03/99: Remove jscall type
Christopher Allan Webber
2021/10/10
[Guile-commits] branch compile-to-js-merge created (now 6f112d5)
Christopher Allan Webber
2021/10/03
[Guile-commits] 02/02: Add primitive alias analysis to CSE
Andy Wingo
2021/10/03
[Guile-commits] 01/02: Use more logtest in cse.scm
Andy Wingo
2021/10/03
[Guile-commits] branch main updated (c9c16db -> e60469c)
Andy Wingo
2021/10/01
[Guile-commits] 03/03: Add tailify pass
Andy Wingo
2021/10/01
[Guile-commits] 02/03: Add new $calli expression type.
Andy Wingo
2021/10/01
[Guile-commits] 01/03: Add indirect-tail-call VM instruction
Andy Wingo
2021/10/01
[Guile-commits] branch wip-tailify updated (d58e279 -> fa532a6)
Andy Wingo
2021/10/01
[Guile-commits] branch main updated: Allow primcalls with multiple defs
Andy Wingo
2021/10/01
[Guile-commits] 03/05: Allow unchecked functions to have unboxed arguments
Andy Wingo
2021/10/01
[Guile-commits] 05/05: Add ,optimize-cps REPL meta-command
Andy Wingo
2021/10/01
[Guile-commits] 04/05: Add CPS pretty-printer
Andy Wingo
2021/10/01
[Guile-commits] 01/05: Add frame-local-ref / frame-local-set! support for type 'ptr
Andy Wingo
2021/10/01
[Guile-commits] 02/05: Move live variable computation routines to utils and graphs.
Andy Wingo
2021/10/01
[Guile-commits] branch main updated (d4d4336 -> c803566)
Andy Wingo
2021/09/30
[Guile-commits] branch main updated: Hotfix to unify (x ...) patterns in match
Andy Wingo
2021/09/20
[Guile-commits] 03/05: doc: Fix wrong @uref argument order.
Ludovic Court�s
2021/09/20
[Guile-commits] 04/05: Fix 'ash' primcall match clause in baseline compiler.
Ludovic Court�s
2021/09/20
[Guile-commits] branch main updated (96e3686 -> 74abae0)
Ludovic Court�s
2021/09/20
[Guile-commits] 01/05: (system repl command) autoloads the compiler, disassembler, and profiler.
Ludovic Court�s
2021/09/20
[Guile-commits] 02/05: srfi-1: 'find-tail' passes 'check-arg' the right procedure name.
Ludovic Court�s
2021/09/20
[Guile-commits] 05/05: Baseline compiler no longer swaps rsh/lsh when transforming ash calls.
Ludovic Court�s
2021/09/17
[Guile-commits] branch main updated: Revert shift of ndim in array tag from 3df3ba1a2c956bba122328e1fc4be614171a4f42
Daniel Llorens
2021/09/14
[Guile-commits] branch main updated: Fix typo in srfi-69 doc
Daniel Llorens
2021/09/02
[Guile-commits] branch main updated: foreign-library: fix darwin detection
Daniel Llorens
2021/08/30
[Guile-commits] 12/12: DEBUG guile.cmd, wine-guile.sh: Some Wine help.
Jan Nieuwenhuizen
2021/08/30
[Guile-commits] 05/12: Add 'set-port-binary/text-mode!' procedure for MinGW.
Jan Nieuwenhuizen
2021/08/30
[Guile-commits] 11/12: guix: Add guile-patched, guile-mingw.
Jan Nieuwenhuizen
2021/08/30
[Guile-commits] 10/12: DRAFT Add partial `scm_fcntl' support for MinGW.
Jan Nieuwenhuizen
2021/08/30
[Guile-commits] 02/12: Link fix for MinGW.
Jan Nieuwenhuizen
2021/08/30
[Guile-commits] 08/12: Support for x86_64-w64-mingw32.
Jan Nieuwenhuizen
2021/08/30
[Guile-commits] branch wip-mingw deleted (was ed6d4c6)
Jan Nieuwenhuizen
2021/08/30
[Guile-commits] 07/12: Add `scm_sigaction_for_thread' stub for MinGW.
Jan Nieuwenhuizen
2021/08/30
[Guile-commits] 06/12: Install 'mingw_take_signal' on MinGW.
Jan Nieuwenhuizen
2021/08/30
[Guile-commits] 04/12: Clear errno before CreateProcess for MinGW.
Jan Nieuwenhuizen
2021/08/30
[Guile-commits] branch wip-mingw created (now 3b44eb3)
Jan Nieuwenhuizen
2021/08/30
[Guile-commits] 09/12: DRAFT Make `read-bytes' suspendable for socket reads on MinGW.
Jan Nieuwenhuizen
2021/08/30
[Guile-commits] 03/12: Fix 'absolute-file-name?' and others for cross-build to MinGW.
Jan Nieuwenhuizen
2021/08/30
[Guile-commits] 01/12: gnulib: Import the gethostname module.
Jan Nieuwenhuizen
2021/08/17
[Guile-commits] branch main updated: Extend bytevector-fill! to handle a partial fill
Daniel Llorens
2021/08/17
[Guile-commits] branch main updated: Refactor srfi-4 declarations
Daniel Llorens
2021/08/16
[Guile-commits] branch main updated: Remove array contp flag
Daniel Llorens
2021/08/16
[Guile-commits] 01/01: Deprecate scm_from_contiguous_typed_array
Daniel Llorens
2021/08/16
[Guile-commits] branch main updated (9b2d395 -> c606013)
Daniel Llorens
2021/08/16
[Guile-commits] branch main updated: Deprecate scm_from_contiguous_typed_array
Daniel Llorens
2021/08/16
[Guile-commits] branch wip-vector-cleanup-2 deleted (was 5df5555)
Daniel Llorens
2021/08/16
[Guile-commits] branch main updated: Remove the 'simple vector' concept
Daniel Llorens
2021/08/06
[Guile-commits] branch main updated (091f506 -> 5df5555)
Daniel Llorens
2021/08/06
[Guile-commits] branch wip-vector-cleanup-2 updated (bfbde83 -> 5df5555)
Daniel Llorens
2021/08/06
[Guile-commits] 01/01: Add function vector-copy! to core
Daniel Llorens
2021/08/06
[Guile-commits] branch wip-vector-cleanup-2 updated (2c57497 -> bfbde83)
Daniel Llorens
2021/08/06
[Guile-commits] 01/01: Add function vector-copy! to core
Daniel Llorens
2021/08/06
[Guile-commits] 01/01: Add function vector-copy! to core
Daniel Llorens
2021/08/06
[Guile-commits] branch wip-vector-cleanup-2 updated (f7581a8 -> 2c57497)
Daniel Llorens
2021/08/06
[Guile-commits] 02/03: Extend core vector-copy to r7rs vector-copy
Daniel Llorens
2021/08/06
[Guile-commits] 03/03: Reuse core vector-fill! in (scheme base)
Daniel Llorens
2021/08/06
[Guile-commits] branch main updated (81f12bf -> 091f506)
Daniel Llorens
2021/08/06
[Guile-commits] 01/03: Deprecate use of vector-move-left! and vector-move-right! on non-vector arrays
Daniel Llorens
2021/08/05
[Guile-commits] 01/03: Deprecate use of vector-move-left! and vector-move-right! on non-vector arrays
Daniel Llorens
2021/08/05
[Guile-commits] 03/03: Reuse core vector-fill! in (scheme base)
Daniel Llorens
2021/08/05
[Guile-commits] branch wip-vector-cleanup-2 updated (81f12bf -> f7581a8)
Daniel Llorens
2021/08/05
[Guile-commits] 02/03: Extend core vector-copy to r7rs vector-copy
Daniel Llorens
2021/08/05
[Guile-commits] branch main updated (bc7bd22 -> 81f12bf)
Daniel Llorens
2021/08/05
[Guile-commits] 01/01: Deprecate using vector->list, vector-copy on arrays
Daniel Llorens
2021/08/05
[Guile-commits] branch wip-vector-cleanup-2 created (now 81f12bf)
Daniel Llorens
2021/08/03
[Guile-commits] branch main updated: Merge libguile/generalized-arrays.* into libguile/arrays.*
Daniel Llorens
2021/08/02
[Guile-commits] branch main updated: ice-9/read: Parse #{}}# properly.
Daniel Llorens
2021/07/11
[Guile-commits] branch main updated: Fix crash on #nil in syntaxes
Rob Browning
2021/06/19
[Guile-commits] branch wip-tailify updated: Allow primcalls with multiple defs
Andy Wingo
2021/06/19
[Guile-commits] 01/02: Fix tailify bugs
Andy Wingo
2021/06/19
[Guile-commits] 02/02: More tailify bugsquashing
Andy Wingo
2021/06/19
[Guile-commits] branch wip-tailify updated (d4bec05 -> 525a69a)
Andy Wingo
2021/06/17
[Guile-commits] 05/09: Add new $calli expression type.
Andy Wingo
2021/06/17
[Guile-commits] 01/09: Add frame-local-ref / frame-local-set! support for type 'ptr
Andy Wingo
2021/06/17
[Guile-commits] 08/09: Hotfix to unify (x ...) patterns in match
Andy Wingo
2021/06/17
[Guile-commits] 07/09: Add CPS pretty-printer
Andy Wingo
2021/06/17
[Guile-commits] 04/09: Add indirect-tail-call VM instruction
Andy Wingo
2021/06/17
[Guile-commits] 03/09: Allow unchecked functions to have unboxed arguments
Andy Wingo
2021/06/17
[Guile-commits] 06/09: Add tailify pass
Andy Wingo
2021/06/17
[Guile-commits] 09/09: Add ,optimize-cps REPL meta-command
Andy Wingo
2021/06/17
[Guile-commits] 02/09: Move live variable computation routines to utils and graphs.
Andy Wingo
2021/06/17
[Guile-commits] branch wip-tailify updated (5bb0ffb -> d4bec05)
Andy Wingo
2021/06/09
[Guile-commits] 05/05: Add tailify pass
Andy Wingo
2021/06/09
[Guile-commits] 04/05: Add new $calli expression type.
Andy Wingo
2021/06/09
[Guile-commits] 03/05: Add indirect-tail-call VM instruction
Andy Wingo
2021/06/09
[Guile-commits] 02/05: Allow unchecked functions to have unboxed arguments
Andy Wingo
2021/06/09
[Guile-commits] 01/05: Move live variable computation routines to utils and graphs.
Andy Wingo
2021/06/09
[Guile-commits] branch wip-tailify created (now 5bb0ffb)
Andy Wingo
2021/06/02
[Guile-commits] branch main updated: Fix else in init_bouncing_parens()
Daniel Llorens
2021/05/27
[Guile-commits] branch main updated: Fix null dereference in readline initialization
Daniel Llorens
2021/05/24
[Guile-commits] branch main updated: Fix bug in eq-constant? propagation in CSE if kf == kt
Andy Wingo
2021/05/21
[Guile-commits] branch main updated: Fix bug in nftw function
Daniel Llorens
2021/05/21
[Guile-commits] branch main updated: Fix typo in lambda documentation.
Daniel Llorens
2021/05/19
[Guile-commits] branch main updated: Fixed style for 02439a124
Daniel Llorens
2021/05/19
[Guile-commits] branch main updated: Fix trace-calls-to-procedure
Daniel Llorens
2021/05/19
[Guile-commits] branch main updated: Fixed filename-completion-function for readline completion
Daniel Llorens
2021/05/18
[Guile-commits] branch main updated (fd5cb45 -> 221203b)
Daniel Llorens
2021/05/18
[Guile-commits] branch master updated: Add ‘expt’ to the list of effect-free primitives.
Daniel Llorens
2021/05/11
[Guile-commits] branch master updated (53e5cf6 -> fd5cb45)
Andy Wingo
2021/05/11
[Guile-commits] 05/05: Implement cross-module inlining
Andy Wingo
2021/05/11
[Guile-commits] 03/05: Add pass to resolve free toplevel references in declarative modules
Andy Wingo
2021/05/11
[Guile-commits] 04/05: Add support for recording inlinable module exports
Andy Wingo
2021/05/11
[Guile-commits] 01/05: Bump objcode version
Andy Wingo
2021/05/11
[Guile-commits] branch main updated (53e5cf6 -> fd5cb45)
Andy Wingo
2021/05/11
[Guile-commits] 02/05: Letrectify links module defs with uses
Andy Wingo
2021/05/11
[Guile-commits] branch main created (now 53e5cf6)
Andy Wingo
2021/05/10
[Guile-commits] branch master updated: Bump version to 3.0.7
Andy Wingo
2021/05/10
[Guile-commits] annotated tag v3.0.7 created (now b761ab6)
Andy Wingo
2021/05/10
[Guile-commits] branch master updated: Update NEWS
Andy Wingo
2021/05/10
[Guile-commits] branch master updated: Update NEWS
Andy Wingo
2021/05/10
[Guile-commits] 01/02: Minor tweak to truncate-bits
Andy Wingo
2021/05/10
[Guile-commits] branch master updated (93a242c -> 5c6a944)
Andy Wingo
2021/05/10
[Guile-commits] 02/02: bug#45131: [PATCH] Compile directly to target language if no joint is found.
Andy Wingo
2021/05/08
[Guile-commits] 03/03: Update NEWS.
Ludovic Court�s
2021/05/08
[Guile-commits] 02/03: 'primitive-fork' closes and recreates the current thread's 'sleep_pipe'.
Ludovic Court�s
2021/05/08
[Guile-commits] branch master updated (bef9711 -> 93a242c)
Ludovic Court�s
2021/05/08
[Guile-commits] 01/03: Close the finalization pipe before forking.
Ludovic Court�s
2021/05/08
[Guile-commits] 02/03: Define `O_NOFOLLOW' and various other flags when supported.
Ludovic Court�s
2021/05/08
[Guile-commits] 03/03: Update NEWS.
Ludovic Court�s
2021/05/08
[Guile-commits] 01/03: NEWS: Fix typos.
Ludovic Court�s
2021/05/08
[Guile-commits] branch master updated (05614f7 -> bef9711)
Ludovic Court�s
2021/05/06
[Guile-commits] branch master updated: Optimize truncate-bits
Andy Wingo
2021/05/05
[Guile-commits] branch master updated: [srfi-64] Fix a bug with test-end removing globally installed test-runner
Daniel Llorens
2021/05/01
[Guile-commits] branch master updated: analyze: 'unbound-variable' warning handles re-exported bindings.
Ludovic Court�s
2021/05/01
[Guile-commits] branch master updated: Include config.h in mini-gmp.c, if present
Andy Wingo
2021/05/01
[Guile-commits] branch master updated: Fix R7RS include-library-declarations and cond-expand in define-library
Andy Wingo
2021/05/01
[Guile-commits] 02/02: Fix bug if call-with-prompt tag not a lexical
Andy Wingo
2021/05/01
[Guile-commits] 01/02: Fix tree-il effects analysis for prompts
Andy Wingo
2021/05/01
[Guile-commits] branch master updated (3383a2c -> d643913)
Andy Wingo
2021/05/01
[Guile-commits] branch master updated: Fix bug for read-syntax on ( . args)
Andy Wingo
2021/04/29
[Guile-commits] branch master updated: Fix syntax test
Andy Wingo
2021/04/29
[Guile-commits] branch master updated (7da831a -> ee7d18e)
Andy Wingo
2021/04/29
[Guile-commits] 03/03: Fix syntax-violation, which was passing vectors instead of alists
Andy Wingo
2021/04/29
[Guile-commits] 02/03: Fix compile-psyntax.scm -- canonicalize pass not needed
Andy Wingo
2021/04/29
[Guile-commits] 01/03: bug#48096: [3.0.6] ‘syntax-error’ exceptions include vectors instead of source location properties
Andy Wingo
2021/04/29
[Guile-commits] branch master updated (19f38a3 -> 7da831a)
Andy Wingo
2021/04/29
[Guile-commits] 01/02: bug#48089: Guile 3.0.6 returns zero-indexed locations for ‘read-error’
Andy Wingo
2021/04/29
[Guile-commits] 02/02: Fix line and column for read errors
Andy Wingo
2021/04/28
[Guile-commits] branch master updated: Fix duplicates handlers for interfaces that use interfaces
Andy Wingo
2021/04/28
[Guile-commits] annotated tag v3.0.6 created (now 88bdffb)
Andy Wingo
2021/04/28
[Guile-commits] 01/02: Add ice-9/read.scm to extra_dist
Andy Wingo
2021/04/28
[Guile-commits] 02/02: Bump GUILE-VERSION
Andy Wingo
2021/04/28
[Guile-commits] branch master updated (102f0da -> d0eed15)
Andy Wingo
2021/04/27
[Guile-commits] branch master updated: Update NEWS
Andy Wingo
2021/04/27
[Guile-commits] branch master updated: Add GUILE_INSTALL_GMP_MEMORY_FUNCTIONS to NEWS; use at build-time
Andy Wingo
2021/04/27
[Guile-commits] branch master updated: Remove build-aux/config.rpath
Daniel Llorens
2021/04/27
[Guile-commits] branch master updated: Fix closure-conversion bug for SCC with all free vars pruned
Andy Wingo
2021/04/26
[Guile-commits] branch master updated: Allow users to force gmp to use libgc
Andy Wingo
2021/04/26
[Guile-commits] 03/04: Add support for recording inlinable module exports
Andy Wingo
2021/04/26
[Guile-commits] 02/04: Add pass to resolve free toplevel references in declarative modules
Andy Wingo
2021/04/26
[Guile-commits] 01/04: Letrectify links module defs with uses
Andy Wingo
2021/04/26
[Guile-commits] 04/04: Implement cross-module inlining
Andy Wingo
2021/04/26
[Guile-commits] branch wip-inlinable-exports updated (b07b2b7 -> 4da276d)
Andy Wingo
2021/04/26
[Guile-commits] 01/01: Bump minor objcode version for new intrinsics
Andy Wingo
2021/04/26
[Guile-commits] branch master updated (8302316 -> 04e9245)
Andy Wingo
2021/04/26
[Guile-commits] 03/08: CPS conversion calls module variables through trampolines
Andy Wingo
2021/04/26
[Guile-commits] 07/08: Add support for recording inlinable module exports
Andy Wingo
2021/04/26
[Guile-commits] 08/08: Implement cross-module inlining
Andy Wingo
2021/04/26
[Guile-commits] 04/08: Allow contification for $callk
Andy Wingo
2021/04/26
[Guile-commits] 06/08: Add pass to resolve free toplevel references in declarative modules
Andy Wingo
2021/04/26
[Guile-commits] 01/08: Fix error when argument to < not a real
Andy Wingo
2021/04/26
[Guile-commits] 05/08: Letrectify links module defs with uses
Andy Wingo
2021/04/26
[Guile-commits] branch wip-inlinable-exports updated (163e1f5 -> b07b2b7)
Andy Wingo
Earlier messages
Later messages