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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Placate a number of `syntax-check' verifications.
...
Ludovic Courtès
2012-01-05
29
-32
/
+57
*
Regenerate `psyntax-pp.scm'.
...
Ludovic Courtès
2012-01-05
1
-11424
/
+11458
*
Fix erroneous check in `set-procedure-properties!'.
...
Ludovic Courtès
2012-01-05
2
-5
/
+12
*
Raise an error for (begin) when `--disable-deprecated'.
...
Ludovic Courtès
2012-01-05
2
-9
/
+14
*
Fix docs of string mutators to do so on a mutable string
...
Mark H Weaver
2012-01-04
1
-1
/
+1
*
Rework c-api.test to use test lib
...
Mike Gran
2012-01-04
1
-13
/
+14
*
doc: Fix typo in `define-wrapped-pointer-type' example.
...
Ludovic Courtès
2012-01-03
1
-2
/
+2
*
Fix documentation for vhash-fold and vhash-fold-right
...
Mark H Weaver
2011-12-30
2
-13
/
+19
*
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
*
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
2
-3
/
+23
*
freebsd itanium support
...
Andy Wingo
2011-12-22
1
-0
/
+15
*
freebsd implementation of get_thread_stack_base
...
Andy Wingo
2011-12-22
2
-2
/
+32
*
stdlib.h, not malloc.h
...
Andy Wingo
2011-12-22
5
-16
/
+6
*
Make the "Dia Primitives" section of the manual more clear.
...
Andy Wingo
2011-12-22
1
-7
/
+6
*
HTTP: Fix qstring writing of cache-extension values
...
Andy Wingo
2011-12-22
2
-1
/
+17
*
Extend handling of "Cache-Control" header.
...
Daniel Hartwig
2011-12-22
2
-3
/
+11
*
peval fix: (cons 1 #nil) is not (list 1)
...
Andy Wingo
2011-12-21
2
-1
/
+6
*
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
4
-7012
/
+7220
*
ftw: Include sub-directories in the result of `scandir'.
...
Ludovic Courtès
2011-12-19
2
-1
/
+13
*
fix scm_protects deprecation warning
...
Andy Wingo
2011-12-19
1
-0
/
+2
*
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
3
-6
/
+11
*
Add a deprecated alias for $expt
...
Christian Persch
2011-12-19
1
-0
/
+5
*
FFI: Properly unpack small integer return values in closure call.
...
Andreas Schwab
2011-12-19
1
-9
/
+31
*
doc: Add link from `opendir' to (ice-9 ftw).
...
Ludovic Courtès
2011-12-18
1
-0
/
+4
*
doc: Use `@deffn {Scheme Procedure}' in `misc-modules.texi'.
...
Ludovic Courtès
2011-12-18
1
-45
/
+45
*
ftw: Add `scandir'.
...
Ludovic Courtès
2011-12-18
3
-1
/
+51
*
ftw: Add an optional `stat' parameter to `file-system-fold' and `-tree'.
...
Ludovic Courtès
2011-12-18
2
-22
/
+35
*
Arrange to convert command-line arguments from the right encoding.
...
Ludovic Courtès
2011-12-15
7
-11
/
+81
*
Use Gnulib's `localcharset', with local patches.
...
Ludovic Courtès
2011-12-15
17
-8
/
+1780
*
Augment `.gitignore'.
Ludovic Courtès
2011-12-14
1
-0
/
+2
*
Update Gnulib to v0.0-6703-g4e0358a.
Ludovic Courtès
2011-12-14
30
-164
/
+869
*
Use `alignof_type' instead of `alignof'.
...
Ludovic Courtès
2011-12-14
2
-16
/
+16
*
doc: Set document encoding to UTF-8; typeset my surname correctly.
...
Ludovic Courtès
2011-12-14
3
-16
/
+5
*
Add `file-system-fold' and `file-system-tree' to (ice-9 ftw).
...
Ludovic Courtès
2011-12-13
3
-7
/
+357
*
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
4
-94
/
+106
*
fix compilation with gc 7.1
...
Chris K. Jester-Young
2011-12-08
3
-1
/
+9
*
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
2
-1
/
+61
*
allow URIs of the form file:///etc/hosts
...
Andy Wingo
2011-12-06
2
-10
/
+29
*
Update a comment in (web client)
...
Andy Wingo
2011-12-06
1
-1
/
+1
*
warnings written to warning port
...
Andy Wingo
2011-12-05
4
-26
/
+28
*
add current-warning-port
...
Andy Wingo
2011-12-05
3
-0
/
+41
*
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
3
-0
/
+117
[next]