summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-10Mention `open-file' in NEWS.v2.0.9Ludovic Courtès1-3/+3
2013-04-10doc: Require libunistring 0.9.3 in `README'.Ludovic Courtès1-1/+1
2013-04-10build: Tell `gen-scmconfig' whether the system has `struct timespec'.Ludovic Courtès2-1/+24
2013-04-10Bump version number for 2.0.9.Ludovic Courtès2-2/+5
2013-04-10doc: Update `release.org'.Ludovic Courtès1-8/+7
2013-04-10stime: Remove #ifdef HAVE_*_H for headers provided by Gnulib.Ludovic Courtès1-10/+2
2013-04-10Make `build-aux/gendocs.sh' executable.Ludovic Courtès1-0/+0
2013-04-09Bump version number for 2.0.8.Ludovic Courtès1-3/+3
2013-04-09tests: Skip FFI tests involving `scm_is_pair' when `dynamic-func' fails.Ludovic Courtès1-4/+6
2013-04-09doc: Cosmetic change for `release.org'.Ludovic Courtès1-1/+1
2013-04-09Update `THANKS'.Ludovic Courtès1-0/+2
2013-04-09update NEWSAndy Wingo1-22/+14
2013-04-09fix stime patch for HAVE_TIMES removalAndy Wingo1-3/+14
2013-04-09simplify configure checks for functionality provided by gnulibAndy Wingo2-27/+4
2013-04-09Minor 'THANKS' fix.Mark H Weaver1-1/+1
2013-04-09Fix alignment in 'THANKS'.Mark H Weaver1-1/+1
2013-04-09Update bug report section of 'THANKS'.Mark H Weaver1-0/+4
2013-04-09Update 'THANKS'.Mark H Weaver1-0/+8
2013-04-09Manual: Don't promise to signal an error for an illegal 'letrec'.Mark H Weaver1-2/+2
2013-04-09tests: Skip IPv6 socket tests when OS support is missing.Ludovic Courtès1-1/+10
2013-04-08Update 'NEWS'.Mark H Weaver1-9/+3
2013-04-08Update 'NEWS'.Mark H Weaver1-0/+7
2013-04-08Consume a peeked EOF at the REPL.Mark H Weaver1-5/+2
2013-04-08Miscellaneous 'sendfile' fixes and improved tests.Mark H Weaver2-33/+53
2013-04-07Update 'NEWS'.Mark H Weaver1-76/+159
2013-04-07Change `sendfile' to loop until everything has been sent.Ludovic Courtès3-74/+114
2013-04-07Remove outdated and misplaced "Included Guile Modules" node from manual.Mark H Weaver1-122/+1
2013-04-07Clarify 'file-encoding' docs: heuristics may be improved later.Mark H Weaver1-14/+22
2013-04-07Add keyword arguments to file opening procedures.Mark H Weaver6-70/+581
2013-04-07Add record type printer for srfi-41.Chris K. Jester-Young1-0/+23
2013-04-07Add record type printer for srfi-45.Chris K. Jester-Young1-1/+16
2013-04-07Implement efficient 'scm_unget_bytes' and 'unget-bytevector'.Mark H Weaver7-60/+160
2013-04-07Remove byte-order mark check from 'scm_i_scan_for_encoding'.Mark H Weaver1-10/+0
2013-04-07Do not scan for coding declarations in open-file.Mark H Weaver6-44/+40
2013-04-07doc: Link exceptions and escape continuations.Ludovic Courtès1-1/+8
2013-04-07doc: Warn against misuses of `file-name-separator-string'.Ludovic Courtès1-1/+6
2013-04-07Don't use scm_generalized_vector_get_handle() in array-map.cDaniel Llorens1-6/+6
2013-04-06Fix the recommendations for conversion of C string constants.Mark H Weaver1-11/+13
2013-04-06Fix indentation in test-scm-c-bind-keyword-arguments.c.Mark H Weaver1-7/+7
2013-04-06Implement 'scm_c_bind_keyword_arguments'.Mark H Weaver5-0/+353
2013-04-06NEWS tweaksAndy Wingo1-3/+3
2013-04-06Bump 'copyright-year' to 2013.Mark H Weaver1-1/+1
2013-04-06Remove duplicate definitions of `call/ec' and `let/ec'.Ian Price2-26/+3
2013-04-06Update `NEWS'.Ludovic Courtès1-9/+3
2013-04-06doc: Document `--language'.Ludovic Courtès1-0/+29
2013-04-06doc: Document file name separator procedures.Ludovic Courtès1-0/+32
2013-04-06Use a fresh cons for %stream-null.Chris K. Jester-Young1-1/+1
2013-04-05Update `NEWS'.Ludovic Courtès1-2/+16
2013-04-05Deprecate scm_array_fill_int()Daniel Llorens3-23/+21
2013-04-05Remove double indirection in array-fill!Daniel Llorens2-3/+28