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
/
srfi-1.scm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-30
Drop libguile srfi-1
Rob Browning
1
-5
/
+0
2024-07-30
srfi-1 delete-duplicates: move from C to Scheme
Rob Browning
1
-0
/
+46
2024-07-30
srfi-1 delete-duplicates!: move from C to Scheme
Rob Browning
1
-0
/
+39
2024-07-30
srfi-1 lset-difference: use remove
Rob Browning
1
-11
/
+25
2024-07-30
srfi-1 lset-difference!: move from C to Scheme
Rob Browning
1
-0
/
+24
2024-07-30
srfi-1 partition!: move from C to Scheme
Rob Browning
1
-0
/
+21
2024-07-30
srfi-1 partition: move from C to Scheme
Rob Browning
1
-0
/
+22
2024-07-30
srfi-1 count: move from C to Scheme
Rob Browning
1
-0
/
+21
2024-07-30
srfi-1 length+: move from C to Scheme
Rob Browning
1
-0
/
+24
2024-07-30
srfi-1 append-reverse!: move from C to Scheme
Rob Browning
1
-0
/
+22
2024-07-30
srfi-1 append-reverse: move from C to Scheme
Rob Browning
1
-0
/
+17
2024-07-30
srfi-1 concatenate concatenate!: move from C to Scheme
Rob Browning
1
-0
/
+19
2024-07-30
srfi-1 delete delete!: move from C to Scheme
Rob Browning
1
-0
/
+35
2024-07-30
srfi-1 remove!: move from C to Scheme
Rob Browning
1
-0
/
+21
2024-07-30
srfi-1 remove: move from C to Scheme
Rob Browning
1
-0
/
+47
2024-07-30
srfi-1 list-copy: move from C to Scheme
Rob Browning
1
-0
/
+18
2021-09-20
srfi-1: 'find-tail' passes 'check-arg' the right procedure name.
Ludovic Courtès
1
-2
/
+2
2020-06-17
srfi-1: Rewrite 'assoc' in Scheme.
Ludovic Courtès
1
-0
/
+17
2020-06-17
srfi-1: Rewrite 'find-tail' in Scheme.
Ludovic Courtès
1
-0
/
+11
2020-06-17
srfi-1: Rewrite 'find' in Scheme.
Ludovic Courtès
1
-1
/
+12
2019-12-06
Single definition of (iota)
Daniel Llorens
1
-18
/
+12
2014-05-01
Rewrite boot-9 map to be recursive and pure
Andy Wingo
1
-26
/
+46
2014-04-01
Optimize two-list srfi-1 map
Andy Wingo
1
-0
/
+17
2014-03-31
Simplify boot-9 and srfi-1 map
Andy Wingo
1
-14
/
+5
2014-03-16
Optimize srfi-1 for-each with two lists.
Andy Wingo
1
-0
/
+16
2014-03-16
More for-each micro-optimizations
Andy Wingo
1
-17
/
+5
2014-03-02
Port unrolled one-argument for-each from boot-9 to srfi-1
Andy Wingo
1
-11
/
+12
2012-01-05
Placate a number of `syntax-check' verifications.
Ludovic Courtès
1
-1
/
+1
2011-09-02
more define-syntax-rule usage
Andy Wingo
1
-5
/
+3
2011-08-17
check that srfi-1 procedure arguments are procedures
Andy Wingo
1
-12
/
+65
2011-08-12
fix take-right and drop-right for improper lists
Andy Wingo
1
-0
/
+16
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
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-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
1
-1
/
+2
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
2009-12-11
SRFI-1: Use the built-in optional argument support.
Ludovic Courtès
1
-41
/
+24
2009-06-17
Complete changing license to LGPLv3+
Neil Jerram
1
-1
/
+1
2008-11-01
move scm srfi files to module/srfi, and compile them.
Andy Wingo
1
-0
/
+588