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