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
2013-01-23
merge stable-2.0
Andy Wingo
1
-2
/
+2
2013-01-22
add read-string and read-string! to (ice-9 rdelim)
Andy Wingo
1
-2
/
+2
2013-01-15
All r6rs ports are both textual and binary
Andy Wingo
1
-16
/
+14
2012-11-22
R6RS `string-for-each' should accept multiple string arguments
Ian Price
1
-1
/
+38
2012-11-12
Add missing R6RS `open-file-input/output-port' procedure
Andreas Rottmann
1
-26
/
+44
2012-02-02
Improve the usage of variable names in Scheme docstrings.
Bake Timmons
1
-1
/
+1
2012-01-20
remove duplicate when/unless definitions
Andy Wingo
1
-12
/
+2
2011-11-01
Fix R6RS `fold-left' so the accumulator is the first argument.
Ian Price
2
-5
/
+11
2011-08-17
fix r6rs `map'
Andy Wingo
1
-1
/
+71
2011-06-19
Fix hygiene issues with `define-record-type'
Ian Price
1
-153
/
+143
2011-05-27
rnrs io ports: fix port encoding when opening file ports
Andreas Rottmann
1
-2
/
+6
2011-05-14
Improve R6RS conformance wrt. conditions in the I/O libraries
Andreas Rottmann
1
-27
/
+51
2011-05-07
Make the R6RS simple I/O library use conditions
Andreas Rottmann
2
-27
/
+69
2011-04-13
(rnrs arithmetic fixnums) fixnum? export a procedure again
Andy Wingo
1
-7
/
+12
2011-04-11
fix assert to return true value.
Ian Price
1
-1
/
+1
2011-04-11
Added optional second arg to R6RS log function
Ian Price
1
-0
/
+9
2011-04-09
Fix the R6RS exact-integer-sqrt and import into core guile
Mark H Weaver
1
-3
/
+0
2011-04-08
Implement R6RS' `fixnum?' in a smarter way
Andreas Rottmann
1
-7
/
+6
2011-04-04
Several optimizations for R6RS fixnum arithmetic
Andreas Rottmann
1
-45
/
+41
2011-03-13
Enhance transcoder-related functionality of `(rnrs io ports)'
Andreas Rottmann
1
-9
/
+33
2011-03-13
Export `current-*-port' from `(rnrs io ports)'
Andreas Rottmann
1
-0
/
+1
2011-03-13
Add `get-string-n' and `get-string-n!' for R6RS ports
Andreas Rottmann
1
-2
/
+14
2011-02-22
Make `(rnrs base)' independent of other rnrs modules.
Ludovic Courtès
1
-13
/
+22
2011-02-18
add (ice-9 binary-ports)
Andy Wingo
1
-5
/
+4
2011-02-11
install r6rs exception printer
Andreas Rottmann
1
-2
/
+81
2011-02-02
R6RS: Have `put-char', `put-string', etc. raise an `&i/o-encoding-error'.
Ludovic Courtès
1
-11
/
+34
2011-02-02
R6RS: Have `get-char', `get-line', etc. raise an `&i/o-decoding-error'.
Ludovic Courtès
1
-7
/
+32
2011-02-02
Avoid circular dependency between (rnrs base) and (rnrs exceptions).
Ludovic Courtès
1
-2
/
+7
2011-01-30
Add two new sets of fast quotient and remainder operators
Mark H Weaver
3
-54
/
+23
2011-01-30
Implement R6RS `real-valued?', `rational-valued?', `integer-valued?'
Mark H Weaver
1
-8
/
+11
2011-01-28
Implement `finite?' in core and fix R6RS `finite?' and `infinite?'
Mark H Weaver
1
-4
/
+2
2011-01-21
implement port-eof?
Andy Wingo
1
-1
/
+7
2010-12-10
rnrs control only depends on (guile)
Andy Wingo
1
-2
/
+1
2010-11-25
Some tweaks to the R6RS support
Andreas Rottmann
4
-35
/
+50
2010-11-24
Honor R6RS transcoder error handling modes, when possible.
Ludovic Courtès
1
-0
/
+8
2010-11-24
Add implementation of "transcoded ports"
Andreas Rottmann
1
-2
/
+7
2010-11-24
Work towards a more complete implementation of `(rnrs io ports)'
Andreas Rottmann
2
-19
/
+242
2010-11-24
Reorganize the R6RS I/O condition types
Andreas Rottmann
3
-138
/
+29
2010-11-24
Turn `(rnrs io ports)' into an R6RS library
Andreas Rottmann
1
-28
/
+30
2010-11-21
Enumeration set universe comparisons should be done with `equal?'
Julian Graham
1
-6
/
+6
2010-11-17
Add exports for missing functions from `(rnrs base)'.
Julian Graham
1
-3
/
+42
2010-10-22
Improve performance of R6RS records implementation
Julian Graham
2
-72
/
+81
2010-09-19
Fix make-variable-transformer export
Göran Weinholt
1
-1
/
+2
2010-08-28
Several fixes to R6RS libraries
Andreas Rottmann
6
-13
/
+45
2010-08-08
Explicit definitions for `memp' and `assp' in `(rnrs list)'; the predicate
Julian Graham
1
-2
/
+2
2010-08-08
Explicit definitions for `vector-for-each' and `vector-map'; Guile's SRFI-1
Julian Graham
1
-2
/
+5
2010-08-06
letrec* in docs, and some r6rs fixes
Andy Wingo
1
-1
/
+1
2010-07-14
Fix argument passing for external hash functions in `(rnrs hashtables)'.
Julian Graham
1
-2
/
+4
2010-06-20
ensure unicode-capable rnrs string ports
Andy Wingo
1
-2
/
+4
2010-06-19
typo in mutable-strings
Andy Wingo
1
-1
/
+2
[prev]
[next]