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
2019-06-18
open-process: Fix dup(2) and execvp(2) error handling.
Mark H Weaver
1
-9
/
+38
2019-06-18
Refresh a stale comment.
Mark H Weaver
1
-1
/
+1
2019-06-18
scm_mkstrport: Optimize the POS -> BYTE_POS conversion.
Mark H Weaver
1
-2
/
+2
2019-06-18
Make 'get-bytevector-some' and 'get-bytevector-some!' suspendable.
Mark H Weaver
1
-1
/
+30
2019-06-18
open-pipe*: Improve performance of OPEN_BOTH mode.
Mark H Weaver
1
-14
/
+45
2019-06-18
Add get-bytevector-some!.
Mark H Weaver
4
-3
/
+58
2019-06-18
scm_to_stringn: Avoid passing NULL to c_strcasecmp.
Mark H Weaver
1
-6
/
+5
2019-06-18
time.test: Use 'pass-if-equal' in more tests.
Mark H Weaver
1
-16
/
+20
2019-06-18
Fix typo in tags.h comment.
Mark H Weaver
1
-1
/
+1
2019-06-18
Save and restore errno in the signal handler.
Mark H Weaver
1
-0
/
+2
2019-06-18
Improve overflow checks in bytevector, string, and I/O operations.
Mark H Weaver
8
-76
/
+142
2019-06-04
Make URI handling locale independent.
Timothy Sample
2
-13
/
+51
2019-06-04
'basename' correctly handles "/" and "//".
Ludovic Courtès
2
-5
/
+20
2019-05-14
Update iconv.m4 from gnulib.
Mark H Weaver
1
-11
/
+24
2019-05-07
Strings, i18n: Limit the use of alloca to approximately 8 kilobytes.
Mark H Weaver
4
-37
/
+107
2019-05-07
put-u8: Always write a single byte, regardless of the port encoding.
Mark H Weaver
1
-1
/
+1
2019-05-07
Optimize fixnum exact integer square roots.
Mark H Weaver
1
-32
/
+41
2019-05-07
Avoid 'with-latin1-locale' in binary I/O tests.
Mark H Weaver
1
-8
/
+7
2019-05-07
Fix indentation in scm_sum.
Mark H Weaver
1
-67
/
+68
2019-05-07
Fix typo in comment.
Mark H Weaver
1
-1
/
+1
2019-05-07
Add 'scm_c_make_char' and use it where appropriate.
Mark H Weaver
9
-47
/
+59
2019-04-17
Reimplement SCM_MAKE_CHAR to evaluate its argument only once.
Mark H Weaver
1
-9
/
+12
2019-04-16
Fix gc.test "after-gc-hook gets called" failures.
Andrea Azzarone
1
-0
/
+8
2019-04-16
Update user-visible copyright years.
Mark H Weaver
3
-5
/
+5
2019-04-16
Avoid passing NULL to 'memcpy' and 'memcmp'.
Mark H Weaver
4
-7
/
+24
2019-04-16
Remove vestigial comment in tags.h.
Mark H Weaver
1
-6
/
+1
2019-04-01
Fix typo in comment.
Mark H Weaver
1
-1
/
+1
2019-02-23
Disable test for current value of setitimer on Cygwin
Michael Gran
1
-3
/
+12
2019-02-23
Make locale monetary conversion tests be less strict on terminal whitespace
Michael Gran
1
-2
/
+2
2019-02-23
Handle newlib C library's langinfo constant names
Michael Gran
2
-2
/
+30
2019-02-23
Add a fallback value for the locale-monetary-decimal-point
Michael Gran
1
-2
/
+2
2019-02-22
Fix race when expanding syntax-parameterize and define-syntax-parameter
Andy Wingo
2
-172
/
+196
2019-02-21
Fix crypt-on-glibc test error
Andy Wingo
1
-7
/
+14
2019-02-09
Fix binary output on files created by mkstemp!
Mike Gran
2
-6
/
+21
2019-02-09
Avoid leaking a file descriptor in test-unwind
Mike Gran
1
-2
/
+5
2019-02-09
Fix strftime compile with null threads
Mike Gran
1
-2
/
+2
2019-02-09
Remove redefinition of when & unless in snarf-check-and-output-texi
Mike Gran
1
-9
/
+1
2019-02-09
Don't mutate read-only string in ports test
Mike Gran
1
-2
/
+2
2018-12-16
Do not warn the user when 'madvise' returns ENOSYS.
Ludovic Courtès
1
-2
/
+5
2018-12-12
Fix tests for SRFI-19 date->string ~N
Daniel Llorens
1
-6
/
+10
2018-12-11
Support ~N in SRFI-19 string->date
Daniel Llorens
3
-0
/
+37
2018-11-11
Update (ice-9 match) to include selected bug fixes from upstream.
Mark H Weaver
2
-7
/
+21
2018-11-11
Fix spelling of ellipsis in (ice-9 match).
Mark H Weaver
1
-35
/
+35
2018-10-31
Documentation fixes
Mikael Djurfeldt
2
-9
/
+9
2018-10-28
Bootstrap optimization
Mikael Djurfeldt
1
-2
/
+6
2018-10-25
Add texinfo dependency to README
Mikael Djurfeldt
1
-0
/
+6
2018-10-24
SRFI-19: Minor refactor of leap second table lookups.
Mark H Weaver
1
-28
/
+22
2018-10-24
SRFI-19: time-utc->date: Support non-integer nanoseconds values.
Mark H Weaver
1
-1
/
+1
2018-10-21
SRFI-19: Check for incompatible types in time comparisons.
Mark H Weaver
1
-7
/
+12
2018-10-21
SRFI-19: Fix normalization of seconds and nanoseconds in time records.
Mark H Weaver
2
-18
/
+24
[prev]
[next]