index
:
delta/guile.git
alt-par-map-and-thread-safe-popen
baserock/morph
bdw-gc-static-alloc
boehm-demers-weiser-gc
brainfuck
branch_mvo-substrings
branch_mvo-thread-cleanup
branch_release-1-4
branch_release-1-6
branch_release-1-8
calling-convention
cky-hygienic-macros
compile-to-js-merge
coop-repl-servers
dev/hanwen
dirk-adding-josts-environments
dirk-thread-factorization-branch
eval-cleanup
excise-ltdl
historical/wip-1-8-mingw-build
jimb
jimb_env_branch
jimb_mb_branch_1
jimb_readline
lexical-literals
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
master
mdj_elisp_branch
mdj_genloc_branch
mdj_goops_branch
mike-port-encodings
mingw-guile-3.0
mvo-vcell-cleanup-1-branch
mvo_libtool_branch
nan-boxing
ossau-elisp-branch
ossau-gds-dev
r6rs-strings
r7rs-wip
ra0
srfi-4-bytevectors
srfi-41
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
string-abstraction
string_abstraction2
subr-simplification
syncase
syncase-in-boot-9
thread-safe-popen
ttn-back-in-the-saddle
use-minigmp
vm
vm-syncase
vtable-vtable-deprecation
wingo
wip-2.1.2
wip-bpt-elisp
wip-closure-conversion
wip-compiler
wip-cps-bis
wip-cps-for-merge
wip-cse
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-dwarf
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-foreign-objects
wip-generalized-vectors
wip-gnulib-update
wip-goops-refactor
wip-guile-pkg
wip-https-client
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-linker
wip-lloda
wip-load-lang
wip-manual
wip-manual-2
wip-mingw
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-peg
wip-peg-fixed
wip-peg-fixed-2
wip-port-refactor
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-rtl
wip-rtl-assembler
wip-rtl-cps
wip-rtl-dwarf
wip-rtl-halloween
wip-rtl-may-2013
wip-rtl-metadata
wip-rtl-prompts
wip-rtl-vm
wip-sassy
wip-source-info
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-uri-reference
wip-utf16-debugging
wip-vector-cleanup
wip-wingo-elisp-badness
git.savannah.gnu.org: git/guile.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
module
Commit message (
Expand
)
Author
Age
Files
Lines
*
Web: accept "UTC" as the zone offset in date headers.
Mark H Weaver
2013-11-19
1
-0
/
+2
*
Add procedures to convert alists into hash tables.
David Thompson
2013-11-18
2
-0
/
+46
*
Convert guile exceptions to R6RS conditions in R6RS exception handlers.
Mark H Weaver
2013-11-18
1
-15
/
+145
*
Improve error when 'include' form with relative path is not in a file.
Mark H Weaver
2013-11-18
2
-4
/
+17
*
Web: Use functional setters in extend-request and extend-response.
Mark H Weaver
2013-09-12
2
-14
/
+9
*
Web client+server: Add Content-Length header for empty bodies.
Mark H Weaver
2013-09-12
2
-2
/
+4
*
Adapt srfi-9.test to error reporting improvements; update copyright dates.
Mark H Weaver
2013-09-12
1
-1
/
+2
*
Improve error reporting of procedures defined by define-inlinable.
Mark H Weaver
2013-09-12
2
-0
/
+4
*
web client: HTTP methods are symbols, not strings.
Mark H Weaver
2013-09-10
1
-9
/
+9
*
Fix extend-request to preserve method and meta.
Alexandru Cojocaru
2013-09-10
1
-2
/
+5
*
psyntax: cite the paper that psyntax is based on.
Mark H Weaver
2013-09-09
1
-0
/
+6
*
Minor stylistic improvement to 'and-let*' macro.
Mark H Weaver
2013-09-09
1
-3
/
+1
*
Rewrite SRFI-2 'and-let*' using syntax-case.
Mark H Weaver
2013-09-09
1
-27
/
+27
*
Fix 'define-public' from (ice-9 curried-definitions).
Mark H Weaver
2013-08-23
1
-17
/
+10
*
Improve error checking in 'define-public' and 'module-add!'.
Mark H Weaver
2013-08-19
1
-1
/
+3
*
`write-request-line' always prints a path component.
Ian Price
2013-08-19
1
-6
/
+3
*
Improve run-time error reporting in (ice-9 match).
Mark H Weaver
2013-08-15
3
-3
/
+7
*
Common numeric operations are left-to-right associative.
Mark H Weaver
2013-08-12
1
-23
/
+19
*
Numerical comparisons are not negatable.
Mark H Weaver
2013-08-12
1
-2
/
+1
*
Fix numerator and denominator handling of signed zeroes and infinities.
Mark H Weaver
2013-08-09
1
-13
/
+2
*
Decompiler: fix handling of empty 'case-lambda' expressions.
Mark H Weaver
2013-08-07
1
-1
/
+1
*
Optimize R6RS bitwise operators.
Mark H Weaver
2013-07-21
1
-59
/
+22
*
Add support for HTTP proxies.
Mark H Weaver
2013-07-16
2
-3
/
+36
*
Fix R6RS 'fixnum-width'.
Mark H Weaver
2013-07-16
1
-2
/
+5
*
Update copyright dates of recently-changed R6RS bitwise/flonums files.
Mark H Weaver
2013-07-16
2
-2
/
+2
*
Fix 'fxbit-count' for negative arguments.
Mark H Weaver
2013-07-16
1
-2
/
+7
*
Flonum operations always return flonums.
Mark H Weaver
2013-07-16
1
-13
/
+26
*
flfinite? applied to a NaN returns false.
Mark H Weaver
2013-07-16
1
-1
/
+1
*
flonum? returns false for complex number objects.
Mark H Weaver
2013-07-16
1
-1
/
+1
*
Allow fl+ and fl* to accept zero arguments.
Mark H Weaver
2013-07-16
1
-8
/
+6
*
Fix 'bitwise-bit-count' for negative arguments.
Mark H Weaver
2013-07-14
1
-1
/
+5
*
Print the faulty object upon invalid-keyword errors.
Ludovic Courtès
2013-06-04
2
-3
/
+8
*
web: uri-encode hexadecimal percent-encoding is now uppercase
Aleix Conchillo Flaque
2013-05-02
1
-5
/
+6
*
Consume a peeked EOF at the REPL.
Mark H Weaver
2013-04-08
1
-5
/
+2
*
Add keyword arguments to file opening procedures.
Mark H Weaver
2013-04-07
1
-0
/
+110
*
Add record type printer for srfi-41.
Chris K. Jester-Young
2013-04-07
1
-0
/
+23
*
Add record type printer for srfi-45.
Chris K. Jester-Young
2013-04-07
1
-1
/
+16
*
Implement efficient 'scm_unget_bytes' and 'unget-bytevector'.
Mark H Weaver
2013-04-07
1
-1
/
+2
*
Do not scan for coding declarations in open-file.
Mark H Weaver
2013-04-07
2
-8
/
+15
*
Bump 'copyright-year' to 2013.
Mark H Weaver
2013-04-06
1
-1
/
+1
*
Remove duplicate definitions of `call/ec' and `let/ec'.
Ian Price
2013-04-06
2
-26
/
+3
*
Use a fresh cons for %stream-null.
Chris K. Jester-Young
2013-04-06
1
-1
/
+1
*
Add `call/ec' and `let/ec'.
Ludovic Courtès
2013-04-05
2
-12
/
+31
*
Revert "Add record type printers for srfi-41 and srfi-45."
Chris K. Jester-Young
2013-04-05
2
-29
/
+2
*
Add record type printers for srfi-41 and srfi-45.
Chris K. Jester-Young
2013-04-04
2
-2
/
+29
*
Nicer docstring syntax for case-lambda.
Mark H Weaver
2013-04-04
2
-54
/
+90
*
Add -C command-line option to adjust %load-compiled-path.
Mark H Weaver
2013-03-30
1
-1
/
+15
*
build: Build and check (ice-9 popen) only when --enable-posix and HAVE_FORK.
Ludovic Courtès
2013-03-29
1
-4
/
+7
*
Add SRFI-41.
Chris K. Jester-Young
2013-03-27
2
-0
/
+483
*
futures: Limit the number of nested futures on the same stack.
Ludovic Courtès
2013-03-27
1
-7
/
+16
[next]