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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make URI handling locale independent.
...
Timothy Sample
2019-06-04
1
-10
/
+21
*
Update user-visible copyright years.
...
Mark H Weaver
2019-04-16
2
-4
/
+4
*
Fix typo in comment.
...
Mark H Weaver
2019-04-01
1
-1
/
+1
*
Add a fallback value for the locale-monetary-decimal-point
...
Michael Gran
2019-02-23
1
-2
/
+2
*
Fix race when expanding syntax-parameterize and define-syntax-parameter
...
Andy Wingo
2019-02-22
2
-172
/
+196
*
Remove redefinition of when & unless in snarf-check-and-output-texi
...
Mike Gran
2019-02-09
1
-9
/
+1
*
Support ~N in SRFI-19 string->date
...
Daniel Llorens
2018-12-11
1
-0
/
+22
*
Update (ice-9 match) to include selected bug fixes from upstream.
...
Mark H Weaver
2018-11-11
1
-7
/
+12
*
Fix spelling of ellipsis in (ice-9 match).
...
Mark H Weaver
2018-11-11
1
-35
/
+35
*
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 type inferencing for 'nil?' and 'null?' predicates.
...
Mark H Weaver
2018-10-19
2
-9
/
+10
*
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
*
time: Use #: for 'define-module' clauses.
...
Ludovic Courtès
2018-09-23
1
-2
/
+2
*
time: Support expressions that return any number of values.
...
Ludovic Courtès
2018-09-23
1
-2
/
+2
*
time: Use 'syntax-rules' instead of 'define-macro'.
...
Ludovic Courtès
2018-09-23
1
-3
/
+3
*
Fix R6RS call-with-{input,output}-file to open textual ports.
...
Mark H Weaver
2018-08-02
1
-3
/
+3
*
srfi-19: Remove unused procedure.
...
Ludovic Courtès
2018-07-24
1
-19
/
+1
*
Add -Wshadowed-toplevel.
...
Ludovic Courtès
2018-07-24
4
-4
/
+45
*
compile: Update copyright year.
...
Ludovic Courtès
2018-07-19
1
-1
/
+1
*
compile: Improve error message.
...
Ludovic Courtès
2018-07-19
1
-1
/
+1
*
compile: Add '-x' flag.
...
Ludovic Courtès
2018-07-19
1
-1
/
+6
*
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
2
-54
/
+2
*
Update copyright years in '--version' and the manual.
...
Ludovic Courtès
2018-07-01
1
-2
/
+2
*
Serialize accesses to submodule hash tables.
...
Ludovic Courtès
2018-07-01
1
-26
/
+32
*
linker: Don't rely on out-of-range bv-ref exceptions.
...
Ludovic Courtès
2018-06-28
1
-3
/
+3
*
types: Recognize 'scm_t_port_type' and decode port type name.
...
Ludovic Courtès
2018-06-24
1
-6
/
+30
*
web: Export http-request.
...
Arun Isaac
2018-06-23
1
-85
/
+80
*
Make module autoloading thread-safe.
...
Ludovic Courtès
2018-06-18
2
-35
/
+50
*
Add SRFI 71: Extended LET-syntax for multiple values.
...
Christopher Allan Webber
2018-06-18
2
-1
/
+267
*
Add copyright header for (language elisp falias), and fix typo.
...
Mark H Weaver
2018-06-11
2
-1
/
+21
*
elisp: Fix cross-compilation support.
...
Mark H Weaver
2018-06-11
3
-8
/
+27
*
goops: Fix 'instance?' to work on objects that aren't structs.
...
Mark H Weaver
2018-06-11
1
-2
/
+4
*
Avoid inexact arithmetic in the type inferrer for 'sqrt'.
...
Mark H Weaver
2018-06-11
1
-3
/
+6
*
Fix type inference for bitwise logical operators.
...
Mark H Weaver
2018-06-11
1
-61
/
+169
*
Revert "Minor CSE run-time optimization"
...
Mark H Weaver
2018-06-11
1
-70
/
+69
*
Fix eta-conversion edge cases in peval.
...
Mark H Weaver
2018-03-15
1
-1
/
+5
*
Recognize RISC-V compilation targets.
...
Shea Levy
2018-03-15
1
-0
/
+2
*
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
*
Revert "Honor '%fresh-auto-compile'."
...
Ludovic Courtès
2018-01-15
1
-4
/
+1
*
compile: Load language modules upfront.
...
Ludovic Courtès
2017-12-22
1
-1
/
+9
*
Avoid generating arity-adapting zero-value conts where possible
...
Andy Wingo
2017-12-01
1
-6
/
+33
*
Avoid generating arity-adapting continuations if not needed
...
Andy Wingo
2017-11-30
1
-6
/
+36
[prev]
[next]