summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Placate a number of `syntax-check' verifications....Ludovic Courtès2012-01-0529-32/+57
* Regenerate `psyntax-pp.scm'....Ludovic Courtès2012-01-051-11424/+11458
* Fix erroneous check in `set-procedure-properties!'....Ludovic Courtès2012-01-052-5/+12
* Raise an error for (begin) when `--disable-deprecated'....Ludovic Courtès2012-01-052-9/+14
* Fix docs of string mutators to do so on a mutable string...Mark H Weaver2012-01-041-1/+1
* Rework c-api.test to use test lib...Mike Gran2012-01-041-13/+14
* doc: Fix typo in `define-wrapped-pointer-type' example....Ludovic Courtès2012-01-031-2/+2
* Fix documentation for vhash-fold and vhash-fold-right...Mark H Weaver2011-12-302-13/+19
* 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
* New array-map! and array-for-each tests...Daniel Llorens2011-12-221-1/+72
* fix generalized-vector-{ref,set!} for slices...Andy Wingo2011-12-222-3/+23
* freebsd itanium support...Andy Wingo2011-12-221-0/+15
* freebsd implementation of get_thread_stack_base...Andy Wingo2011-12-222-2/+32
* stdlib.h, not malloc.h...Andy Wingo2011-12-225-16/+6
* Make the "Dia Primitives" section of the manual more clear....Andy Wingo2011-12-221-7/+6
* HTTP: Fix qstring writing of cache-extension values...Andy Wingo2011-12-222-1/+17
* Extend handling of "Cache-Control" header....Daniel Hartwig2011-12-222-3/+11
* peval fix: (cons 1 #nil) is not (list 1)...Andy Wingo2011-12-212-1/+6
* peval minor tweak...Andy Wingo2011-12-211-1/+1
* document invalidity of (begin) as expression; add back-compat shim...Andy Wingo2011-12-214-7012/+7220
* ftw: Include sub-directories in the result of `scandir'....Ludovic Courtès2011-12-192-1/+13
* fix scm_protects deprecation warning...Andy Wingo2011-12-191-0/+2
* 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-193-6/+11
* Add a deprecated alias for $expt...Christian Persch2011-12-191-0/+5
* FFI: Properly unpack small integer return values in closure call....Andreas Schwab2011-12-191-9/+31
* doc: Add link from `opendir' to (ice-9 ftw)....Ludovic Courtès2011-12-181-0/+4
* doc: Use `@deffn {Scheme Procedure}' in `misc-modules.texi'....Ludovic Courtès2011-12-181-45/+45
* ftw: Add `scandir'....Ludovic Courtès2011-12-183-1/+51
* ftw: Add an optional `stat' parameter to `file-system-fold' and `-tree'....Ludovic Courtès2011-12-182-22/+35
* Arrange to convert command-line arguments from the right encoding....Ludovic Courtès2011-12-157-11/+81
* Use Gnulib's `localcharset', with local patches....Ludovic Courtès2011-12-1517-8/+1780
* Augment `.gitignore'.Ludovic Courtès2011-12-141-0/+2
* Update Gnulib to v0.0-6703-g4e0358a.Ludovic Courtès2011-12-1430-164/+869
* Use `alignof_type' instead of `alignof'....Ludovic Courtès2011-12-142-16/+16
* doc: Set document encoding to UTF-8; typeset my surname correctly....Ludovic Courtès2011-12-143-16/+5
* Add `file-system-fold' and `file-system-tree' to (ice-9 ftw)....Ludovic Courtès2011-12-133-7/+357
* 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-104-94/+106
* fix compilation with gc 7.1...Chris K. Jester-Young2011-12-083-1/+9
* 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-062-1/+61
* allow URIs of the form file:///etc/hosts...Andy Wingo2011-12-062-10/+29
* Update a comment in (web client)...Andy Wingo2011-12-061-1/+1
* warnings written to warning port...Andy Wingo2011-12-054-26/+28
* add current-warning-port...Andy Wingo2011-12-053-0/+41
* setting a parameter returns the previous value...Andy Wingo2011-12-051-1/+3
* add srfi-39 parameters to boot-9...Andy Wingo2011-12-053-0/+117