summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Strings, i18n: Limit the use of alloca to approximately 8 kilobytes....Mark H Weaver2019-05-074-37/+107
* put-u8: Always write a single byte, regardless of the port encoding....Mark H Weaver2019-05-071-1/+1
* Optimize fixnum exact integer square roots....Mark H Weaver2019-05-071-32/+41
* Avoid 'with-latin1-locale' in binary I/O tests....Mark H Weaver2019-05-071-8/+7
* Fix indentation in scm_sum.Mark H Weaver2019-05-071-67/+68
* Fix typo in comment.Mark H Weaver2019-05-071-1/+1
* Add 'scm_c_make_char' and use it where appropriate....Mark H Weaver2019-05-079-47/+59
* Reimplement SCM_MAKE_CHAR to evaluate its argument only once....Mark H Weaver2019-04-171-9/+12
* Fix gc.test "after-gc-hook gets called" failures....Andrea Azzarone2019-04-161-0/+8
* Update user-visible copyright years....Mark H Weaver2019-04-163-5/+5
* Avoid passing NULL to 'memcpy' and 'memcmp'....Mark H Weaver2019-04-164-7/+24
* Remove vestigial comment in tags.h....Mark H Weaver2019-04-161-6/+1
* Fix typo in comment....Mark H Weaver2019-04-011-1/+1
* Disable test for current value of setitimer on Cygwin...Michael Gran2019-02-231-3/+12
* Make locale monetary conversion tests be less strict on terminal whitespace...Michael Gran2019-02-231-2/+2
* Handle newlib C library's langinfo constant names...Michael Gran2019-02-232-2/+30
* Add a fallback value for the locale-monetary-decimal-point...Michael Gran2019-02-231-2/+2
* Fix race when expanding syntax-parameterize and define-syntax-parameter...Andy Wingo2019-02-222-172/+196
* Fix crypt-on-glibc test error...Andy Wingo2019-02-211-7/+14
* Fix binary output on files created by mkstemp!...Mike Gran2019-02-092-6/+21
* Avoid leaking a file descriptor in test-unwind...Mike Gran2019-02-091-2/+5
* Fix strftime compile with null threads...Mike Gran2019-02-091-2/+2
* Remove redefinition of when & unless in snarf-check-and-output-texi...Mike Gran2019-02-091-9/+1
* Don't mutate read-only string in ports test...Mike Gran2019-02-091-2/+2
* Do not warn the user when 'madvise' returns ENOSYS....Ludovic Courtès2018-12-161-2/+5
* Fix tests for SRFI-19 date->string ~NDaniel Llorens2018-12-121-6/+10
* Support ~N in SRFI-19 string->date...Daniel Llorens2018-12-113-0/+37
* Update (ice-9 match) to include selected bug fixes from upstream....Mark H Weaver2018-11-112-7/+21
* Fix spelling of ellipsis in (ice-9 match)....Mark H Weaver2018-11-111-35/+35
* Documentation fixes...Mikael Djurfeldt2018-10-312-9/+9
* Bootstrap optimization...Mikael Djurfeldt2018-10-281-2/+6
* Add texinfo dependency to README...Mikael Djurfeldt2018-10-251-0/+6
* SRFI-19: Minor refactor of leap second table lookups....Mark H Weaver2018-10-241-28/+22
* SRFI-19: time-utc->date: Support non-integer nanoseconds values....Mark H Weaver2018-10-241-1/+1
* SRFI-19: Check for incompatible types in time comparisons....Mark H Weaver2018-10-211-7/+12
* SRFI-19: Fix normalization of seconds and nanoseconds in time records....Mark H Weaver2018-10-212-18/+24
* SRFI-19: Add a few more tests....Mark H Weaver2018-10-201-0/+4
* SRFI-19: Fix handling of negative years and negative julian days....Mark H Weaver2018-10-202-32/+86
* SRFI-19: Fix TAI->UTC conversions, leap second handling, etc....Mark H Weaver2018-10-203-103/+183
* scm_seed_to_random_state: Support wide string arguments....Mark H Weaver2018-10-191-2/+24
* Fix typo in strings.h....Mark H Weaver2018-10-191-2/+2
* Fix type inferencing for 'nil?' and 'null?' predicates....Mark H Weaver2018-10-193-10/+60
* Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals....Mark H Weaver2018-10-1722-102/+115
* Fix typos, indentation and error reporting in SRFI-19....Mark H Weaver2018-10-161-91/+99
* Update SRFI-19 leap second table....Mark H Weaver2018-10-161-1/+2
* Clarify the manual's "Processes" section....Chris Marusich2018-10-141-3/+4
* In 'ash' and 'round-ash', handle right shift count of LONG_MIN....Mark H Weaver2018-10-142-2/+35
* Fix 'round-ash' of negative integers by huge right shift counts....Mark H Weaver2018-10-142-11/+15
* Gracefully handle huge shift counts in 'ash' and 'round-ash'....Mark H Weaver2018-10-142-5/+53
* Fix list validation of *list->bytevector procedures....Mark H Weaver2018-10-142-9/+40