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
/
ice-9
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump user-visible copyright years to 2020
...
Andy Wingo
2020-03-07
1
-2
/
+2
*
ports: Export 'current-load-port'.
...
Ludovic Courtès
2019-06-30
1
-1
/
+2
*
Make 'get-bytevector-n!' suspendable.
...
Mark H Weaver
2019-06-18
1
-45
/
+67
*
Make 'get-bytevector-some' and 'get-bytevector-some!' suspendable.
...
Mark H Weaver
2019-06-18
1
-1
/
+30
*
open-pipe*: Improve performance of OPEN_BOTH mode.
...
Mark H Weaver
2019-06-18
1
-14
/
+45
*
Add get-bytevector-some!.
...
Mark H Weaver
2019-06-18
1
-0
/
+1
*
Update user-visible copyright years.
...
Mark H Weaver
2019-04-16
1
-2
/
+2
*
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
*
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
*
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
*
Add -Wshadowed-toplevel.
...
Ludovic Courtès
2018-07-24
1
-1
/
+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
*
Make module autoloading thread-safe.
...
Ludovic Courtès
2018-06-18
2
-35
/
+50
*
Revert "Honor '%fresh-auto-compile'."
...
Ludovic Courtès
2018-01-15
1
-4
/
+1
*
Honor '%fresh-auto-compile'.
...
Ludovic Courtès
2017-11-22
1
-1
/
+4
*
Print exception location only once.
...
Ludovic Courtès
2017-11-09
1
-1
/
+0
*
Fix bitvectors and non-zero lower bound arrays in truncated-print
...
Daniel Llorens
2017-10-31
2
-8
/
+56
*
Fix sort, sort! for arrays with nonzero lower bound
...
Daniel Llorens
2017-10-31
1
-20
/
+30
*
Deprecate make-struct
...
Andy Wingo
2017-09-22
1
-8
/
+0
*
Use make-struct/no-tail instead of make-struct
...
Andy Wingo
2017-09-20
1
-30
/
+35
*
psyntax generates calls to make-struct/no-tail
...
Andy Wingo
2017-09-20
2
-83
/
+97
*
Add sandboxed evaluation facility
...
Andy Wingo
2017-04-18
1
-0
/
+1399
*
Add allow-legacy-syntax-objects? parameter
...
Andy Wingo
2017-03-28
2
-2
/
+10
*
Psyntax generates new syntax objects
...
Andy Wingo
2017-03-28
3
-848
/
+941
*
Beginnings of psyntax switch to new syntax objects
...
Andy Wingo
2017-03-28
2
-2613
/
+2642
*
Add disjoint syntax object type
...
Andy Wingo
2017-03-28
1
-2
/
+7
*
Plumbing changes to rename "syntax-module"
...
Andy Wingo
2017-03-28
3
-7
/
+7
*
i18n: add international sign positions to %locale-dump
...
Mike Gran
2017-03-20
1
-2
/
+6
*
i18n: add debugging helper procedure for locales
...
Mike Gran
2017-03-20
1
-1
/
+67
*
i18n: rename locale-monetary-digit-grouping to locale-monetary-grouping
...
Mike Gran
2017-03-20
1
-2
/
+2
*
Update --version and REPL copyright years
...
Andy Wingo
2017-03-15
1
-2
/
+2
*
VM support for string-set!; slimmer read-string
...
Andy Wingo
2017-03-09
1
-6
/
+13
*
psyntax: Generate identifiers in a deterministic fashion.
...
Mark H Weaver
2017-03-07
3
-44
/
+135
*
i18n: 'number->locale-string' guesses the minimum number of decimals.
...
Ludovic Courtès
2017-03-01
1
-13
/
+27
*
i18n: Fix corner cases for monetary and number string conversions.
...
Ludovic Courtès
2017-03-01
1
-14
/
+43
*
i18n: Do not represent zero as "-0".
...
Ludovic Courtès
2017-03-01
1
-3
/
+4
*
scandir: Avoid 'stat' calls on each entry.
...
Ludovic Courtès
2017-03-01
1
-32
/
+26
*
Favor docstrings for describing the purpose of functions.
...
Wilfred Hughes
2017-03-01
1
-164
/
+104
*
Better errors for odd-length keyword args
...
Andy Wingo
2017-02-28
1
-20
/
+31
*
Declare module exports before loading imports
...
Andy Wingo
2017-02-28
1
-40
/
+33
*
Revert "futures: Limit the number of nested futures on the same stack."
...
Andy Wingo
2017-02-28
1
-16
/
+7
*
Add accept4 support
...
Andy Wingo
2017-02-15
1
-2
/
+2
*
Prevent TOCTTOU bugs in suspendable ports
...
Andy Wingo
2017-02-08
1
-81
/
+86
*
Fix rank 0 arrays and nested arrays in truncated-print
...
Daniel Llorens
2017-02-07
1
-14
/
+21
[next]