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-02-18
Don't fail when locale env. vars specify a dot-less locale name.
Ludovic Courtès
4
-32
/
+52
2012-02-17
wrap iconv_open / iconv_close with a lock to help in thread/fork issues
Andy Wingo
4
-1
/
+45
2012-02-17
install pthread_atfork handlers for guile's static mutexen
Andy Wingo
9
-5
/
+16
2012-02-17
add pthread_atfork helpers to our threading shims
Andy Wingo
3
-3
/
+18
2012-02-17
with a threaded guile, lock weak sets and tables during a fork
Andy Wingo
4
-28
/
+194
2012-02-17
Merge remote-tracking branch 'local-2.0/stable-2.0'
Andy Wingo
7
-9114
/
+10895
2012-02-15
remove deprecated features test
Andy Wingo
1
-7
/
+1
2012-02-15
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
4
-8689
/
+8712
2012-02-15
Add tests to verify that 'read' sets source properties when appropriate
Mark H Weaver
1
-6
/
+42
2012-02-15
Add support for source properties on non-immediate numbers
Mark H Weaver
2
-3
/
+9
2012-02-15
psyntax: access source properties for all supported objects
Mark H Weaver
2
-6372
/
+6438
2012-02-15
Add 'supports-source-properties?' predicate
Mark H Weaver
3
-1
/
+27
2012-02-15
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+1
2012-02-15
Relax validation of source property accessors
Mark H Weaver
1
-38
/
+50
2012-02-15
syntax-violation: prefer 'subform' for source info, with 'form' as fallback
Mark H Weaver
2
-11417
/
+11371
2012-02-15
Fix psyntax bugs that would cause bad source annotations
Mark H Weaver
2
-6563
/
+6585
2012-02-14
Fix typo in comment in message.scm: 'know' to 'known' warning types
Mark H Weaver
1
-1
/
+1
2012-02-14
better handling for exceptions in close-port and port finalizers
Andy Wingo
2
-37
/
+59
2012-02-14
web server: fix spurious warning
Andy Wingo
1
-1
/
+3
2012-02-14
scm_from_stringn utf8 optimization
Andy Wingo
1
-7
/
+3
2012-02-14
fix buggy scm_from_utf8_stringn (!)
Andy Wingo
1
-2
/
+2
2012-02-14
ports: avoid adding port table entries and finalizers if possible
Andy Wingo
2
-33
/
+37
2012-02-14
refactor port encoding modes: utf-8 and iconv
Andy Wingo
3
-94
/
+158
2012-02-14
string ports simplification
Andy Wingo
1
-65
/
+20
2012-02-13
weaks: move an allocation outside a critical section
Andy Wingo
2
-34
/
+71
2012-02-12
Fix manual: scm_foreign_to_bytevector to scm_pointer_to_bytevector
Mark H Weaver
1
-1
/
+1
2012-02-12
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
3
-6
/
+31
2012-02-12
web server: do not provide a response body where it is not permitted
Andy Wingo
3
-6
/
+31
2012-02-11
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-16
/
+8
2012-02-11
web server: print backtrace on errors when run in batch mode
Andy Wingo
1
-16
/
+8
2012-02-11
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
10
-201
/
+422
2012-02-10
more efficient scm_string_to_utf8, scm_string_to_utf32
Andy Wingo
1
-26
/
+30
2012-02-10
more efficient scm_to_utf8_stringn, scm_to_utf32_stringn
Andy Wingo
1
-4
/
+52
2012-02-08
Support => within case, and improve error messages for cond and case
Mark H Weaver
5
-84
/
+234
2012-02-08
Add source properties to many more types of data
Mark H Weaver
2
-26
/
+47
2012-02-08
Unoptimize 'read' to return freshly allocated empty strings
Mark H Weaver
2
-12
/
+8
2012-02-08
Optimize empty substring case of scm_i_substring_copy
Mark H Weaver
1
-22
/
+27
2012-02-08
Add and use maybe_annotate_source helper in read.c
Mark H Weaver
1
-12
/
+11
2012-02-08
Remove inline and register attributes from read.c
Mark H Weaver
1
-12
/
+12
2012-02-08
Remove incorrect comment in read.c
Mark H Weaver
1
-3
/
+2
2012-02-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+2
2012-02-08
i18: avoid freelocale (NULL)
Andy Wingo
1
-1
/
+2
2012-02-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
147
-4676
/
+17939
2012-02-05
Fix --enable-debug-malloc
Andy Wingo
1
-37
/
+56
2012-02-04
i18n: Skips ~h `format' tests when digit grouping info is missing.
Ludovic Courtès
1
-5
/
+13
2012-02-03
function binding fixes
BT Templeton
2
-62
/
+78
2012-02-03
sharpsign-colon for uninterned symbols
BT Templeton
1
-1
/
+6
2012-02-03
elisp I/O
BT Templeton
1
-0
/
+14
2012-02-03
improve management of global special variables
BT Templeton
2
-151
/
+109
2012-02-03
more lexical declarations
BT Templeton
1
-0
/
+5
[prev]
[next]