summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-15Recognize RISC-V compilation targets.stable-2.0Shea Levy1-0/+2
2017-07-31put-bytevector: Allow start == bytevector length.Mark H Weaver1-1/+1
2017-03-06Flush when getting string from r6rs string output portAndy Wingo2-1/+20
2017-03-02Revert "build: Compress with lzip too."Andy Wingo1-1/+1
2017-03-01Fix (mkstemp! "XX" 0) errorsAndy Wingo1-0/+8
2017-03-01Remove extraneous debugging output in testAndy Wingo1-1/+0
2017-03-01Disable REPL server tests if no threadsAndy Wingo1-1/+7
2017-03-01Update gitignore after Gnulib updateAndy Wingo1-0/+2
2017-03-01Update Gnulib to v0.1-1157-gb03f418.Andy Wingo397-1104/+2004
2017-03-01Fix scm_init_stime for macOSAndy Wingo1-6/+1
2017-02-28Re-enable REPL server testsAndy Wingo1-1/+0
2017-02-28Better errors for odd-length keyword argsAndy Wingo8-91/+142
2017-02-28Fix (* x -1) for GOOPS typesAndy Wingo1-15/+13
2017-02-13build: Remove '--enable-error-on-warning' for 'make distcheck'.v2.0.14Ludovic Courtès1-2/+4
2017-02-13Bump version number to 2.0.14.Ludovic Courtès1-1/+1
2017-02-13Update 'NEWS'.Ludovic Courtès1-1/+21
2017-02-13doc: Describe -e (module) on equal footing with (@ ...).Arne Babenhauserheide2-8/+71
2017-02-13i18n: 'number->locale-string' guesses the minimum number of decimals.Ludovic Courtès4-28/+44
2017-02-13i18n: Fix corner cases for monetary and number string conversions.Ludovic Courtès3-30/+88
2017-02-13tests: Choose a more plausible US English locale name.Ludovic Courtès1-1/+1
2017-02-12tests: Use 'pass-if-equal' for (ice-9 i18n) tests.Ludovic Courtès1-34/+40
2017-02-12i18n: Do not represent zero as "-0".Ludovic Courtès2-6/+18
2017-02-12Recognize sh3 as compilation targetsJohn Paul Adrian Glaubitz1-2/+2
2017-02-12doc: Fix typo in site packages documentation.Georgi Kirilov1-1/+1
2017-02-12doc: Fix typo in keywords documentation.Georgi Kirilov1-1/+1
2017-02-11tests: Avoid statprof test failure on systems without 'setitimer'.Ludovic Courtès1-10/+11
2016-12-30psyntax: Generate identifiers in a deterministic fashion.Mark H Weaver5-47/+106
2016-12-14build: Honor $SOURCE_DATE_EPOCH for the recorded timestamp.Ludovic Courtès1-2/+3
2016-11-04tests: Avoid race condition in REPL server test.Ludovic Courtès1-2/+8
2016-11-04tests: Throw 'unresolved when the REPL server is too slow.Ludovic Courtès1-4/+5
2016-10-28scandir: Avoid 'stat' calls on each entry.Ludovic Courtès1-32/+26
2016-10-12build: Compress with lzip too.v2.0.13Ludovic Courtès1-1/+1
2016-10-12build: Check for /gnu/store file names upon "make dist".Ludovic Courtès1-2/+12
2016-10-12Bump version number to 2.0.13.Ludovic Courtès1-2/+2
2016-10-12Update 'NEWS'.Ludovic Courtès1-7/+41
2016-10-12build: Avoid use of Bash's $(...) construct in 'configure'.Ludovic Courtès1-2/+4
2016-10-12tests: Add REPL server test for CVE-2016-8606.Ludovic Courtès2-0/+140
2016-10-11REPL Server: Guard against HTTP inter-protocol exploitation attacks.Mark H Weaver3-8/+201
2016-10-11tests: Use the "normalized codeset" in locale names.Ludovic Courtès1-6/+6
2016-10-11Treat 'SIG_IGN' as a pointer.Ludovic Courtès1-3/+7
2016-10-11Add 'scm_to_uintptr_t' and 'scm_from_uintptr_t'.Ludovic Courtès3-1/+17
2016-10-11Remove 'umask' calls from 'mkdir'.Ludovic Courtès3-19/+27
2016-09-09Check for closed port in 'port-encoding' and 'set-port-encoding!'.Mark H Weaver1-2/+2
2016-09-09http: Do not use 'eq?' to compare characters in parse-request-uri.Mark H Weaver1-1/+1
2016-08-31Move system* to posix.c, impl on open-processAndy Wingo4-129/+75
2016-08-11build: .x and .doc files depend on generated includes.Mark H Weaver1-5/+5
2016-08-11Revert "Snarfing .x depends on built headers"Mark H Weaver1-5/+5
2016-08-08Recognize alpha as compilation targetJames Clarke1-2/+2
2016-08-08Fix typo about variable definitionssirgazil1-2/+2
2016-08-08Documentation fixesEthan Stefan Day3-15/+15