index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
module
/
srfi
Commit message (
Expand
)
Author
Age
Files
Lines
*
SRFI-19: Rename 'tai-epoch-in-jd' to 'utc-epoch-in-jd'.
...
Mark H Weaver
2019-06-18
1
-11
/
+11
*
Support ~N in SRFI-19 string->date
...
Daniel Llorens
2018-12-11
1
-0
/
+22
*
SRFI-19: Minor refactor of leap second table lookups.
...
Mark H Weaver
2018-10-24
1
-28
/
+22
*
SRFI-19: time-utc->date: Support non-integer nanoseconds values.
...
Mark H Weaver
2018-10-24
1
-1
/
+1
*
SRFI-19: Check for incompatible types in time comparisons.
...
Mark H Weaver
2018-10-21
1
-7
/
+12
*
SRFI-19: Fix normalization of seconds and nanoseconds in time records.
...
Mark H Weaver
2018-10-21
1
-18
/
+16
*
SRFI-19: Fix handling of negative years and negative julian days.
...
Mark H Weaver
2018-10-20
1
-27
/
+38
*
SRFI-19: Fix TAI->UTC conversions, leap second handling, etc.
...
Mark H Weaver
2018-10-20
1
-87
/
+58
*
Fix typos, indentation and error reporting in SRFI-19.
...
Mark H Weaver
2018-10-16
1
-91
/
+99
*
Update SRFI-19 leap second table.
...
Mark H Weaver
2018-10-16
1
-1
/
+2
*
srfi-19: Remove unused procedure.
...
Ludovic Courtès
2018-07-24
1
-19
/
+1
*
Make srfi-71 visible through 'cond-expand'.
...
Mark H Weaver
2018-07-04
1
-0
/
+2
*
build: Really build srfi/srfi-71.scm.
...
Ludovic Courtès
2018-07-01
1
-53
/
+0
*
Add SRFI 71: Extended LET-syntax for multiple values.
...
Christopher Allan Webber
2018-06-18
2
-1
/
+267
*
srfi-18: 'thread-sleep!' timeout-as-a-number is relative.
...
Ludovic Courtès
2018-02-16
1
-3
/
+3
*
srfi-18: When timeout is a number, it's a relative number of seconds.
...
Ludovic Courtès
2018-02-16
1
-16
/
+28
*
Use make-struct/no-tail instead of make-struct
...
Andy Wingo
2017-09-20
1
-11
/
+11
*
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
|
*
SRFI-43: vector-concatenate: Fix error message.
...
Mark H Weaver
2014-09-20
1
-1
/
+1
*
|
Rewrite boot-9 map to be recursive and pure
...
Andy Wingo
2014-05-01
1
-26
/
+46
[next]