summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version number for 1.9.13.release_1-9-13Ludovic Courtès2010-10-151-1/+1
* Update `cpp-E.syms' and `cpp-SIG.syms'.Ludovic Courtès2010-10-152-0/+17
* Fix the `chknew-E' and `chknew-SIG' rules.Ludovic Courtès2010-10-151-2/+2
* Unresolved var errors don't work for top-level varsMichael Gran2010-10-141-8/+10
* Update charsets to Unicode 6.0.0Michael Gran2010-10-141-347/+551
* re-implement srfi-34's guard with syntax-caseAndy Wingo2010-10-141-12/+16
* ssax: add procs to define parsed entitiesAndy Wingo2010-10-141-1/+22
* Nuke GOOPS `Quick Start' section, in favour of the `Tutorial'Neil Jerram2010-10-132-140/+71
* fix bug in with-fluids in a non-tail positionAndy Wingo2010-10-131-4/+5
* Optimize `1+' and `1-' on fixnums.Ludovic Courtès2010-10-135-10/+92
* Edit `Adding Methods to Generic Functions'Neil Jerram2010-10-131-109/+101
* Two very small editsNeil Jerram2010-10-121-2/+2
* Edit `Generic Functions and Accessors'Neil Jerram2010-10-121-201/+153
* Allocate complex numbers in contiguous pointer-less memory.Ludovic Courtès2010-10-132-5/+7
* Allocate inexact numbers in pointer-less memory.Ludovic Courtès2010-10-131-1/+6
* Placate `-Wformat'.Ludovic Courtès2010-10-131-2/+1
* update NEWS for 1.9.13Andy Wingo2010-10-121-0/+126
* Add TeX form of jao's nameNeil Jerram2010-10-121-1/+8
* fold old news items into main news bodyAndy Wingo2010-10-121-378/+222
* ,frame and related commands handle for-trap? appropriatelyAndy Wingo2010-10-122-12/+26
* don't warn for (format #t fmt) -- format string actually named fmtAndy Wingo2010-10-122-3/+9
* debug has for-trap? fieldAndy Wingo2010-10-123-6/+7
* remove gds docs, telling users instead to use geiser and pareditAndy Wingo2010-10-121-714/+43
* minor doc fixupsAndy Wingo2010-10-123-17/+18
* add --listen docsAndy Wingo2010-10-111-0/+22
* preface contributors tweaksAndy Wingo2010-10-111-3/+3
* update preface.texi contributorsAndy Wingo2010-10-111-31/+46
* Allow arbitrary code in ASSOC procedures for weak hash tables (bug #29616).Ludovic Courtès2010-10-112-42/+86
* Fix a bug in weak hash table bucket fixup.Ludovic Courtès2010-10-111-14/+14
* Fix typo.Ludovic Courtès2010-10-101-2/+2
* Add warnings for obvious syntax errors in format strings.Ludovic Courtès2010-10-103-22/+76
* Add new `format' warnings.Ludovic Courtès2010-10-103-13/+84
* Compile with `-Wformat'.Ludovic Courtès2010-10-101-1/+1
* Implement fancy format string analysis.Ludovic Courtès2010-10-103-25/+340
* Escape newlines from format strings in warnings.Ludovic Courtès2010-10-101-1/+9
* add --listen command line argument.Andy Wingo2010-10-101-0/+56
* add (system repl server)Andy Wingo2010-10-102-1/+133
* fix segfaults when closing the current input portAndy Wingo2010-10-101-8/+6
* readline repl-reader falls back to boot-9 definition for other portsAndy Wingo2010-10-101-18/+25
* interrupted syscalls run asyncs before throwing syserrorAndy Wingo2010-10-101-0/+32
* further repl tweaksAndy Wingo2010-10-082-10/+10
* Improve pretty-printing of tree-il objects.Ludovic Courtès2010-10-081-1/+1
* Add `-Wformat'.Ludovic Courtès2010-10-085-8/+184
* Fixlets for REPL error handling.Ludovic Courtès2010-10-082-2/+3
* SRFI-1: Rewrite `split-at' and `split-at!' in Scheme.Ludovic Courtès2010-10-083-53/+28
* SRFI-1: Rewrite `filter-map' in Scheme.Ludovic Courtès2010-10-083-110/+22
* SRFI-1: Make `fold-right' tail-recursive.Ludovic Courtès2010-10-082-8/+34
* SRFI-1: Make `unfold' tail-recursive (fix bug #30071).Ludovic Courtès2010-10-082-4/+41
* Register `scm_init_r6rs_ports' as an extension.Ludovic Courtès2010-10-083-1/+12
* Always run at least the ASCII regexp tests.Ludovic Courtès2010-10-081-2/+9