summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-06Check for working profiling and virtual itimerswip-itimer-checksMike Gran7-55/+148
2017-03-05Can't recursively search DLLs with FFI on CygwinMike Gran4-7/+40
2017-03-04Disable Turkish locale tests on CygwinMike Gran1-2/+3
2017-03-03Fix regression in non-mmap fallback elf loaderMike Gran1-6/+6
2017-03-03Cygwin: skip tests that require working setrlimits for memoryMike Gran2-1/+17
2017-03-02Revert "build: Compress with lzip too."Andy Wingo1-1/+1
2017-03-01Fix makeinfo warningsAndy Wingo2-3/+3
2017-03-01Remove useless subsection from hooks documentationAndy Wingo1-14/+0
2017-03-01Fix scheme-scripts markup.Andy Wingo1-1/+1
2017-03-01Update NEWS for prerelease.Andy Wingo1-0/+35
2017-03-01Update NEWSAndy Wingo1-86/+86
2017-03-01doc: Describe -e (module) on equal footing with (@ ...).Arne Babenhauserheide2-8/+72
2017-03-01i18n: 'number->locale-string' guesses the minimum number of decimals.Ludovic Courtès4-28/+44
2017-03-01i18n: Fix corner cases for monetary and number string conversions.Ludovic Courtès3-30/+88
2017-03-01tests: Choose a more plausible US English locale name.Ludovic Courtès1-1/+1
2017-03-01tests: Use 'pass-if-equal' for (ice-9 i18n) tests.Ludovic Courtès1-34/+40
2017-03-01i18n: Do not represent zero as "-0".Ludovic Courtès2-6/+18
2017-03-01Recognize sh3 as compilation targetsJohn Paul Adrian Glaubitz1-2/+2
2017-03-01doc: Fix typo in site packages documentation.Georgi Kirilov1-1/+1
2017-03-01doc: Fix typo in keywords documentation.Georgi Kirilov1-1/+1
2017-03-01tests: Avoid statprof test failure on systems without 'setitimer'.Ludovic Courtès1-11/+12
2017-03-01build: Honor $SOURCE_DATE_EPOCH for the recorded timestamp.Ludovic Courtès1-1/+2
2017-03-01scandir: Avoid 'stat' calls on each entry.Ludovic Courtès1-32/+26
2017-03-01build: Compress with lzip too.Ludovic Courtès1-1/+1
2017-03-01build: Check for /gnu/store file names upon "make dist".Ludovic Courtès1-2/+12
2017-03-01Disable REPL server tests if no threadsAndy Wingo1-1/+7
2017-03-01tests: Avoid race condition in REPL server test.Ludovic Courtès1-2/+8
2017-03-01tests: Throw 'unresolved when the REPL server is too slow.Ludovic Courtès1-4/+5
2017-03-01tests: Add REPL server test for CVE-2016-8606.Ludovic Courtès2-0/+140
2017-03-01REPL Server: Guard against HTTP inter-protocol exploitation attacks.Mark H Weaver3-9/+203
2017-03-01tests: Use the "normalized codeset" in locale names.Ludovic Courtès1-6/+6
2017-03-01Treat 'SIG_IGN' as a pointer.Ludovic Courtès1-3/+5
2017-03-01Document 'scm_to_uintptr_t' and 'scm_from_uintptr_t'.Ludovic Courtès2-1/+5
2017-03-01Remove 'umask' calls from 'mkdir'.Ludovic Courtès3-19/+27
2017-03-01%port-encoding requires an open portAndy Wingo1-2/+2
2017-03-01http: Do not use 'eq?' to compare characters in parse-request-uri.Mark H Weaver1-1/+1
2017-03-01build: .x and .doc files depend on generated includes.Mark H Weaver1-5/+5
2017-03-01texinfo: Remove unnecessary (oop goops) dependency.Ludovic Courtès1-1/+0
2017-03-01Do not assume that sizeof (long) == sizeof (void *) == sizeof (SCM).Mark H Weaver2-23/+18
2017-03-01Avoid signed integer overflows in numeric conversions.Mark H Weaver2-10/+20
2017-03-01Remove extraneous debugging output in testAndy Wingo1-1/+0
2017-03-01Fix open-file mode misinterpretationAndy Wingo1-0/+3
2017-03-01"select" no longer throws exception on EINTRAndy Wingo2-14/+15
2017-03-01scm_std_select doesn't tick itselfAndy Wingo1-28/+33
2017-03-01Cosmetic REPL server improvementsAndy Wingo1-10/+10
2017-03-01Fix trap frame matchingAndy Wingo1-1/+3
2017-03-01Fix class slot allocation since GOOPS rewriteAndy Wingo2-1/+10
2017-03-01Fix (mkstemp! "XX" 0) errorsAndy Wingo1-0/+8
2017-03-01Flush when getting string from r6rs string output portAndy Wingo2-1/+20
2017-03-01String ports can be truncatedAndy Wingo2-0/+52