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
/
test-suite
Commit message (
Expand
)
Author
Age
Files
Lines
*
Placate a number of `syntax-check' verifications.
...
Ludovic Courtès
2012-01-05
4
-4
/
+4
*
Fix erroneous check in `set-procedure-properties!'.
...
Ludovic Courtès
2012-01-05
1
-2
/
+8
*
Raise an error for (begin) when `--disable-deprecated'.
...
Ludovic Courtès
2012-01-05
1
-3
/
+4
*
Rework c-api.test to use test lib
...
Mike Gran
2012-01-04
1
-13
/
+14
*
New array-map! and array-for-each tests
...
Daniel Llorens
2011-12-22
1
-1
/
+72
*
fix generalized-vector-{ref,set!} for slices
...
Andy Wingo
2011-12-22
1
-1
/
+17
*
HTTP: Fix qstring writing of cache-extension values
...
Andy Wingo
2011-12-22
1
-0
/
+16
*
Extend handling of "Cache-Control" header.
...
Daniel Hartwig
2011-12-22
1
-0
/
+2
*
peval fix: (cons 1 #nil) is not (list 1)
...
Andy Wingo
2011-12-21
1
-0
/
+5
*
document invalidity of (begin) as expression; add back-compat shim
...
Andy Wingo
2011-12-21
1
-3
/
+4
*
ftw: Include sub-directories in the result of `scandir'.
...
Ludovic Courtès
2011-12-19
1
-0
/
+12
*
ftw: Clarify the behavior of `scandir' for flat files and unreadable dirs.
...
Ludovic Courtès
2011-12-19
1
-1
/
+4
*
ftw: Add `scandir'.
...
Ludovic Courtès
2011-12-18
1
-0
/
+8
*
Arrange to convert command-line arguments from the right encoding.
...
Ludovic Courtès
2011-12-15
2
-0
/
+27
*
Use Gnulib's `localcharset', with local patches.
...
Ludovic Courtès
2011-12-15
2
-1
/
+4
*
Add `file-system-fold' and `file-system-tree' to (ice-9 ftw).
...
Ludovic Courtès
2011-12-13
1
-2
/
+96
*
current-input-port et al are srfi-39 parameters
...
Andy Wingo
2011-12-10
1
-0
/
+61
*
peval: Truncate multiple values when extending the environment.
...
Ludovic Courtès
2011-12-06
1
-0
/
+17
*
allow URIs of the form file:///etc/hosts
...
Andy Wingo
2011-12-06
1
-2
/
+17
*
add srfi-39 parameters to boot-9
...
Andy Wingo
2011-12-05
2
-0
/
+70
*
FFI: Hold a weak reference to the procedure passed to `procedure->pointer'.
...
Ludovic Courtès
2011-11-26
1
-0
/
+16
*
web-http.test validates headers
...
Daniel Hartwig
2011-11-23
1
-2
/
+3
*
Use default value for make-fluid in Scheme files
...
Andy Wingo
2011-11-23
1
-2
/
+1
*
Complete cross-compilation support.
...
Ludovic Courtès
2011-11-22
1
-1
/
+59
*
Fix `validate-target' in (system base target).
...
Ludovic Courtès
2011-11-22
1
-2
/
+25
*
Allow overlapping regions to be passed to `bytevector-copy!'.
...
Ludovic Courtès
2011-11-20
1
-2
/
+9
*
eval.test work
...
Andy Wingo
2011-11-17
1
-71
/
+43
*
FFI: Add a `procedure->pointer' test.
...
Ludovic Courtès
2011-11-16
1
-0
/
+10
*
Re-enable a couple of evaluator tests.
...
Ludovic Courtès
2011-11-16
1
-3
/
+2
*
set names of functions defined at the toplevel from `eval'
...
Andy Wingo
2011-11-15
1
-1
/
+6
*
better debuggability for interpreted procedures
...
Andy Wingo
2011-11-15
1
-2
/
+17
*
update letrec compilation test
...
Andy Wingo
2011-11-11
1
-1
/
+3
*
fix bit-set*! bug (!)
...
Andy Wingo
2011-11-10
1
-3
/
+18
*
when leaving a non-tail let, allow bound vals to be collected
...
Andy Wingo
2011-11-09
1
-9
/
+19
*
peval: fix dynwind bug.
...
Andy Wingo
2011-11-09
1
-0
/
+20
*
Fix R6RS `fold-left' so the accumulator is the first argument.
...
Ian Price
2011-11-01
1
-0
/
+26
*
fix segfault in goops if class fields are redefined
...
Andy Wingo
2011-10-21
1
-2
/
+9
*
fix misallocation of some <fix> procedures
...
Andy Wingo
2011-10-20
1
-0
/
+13
*
Update (ice-9 match) from Chibi-Scheme.
...
Ludovic Courtès
2011-10-16
1
-0
/
+1
*
coverage: Add tests for `case-lambda'.
...
Ludovic Courtès
2011-10-15
1
-0
/
+22
*
coverage: Add test with `eval'.
...
Ludovic Courtès
2011-10-15
1
-2
/
+17
*
fold constants with accessors
...
Andy Wingo
2011-10-10
1
-0
/
+15
*
peval support for memq and memv
...
Andy Wingo
2011-10-10
1
-0
/
+37
*
peval: visit operands on-demand, to inline mutually recursive bindings
...
Andy Wingo
2011-10-10
1
-31
/
+125
*
New functions scm_is_exact and scm_is_inexact
...
Mike Gran
2011-10-09
1
-0
/
+33
*
fix reading of #||||#
...
Andy Wingo
2011-10-05
1
-0
/
+8
*
peval: Add test for possible infinite recursion.
...
Ludovic Courtès
2011-09-30
1
-0
/
+9
*
peval: Recognize module-refs to primitives.
...
Ludovic Courtès
2011-09-30
1
-0
/
+13
*
((lambda ...) ...) fix
...
Andy Wingo
2011-09-28
1
-6
/
+4
*
peval: more effective binding pruning
...
Andy Wingo
2011-09-28
1
-1
/
+19
[next]