summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SRFI-41: Remove multiple-value support from embedded copy of SRFI-45.srfi-41Mark H Weaver2013-03-261-7/+5
* Add full documentation for SRFI-41.Mark H Weaver2013-03-262-2/+704
* SRFI-41: Require that indices and counts be exact.Mark H Weaver2013-03-261-0/+4
* Minimal docs for SRFI-41.Mark H Weaver2013-03-251-0/+8
* Use pass-if-equal instead of (pass-if (equal? ...)).Chris K. Jester-Young2013-03-251-56/+79
* Add missing 'cond-expand-provide'.Mark H Weaver2013-03-211-0/+2
* Make 'stream-fold-aux' an inlined procedure.Mark H Weaver2013-03-201-10/+10
* Remove the unused and unexported 'pair-map'.Mark H Weaver2013-03-201-6/+0
* Tweaks to srfi-41.scm.Mark H Weaver2013-03-201-14/+48
* Simplify stream? so that the promise doesn't need forcing.Chris K. Jester-Young2013-03-191-8/+39
* Fix typo. Thanks to Mark H. Weaver for the catch.Chris K. Jester-Young2013-03-191-1/+1
* Implement yet more feedback from Mark H. Weaver.Chris K. Jester-Young2013-03-191-4/+6
* Implement more feedback from Mark H. Weaver.Chris K. Jester-Young2013-03-191-16/+13
* Simplify stream-unfolds further, based on Mark H. Weaver's feedback.Chris K. Jester-Young2013-03-181-6/+2
* Rewrite stream-unfolds based on Mark H. Weaver's feedback.Chris K. Jester-Young2013-03-182-66/+28
* Add initial SRFI 41 files.Chris K. Jester-Young2013-03-174-0/+1121
* Reimplement idbl2str number printer.Mark H Weaver2013-03-172-234/+254
* Improve inexact division of exact integers.Mark H Weaver2013-03-172-81/+335
* http: support IP-literal (IPv6 address) in Host headerDaniel Hartwig2013-03-162-6/+24
* add tests for read-request-line, etc.Daniel Hartwig2013-03-161-0/+107
* minor tweaks to web documentationDaniel Hartwig2013-03-165-55/+61
* more NEWSAndy Wingo2013-03-151-94/+103
* incremental NEWS workAndy Wingo2013-03-151-69/+100
* fix doc buildAndy Wingo2013-03-152-3/+3
* very beginnings of NEWSAndy Wingo2013-03-131-1/+266
* allow for spurious wakeups from pthread_cond_waitAndy Wingo2013-03-131-3/+9
* failing to load module in psyntax indicates an identifier is not macroAndy Wingo2013-03-132-54/+65
* Reimplement 'inexact->exact' to avoid mpq functions.Mark H Weaver2013-03-122-28/+93
* Optimize logarithms using scm_i_big2dbl_2expMark H Weaver2013-03-121-18/+12
* Simplify and improve scm_i_big2dbl, and add scm_i_big2dbl_2expMark H Weaver2013-03-122-78/+80
* Add 'round-ash', a rounding arithmetic shift operatorMark H Weaver2013-03-124-152/+233
* Optimize and simplify fractions code.Mark H Weaver2013-03-122-91/+159
* Add standalone test for smob markingMike Gran2013-03-102-0/+139
* rely on gnulib for `poll'Jason Earl2013-03-103-48/+4
* import `poll' from gnulibJason Earl2013-03-107-2/+919
* guile.m4 allows selection of guile 2.0, 1.8, etc.Andy Wingo2013-03-101-47/+124
* add %site-ccache-dirJason Earl2013-03-104-6/+28
* excise use of "iff" in the manualJason Earl2013-03-1015-86/+65
* fix AC_CHECK_DECLS for `alarm'Jason Earl2013-03-101-1/+1
* use chmod portably in (system base compile)Jason Earl2013-03-101-1/+3
* fix response-body-port for responses without content-lengthJason Earl2013-03-101-7/+20
* provide getlogin declaration if needed.Andy Wingo2013-03-092-1/+8
* fix mingw issues with posix.cAndy Wingo2013-03-091-32/+10
* add getlogin from gnulibAndy Wingo2013-03-095-2/+75
* don't provide scm_std_select on mingw and similar platformsAndy Wingo2013-03-094-42/+40
* simplify posix.cAndy Wingo2013-03-091-44/+17
* simplify readline.cAndy Wingo2013-03-091-27/+4
* simplify stime back-compat shims for tznameAndy Wingo2013-03-091-8/+1
* mingw include order for socket.cAndy Wingo2013-03-091-17/+19
* fix include-order problem in net_db.c for mingwAndy Wingo2013-03-091-10/+10