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
2009-08-14
temp commit
wip-sassy
Andy Wingo
4
-3
/
+520
2009-08-13
add the sassy x86 assembler
Andy Wingo
479
-0
/
+12853
2009-08-13
compiler.test: Enforce evaluation order.
Ludovic Courtès
1
-9
/
+11
2009-08-13
Allow fresh modules to be passed to `compile'.
Ludovic Courtès
3
-6
/
+34
2009-08-13
Allow redefinitions in compiled code as in `(define round round)'.
Ludovic Courtès
3
-5105
/
+5987
2009-08-12
update docs for recent vm/compiler work
Andy Wingo
3
-169
/
+317
2009-08-12
"fix" <let>-bound lambda expressions too
Andy Wingo
4
-18
/
+85
2009-08-12
Don't include libunistring headers in Guile public headers
Michael Gran
5
-8
/
+29
2009-08-12
Regression, scm_string fails to test for circular lists
Michael Gran
2
-2
/
+13
2009-08-12
Some signed/unsigned comparison and conversions
Michael Gran
2
-3
/
+3
2009-08-12
rework the vm support for wide strings
Andy Wingo
11
-199
/
+99
2009-08-12
Fix disassembly of strings and symbols
Michael Gran
1
-2
/
+22
2009-08-11
Quiet signed/unsigned comparison warnings in chars.[ch]
Michael Gran
2
-5
/
+5
2009-08-11
Avoid unitialized and unused warnings in scm_string_append
Michael Gran
1
-9
/
+13
2009-08-11
Revert to locale-dependent toupper and tolower
Michael Gran
1
-2
/
+8
2009-08-11
Only pass ints to tolower and toupper
Michael Gran
2
-9
/
+9
2009-08-12
debitrot the ecmascript compiler
Andy Wingo
5
-565
/
+553
2009-08-11
make the fallback path look less like line noise
Andy Wingo
2
-3
/
+16
2009-08-11
include objcode cookie in the fallback path
Andy Wingo
3
-30
/
+30
2009-08-10
More string and symbol tests
Michael Gran
2
-7
/
+317
2009-08-10
Fix %string-dump and %symbol-dump fields
Michael Gran
1
-11
/
+13
2009-08-10
Change `defined?' to accept a module as its second argument.
Ludovic Courtès
2
-41
/
+21
2009-08-10
Make scm_charprint and scm_i_string_wide_chars SCM_INTERNAL.
Michael Gran
3
-4
/
+4
2009-08-10
Improve %string-dump and %symbol-dump
Michael Gran
2
-57
/
+181
2009-08-09
More comments for string functions
Michael Gran
1
-16
/
+59
2009-08-09
Missing parentheses in SCM_MAKE_CHAR macro
Michael Gran
1
-3
/
+3
2009-08-09
Port position macros shouldn't require enclosing braces
Michael Gran
2
-22
/
+11
2009-08-09
Use a linker version script for libguile.
Ludovic Courtès
2
-1
/
+52
2009-08-09
Use Gnulib's `lib-symbol-versions' module.
Ludovic Courtès
9
-14
/
+77
2009-08-09
Remove bogus `configure' test for GNU libunistring.
Ludovic Courtès
1
-7
/
+1
2009-08-08
Merge commit 'origin/master'
Michael Gran
19
-410
/
+1107
2009-08-08
Add Unicode strings and symbols
Michael Gran
15
-306
/
+1046
2009-08-07
lambda, the ultimate goto
Andy Wingo
2
-39
/
+155
2009-08-07
implement compilation of label-allocated lambda expressions
Andy Wingo
1
-129
/
+195
2009-08-07
add label alist to lambda allocations in tree-il->glil compiler
Andy Wingo
2
-17
/
+47
2009-08-06
loop detection in the house
Andy Wingo
3
-23
/
+54
2009-08-06
actually implement "fixing letrec"
Andy Wingo
7
-82
/
+252
2009-08-06
actually inline call-with-values to tree-il's <let-values>
Andy Wingo
4
-21
/
+59
2009-08-05
let-values in terms of syntax-case, add make-tree-il-folder
Andy Wingo
4
-189
/
+194
2009-08-05
add <fix> tree-il construct, and compile it
Andy Wingo
9
-44
/
+189
2009-08-05
add a brain-dead inliner
Andy Wingo
3
-11
/
+49
2009-08-05
add1 and sub1 instructions
Andy Wingo
4
-6
/
+52
2009-08-04
perform gmp/unistring compile checks with AC_LIB_HAVE_LINKFLAGS
Andy Wingo
2
-14
/
+11
2009-08-04
rename configure.in to configure.ac
Andy Wingo
2
-0
/
+0
2009-08-04
fix buffer overrun reading partial numbers: 1.0f, 1.0/, and 1.0+
Andy Wingo
1
-1
/
+16
2009-08-01
Don't doubly define scm_t_wchar
Michael Gran
2
-9
/
+1
2009-08-01
Fix coding style compliance for recent 32-bit char changes
Michael Gran
2
-15
/
+9
2009-08-01
Don't use GNU extensions for SCM_MAKE_CHAR macro
Michael Gran
2
-5
/
+11
2009-08-01
Make charname declarations module-level and GCS
Michael Gran
1
-48
/
+42
2009-08-01
Update NEWS for charname changes
Michael Gran
1
-0
/
+15
[next]