summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in 00-repl-server.testwip-mingw-guile-2.2Michael Gran2018-04-251-1/+1
* Let suspendable ports' read-line handle alternate line endingsMichael Gran2018-04-251-5/+77
* Don't presume sigset_t available in <signal.h>Michael Gran2018-04-252-6/+14
* typo, lost a parenthesisMichael Gran2018-04-191-1/+1
* make strftime compile with null threadsMichael Gran2018-04-191-2/+2
* the repl server test requires AF_UNIXMichael Gran2018-04-191-4/+4
* posix.test should handle missing ttyname commandMichael Gran2018-04-191-5/+7
* In win32, system* shouldn't launch shell when command not foundMichael Gran2018-04-192-9/+17
* test-unwind leaks a file descriptorMichael Gran2018-04-181-1/+3
* test shouldn't presume UTF-8 can be installedMichael Gran2018-04-181-1/+5
* test-foreign-object-c needs libgnuMichael Gran2018-04-181-1/+1
* Wrong preprocessor test for include guard for sys/select.hMichael Gran2018-04-181-2/+2
* simplify reading http headers using updated %read-lineMichael Gran2018-04-171-6/+5
* Let read-line handle alternate line endingsMichael Gran2018-04-172-7/+83
* ftw test should handle missing symlink procedureMichael Gran2018-04-161-38/+45
* ice-9 ftw: handle non-working inodesMichael Gran2018-04-162-30/+67
* ice-9 ftw: handle missing getuid and getgidMichael Gran2018-04-162-17/+27
* remove a re-definition of when/unlessMichael Gran2018-04-161-9/+1
* In libpath.h, use absolute paths on MinGWMichael Gran2018-04-161-28/+28
* Don't presume existence of sys/select.h in headersMichael Gran2018-04-161-2/+4
* SCM-to-C number conversion functions incorrect when SIZEOF_LONG != SIZEOF_SCM...Michael Gran2018-04-132-3/+3
* Fix binary output for mkstemp! on MinGWMichael Gran2018-04-112-4/+24
* Use gnulib for getpagesizeMichael Gran2018-04-105-2/+91
* Use gnulib for mktimeMichael Gran2018-04-103-25/+15
* Use gnulib for gethostnameMichael Gran2018-04-105-2/+236
* start_child should return pid_tMichael Gran2018-04-101-4/+4
* Conditionally include netinet/tcp.hMichael Gran2018-04-102-3/+7
* Fix minor typo in the PEG documentation.Arun Isaac2018-03-161-1/+1
* Fix a few typos in the manual.Mark H Weaver2018-03-162-4/+4
* Fix eta-conversion edge cases in peval.Mark H Weaver2018-03-151-1/+5
* Recognize RISC-V compilation targets.Shea Levy2018-03-151-0/+2
* srfi-18: 'thread-sleep!' timeout-as-a-number is relative.Ludovic Courtès2018-02-162-6/+5
* srfi-18: When timeout is a number, it's a relative number of seconds.Ludovic Courtès2018-02-162-24/+33
* doc: Fix typo about SRFI-4 syntax.Ludovic Courtès2018-02-161-1/+1
* build: Use 'sed' invocation compatible with BSD sed.Ludovic Courtès2018-02-161-6/+5
* 'select' returns empty sets upon EINTR and EAGAIN.Ludovic Courtès2018-02-161-5/+15
* Sync IP before allocating closuresAndy Wingo2018-01-261-0/+1
* Revert "Honor '%fresh-auto-compile'."Ludovic Courtès2018-01-152-11/+5
* No tabs in C code.Ludovic Courtès2018-01-111-1/+2
* Make sure the return value of 'scm_crypt' is always initialized.Ludovic Courtès2018-01-101-5/+8
* compile: Load language modules upfront.Ludovic Courtès2017-12-221-1/+9
* 'load-thunk-from-memory' reports the correct error.Ludovic Courtès2017-12-223-2/+60
* Fix 'crypt' deadlock upon error.Ludovic Courtès2017-12-222-5/+39
* doc: Update LALR URL.Ludovic Courtès2017-12-141-2/+2
* Bump version for Guile 2.2.3.v2.2.3Andy Wingo2017-12-011-3/+3
* Update NEWS for 2.2.3Andy Wingo2017-12-011-2/+90
* Avoid generating arity-adapting zero-value conts where possibleAndy Wingo2017-12-011-6/+33
* Avoid generating arity-adapting continuations if not neededAndy Wingo2017-11-301-6/+36
* -O1 disables call precoloringAndy Wingo2017-11-303-7/+12
* Improve CSE complexityAndy Wingo2017-11-301-76/+32