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