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
2013-10-09
Doc: mention vectors are self-quoting
lua
Ian Price
1
-13
/
+9
2013-09-09
Fix code generated for `while'.
Ian Price
1
-2
/
+2
2013-09-09
Add missing `make-sequence' procedure.
Ian Price
1
-0
/
+5
2013-09-09
Use `make-application' instead of removed `make-call'.
Ian Price
1
-51
/
+51
2013-09-09
Compile Lua's ... form.
Ian Price
3
-8
/
+20
2013-09-09
Fix typo in lua lexer test.
Ian Price
1
-1
/
+1
2013-09-09
Add some documentation. Function calls now properly handle multiple
Phil
9
-46
/
+130
2013-09-09
module/language/lua/parser.scm: Rename #:dots to #:varargs
Phil
6
-15
/
+15
2013-09-09
Fix and/or double evaluation. Add math.modf, math.fmod.
Phil
5
-43
/
+123
2013-09-09
lua code returning via normal path
Andy Wingo
1
-2
/
+2
2013-09-09
lua/runtime tweaks
Andy Wingo
1
-113
/
+140
2013-09-09
lua/lexer tweaks
Andy Wingo
3
-82
/
+73
2013-09-09
lua/compile-tree-il tweaks
Andy Wingo
1
-121
/
+156
2013-09-09
remove true? and false?; lua's truthiness and falsehood is guile's.
Andy Wingo
2
-26
/
+8
2013-09-09
lua/parser tweaks
Andy Wingo
1
-472
/
+436
2013-09-09
lua/common cleanup
Andy Wingo
5
-19
/
+8
2013-09-09
syntax-error throws to syntax-error
Andy Wingo
1
-15
/
+5
2013-09-09
add lua language implementation
No Itisnt
16
-0
/
+3242
2013-08-31
Micro-optimize char_decimal_value.
Andy Wingo
1
-12
/
+17
2013-08-31
Faster scm_from_port_stringn
Andy Wingo
1
-1
/
+2
2013-08-31
unread-char: inline conversion from codepoint to bytes
Andy Wingo
1
-4
/
+25
2013-08-31
Add contification pass
Andy Wingo
3
-3
/
+241
2013-08-31
Add CPS -> RTL compiler
Andy Wingo
7
-1
/
+1428
2013-08-31
Add pass to reify primcalls without corresponding VM ops
Andy Wingo
2
-0
/
+118
2013-08-31
Add arity-adapting module
Andy Wingo
2
-0
/
+153
2013-08-31
Add CPS primitives info module
Andy Wingo
2
-0
/
+97
2013-08-31
RTL language
Andy Wingo
3
-0
/
+128
2013-08-31
Add closure conversion
Andy Wingo
2
-0
/
+274
2013-08-31
(compile foo #:to 'cps)
Andy Wingo
4
-1
/
+635
2013-08-31
Add CPS language
Andy Wingo
4
-6
/
+660
2013-08-29
,xx for RTL images
Andy Wingo
3
-11
/
+12
2013-08-29
add ability to disassemble ELF images
Andy Wingo
3
-9
/
+55
2013-08-24
Export the assembler procedures
Andy Wingo
1
-8
/
+12
2013-08-24
rtl vm: box-set! binds no values
Andy Wingo
1
-1
/
+1
2013-08-24
RA == MVRA in disassembler
Andy Wingo
1
-6
/
+1
2013-08-24
assembler: give proper permissions to .data section
Andy Wingo
1
-3
/
+11
2013-08-24
compile-file adds #:to-disk? #t to opts
Andy Wingo
2
-2
/
+3
2013-08-24
RTL: 'return-values' instruction assumes 'reset-frame' has been called.
Mark H Weaver
2
-8
/
+6
2013-08-24
RTL VM: Rename 'apply' instruction to 'tail-apply'.
Mark H Weaver
2
-4
/
+4
2013-08-24
RTL VM: fix multiple value returns.
Mark H Weaver
1
-1
/
+1
2013-08-24
Convert branchable primitives into binary operations only.
Mark H Weaver
1
-3
/
+25
2013-08-23
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
5
-25
/
+21
2013-08-23
Fix 'define-public' from (ice-9 curried-definitions).
Mark H Weaver
1
-17
/
+10
2013-08-19
Improve error checking in 'define-public' and 'module-add!'.
Mark H Weaver
1
-1
/
+3
2013-08-19
doc: `get-string-all' takes only one argument.
Ian Price
1
-1
/
+1
2013-08-19
`write-request-line' always prints a path component.
Ian Price
2
-6
/
+7
2013-08-16
In bytevector->uint-list et al, check that SIZE divides the bv length.
Mark H Weaver
2
-9
/
+8
2013-08-16
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
2
-6
/
+12
2013-08-16
Improved error checking in bytevector->uint-list and bytevector->sint-list.
Mark H Weaver
2
-6
/
+12
2013-08-15
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
4
-7
/
+11
[next]