summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add `.version' to the distribution.release_1-9-12Ludovic Courtès2010-09-041-3/+4
* Bump version number for 1.9.12.Ludovic Courtès2010-09-041-1/+1
* fix guile-tools --help and --versionAndy Wingo2010-09-041-6/+28
* boot-9 refactorAndy Wingo2010-09-041-39/+27
* Update `NEWS' for 1.9.12.Ludovic Courtès2010-09-041-16/+37
* Don't say "source file is newer" when either file is inaccessible.Ludovic Courtès2010-09-041-10/+13
* Compare source/compiled file timestamps with nano-second resolution.Ludovic Courtès2010-09-042-9/+26
* Use Gnulib's `stat-time' module; update Gnulib.Ludovic Courtès2010-09-0449-682/+1230
* Add an entertaining `procedure->pointer' test.Ludovic Courtès2010-09-041-0/+18
* Fix the `put-bytevector' tests.Ludovic Courtès2010-09-032-22/+35
* Add license header to `test-ffi'.Ludovic Courtès2010-09-031-0/+17
* Add `procedure->pointer' to the FFI.Ludovic Courtès2010-09-037-29/+302
* Fix for `submodules' in (ice-9 session) (closes #30062)Jose A. Ortega Ruiz2010-09-023-9/+56
* module-ref-submodule deprecation fixesAndy Wingo2010-09-022-20/+30
* back-compat in (rnrs) for deprecated modules-in-value-namespaceAndy Wingo2010-09-021-5/+14
* module-local-variable optimizationAndy Wingo2010-09-021-7/+22
* Fix memory leak in `lock-mutex' (aka. `scm_lock_mutex'.)Ludovic Courtès2010-09-021-6/+21
* Avoid calls to `scm_current_thread' in `fat_mutex_unlock'.Ludovic Courtès2010-09-021-3/+3
* Fix typos.Ludovic Courtès2010-09-022-8/+9
* SRFI-1: Rewrite `drop-right!', `drop-while', `reduce', etc. in Scheme.Ludovic Courtès2010-09-023-336/+176
* Rewrite `fport_flush' using Gnulib's `full_write'.Ludovic Courtès2010-09-011-35/+7
* popen.test: Don't auto-compile `popen-child.scm'.Ludovic Courtès2010-09-011-4/+5
* Add `test-suite/tests/popen-child.scm' to the distribution.Ludovic Courtès2010-09-011-0/+1
* Add new debug meta-command ,error-messageJose A. Ortega Ruiz2010-08-314-21/+45
* fix #y back-compat shimAndy Wingo2010-08-291-10/+3
* bitvector workAndy Wingo2010-08-293-8/+66
* docstrings in syntax-rulesAndy Wingo2010-08-291-0/+10
* define* usage in boot-9Andy Wingo2010-08-291-52/+35
* add flag to vtables to indicate that their layout is validAndy Wingo2010-08-292-25/+37
* deprecate passing a number as the destination to `format'Andy Wingo2010-08-282-5/+8
* threadsafety in deprecation, extensionsAndy Wingo2010-08-282-6/+21
* net-db.test tweakAndy Wingo2010-08-281-2/+3
* threadsafe object propertiesAndy Wingo2010-08-281-5/+19
* README fix for PKG_CONFIG=trueAndy Wingo2010-08-281-4/+11
* Several fixes to R6RS librariesAndreas Rottmann2010-08-286-13/+45
* Revert "don't autocompile while snarfing"Andy Wingo2010-08-271-1/+1
* Revert "[build] Rewrite guile-func-name-check in Scheme, adding features."Andy Wingo2010-08-273-148/+66
* don't autocompile while snarfingAndy Wingo2010-08-271-1/+1
* Document (ice-9 match).Ludovic Courtès2010-08-275-4/+167
* SRFI-1: Choose better benchmark names.Ludovic Courtès2010-08-271-2/+2
* SRFI-1: Rewrite `break' and `break!' in Scheme.Ludovic Courtès2010-08-273-64/+61
* SRFI-1: Rewrite `fifth', `sixth', etc. in Scheme.Ludovic Courtès2010-08-273-46/+36
* Remove unneeded #:use-module.Ludovic Courtès2010-08-271-1/+0
* Assorted `syntax-check' fixes.Ludovic Courtès2010-08-2719-67/+96
* fix <letrec> docsAndy Wingo2010-08-271-1/+2
* [build] Rewrite guile-func-name-check in Scheme, adding features.Thien-Thi Nguyen2010-08-263-66/+148
* [build] Refine libguile/*.doc snarfing.Thien-Thi Nguyen2010-08-262-12/+50
* consolidate sitedir definitionAndy Wingo2010-08-252-4/+3
* update download location in manualAndy Wingo2010-08-251-1/+1
* [build] Use AM_SILENT_RULES for generating cpp-E.c, cpp-SIG.c.Thien-Thi Nguyen2010-08-191-1/+2