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-28
Convert (ice-9 session) to use hygienic macros.
cky-hygienic-macros
Chris K. Jester-Young
1
-12
/
+11
2013-10-27
Convert (ice-9 i18n) to use hygienic macros.
Chris K. Jester-Young
1
-31
/
+34
2013-10-27
Convert test-suite/tests/exceptions.test to use hygienic macros.
Chris K. Jester-Young
1
-12
/
+14
2013-10-20
Fix optional end argument in `uniform-vector-read!'.
Ian Price
1
-2
/
+2
2013-10-19
Doc: 'unfold-right' takes a tail not a tail generator.
Ian Price
1
-2
/
+2
2013-10-18
Doc: mention vectors are self-quoting
Ian Price
1
-13
/
+9
2013-10-14
doc: Update the section on SMOBs and memory management.
Ludovic Courtès
1
-115
/
+59
2013-10-14
'scm_c_read' goes through the fast path with ISO-8859-1 unbuffered ports.
Ludovic Courtès
1
-1
/
+3
2013-10-03
Fix edge case in 'ash'.
Mark H Weaver
2
-4
/
+13
2013-10-03
Revert "Fix edge case in 'ash'."
Mark H Weaver
2
-14
/
+5
2013-10-03
Deprecate scm_c_program_source, as it has no internal users.
Andy Wingo
4
-10
/
+18
2013-10-03
Fix edge case in 'ash'.
Mark H Weaver
2
-5
/
+14
2013-09-30
Fix minor mistakes in documentation.
Mark H Weaver
3
-3
/
+3
2013-09-13
Fix truncated documentation for 'put-char'.
Mark H Weaver
2
-0
/
+2
2013-09-12
Web: Use functional setters in extend-request and extend-response.
Mark H Weaver
2
-14
/
+9
2013-09-12
Web client+server: Add Content-Length header for empty bodies.
Mark H Weaver
2
-2
/
+4
2013-09-12
Adapt srfi-9.test to error reporting improvements; update copyright dates.
Mark H Weaver
2
-4
/
+9
2013-09-12
Improve error reporting of procedures defined by define-inlinable.
Mark H Weaver
2
-0
/
+4
2013-09-10
THANKS Alexandru Cojocaru
Mark H Weaver
1
-0
/
+1
2013-09-10
web client: HTTP methods are symbols, not strings.
Mark H Weaver
1
-9
/
+9
2013-09-10
Fix extend-request to preserve method and meta.
Alexandru Cojocaru
1
-2
/
+5
2013-09-09
psyntax: cite the paper that psyntax is based on.
Mark H Weaver
1
-0
/
+6
2013-09-09
Minor stylistic improvement to 'and-let*' macro.
Mark H Weaver
1
-3
/
+1
2013-09-09
Rewrite SRFI-2 'and-let*' using syntax-case.
Mark H Weaver
1
-27
/
+27
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
Improved error checking in bytevector->uint-list and bytevector->sint-list.
Mark H Weaver
2
-6
/
+12
2013-08-15
Improve run-time error reporting in (ice-9 match).
Mark H Weaver
3
-3
/
+7
2013-08-13
Manual: clarify that 'append!' and 'reverse!' might not mutate.
Mark H Weaver
1
-4
/
+4
2013-08-13
Manual: don't promise that 'append!' will modify the existing lists.
Mark H Weaver
1
-1
/
+1
2013-08-12
Common numeric operations are left-to-right associative.
Mark H Weaver
1
-23
/
+19
2013-08-12
Numerical comparisons are not negatable.
Mark H Weaver
1
-2
/
+1
2013-08-11
Broken Turkish UTF-8 locale still unresolved in FreeBSD 9.1.
Mark H Weaver
1
-4
/
+6
2013-08-10
Fix inappropriate uses of scm_syserror in numbers.c.
Mark H Weaver
1
-4
/
+5
2013-08-09
dereference-pointer: check for null pointer.
Mark H Weaver
2
-1
/
+11
2013-08-09
Fix numerator and denominator handling of signed zeroes and infinities.
Mark H Weaver
4
-72
/
+59
2013-08-07
Decompiler: fix handling of empty 'case-lambda' expressions.
Mark H Weaver
1
-1
/
+1
2013-08-06
Fix display of symbols containing backslashes.
David Kastrup
1
-1
/
+2
2013-08-06
Add files from 'copysign' and 'isfinite' Gnulib modules.
Mark H Weaver
10
-0
/
+891
2013-08-06
VM: ash: Use SCM_SRS and handle large right shift in fast path.
Mark H Weaver
1
-6
/
+5
2013-08-06
Use Gnulib's 'isfinite' in numbers.c.
Mark H Weaver
1
-15
/
+6
2013-08-06
Use Gnulib's 'copysign' in numbers.c.
Mark H Weaver
1
-18
/
+10
2013-08-06
Import 'copysign' and 'isfinite' modules from Gnulib.
Mark H Weaver
3
-2
/
+92
2013-08-04
VM: ASM_ADD and ASM_SUB for x86: clobber _CX not "rcx".
Mark H Weaver
1
-2
/
+2
2013-08-04
VM: Define ASM_MUL on ARM only if SMULL instruction is supported.
Mark H Weaver
1
-1
/
+17
2013-08-04
VM: Implement ASM_ADD, ASM_SUB, and ASM_MUL for ARM processors.
Mark H Weaver
1
-0
/
+46
2013-08-03
VM: Avoid untagging inums in 'logand' and 'logior'.
Mark H Weaver
1
-2
/
+4
2013-08-03
VM: Add ASM_MUL for x86.
Mark H Weaver
1
-3
/
+27
[next]