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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-07
syntax parameters implemented properly
Andy Wingo
1
-42
/
+60
2011-11-07
syntax-parameterize, not fluid-let-syntax
Andy Wingo
2
-11
/
+11
2011-11-07
add define-syntax-parameter, same as define-syntax
Andy Wingo
1
-16
/
+25
2011-11-07
psyntax: resolve-identifier refactor
Andy Wingo
1
-282
/
+323
2011-11-04
chi-top-sequence refactor
Andy Wingo
1
-129
/
+114
2011-11-04
minor psyntax refactors
Andy Wingo
2
-17
/
+2
2011-11-04
peval doesn't resolve primitives
Andy Wingo
2
-41
/
+41
2011-11-04
resolve-primitives! does not primitivize local definitions
Andy Wingo
1
-2
/
+15
2011-11-04
more robust scm_exit_status
Andy Wingo
1
-2
/
+8
2011-11-01
Fix R6RS `fold-left' so the accumulator is the first argument.
Ian Price
3
-5
/
+37
2011-10-28
refactor chi-top-sequence
Andy Wingo
2
-8945
/
+8920
2011-10-28
regenerate psyntax-pp
Andy Wingo
1
-8338
/
+8338
2011-10-28
add string-length, string-ref, vector-length instructions
Andy Wingo
3
-48
/
+98
2011-10-28
add vector-length primitive
Andy Wingo
1
-2
/
+2
2011-10-28
simplify primitives.scm
Andy Wingo
1
-30
/
+13
2011-10-27
fix the peval merge and a test
Andy Wingo
2
-4
/
+5
2011-10-27
fix hash of zero-length vectors
Andy Wingo
1
-2
/
+3
2011-10-27
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
170
-2838
/
+5300
2011-10-26
update `hash'
Andy Wingo
1
-100
/
+36
2011-10-26
don't downcase characters before hashing them
Andy Wingo
1
-7
/
+1
2011-10-26
scm_hasher is static
Andy Wingo
2
-10
/
+8
2011-10-26
add thomas wang's integer hash function; use it for hashq, hashv
Andy Wingo
1
-3
/
+30
2011-10-26
symbols.h reindent
Andy Wingo
1
-1
/
+1
2011-10-26
use bob jenkins' hashword2 hash from lookup3.c for our string hash
Andy Wingo
1
-62
/
+141
2011-10-26
fix a vhash test
Andy Wingo
1
-2
/
+2
2011-10-25
optimize scm_from_utf8_stringn
Andy Wingo
1
-14
/
+93
2011-10-25
most uses of scm_from_locale_symbol become scm_from_utf8_symbol
Andy Wingo
15
-33
/
+33
2011-10-25
optimize utf8 symbol lookup
Andy Wingo
1
-2
/
+84
2011-10-24
slight scm_procedure_p, scm_i_procedure_arity refactor
Andy Wingo
2
-27
/
+13
2011-10-24
remove CELL_P macro
Andy Wingo
1
-13
/
+1
2011-10-24
add SCM_HEAP_OBJECT_BASE
Andy Wingo
14
-25
/
+41
2011-10-24
add SCM_HEAP_OBJECT_P
Andy Wingo
14
-32
/
+26
2011-10-24
boot_closure_print cleanup
Andy Wingo
1
-1
/
+1
2011-10-24
add SCM_{PACK,UNPACK}_POINTER
Andy Wingo
19
-91
/
+83
2011-10-24
refactor tc7 and tc16 checks
Andy Wingo
26
-59
/
+56
2011-10-24
check for pairs with scm_is_pair, not scm_nimp
Andy Wingo
5
-13
/
+13
2011-10-24
de-inline cons in scm_acons
Andy Wingo
1
-4
/
+2
2011-10-24
remove mutex in make-object-property
Andy Wingo
1
-8
/
+4
2011-10-24
remove weak pairs, rewrite weak vectors
Andy Wingo
22
-645
/
+367
2011-10-24
remove a stale comment
Andy Wingo
1
-4
/
+0
2011-10-24
convert internal weak hash table users to use the weak table api
Andy Wingo
6
-91
/
+51
2011-10-24
reimplement hashtab.c's weak hash tables in terms of weak-table.c
Andy Wingo
4
-597
/
+235
2011-10-24
add weak table implementation
Andy Wingo
9
-1
/
+1146
2011-10-23
add scm_c_make_port; the port table is now a weak set
Andy Wingo
7
-209
/
+141
2011-10-23
symbols.c uses weak sets
Andy Wingo
1
-61
/
+30
2011-10-23
add weak sets
Andy Wingo
9
-1
/
+969
2011-10-22
Update `NEWS'.
v2.0.3
Ludovic Courtès
1
-0
/
+2
2011-10-22
Fix compilation of `deprecated.c' with SCM_DEBUG_TYPING_STRICTNESS=2.
Ludovic Courtès
1
-5
/
+5
2011-10-22
Bump version number for 2.0.3.
Ludovic Courtès
1
-3
/
+3
2011-10-22
Update Gnulib to v0.0-6523-gb3609c1.
Ludovic Courtès
142
-2441
/
+4553
[prev]
[next]