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-01-15
squirrely smob marking refactor
wip-retagging
Andy Wingo
1
-5
/
+5
2013-01-15
remove scm_is_pair gcc hack
Andy Wingo
1
-21
/
+0
2013-01-15
redo the SCM tagging strategy
Andy Wingo
17
-299
/
+222
2013-01-15
add SCM_HEAP_OBJECT_BASE
Andy Wingo
14
-36
/
+54
2013-01-15
ASCII is not ISO-8859-1
Andy Wingo
1
-3
/
+1
2013-01-15
fix string->bytevector for utf-8 and non-error conversion strategies
Andy Wingo
1
-3
/
+6
2013-01-15
string->utf8 implementation uses scm_from_utf8_stringn
Andy Wingo
1
-2
/
+1
2013-01-15
scm_from_stringn and scm_to_stringn encoding args are never NULL
Andy Wingo
1
-2
/
+2
2013-01-15
Port encodings cannot be NULL
Andy Wingo
3
-11
/
+8
2013-01-15
All r6rs ports are both textual and binary
Andy Wingo
2
-19
/
+14
2013-01-15
Port encodings are case-insensitive, but normalized to upper-case.
Andy Wingo
3
-51
/
+95
2013-01-15
add scm_from_port_string and friends
Andy Wingo
6
-23
/
+68
2013-01-15
UTF-8 string ports in ecmascript test
Andy Wingo
1
-3
/
+5
2013-01-15
fix bug where scm_from_utf8_stringn would not detect bad utf-8
Andy Wingo
4
-8
/
+13
2013-01-15
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
21
-205
/
+1277
2013-01-11
Docstrings in (ice-9 iconv)
Andy Wingo
1
-0
/
+7
2013-01-11
Change iconv procedures to take optional instead of keyword arg
Andy Wingo
3
-15
/
+29
2013-01-11
Add http-post, http-put, et cetera
Andy Wingo
3
-73
/
+895
2013-01-11
read-response-body always returns bytevector or #f
Andy Wingo
1
-2
/
+8
2013-01-11
remove (web http) TODO list
Andy Wingo
1
-7
/
+0
2013-01-11
(web server) uses (ice-9 iconv)
Andy Wingo
1
-37
/
+3
2013-01-11
add bytevector->string and string->bytevector in new (ice-9 iconv) module
Andy Wingo
5
-6
/
+277
2013-01-10
fix ice-9/slib
Andy Wingo
1
-23
/
+14
2013-01-10
deprecate SCM_CHAR_CODE_LIMIT and char-code-limit
Andy Wingo
6
-24
/
+29
2013-01-08
slight open-pipe* / open-process refactor
Andy Wingo
2
-27
/
+16
2013-01-07
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
89
-1438
/
+2769
2013-01-07
http-get: don't shutdown write end of socket
Andy Wingo
2
-5
/
+13
2013-01-07
Fix partial commit of documentation update
Andy Wingo
1
-9
/
+13
2013-01-07
More procedure-arguments-alist documentation and a bugfix
Andy Wingo
3
-6
/
+24
2013-01-07
document program-arguments-alist and program-lambda-list
Cedric Cellier
2
-0
/
+11
2013-01-07
minor cleanup in values.c
Andy Wingo
1
-2
/
+2
2012-12-19
tests: Remove leftover `pk'.
Ludovic Courtès
1
-1
/
+1
2012-12-19
Change `system*' to not leave dangling processes behind.
Ludovic Courtès
2
-8
/
+29
2012-12-17
web: Correctly detect "No route to host" conditions.
Ludovic Courtès
1
-11
/
+14
2012-12-10
build: Require Automake 1.11.2 or later.
Ludovic Courtès
1
-2
/
+2
2012-12-10
repl: add repl-option for customized print
Daniel Hartwig
2
-6
/
+19
2012-12-10
test-suite: Skip `EACCES' test of `file-system-fold' when run as root.
Ludovic Courtès
1
-12
/
+16
2012-12-10
Verify the value of `SHUT_RD' and related constants.
Ludovic Courtès
1
-1
/
+7
2012-12-10
doc: Update `release.org'.
Ludovic Courtès
1
-2
/
+2
2012-12-07
Thanks Jozef Chraplewski.
Mark H Weaver
1
-0
/
+1
2012-12-07
Avoid signed integer overflow in scm_product
Mark H Weaver
2
-4
/
+20
2012-11-30
doc: remove more references to hash-tables-as-vectors
Daniel Hartwig
1
-19
/
+6
2012-11-30
doc: Update `release.org'.
Ludovic Courtès
1
-6
/
+13
2012-11-30
NEWS: Add "R6RS SRFI support" text.
v2.0.7
Ludovic Courtès
1
-3
/
+5
2012-11-30
Bump version number for 2.0.7.
Ludovic Courtès
1
-3
/
+3
2012-11-29
NEWS: Add entry for new GUILE_LOAD_PATH (et al) ellipsis handling.
Mark H Weaver
1
-0
/
+9
2012-11-29
NEWS: Mention par-for-each, alongside par-map, being fixed to use all cores
Mark H Weaver
1
-1
/
+2
2012-11-29
Minor fixes in NEWS
Mark H Weaver
1
-7
/
+7
2012-11-29
Update `NEWS'.
Ludovic Courtès
1
-0
/
+176
2012-11-29
futures: Remove circular dependency with (ice-9 threads).
Ludovic Courtès
1
-1
/
+0
[next]