summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix compile warning in posix.cv2.1.4Andy Wingo2016-09-141-2/+4
* Bump version to 2.1.4Andy Wingo2016-09-141-1/+1
* Update NEWS.Andy Wingo2016-09-141-3/+39
* Avoid deprecated _IONBF in http testsAndy Wingo2016-09-141-4/+4
* Avoid deprecated statprof interface in testAndy Wingo2016-09-141-5/+6
* Fix cross-compilation of negative fixnumsAndy Wingo2016-09-061-6/+5
* Compiler support for atomicsAndy Wingo2016-09-0610-46/+208
* Fix fixnum min/max for assemblerAndy Wingo2016-09-061-4/+4
* Add atomic boxesAndy Wingo2016-09-0615-16/+440
* Reorder tc7 type codesAndy Wingo2016-09-061-17/+21
* Tweak value of tc7-smob.Andy Wingo2016-09-062-14/+3
* Convert tc7 values to hex in tags.h and elsewhereAndy Wingo2016-09-063-68/+68
* Clarify bootstrap docsWilfred Hughes2016-09-051-4/+6
* Check for missing debug info in print-programRobin Templeton2016-09-021-1/+1
* Fix typo in Nil documentationAndy Wingo2016-09-021-1/+1
* Better char<? compilationAndy Wingo2016-09-023-8/+18
* GOOPS caches created vtablesAndy Wingo2016-09-022-2/+12
* Better unboxingAndy Wingo2016-09-011-69/+211
* Fabricated expression tweak in CSEAndy Wingo2016-09-011-1/+2
* Add unboxed logxor on u64 valuesAndy Wingo2016-09-016-4/+28
* GC of non-blocking port does not blockAndy Wingo2016-08-312-6/+40
* Only ptob->close() after read/write finishAndy Wingo2016-08-315-28/+216
* Fix example in make-custom-binary-input-port documentationChristopher Allan Webber2016-08-311-3/+3
* Set rw_random correctly for all custom binary port typesAndy Wingo2016-08-311-10/+13
* Avoid flushing buffers for ftellAndy Wingo2016-08-312-7/+15
* Require C99 to build Guile.Andy Wingo2016-08-311-1/+2
* Add tests for make-custom-binary-input/output-portChristopher Allan Webber2016-08-311-1/+382
* Correct section number for "Input Ports" tests.Christopher Allan Webber2016-08-311-4/+4
* Move system* to posix.c, impl on open-processAndy Wingo2016-08-314-129/+75
* Add file descriptor finalizersAndy Wingo2016-08-3013-0/+314
* Remove duplicate documentationAndy Wingo2016-08-281-27/+0
* Remove SCM_I_MAX_PORT_TYPE_COUNTAndy Wingo2016-08-281-3/+0
* ETag list headers accept sloppy etagsAndy Wingo2016-08-282-19/+35
* Add prebuilt alias for x86_64-pc-linux-gnuAndy Wingo2016-08-281-0/+1
* Tweak to conversion strategy accessAndy Wingo2016-08-251-2/+2
* Fix exception when running ",help debug"Andy Wingo2016-08-251-1/+1
* Fix typo about open-pipesirgazil2016-08-081-1/+1
* Recognize alpha as compilation targetJames Clarke2016-08-081-2/+2
* Fix typo about variable definitionssirgazil2016-08-081-2/+2
* Documentation fixesEthan Stefan Day2016-08-073-15/+15
* Let assv/assoc shortcircuit to assq where feasibleDavid Kastrup2016-08-071-0/+21
* Recognize nios2 as compilation targetMarek Vasut2016-08-071-2/+2
* Capture full path to GUILE_FOR_BUILD.Andy Wingo2016-08-071-0/+2
* Fix grammar in api-compound.texiCalvin Heim2016-08-071-3/+3
* Fix typo about pattern variablessirgazil2016-08-071-1/+1
* Manual recommends against SRFI-10Andy Wingo2016-08-071-65/+38
* Implement R6RS custom binary input/output portsAndy Wingo2016-08-047-1/+105
* Fix compilation of `continue' in `while'.Andy Wingo2016-08-041-5/+9
* Avoid compilation warnings about alloca in read.cEli Zaretskii2016-07-251-0/+1
* Fix --without-threads against threaded BDW-GCAndy Wingo2016-07-251-1/+7