summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-22Add Hurd signal and error constants.David Michael2-0/+20
2016-05-22Add new Linux errno constants.David Michael1-0/+2
2016-05-22Fix the rule to check for new signals and errorsDavid Michael2-2/+3
2016-05-22i18n: Add new collation test for posterity.Ludovic Courtès1-1/+18
2016-05-22web: Gracefully handle premature EOF when reading chunk header.Ludovic Courtès2-9/+26
2016-05-22docs: Fix external representation of <toplevel-define> in tree-il.Mark H Weaver1-2/+2
2016-05-22web: Fix 'close' method of delimited input ports.Ludovic Courtès2-4/+14
2016-05-22Thank Ricardo.Ludovic Courtès1-0/+1
2016-05-22doc: Fix menu order for SXML.Ludovic Courtès1-9/+9
2016-05-22doc: Add SXPath documentation from sourcesRicardo Wurmus1-35/+267
2016-05-22psyntax: Fix bug in match-each+.Mark H Weaver2-2/+4
2016-05-22Clarify datum->syntax documentation.Taylan Ulrich Bayırlı/Kammer1-4/+4
2016-05-22Fix uses of 'scm_gc_protect', which does not exist, in the manual.Mark H Weaver2-5/+5
2016-05-22Heed the reader settings implied by #!r6rsAndreas Rottmann3-8/+97
2016-05-22Fix atan procedure when applied to complex numbers.Mark H Weaver2-5/+6
2016-05-22doc: Fix parameter of 'set-record-type-printer!'.Mathieu Lirzin1-1/+1
2016-05-22i18n: Check for non-POSIX strtol_l.Natanael Copa2-3/+4
2016-05-22Fix typo in the man page.Alex Kost1-1/+1
2016-05-22Fix typo in manual.Alex Kost1-2/+2
2016-05-22doc: Update libgc URL.Ludovic Courtès1-2/+2
2016-05-22Add more R6RS port encoding testsMark H Weaver1-0/+47
2016-05-22Handle zero-length bytevectors correctly in (system base types).Mark H Weaver1-1/+1
2016-05-22Work around requirement that size be non-zero in GDB 'open-memory'.Mark H Weaver1-2/+6
2016-05-22web: Export 'server-impl' procedures and the 'http' server implementation.Ludovic Courtès2-3/+13
2016-05-22Correct docstring of 'symlink'.Taylan Ulrich Bayırlı/Kammer1-2/+2
2016-05-22tests: Gracefully handle ENOSYS return for 'setaffinity'.Ludovic Courtès1-4/+14
2016-05-22tests: Make 'test-guild-compile' more reliable.Ludovic Courtès1-0/+5
2016-05-22Don't return expressions from void functions in numbers.cMark H Weaver1-138/+108
2016-05-22Implement 'string-utf8-length' and 'scm_c_string_utf8_length'.Mark H Weaver5-6/+63
2016-05-22http: Do not buffer HTTP chunks.Ludovic Courtès2-36/+84
2016-05-22tests: Use 'pass-if-equal' in web-http chunked encoding tests.Ludovic Courtès1-15/+16
2016-05-22Speed up port position access from SchemeAndy Wingo6-79/+147
2016-05-22Implementation of read-delimited in SchemeAndy Wingo1-0/+81
2016-05-22Sports refactorAndy Wingo1-7/+17
2016-05-20Add install-sports!, uninstall-sports! functionsAndy Wingo1-1/+36
2016-05-20Support for non-blocking I/OAndy Wingo9-42/+344
2016-05-18Fix sports.testAndy Wingo1-1/+2
2016-05-16Test Scheme port implementationAndy Wingo3-0/+53
2016-05-16U+FFFD is the input substitution characterAndy Wingo7-44/+65
2016-05-16Bump objcode versionAndy Wingo2-2/+2
2016-05-15Update NEWS for releaseAndy Wingo1-10/+67
2016-05-14Remove unused type from ports-internalAndy Wingo2-7/+0
2016-05-14Document scm_c_make_port and friendsAndy Wingo1-1/+21
2016-05-14Update port mode bits documentation.Andy Wingo1-10/+9
2016-05-14Add SCM_OPN to mode bits when making portsAndy Wingo4-33/+16
2016-05-13Update port type documentationAndy Wingo1-12/+13
2016-05-13Use heap-allocated port types instead of ptobnumsAndy Wingo17-274/+192
2016-05-13Make scm_t_ptob_descriptor private.Andy Wingo3-30/+33
2016-05-13Update port documentationAndy Wingo1-79/+41
2016-05-13Remove scm_t_port_internalAndy Wingo10-154/+142