summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix @ and @@ to not capture lexicals; new @@ @@ form for R6RS librariesvtable-vtable-deprecationMark H Weaver2012-07-065-22/+53
* deprecate make-vtable-vtableAndy Wingo2012-07-063-51/+46
* simplify %condition-type-vtableAndy Wingo2012-07-061-8/+8
* record-type-vtable is not a new root of the vtable hierarchyAndy Wingo2012-07-061-10/+7
* Scheme standard-vtable-fields bindingAndy Wingo2012-07-061-0/+1
* add Scheme binding for scm_standard_vtable_vtableAndy Wingo2012-07-061-0/+1
* simplify scm_init_printAndy Wingo2012-07-061-5/+3
* deprecate struct-vtable-tagAndy Wingo2012-07-065-26/+27
* disable some uri tests if --disable-networkingAndy Wingo2012-07-061-35/+38
* add --match pattern to git-version-genAndy Wingo2012-07-061-1/+1
* git-version-gen: add --match argumentAndy Wingo2012-07-061-7/+12
* update git-version-gen from gnulibAndy Wingo2012-07-061-2/+3
* fixed repl command ,describe to also handle syntaxDaniel Krueger2012-07-061-1/+6
* Add alignment for Sun Studio 12Dagobert Michelsen2012-07-061-1/+2
* more uri-related ipv6 fixesAndy Wingo2012-07-062-15/+21
* enhance IPv6 supportDaniel Hartwig2012-07-062-6/+14
* support URIs with domain names starting with numbersDaniel Hartwig2012-07-062-2/+49
* fix typo in web.texiAndy Wingo2012-07-061-1/+1
* better procedure-arguments for interpreted procs with opt, rest, kwargsAndy Wingo2012-07-063-4/+38
* add check for fchmodAndy Wingo2012-07-062-3/+4
* remove mkdir alias in filesys.c for mingwAndy Wingo2012-07-061-1/+0
* fix warnings in mingw in expand.cAndy Wingo2012-07-061-12/+15
* fix warning about vsnprintf on mingwAndy Wingo2012-07-061-6/+0
* be sure to include time.h for struct timespecAndy Wingo2012-07-061-10/+9
* fix `vector' instruction emission for big vectorsAndy Wingo2012-07-051-0/+1
* fix-letrec uses effects.scm for effects analysisAndy Wingo2012-07-051-12/+22
* simplify one kind of degenerate promptAndy Wingo2012-07-052-37/+114
* fix bugs in effects analysis of "effect+exception-free-primitives"Andy Wingo2012-07-052-7/+34
* optimize (apply foo 0 (list 1 2)) => (foo 0 1 2)Andy Wingo2012-07-052-1/+20
* compile ecmascript's `return' as an abortAndy Wingo2012-07-051-3/+24
* fix goops compilation when current language is not schemeAndy Wingo2012-07-051-0/+1
* add scm_c_nvalues to newsAndy Wingo2012-07-041-1/+1
* add scm_c_nvalues with docs; also, docs for scm_c_valuesAndy Wingo2012-07-043-5/+30
* add scm_{to,from}_pointer docsAndy Wingo2012-07-041-0/+16
* update NEWSAndy Wingo2012-07-021-0/+169
* dead code eliminationAndy Wingo2012-07-021-53/+0
* remove docs for smob-call instructionAndy Wingo2012-07-021-7/+0
* typo fix in web.texiAndy Wingo2012-07-021-4/+4
* Have `procedure-arguments' always return the `allow-other-keys?' pair.Ludovic Courtès2012-07-022-8/+19
* Add tests for `procedure-arguments'.Ludovic Courtès2012-07-021-1/+42
* Update `THANKS'.Ludovic Courtès2012-07-021-0/+1
* Remove backward-compatible `GC_PTR' definition.Ludovic Courtès2012-07-021-7/+1
* Use `void *' instead of `GC_PTR' internally.Ludovic Courtès2012-07-0210-33/+30
* doc: Remove reference to `closure?', now deprecated.Ludovic Courtès2012-07-022-5/+5
* add char->integer, number->string etc to interesting primitivesAndy Wingo2012-06-221-0/+3
* update version-etc copyright yearAndy Wingo2012-06-221-1/+1
* cse: expressions evaluated for effect do not provide predicatesAndy Wingo2012-06-222-3/+18
* scandir: select? takes basenames, operates on (sub)dirs alsoAndy Wingo2012-06-222-10/+16
* Fix possible deadlock upon `encoding-error' in `open-input-string'.Ludovic Courtès2012-06-202-7/+39
* Make SRFI-6 string ports Unicode-capable.Ludovic Courtès2012-06-202-9/+35