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