index
:
delta/guile.git
alt-par-map-and-thread-safe-popen
baserock/morph
bdw-gc-static-alloc
boehm-demers-weiser-gc
brainfuck
branch_mvo-substrings
branch_mvo-thread-cleanup
branch_release-1-4
branch_release-1-6
branch_release-1-8
calling-convention
cky-hygienic-macros
compile-to-js-merge
coop-repl-servers
dev/hanwen
dirk-adding-josts-environments
dirk-thread-factorization-branch
eval-cleanup
excise-ltdl
historical/wip-1-8-mingw-build
jimb
jimb_env_branch
jimb_mb_branch_1
jimb_readline
lexical-literals
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
master
mdj_elisp_branch
mdj_genloc_branch
mdj_goops_branch
mike-port-encodings
mingw-guile-3.0
mvo-vcell-cleanup-1-branch
mvo_libtool_branch
nan-boxing
ossau-elisp-branch
ossau-gds-dev
r6rs-strings
r7rs-wip
ra0
srfi-4-bytevectors
srfi-41
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
string-abstraction
string_abstraction2
subr-simplification
syncase
syncase-in-boot-9
thread-safe-popen
ttn-back-in-the-saddle
use-minigmp
vm
vm-syncase
vtable-vtable-deprecation
wingo
wip-2.1.2
wip-bpt-elisp
wip-closure-conversion
wip-compiler
wip-cps-bis
wip-cps-for-merge
wip-cse
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-dwarf
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-foreign-objects
wip-generalized-vectors
wip-gnulib-update
wip-goops-refactor
wip-guile-pkg
wip-https-client
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-linker
wip-lloda
wip-load-lang
wip-manual
wip-manual-2
wip-mingw
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-peg
wip-peg-fixed
wip-peg-fixed-2
wip-port-refactor
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-rtl
wip-rtl-assembler
wip-rtl-cps
wip-rtl-dwarf
wip-rtl-halloween
wip-rtl-may-2013
wip-rtl-metadata
wip-rtl-prompts
wip-rtl-vm
wip-sassy
wip-source-info
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-uri-reference
wip-utf16-debugging
wip-vector-cleanup
wip-wingo-elisp-badness
git.savannah.gnu.org: git/guile.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
module
/
rnrs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 'bytevector-slice'.
Ludovic Courtès
2023-01-14
1
-0
/
+24
*
Write a proper vector-map and vector-for-each for (rnrs base)
Linus
2021-03-09
1
-5
/
+76
*
Finish call-with-port cleanup
Andy Wingo
2021-01-12
1
-9
/
+0
*
rnrs: Export '&assertion' from (rnrs conditions).
Ludovic Courtès
2020-01-21
1
-2
/
+2
*
Fix typos in previous commit.
Andy Wingo
2020-01-12
1
-1
/
+1
*
Optionally allow duplicate field names in core records
Andy Wingo
2020-01-12
1
-1
/
+2
*
Re-implement `guard'
Andy Wingo
2020-01-10
1
-18
/
+2
*
Move adapter between "throw" and "raise" exceptions into core
Andy Wingo
2019-11-05
1
-227
/
+3
*
Add (ice-9 exceptions) module
Andy Wingo
2019-11-03
1
-116
/
+56
*
Remove circularity in r6rs by rebasing conditions on core records
Andy Wingo
2019-10-30
4
-202
/
+121
*
Rebase R6RS records on top of core records
Andy Wingo
2019-10-29
3
-254
/
+169
*
Deprecate passing a non-zero size to make-module
Andy Wingo
2019-09-27
1
-1
/
+1
*
Define top-level bindings for aux syntax: else, =>, _, ...
Andy Wingo
2019-09-12
1
-2
/
+2
*
Merge from stable-2.2
Andy Wingo
2019-08-02
1
-5
/
+13
|
\
|
*
Fix documentation of R6RS 'binary-port?' to reflect reality.
Mark H Weaver
2019-06-18
1
-5
/
+13
|
*
Fix R6RS call-with-{input,output}-file to open textual ports.
Mark H Weaver
2018-08-02
1
-3
/
+3
*
|
Fix R6RS call-with-{input,output}-file to open textual ports.
Mark H Weaver
2018-08-07
1
-3
/
+3
*
|
Replace "pr" struct fields with "pw" fields
Andy Wingo
2017-09-23
1
-4
/
+4
*
|
Merge stable-2.2 into master
Andy Wingo
2017-09-22
1
-18
/
+19
|
\
\
|
|
/
|
*
Use make-struct/no-tail instead of make-struct
Andy Wingo
2017-09-20
1
-18
/
+19
*
|
remove self field of vtables
Andy Wingo
2017-09-14
1
-10
/
+12
|
/
*
Flush when getting string from r6rs string output port
Andy Wingo
2017-03-01
1
-1
/
+5
*
Implement R6RS custom binary input/output ports
Andy Wingo
2016-08-04
1
-0
/
+1
*
Add R6RS bytevector->string, string->bytevector
Andy Wingo
2016-06-21
1
-0
/
+31
*
Export &i/o-decoding, &i/o-encoding from (rnrs)
Andy Wingo
2016-06-21
1
-4
/
+4
*
Implement R6RS output-port-buffer-mode
Andy Wingo
2016-06-21
1
-2
/
+17
*
(rnrs hashtables): Hash functions of eq? and eqv? hashtables
Taylan Ulrich Bayırlı/Kammer
2016-06-21
1
-7
/
+15
*
(rnrs hashtables): Mutation of immutable hashtable ignored
Taylan Ulrich Bayırlı/Kammer
2016-06-21
1
-2
/
+3
*
Fix fixnum-range changes in R6RS fixnum bitops
Andy Wingo
2016-06-21
1
-3
/
+25
*
Merge branch 'stable-2.0'
v2.1.0
Mark H Weaver
2014-04-25
1
-3
/
+10
|
\
|
*
Fix (rnrs io simple) to open file ports in textual mode.
Mark H Weaver
2014-03-19
1
-3
/
+10
*
|
Merge commit '8571dbde639e0ee9885bad49c9e180474bd23646'
Andy Wingo
2013-11-28
1
-15
/
+145
|
\
\
|
|
/
|
*
Convert guile exceptions to R6RS conditions in R6RS exception handlers.
Mark H Weaver
2013-11-18
1
-15
/
+145
*
|
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
2013-08-11
1
-13
/
+2
|
\
\
|
|
/
|
*
Fix numerator and denominator handling of signed zeroes and infinities.
Mark H Weaver
2013-08-09
1
-13
/
+2
*
|
String ports use UTF-8; ignore %default-port-encoding.
Mark H Weaver
2013-08-07
1
-4
/
+2
*
|
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
2013-08-06
1
-59
/
+22
|
\
\
|
|
/
|
*
Optimize R6RS bitwise operators.
Mark H Weaver
2013-07-21
1
-59
/
+22
*
|
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
2013-07-18
3
-6
/
+14
|
\
\
|
|
/
|
*
Fix R6RS 'fixnum-width'.
Mark H Weaver
2013-07-16
1
-2
/
+5
|
*
Update copyright dates of recently-changed R6RS bitwise/flonums files.
Mark H Weaver
2013-07-16
2
-2
/
+2
|
*
Fix 'fxbit-count' for negative arguments.
Mark H Weaver
2013-07-16
1
-2
/
+7
*
|
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
2013-07-16
1
-23
/
+34
|
\
\
|
|
/
|
*
Flonum operations always return flonums.
Mark H Weaver
2013-07-16
1
-13
/
+26
|
*
flfinite? applied to a NaN returns false.
Mark H Weaver
2013-07-16
1
-1
/
+1
|
*
flonum? returns false for complex number objects.
Mark H Weaver
2013-07-16
1
-1
/
+1
|
*
Allow fl+ and fl* to accept zero arguments.
Mark H Weaver
2013-07-16
1
-8
/
+6
*
|
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
2013-07-16
1
-1
/
+5
|
\
\
|
|
/
|
*
Fix 'bitwise-bit-count' for negative arguments.
Mark H Weaver
2013-07-14
1
-1
/
+5
*
|
merge stable-2.0
Andy Wingo
2013-01-23
1
-2
/
+2
|
\
\
|
|
/
[next]