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
/
srfi
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
SRFI-19: time-utc->date: Support non-integer nanoseconds values.
Mark H Weaver
2019-05-23
1
-1
/
+1
*
|
SRFI-19: Check for incompatible types in time comparisons.
Mark H Weaver
2019-05-23
1
-7
/
+12
*
|
SRFI-19: Fix normalization of seconds and nanoseconds in time records.
Mark H Weaver
2019-05-23
1
-18
/
+16
*
|
SRFI-19: Fix handling of negative years and negative julian days.
Mark H Weaver
2019-05-23
1
-27
/
+38
*
|
SRFI-19: Fix TAI->UTC conversions, leap second handling, etc.
Mark H Weaver
2019-05-23
1
-87
/
+58
*
|
Fix typos, indentation and error reporting in SRFI-19.
Mark H Weaver
2019-05-23
1
-91
/
+99
*
|
Update SRFI-19 leap second table.
Mark H Weaver
2019-05-23
1
-1
/
+2
*
|
srfi-19: Remove unused procedure.
Ludovic Courtès
2018-08-07
1
-19
/
+1
*
|
Make srfi-71 visible through 'cond-expand'.
Mark H Weaver
2018-08-07
1
-0
/
+2
*
|
build: Really build srfi/srfi-71.scm.
Ludovic Courtès
2018-08-07
1
-53
/
+0
*
|
Add SRFI 71: Extended LET-syntax for multiple values.
Christopher Allan Webber
2018-08-07
2
-1
/
+267
*
|
srfi-18: 'thread-sleep!' timeout-as-a-number is relative.
Ludovic Courtès
2018-08-07
1
-3
/
+3
*
|
srfi-18: When timeout is a number, it's a relative number of seconds.
Ludovic Courtès
2018-08-07
1
-16
/
+28
*
|
Introduce make-struct/simple
Andy Wingo
2018-01-21
1
-27
/
+24
*
|
Improve compilation of make-vector without init
Andy Wingo
2018-01-05
1
-5
/
+9
*
|
Replace "pr" struct fields with "pw" fields
Andy Wingo
2017-09-23
1
-3
/
+3
*
|
Merge stable-2.2 into master
Andy Wingo
2017-09-22
1
-11
/
+11
|
\
\
|
|
/
|
*
Use make-struct/no-tail instead of make-struct
Andy Wingo
2017-09-20
1
-11
/
+11
*
|
remove self field of vtables
Andy Wingo
2017-09-14
1
-1
/
+0
|
/
*
SRFI-19: Swap seconds and nanoseconds in 'current-time-monotonic'.
Ludovic Courtès
2017-04-22
1
-2
/
+2
*
SRFI-37: Account for zero-length arguments.
Thomas Danckaert
2017-04-20
1
-1
/
+2
*
Fix date->string ~f operator to not emit leading zeros
Andy Wingo
2017-04-19
1
-18
/
+8
*
Fixed bug: ~N mishandles small nanoseconds value
Andrew Moss
2017-04-19
1
-1
/
+1
*
SRFI-19 current-time-monotonic returns time of right type
Andy Wingo
2017-04-19
1
-3
/
+6
*
SRFI-18 mutexes are not recursive
Andy Wingo
2016-11-05
1
-8
/
+1
*
Move more functionality to SRFI-18 mutex-unlock!
Andy Wingo
2016-11-05
1
-15
/
+17
*
SRFI-18 manages own mutex "abandoned" state
Andy Wingo
2016-11-05
1
-21
/
+20
*
SRFI-18 threads disjoint from guile threads
Andy Wingo
2016-11-04
1
-67
/
+75
*
srfi-18 condition variables disjoint
Andy Wingo
2016-11-04
1
-32
/
+27
*
Remove export srfi-18 never had
Andy Wingo
2016-11-04
1
-1
/
+0
*
SRFI-18 mutexes disjoint from Guile mutexes
Andy Wingo
2016-11-04
1
-41
/
+62
*
srfi-18: thread-terminate! without cleanup handlers
Andy Wingo
2016-10-31
1
-23
/
+13
*
Trim srfi-18 thread startup machinery
Andy Wingo
2016-10-31
1
-10
/
+6
*
Refactor thread-join! to use optional args.
Andy Wingo
2016-10-31
1
-7
/
+14
*
Rationalize exception handling in srfi-18
Andy Wingo
2016-10-31
1
-44
/
+38
*
srfi-18: Avoid call/cc.
Andy Wingo
2016-10-31
1
-29
/
+35
*
srfi-18: Inline uses of srfi-18-exception-preserver.
Andy Wingo
2016-10-30
1
-16
/
+13
*
srfi-18: Use srfi-35 conditions.
Andy Wingo
2016-10-30
1
-26
/
+25
*
srfi-18: Use parameters.
Andy Wingo
2016-10-30
1
-25
/
+15
*
srfi-18: Use lambda* optional arguments.
Andy Wingo
2016-10-30
1
-12
/
+10
*
srfi-18: Simplify thread-sleep!, thread-terminate!.
Andy Wingo
2016-10-30
1
-19
/
+15
*
srfi-18: Use `match' in thread-start!.
Andy Wingo
2016-10-30
1
-9
/
+10
*
srfi-18: Improve style.
Andy Wingo
2016-10-30
1
-11
/
+7
*
Fix srfi-34 indentation
Andy Wingo
2016-10-30
1
-3
/
+3
*
Move thread bindings to (ice-9 threads)
Andy Wingo
2016-10-23
1
-111
/
+111
*
SRFI-19: Update the table of leap seconds.
Mark H Weaver
2016-05-22
1
-3
/
+4
*
Merge commit '8cf2a7ba7432d68b9a055d29f18117be70375af9'
Andy Wingo
2015-01-22
1
-0
/
+34
|
\
|
*
Implement SRFI 28: Basic Format Strings.
Chris Jester-Young
2014-12-02
1
-0
/
+34
*
|
Merge branch 'stable-2.0'
Mark H Weaver
2014-09-30
1
-9
/
+9
|
\
\
|
|
/
|
*
doc: Improve description of vector-unfold and vector-unfold-right.
Mark H Weaver
2014-09-24
1
-8
/
+8
[prev]
[next]