summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add with-input-from-port, etc documentationAndy Wingo2016-06-241-0/+8
* Clarify use of the term "scanning" in the manualAndy Wingo2016-06-242-34/+56
* Locale is default port encodingAndy Wingo2016-06-241-1/+2
* Add weak hash table documentationAndy Wingo2016-06-231-2/+10
* Fix R6RS fold-left documentationAndy Wingo2016-06-231-4/+8
* Static default for define-module #:duplicatesAndy Wingo2016-06-231-29/+38
* Fix default-duplicate-binding-handlers for compilationAndy Wingo2016-06-231-30/+31
* Don't serialize uninterned symbolsAndy Wingo2016-06-232-0/+12
* Fix memory leak in scm_from_{u,}int64 on 32-bit platformsAndy Wingo2016-06-232-2/+2
* Remove unused doc/maintDaniel Llorens2016-06-234-11823/+0
* Fix race between SMOB marking and finalizationAndy Wingo2016-06-233-3/+101
* Fix relative file name canonicalization on paths with "."Andy Wingo2016-06-232-16/+35
* Remove unused internal i18n functionsAndy Wingo2016-06-221-38/+0
* Remove a stale variable use in libguile/Makefile.amAndy Wingo2016-06-221-1/+1
* Fix SCM_DEBUG_TYPING_STRICTNESS bugAndy Wingo2016-06-221-11/+7
* Fix (< 'foo) compilationAndy Wingo2016-06-212-2/+11
* Fix srfi-64.test for #:select borkage. The irony...Andy Wingo2016-06-211-1/+2
* `define!' instruction returns the variableAndy Wingo2016-06-218-13/+27
* Use source file permissions for compiled filesAndy Wingo2016-06-211-1/+3
* Document pretty-print #:max-expr-widthAndy Wingo2016-06-211-0/+3
* Importing modules with #:select no longer grovels private bindingsAndy Wingo2016-06-213-6/+14
* Detect too-old libunistring at configure-time.Andy Wingo2016-06-211-0/+7
* Update and-let-star.testAndy Wingo2016-06-211-4/+4
* Add SRFI-2 (and-let*) test suite.Taylan Ulrich Bayırlı/Kammer2016-06-212-0/+78
* Fix SRFI-2 (and-let*) implementation.Taylan Ulrich Bayırlı/Kammer2016-06-211-13/+39
* Add R6RS bytevector->string, string->bytevectorAndy Wingo2016-06-213-0/+166
* Export &i/o-decoding, &i/o-encoding from (rnrs)Andy Wingo2016-06-212-5/+10
* Implement R6RS output-port-buffer-modeAndy Wingo2016-06-213-3/+36
* (rnrs hashtables): Hash functions of eq? and eqv? hashtablesTaylan Ulrich Bayırlı/Kammer2016-06-212-8/+20
* (rnrs hashtables): Mutation of immutable hashtable ignoredTaylan Ulrich Bayırlı/Kammer2016-06-212-4/+7
* Fix fixnum-range changes in R6RS fixnum bitopsAndy Wingo2016-06-212-4/+26
* Add another code coverage testAndy Wingo2016-06-211-1/+19
* Document sigaction + SA_RESTARTAndy Wingo2016-06-211-0/+16
* Fix peval on (call-with-values foo (lambda (x) x))Andy Wingo2016-06-202-6/+4
* Document char-ready? limitations.Andy Wingo2016-06-201-0/+16
* Fix size measurement in bytevector_large_setAndy Wingo2016-06-202-4/+9
* Fix uri-decode behavior for "+"Andy Wingo2016-06-204-5/+25
* Add reference to the lack of "non-greedy" variantsDiogo F. S. Ramos2016-06-191-4/+5
* Remove link to Emacs' regexp syntaxDiogo F. S. Ramos2016-06-191-4/+1
* Bump version to 2.1.3v2.1.3Andy Wingo2016-06-181-1/+1
* Minor NEWS updatesAndy Wingo2016-06-181-2/+7
* Fix ports bug when size_t is 32 bitsAndy Wingo2016-06-181-2/+4
* Fix 64->32 bit cross-compilation of large-ish fixnumsAndy Wingo2016-06-171-23/+23
* Skip incompatible .go filesAndy Wingo2016-06-122-85/+275
* Remove unused static definitionsAndy Wingo2016-06-112-45/+0
* Fix shuffling of unboxed stack elements on 32-bit systemsAndy Wingo2016-06-111-8/+27
* VM type checking refactorAndy Wingo2016-06-111-42/+37
* vm: Make sure IP is stored before potentially GCing.Andy Wingo2016-06-111-6/+18
* Fix bad backtracesAndy Wingo2016-06-101-16/+15
* Minor VM fixesAndy Wingo2016-06-101-2/+2