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
*
Placate a number of `syntax-check' verifications.
...
Ludovic Courtès
2012-01-05
7
-10
/
+11
*
Regenerate `psyntax-pp.scm'.
...
Ludovic Courtès
2012-01-05
1
-11424
/
+11458
*
Raise an error for (begin) when `--disable-deprecated'.
...
Ludovic Courtès
2012-01-05
1
-6
/
+10
*
Fix documentation for vhash-fold and vhash-fold-right
...
Mark H Weaver
2011-12-30
1
-9
/
+12
*
Fix comment summarizing allocation table
...
Mark H Weaver
2011-12-30
1
-1
/
+2
*
Update comment: ~/.guile-ccache => ~/.cache/guile/ccache
...
Mark H Weaver
2011-12-30
1
-1
/
+1
*
HTTP: Fix qstring writing of cache-extension values
...
Andy Wingo
2011-12-22
1
-1
/
+1
*
Extend handling of "Cache-Control" header.
...
Daniel Hartwig
2011-12-22
1
-3
/
+9
*
peval fix: (cons 1 #nil) is not (list 1)
...
Andy Wingo
2011-12-21
1
-1
/
+1
*
peval minor tweak
...
Andy Wingo
2011-12-21
1
-1
/
+1
*
document invalidity of (begin) as expression; add back-compat shim
...
Andy Wingo
2011-12-21
2
-6993
/
+7155
*
ftw: Include sub-directories in the result of `scandir'.
...
Ludovic Courtès
2011-12-19
1
-1
/
+1
*
fix peval to preserve effects when folding (values) forms
...
Andy Wingo
2011-12-19
1
-67
/
+77
*
ftw: Fix typos/thinkos in `file-system-fold' and `scandir'.
...
Ludovic Courtès
2011-12-19
1
-5
/
+5
*
ftw: Clarify the behavior of `scandir' for flat files and unreadable dirs.
...
Ludovic Courtès
2011-12-19
1
-4
/
+5
*
Add a deprecated alias for $expt
...
Christian Persch
2011-12-19
1
-0
/
+5
*
ftw: Add `scandir'.
...
Ludovic Courtès
2011-12-18
1
-1
/
+31
*
ftw: Add an optional `stat' parameter to `file-system-fold' and `-tree'.
...
Ludovic Courtès
2011-12-18
1
-18
/
+20
*
Add `file-system-fold' and `file-system-tree' to (ice-9 ftw).
...
Ludovic Courtès
2011-12-13
1
-2
/
+128
*
add an apropos-hook to ice-9 session
...
Andy Wingo
2011-12-12
1
-10
/
+17
*
current-input-port et al are srfi-39 parameters
...
Andy Wingo
2011-12-10
2
-94
/
+40
*
Add an exception printer for `getaddrinfo-error'.
...
Ludovic Courtès
2011-12-06
1
-1
/
+6
*
peval: Truncate multiple values when extending the environment.
...
Ludovic Courtès
2011-12-06
1
-1
/
+44
*
allow URIs of the form file:///etc/hosts
...
Andy Wingo
2011-12-06
1
-8
/
+12
*
Update a comment in (web client)
...
Andy Wingo
2011-12-06
1
-1
/
+1
*
warnings written to warning port
...
Andy Wingo
2011-12-05
2
-14
/
+16
*
add current-warning-port
...
Andy Wingo
2011-12-05
1
-0
/
+15
*
setting a parameter returns the previous value
...
Andy Wingo
2011-12-05
1
-1
/
+3
*
add srfi-39 parameters to boot-9
...
Andy Wingo
2011-12-05
1
-0
/
+47
*
ice-9/poll: verify sizeof(struct pollfd)
...
Andy Wingo
2011-12-04
1
-0
/
+3
*
,language at REPL sets current-language
...
Andy Wingo
2011-12-04
2
-1
/
+5
*
fix validators for various list-style headers
...
Daniel Hartwig
2011-11-23
1
-8
/
+18
*
Allow $GUILE_FOR_BUILD to use its own environment when cross-compiling.
...
Ludovic Courtès
2011-11-23
1
-1
/
+4
*
Use default value for make-fluid in Scheme files
...
Andy Wingo
2011-11-23
8
-81
/
+62
*
optional default-value arg to make-fluid
...
Andy Wingo
2011-11-23
1
-3
/
+1
*
Build `psyntax-pp.go' with `--target=$(host)'.
...
Ludovic Courtès
2011-11-22
1
-3
/
+4
*
Add a `--target' option to `guild compile'.
...
Ludovic Courtès
2011-11-22
1
-7
/
+17
*
Complete cross-compilation support.
...
Ludovic Courtès
2011-11-22
1
-19
/
+67
*
Fix `validate-target' in (system base target).
...
Ludovic Courtès
2011-11-22
1
-1
/
+1
*
hack the port-column of current-output-port after printing a prompt
...
Andy Wingo
2011-11-16
1
-1
/
+20
*
eval-when tidying up
...
Andy Wingo
2011-11-16
2
-10701
/
+6677
*
psyntax: s/chi/expand/g
...
Andy Wingo
2011-11-16
2
-18800
/
+6855
*
fix bug in make-repl when lang is actually a language
...
Andy Wingo
2011-11-16
1
-1
/
+3
*
set names of functions defined at the toplevel from `eval'
...
Andy Wingo
2011-11-15
1
-1
/
+4
*
better debuggability for interpreted procedures
...
Andy Wingo
2011-11-15
1
-103
/
+121
*
when leaving a non-tail let, allow bound vals to be collected
...
Andy Wingo
2011-11-09
1
-0
/
+22
*
simplify primitives.scm for dynwind
...
Andy Wingo
2011-11-09
1
-30
/
+13
*
peval: fix dynwind bug.
...
Andy Wingo
2011-11-09
1
-2
/
+33
*
fix <dynwind> serialization.
...
Andy Wingo
2011-11-09
1
-3
/
+3
*
peval: don't copy assigned lexical bindings
...
Andy Wingo
2011-11-09
1
-11
/
+17
[next]