index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
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-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
module
/
rnrs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-08
Implement R6RS custom textual ports
Andy Wingo
1
-13
/
+7
2023-01-14
Add 'bytevector-slice'.
Ludovic Courtès
1
-0
/
+24
2021-03-09
Write a proper vector-map and vector-for-each for (rnrs base)
Linus
1
-5
/
+76
2021-01-12
Finish call-with-port cleanup
Andy Wingo
1
-9
/
+0
2020-01-21
rnrs: Export '&assertion' from (rnrs conditions).
Ludovic Courtès
1
-2
/
+2
2020-01-12
Fix typos in previous commit.
Andy Wingo
1
-1
/
+1
2020-01-12
Optionally allow duplicate field names in core records
Andy Wingo
1
-1
/
+2
2020-01-10
Re-implement `guard'
Andy Wingo
1
-18
/
+2
2019-11-05
Move adapter between "throw" and "raise" exceptions into core
Andy Wingo
1
-227
/
+3
2019-11-03
Add (ice-9 exceptions) module
Andy Wingo
1
-116
/
+56
2019-10-30
Remove circularity in r6rs by rebasing conditions on core records
Andy Wingo
4
-202
/
+121
2019-10-29
Rebase R6RS records on top of core records
Andy Wingo
3
-254
/
+169
2019-09-27
Deprecate passing a non-zero size to make-module
Andy Wingo
1
-1
/
+1
2019-09-12
Define top-level bindings for aux syntax: else, =>, _, ...
Andy Wingo
1
-2
/
+2
2019-08-02
Merge from stable-2.2
Andy Wingo
1
-5
/
+13
2019-06-18
Fix documentation of R6RS 'binary-port?' to reflect reality.
Mark H Weaver
1
-5
/
+13
2018-08-07
Fix R6RS call-with-{input,output}-file to open textual ports.
Mark H Weaver
1
-3
/
+3
2018-08-02
Fix R6RS call-with-{input,output}-file to open textual ports.
Mark H Weaver
1
-3
/
+3
2017-09-23
Replace "pr" struct fields with "pw" fields
Andy Wingo
1
-4
/
+4
2017-09-22
Merge stable-2.2 into master
Andy Wingo
1
-18
/
+19
2017-09-20
Use make-struct/no-tail instead of make-struct
Andy Wingo
1
-18
/
+19
2017-09-14
remove self field of vtables
Andy Wingo
1
-10
/
+12
2017-03-01
Flush when getting string from r6rs string output port
Andy Wingo
1
-1
/
+5
2016-08-04
Implement R6RS custom binary input/output ports
Andy Wingo
1
-0
/
+1
2016-06-21
Add R6RS bytevector->string, string->bytevector
Andy Wingo
1
-0
/
+31
2016-06-21
Export &i/o-decoding, &i/o-encoding from (rnrs)
Andy Wingo
1
-4
/
+4
2016-06-21
Implement R6RS output-port-buffer-mode
Andy Wingo
1
-2
/
+17
2016-06-21
(rnrs hashtables): Hash functions of eq? and eqv? hashtables
Taylan Ulrich Bayırlı/Kammer
1
-7
/
+15
2016-06-21
(rnrs hashtables): Mutation of immutable hashtable ignored
Taylan Ulrich Bayırlı/Kammer
1
-2
/
+3
2016-06-21
Fix fixnum-range changes in R6RS fixnum bitops
Andy Wingo
1
-3
/
+25
2014-04-25
Merge branch 'stable-2.0'
v2.1.0
Mark H Weaver
1
-3
/
+10
2014-03-19
Fix (rnrs io simple) to open file ports in textual mode.
Mark H Weaver
1
-3
/
+10
2013-11-28
Merge commit '8571dbde639e0ee9885bad49c9e180474bd23646'
Andy Wingo
1
-15
/
+145
2013-11-18
Convert guile exceptions to R6RS conditions in R6RS exception handlers.
Mark H Weaver
1
-15
/
+145
2013-08-11
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-13
/
+2
2013-08-09
Fix numerator and denominator handling of signed zeroes and infinities.
Mark H Weaver
1
-13
/
+2
2013-08-07
String ports use UTF-8; ignore %default-port-encoding.
Mark H Weaver
1
-4
/
+2
2013-08-06
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-59
/
+22
2013-07-21
Optimize R6RS bitwise operators.
Mark H Weaver
1
-59
/
+22
2013-07-18
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
3
-6
/
+14
2013-07-16
Fix R6RS 'fixnum-width'.
Mark H Weaver
1
-2
/
+5
2013-07-16
Update copyright dates of recently-changed R6RS bitwise/flonums files.
Mark H Weaver
2
-2
/
+2
2013-07-16
Fix 'fxbit-count' for negative arguments.
Mark H Weaver
1
-2
/
+7
2013-07-16
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-23
/
+34
2013-07-16
Flonum operations always return flonums.
Mark H Weaver
1
-13
/
+26
2013-07-16
flfinite? applied to a NaN returns false.
Mark H Weaver
1
-1
/
+1
2013-07-16
flonum? returns false for complex number objects.
Mark H Weaver
1
-1
/
+1
2013-07-16
Allow fl+ and fl* to accept zero arguments.
Mark H Weaver
1
-8
/
+6
2013-07-16
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-1
/
+5
2013-07-14
Fix 'bitwise-bit-count' for negative arguments.
Mark H Weaver
1
-1
/
+5
[next]