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
2014-01-27
Inline generalized-vector calls in array_handle_ref/set
Daniel Llorens
1
-4
/
+14
2014-01-27
Tests for array-copy!, empty case
Daniel Llorens
1
-22
/
+34
2014-01-26
More precise stack marking via .guile.frame-maps section
Andy Wingo
7
-74
/
+291
2014-01-26
Add NEWS for Guile 2.2
Andy Wingo
1
-1
/
+374
2014-01-26
Document top-level pseudo-hygiene
Andy Wingo
1
-0
/
+103
2014-01-21
Merge branch 'stable-2.0'
Mark H Weaver
12
-38
/
+120
2014-01-20
Fix (port-conversion-strategy #f).
Mark H Weaver
1
-2
/
+0
2014-01-18
Add support for content-disposition
Andy Wingo
2
-2
/
+28
2014-01-17
doc: embedding example more readable.
Arne Babenhauserheide
1
-7
/
+10
2014-01-17
Thank Sree Harsha.
Ludovic Courtès
1
-0
/
+1
2014-01-17
Arrange so that 'file-encoding' does not truncate the encoding name.
Ludovic Courtès
2
-9
/
+31
2014-01-16
Finish documenting the new compiler
Andy Wingo
1
-59
/
+210
2014-01-16
Fix CPS doc typos
Andy Wingo
1
-2
/
+2
2014-01-15
web: Don't throw if a response is longer than its Content-Length says.
Ludovic Courtès
2
-13
/
+20
2014-01-15
Custom binary input ports sanity-check the return value of 'read!'.
Ludovic Courtès
2
-3
/
+16
2014-01-15
Document that we support srfi-46 and add it to %cond-expand-features.
Mark H Weaver
4
-5
/
+30
2014-01-15
Document that we support srfi-87 and add it to %cond-expand-features.
Mark H Weaver
2
-0
/
+11
2014-01-14
Merge branch 'stable-2.0'
Mark H Weaver
2
-2
/
+11
2014-01-14
print: In R7RS |...| symbols, print most graphic characters unescaped.
Mark H Weaver
2
-2
/
+11
2014-01-14
Merge branch 'stable-2.0'
Mark H Weaver
9
-19
/
+195
2014-01-14
print: Support R7RS |...| symbol notation.
Mark H Weaver
4
-9
/
+124
2014-01-14
read: Support R7RS |...| symbol notation.
Mark H Weaver
5
-10
/
+58
2014-01-14
Document that we support srfi-62 and add it to %cond-expand-features.
Mark H Weaver
2
-0
/
+10
2014-01-14
Merge branch 'stable-2.0'
Mark H Weaver
7
-18
/
+109
2014-01-14
read: use 'c_tolower' instead of 'tolower' in 'try_read_ci_chars'.
Mark H Weaver
1
-1
/
+2
2014-01-14
Recognize 'escape' character name, per R7RS.
Mark H Weaver
3
-3
/
+32
2014-01-14
read: Accept "\|" in string literals.
Mark H Weaver
3
-3
/
+12
2014-01-14
read: Support R7RS '#true' and '#false' syntax for booleans.
Mark H Weaver
3
-4
/
+55
2014-01-14
Add srfi-16 and srfi-30 to %cond-expand-features.
Mark H Weaver
3
-7
/
+9
2014-01-14
Merge branch 'stable-2.0'
Mark H Weaver
13
-134
/
+660
2014-01-13
'port-position' works on CBIPs that do not support 'set-port-position!'.
Ludovic Courtès
2
-8
/
+20
2014-01-12
Finish CPS documentation
Andy Wingo
1
-98
/
+245
2014-01-12
Fix 'exact-integer?' comment in numbers.test.
Mark H Weaver
1
-1
/
+1
2014-01-12
Fix hashing of empty vectors.
Mark H Weaver
2
-3
/
+14
2014-01-12
Rename $ktrunc to $kreceive
Andy Wingo
11
-62
/
+62
2014-01-12
Returning too many values to call-with-values raises a runtime error
Andy Wingo
1
-23
/
+2
2014-01-12
Bump user-visible copyright years to 2014.
Mark H Weaver
3
-5
/
+5
2014-01-12
Fix hashing of vectors to run in bounded time.
Mark H Weaver
1
-26
/
+30
2014-01-11
Insert explicit $ktrunc nodes everywhere that truncates multiple values
Andy Wingo
1
-13
/
+19
2014-01-11
Add simplification pass
Andy Wingo
3
-8
/
+280
2014-01-11
Add DCE pass.
Andy Wingo
3
-3
/
+288
2014-01-11
Shuffle the first return value from truncating calls
Andy Wingo
1
-2
/
+11
2014-01-11
All $values expressions go through allocate-values
Andy Wingo
1
-19
/
+33
2014-01-11
Fix allocate-slots bug
Andy Wingo
1
-1
/
+1
2014-01-11
More robust compute-hints
Andy Wingo
1
-1
/
+6
2014-01-11
Prefer "receive" over "receive-values"+"reset-frame"
Andy Wingo
1
-11
/
+22
2014-01-11
Only emit receive-values if it is needed
Andy Wingo
1
-2
/
+4
2014-01-11
Remove "pop" from $prompt
Andy Wingo
7
-26
/
+24
2014-01-11
Enable prompt analysis
Andy Wingo
1
-13
/
+3
2014-01-11
Add prompt analysis to the DFG's analyze-control-flow
Andy Wingo
1
-20
/
+179
[prev]
[next]