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
2012-05-21
Test signed narrow arguments in FFI better.
wip-raeburn-misc
Ken Raeburn
2
-2
/
+16
2012-05-21
Eliminate uses of GC_PTR, a holdover from libgc 6.x.
Ken Raeburn
11
-38
/
+34
2012-05-21
Don't use addresses of labels with LLVM.
Ken Raeburn
2
-0
/
+24
2012-05-21
Always use VM_LABEL.
Ken Raeburn
1
-1
/
+1
2012-05-21
Report time taken for 'guild compile' commands.
Ken Raeburn
2
-3
/
+3
2012-05-21
Require BDW-GC version 7.2 or better.
Ken Raeburn
1
-3
/
+3
2012-05-21
Fix FFI struct sizing to account for trailing padding.
Ken Raeburn
2
-1
/
+6
2012-05-20
Fix lock handling bug in commit aac980de43a0466b968a56607664f5ebbca6b751.
Ken Raeburn
2
-2
/
+2
2012-05-17
inline scm_cons, scm_car, scm_cdr
Andy Wingo
4
-55
/
+68
2012-05-17
add guile-2.2 feature
Andy Wingo
1
-0
/
+1
2012-05-11
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
4
-7
/
+20
2012-05-11
fix more assumptions that the frame-procedure is a procedure
Andy Wingo
4
-8
/
+21
2012-05-10
Merge remote-tracking branch 'origin/stable-2.0' into stable-2.0
Andy Wingo
4
-15
/
+57
2012-05-10
Merge remote-tracking branch 'local-2.0/stable-2.0'
Andy Wingo
5
-199
/
+141
2012-05-10
refactor vm application of non-programs; boot continuation refactor
Andy Wingo
5
-199
/
+141
2012-05-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
12
-116
/
+225
2012-05-08
Add missing `SCM_API' for `scm_take_from_input_buffers'.
Ludovic Courtès
1
-1
/
+2
2012-05-08
Fix `setvbuf' to leave the line/column number unchanged.
Ludovic Courtès
3
-14
/
+55
2012-05-08
docbook->texi fix
Andy Wingo
1
-2
/
+6
2012-05-07
(texinfo docbook) support for @acronym
Andy Wingo
1
-1
/
+3
2012-05-07
add support for texinfo parsed arguments, like @acronym
Andy Wingo
3
-12
/
+87
2012-05-07
Add a missing SYNC_ALL in variable-ref
Andy Wingo
1
-0
/
+1
2012-05-07
Optimize `scm_read_string'.
Ludovic Courtès
2
-19
/
+38
2012-05-06
Make `scm_unget_byte' public.
Ludovic Courtès
1
-2
/
+2
2012-05-06
read: Avoid `void *' pointer arithmetic.
Ludovic Courtès
1
-1
/
+1
2012-05-06
Build with `-Wpointer-arith' when available.
Ludovic Courtès
1
-3
/
+1
2012-05-05
Correct typing of assertion in the `wind' instruction.
Ludovic Courtès
1
-2
/
+4
2012-05-04
Simplify the reader's `read_complete_token'.
Ludovic Courtès
1
-65
/
+35
2012-04-30
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
9
-308
/
+345
2012-04-30
push error handlers out of line in the vm
Andy Wingo
6
-319
/
+331
2012-04-30
add internal SCM_NOINLINE definition
Andy Wingo
1
-0
/
+5
2012-04-30
add scm_c_values helper
Andy Wingo
2
-5
/
+18
2012-04-30
fix peval test for recent merge
Andy Wingo
1
-2
/
+2
2012-04-26
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
9
-222
/
+328
2012-04-26
Merge commit 'f66cbb99ee096186837536885d3436bb334df34d'
Andy Wingo
4
-0
/
+853
2012-04-26
Merge commit '1cd63115be7a25d0ea18aaa0e1eff5658d8db77a'
Andy Wingo
4
-60
/
+361
2012-04-26
Merge commit 'de1eb420a5a95b17e85b19c4d98c869036e9ecb0'
Andy Wingo
7
-1288
/
+1277
2012-04-26
Merge commit 'd10f7b572c0ca1ccef87f9c46069daa30946e0cf'
Andy Wingo
28
-196
/
+272
2012-04-23
Clean up stack tests
Noah Lavine
1
-46
/
+23
2012-04-23
make-stack handles prompt tags better
Noah Lavine
2
-33
/
+70
2012-04-23
vlist performance improvements; allocate vhash data inline
Andy Wingo
1
-142
/
+159
2012-04-23
avoid emitting degenerate aliases in peval
Andy Wingo
2
-11
/
+71
2012-04-23
vlist-cons micro-optimizations
Andy Wingo
1
-24
/
+31
2012-04-23
slight vlist refactor
Andy Wingo
1
-18
/
+11
2012-04-23
new pass: cse
Andy Wingo
4
-0
/
+854
2012-04-23
minor tweaks to a peval test
Andy Wingo
1
-4
/
+4
2012-04-23
fix replacement of CSE with lexical-ref
Andy Wingo
2
-12
/
+24
2012-04-23
peval uses effects analysis
Andy Wingo
1
-53
/
+25
2012-04-23
cse hashing tweak
Andy Wingo
1
-1
/
+1
2012-04-23
more inlining in effects.scm
Andy Wingo
1
-11
/
+12
[next]