Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate arbiters... | Andy Wingo | 2016-10-17 | 12 | -365/+112 |
* | Fold 2.1.4 news into 2.2 news... | Andy Wingo | 2016-10-17 | 1 | -73/+46 |
* | Fix slot allocation for prompts... | Andy Wingo | 2016-10-11 | 2 | -21/+55 |
* | Texinfo serialization: add braces when needed... | Andy Wingo | 2016-10-11 | 2 | -30/+58 |
* | Remove .gnuploadrc.... | Andy Wingo | 2016-10-11 | 1 | -1/+0 |
* | Fix compile warning in posix.c... | Andy Wingo | 2016-09-14 | 1 | -2/+4 |
* | Bump version to 2.1.4... | Andy Wingo | 2016-09-14 | 1 | -1/+1 |
* | Update NEWS.... | Andy Wingo | 2016-09-14 | 1 | -3/+39 |
* | Avoid deprecated _IONBF in http tests... | Andy Wingo | 2016-09-14 | 1 | -4/+4 |
* | Avoid deprecated statprof interface in test... | Andy Wingo | 2016-09-14 | 1 | -5/+6 |
* | Fix cross-compilation of negative fixnums... | Andy Wingo | 2016-09-06 | 1 | -6/+5 |
* | Compiler support for atomics... | Andy Wingo | 2016-09-06 | 10 | -46/+208 |
* | Fix fixnum min/max for assembler... | Andy Wingo | 2016-09-06 | 1 | -4/+4 |
* | Add atomic boxes... | Andy Wingo | 2016-09-06 | 15 | -16/+440 |
* | Reorder tc7 type codes... | Andy Wingo | 2016-09-06 | 1 | -17/+21 |
* | Tweak value of tc7-smob.... | Andy Wingo | 2016-09-06 | 2 | -14/+3 |
* | Convert tc7 values to hex in tags.h and elsewhere... | Andy Wingo | 2016-09-06 | 3 | -68/+68 |
* | Clarify bootstrap docs... | Wilfred Hughes | 2016-09-05 | 1 | -4/+6 |
* | Check for missing debug info in print-program... | Robin Templeton | 2016-09-02 | 1 | -1/+1 |
* | Fix typo in Nil documentation... | Andy Wingo | 2016-09-02 | 1 | -1/+1 |
* | Better char<? compilation... | Andy Wingo | 2016-09-02 | 3 | -8/+18 |
* | GOOPS caches created vtables... | Andy Wingo | 2016-09-02 | 2 | -2/+12 |
* | Better unboxing... | Andy Wingo | 2016-09-01 | 1 | -69/+211 |
* | Fabricated expression tweak in CSE... | Andy Wingo | 2016-09-01 | 1 | -1/+2 |
* | Add unboxed logxor on u64 values... | Andy Wingo | 2016-09-01 | 6 | -4/+28 |
* | GC of non-blocking port does not block... | Andy Wingo | 2016-08-31 | 2 | -6/+40 |
* | Only ptob->close() after read/write finish... | Andy Wingo | 2016-08-31 | 5 | -28/+216 |
* | Fix example in make-custom-binary-input-port documentation... | Christopher Allan Webber | 2016-08-31 | 1 | -3/+3 |
* | Set rw_random correctly for all custom binary port types... | Andy Wingo | 2016-08-31 | 1 | -10/+13 |
* | Avoid flushing buffers for ftell... | Andy Wingo | 2016-08-31 | 2 | -7/+15 |
* | Require C99 to build Guile.... | Andy Wingo | 2016-08-31 | 1 | -1/+2 |
* | Add tests for make-custom-binary-input/output-port... | Christopher Allan Webber | 2016-08-31 | 1 | -1/+382 |
* | Correct section number for "Input Ports" tests.... | Christopher Allan Webber | 2016-08-31 | 1 | -4/+4 |
* | Move system* to posix.c, impl on open-process... | Andy Wingo | 2016-08-31 | 4 | -129/+75 |
* | Add file descriptor finalizers... | Andy Wingo | 2016-08-30 | 13 | -0/+314 |
* | Remove duplicate documentation... | Andy Wingo | 2016-08-28 | 1 | -27/+0 |
* | Remove SCM_I_MAX_PORT_TYPE_COUNT... | Andy Wingo | 2016-08-28 | 1 | -3/+0 |
* | ETag list headers accept sloppy etags... | Andy Wingo | 2016-08-28 | 2 | -19/+35 |
* | Add prebuilt alias for x86_64-pc-linux-gnu... | Andy Wingo | 2016-08-28 | 1 | -0/+1 |
* | Tweak to conversion strategy access... | Andy Wingo | 2016-08-25 | 1 | -2/+2 |
* | Fix exception when running ",help debug"... | Andy Wingo | 2016-08-25 | 1 | -1/+1 |
* | Fix typo about open-pipe... | sirgazil | 2016-08-08 | 1 | -1/+1 |
* | Recognize alpha as compilation target... | James Clarke | 2016-08-08 | 1 | -2/+2 |
* | Fix typo about variable definitions... | sirgazil | 2016-08-08 | 1 | -2/+2 |
* | Documentation fixes... | Ethan Stefan Day | 2016-08-07 | 3 | -15/+15 |
* | Let assv/assoc shortcircuit to assq where feasible... | David Kastrup | 2016-08-07 | 1 | -0/+21 |
* | Recognize nios2 as compilation target... | Marek Vasut | 2016-08-07 | 1 | -2/+2 |
* | Capture full path to GUILE_FOR_BUILD.... | Andy Wingo | 2016-08-07 | 1 | -0/+2 |
* | Fix grammar in api-compound.texi... | Calvin Heim | 2016-08-07 | 1 | -3/+3 |
* | Fix typo about pattern variables... | sirgazil | 2016-08-07 | 1 | -1/+1 |