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
/
srfi
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-02
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
2
-4
/
+7
2012-03-01
Fix <TAG>vector-length when applied to other uniform vector types
Mark H Weaver
2
-4
/
+7
2012-02-24
srfi-18 cleanup
Andy Wingo
1
-13
/
+13
2012-01-10
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+1
2012-01-05
Placate a number of `syntax-check' verifications.
Ludovic Courtès
1
-1
/
+1
2011-12-13
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-93
/
+8
2011-12-10
current-input-port et al are srfi-39 parameters
Andy Wingo
1
-93
/
+8
2011-12-01
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-23
/
+27
2011-11-24
simplify %condition-type-vtable
Andy Wingo
1
-8
/
+8
2011-11-23
Use default value for make-fluid in Scheme files
Andy Wingo
1
-23
/
+27
2011-09-02
fix srfi-67 compilation
Andy Wingo
1
-5
/
+5
2011-09-02
more define-syntax-rule usage
Andy Wingo
5
-143
/
+111
2011-08-17
check that srfi-1 procedure arguments are procedures
Andy Wingo
1
-12
/
+65
2011-08-17
srfi-9 record compatibility with boot-9 records
Andy Wingo
1
-10
/
+22
2011-08-12
fix take-right and drop-right for improper lists
Andy Wingo
1
-0
/
+16
2011-08-04
srfi-19 refactor
Andy Wingo
1
-263
/
+259
2011-05-07
fix srfi-1 map-in-order definition
Andy Wingo
1
-0
/
+2
2011-05-05
map and for-each in scheme
Andy Wingo
1
-30
/
+99
2011-05-05
srfi-1 `member' in scheme, inlines to memq / memv in some cases
Andy Wingo
1
-23
/
+52
2011-04-27
Keep a 2.0.0-compatible `define-inlinable' macro in (srfi srfi-9).
Ludovic Courtès
1
-0
/
+31
2011-04-07
Move `define-inlinable' into the default namespace
Andreas Rottmann
1
-32
/
+0
2011-04-01
fix c32vector-set!, c64vector-set!
Andy Wingo
1
-5
/
+5
2011-03-11
Fix `define-inlinable' in SRFI-9 so that arguments are evaluated only once.
Ludovic Courtès
1
-3
/
+6
2011-03-09
Don't mix definitions and expressions in SRFI-9
Andreas Rottmann
1
-3
/
+5
2010-12-07
Get rid of `define-macro' in the SRFI 26 implementation
Andreas Rottmann
1
-26
/
+43
2010-11-03
Add implementation of SRFI 38
Andreas Rottmann
1
-0
/
+206
2010-10-27
Extend the #:replace list of the SRFI 69 module
Andreas Rottmann
1
-1
/
+1
2010-10-14
re-implement srfi-34's guard with syntax-case
Andy Wingo
1
-12
/
+16
2010-10-08
SRFI-1: Rewrite `split-at' and `split-at!' in Scheme.
Ludovic Courtès
1
-0
/
+28
2010-10-08
SRFI-1: Rewrite `filter-map' in Scheme.
Ludovic Courtès
1
-0
/
+22
2010-10-08
SRFI-1: Make `fold-right' tail-recursive.
Ludovic Courtès
1
-8
/
+12
2010-10-08
SRFI-1: Make `unfold' tail-recursive (fix bug #30071).
Ludovic Courtès
1
-4
/
+13
2010-10-03
Add implementation of SRFI 45
Andreas Rottmann
1
-0
/
+78
2010-10-03
srfi-67 #:replace work
Andy Wingo
1
-2
/
+1
2010-10-03
Add implementation of SRFI-67
Andreas Rottmann
2
-0
/
+794
2010-10-03
Add implementation of SRFI 42
Andreas Rottmann
2
-0
/
+1117
2010-09-27
Add implementation of SRFI 27
Andreas Rottmann
1
-0
/
+94
2010-09-20
SRFI-1: Rewrite `alist-copy' in Scheme.
Ludovic Courtès
1
-0
/
+9
2010-09-12
move srfi-1 and srfi-60 C impl to libguile, without public C api
Andy Wingo
2
-2
/
+4
2010-09-02
SRFI-1: Rewrite `drop-right!', `drop-while', `reduce', etc. in Scheme.
Ludovic Courtès
1
-0
/
+127
2010-08-27
SRFI-1: Rewrite `break' and `break!' in Scheme.
Ludovic Courtès
1
-0
/
+24
2010-08-27
SRFI-1: Rewrite `fifth', `sixth', etc. in Scheme.
Ludovic Courtès
1
-0
/
+6
2010-07-21
Start rewriting SRFI-1 in Scheme.
Ludovic Courtès
1
-2
/
+62
2010-07-17
recommend #:replace
Andy Wingo
1
-1
/
+1
2010-06-28
* module/srfi/srfi-60.scm (bit-count): #:replace core definition.
Andy Wingo
1
-2
/
+2
2010-06-19
Fix SRFI-9 for records without fields
Andreas Rottmann
1
-0
/
+4
2010-06-06
srfi-34 #:replace raise fix
Andy Wingo
1
-3
/
+3
2010-06-01
rename (rnrs bytevector) to (rnrs bytevectors)
Andy Wingo
2
-3
/
+3
2010-05-27
Record printer fixes
No Itisnt
1
-2
/
+3
2010-05-25
* doc/ref/srfi-modules.texi:
No Itisnt
1
-5
/
+3
[next]