summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Skip ports tests that require popen if popen not availablewip-cygwin-guile-2.2Michael Gran2017-04-041-89/+96
* ports test tries to mutate a read-only stringMichael Gran2017-04-041-1/+1
* Don't run popen tests when popen not providedMichael Gran2017-04-041-2/+4
* Fix socket test throw without catchMichael Gran2017-04-041-3/+3
* Disable scm_fork on CygwinMichael Gran2017-04-041-1/+7
* prefer producer/consumer to pipes on CygwinMichael Gran2017-04-042-16/+148
* use fallback nl_langinfo on cygwinMichael Gran2017-04-041-1/+2
* Only run tests that require fork if it is providedMichael Gran2017-04-043-7/+13
* Speed up procedure-minimum-arity for fixed arityAndy Wingo2017-04-031-1/+7
* fix repl server test to allow for ECONNABORTEDMike Gran2017-03-311-2/+2
* Add allow-legacy-syntax-objects? parameterAndy Wingo2017-03-284-2/+68
* Psyntax generates new syntax objectsAndy Wingo2017-03-283-848/+941
* Beginnings of psyntax switch to new syntax objectsAndy Wingo2017-03-282-2613/+2642
* Add disjoint syntax object typeAndy Wingo2017-03-2815-8/+221
* Plumbing changes to rename "syntax-module"Andy Wingo2017-03-285-7/+35
* Git ignore .exe filesMike Gran2017-03-231-0/+1
* i18n: add international sign positions to %locale-dumpMike Gran2017-03-201-2/+6
* i18n: locale-positive-separated-by-space? should return bool, not stringMike Gran2017-03-202-4/+21
* i18n: add debugging helper procedure for localesMike Gran2017-03-201-1/+67
* i18n: add tests for locale-digit-groupingMike Gran2017-03-201-0/+20
* i18n: add tests for locale AM/PMMike Gran2017-03-201-0/+20
* i18n: rename locale-monetary-digit-grouping to locale-monetary-groupingMike Gran2017-03-202-5/+26
* web: Avoid deprecated '_IOFBF'.Ludovic Courtès2017-03-171-1/+1
* web: Remove export of nonexistent 'open-connection-for-uri'.Ludovic Courtès2017-03-171-2/+1
* Add generic prebuilt links to dist.v2.2.0Andy Wingo2017-03-151-0/+5
* Update --version and REPL copyright yearsAndy Wingo2017-03-152-3/+3
* GNU Guile 2.2.0.Andy Wingo2017-03-151-3/+3
* GUILE_SITE_DIR: Update to find compiled site directoriesFreja Nordsiek2017-03-152-6/+39
* Better eval+promise+gc testAndy Wingo2017-03-141-1/+6
* Resolve unresolved alist test casesAndy Wingo2017-03-141-58/+29
* build: Compress with lzip too.Ludovic Courtès2017-03-141-1/+1
* Fixed reversed version order bug in GUILE_PROGS Autoconf macro.Freja Nordsiek2017-03-141-2/+2
* Update NEWSAndy Wingo2017-03-141-85/+42
* configure detects which set of prebuilt binaries to useAndy Wingo2017-03-147-5/+19
* Nonlocal prompt returns cause all effectsAndy Wingo2017-03-132-2/+15
* Fix finalizer resuscitation causing excessive GCAndy Wingo2017-03-136-43/+137
* Guile 2.1.8.v2.1.8Andy Wingo2017-03-101-1/+1
* Revert "Fix "Scheme Syntax" info rendering"Andy Wingo2017-03-101-2/+2
* Update NEWSAndy Wingo2017-03-101-2/+10
* Fix atomics compilation on clangAndy Wingo2017-03-101-8/+19
* Fix a couple of typos in the docsVladislav Ivanishin2017-03-092-2/+2
* VM support for string-set!; slimmer read-stringAndy Wingo2017-03-097-11/+57
* Micro-optimize update-port-position.Andy Wingo2017-03-091-3/+5
* Fix bug in comparison between real and complexDaniel Llorens2017-03-092-6/+17
* Remove contification restriction in case-lambdaAndy Wingo2017-03-092-31/+12
* All clauses of function have same nlocalsAndy Wingo2017-03-092-33/+25
* Adapt gcprof to preemptive interruptsAndy Wingo2017-03-091-4/+4
* Adapt statprof to new preemptive interruptsAndy Wingo2017-03-091-2/+4
* statprof: 'with-statprof' honors #:display-style.Ludovic Courtès2017-03-091-1/+5
* 64KB segment alignmentAndy Wingo2017-03-082-4/+50