summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PRELIMINARY print: Support SRFI-38 datum label notation.r7rs-wipMark H Weaver2014-08-146-164/+699
* bytevector=?: #vu8(1 2 3) is equal to #u8(1 2 3).Mark H Weaver2014-08-141-2/+13
* Support R7RS.Mark H Weaver2014-08-1419-4/+1587
* Implement R7RS 'include-ci', and multiple arguments for 'include'.Mark H Weaver2014-08-143-83/+171
* Implement 'set-port-read-option!'.Mark H Weaver2014-08-143-13/+114
* Compiler: Support cyclic literal data.Mark H Weaver2014-08-142-91/+215
* read: Support SRFI-38 datum label notation.Mark H Weaver2014-08-142-71/+150
* read: Rename 'scm_t_read_opts' to 'scm_t_read_context'.Mark H Weaver2014-08-141-165/+167
* Copy the result from 'nl_langinfo' before it can be overwritten.Mark H Weaver2014-08-131-10/+18
* Make temporary file in coding.test work on MS-Windows.Eli Zaretskii2014-08-131-1/+4
* doc: "!#" does not need to appear on a line of its own.Ludovic Courtès2014-08-121-2/+3
* Clarify that object-properties cannot be reliably applied to numbers.David Kastrup2014-08-101-1/+1
* Provide curried version of define*-public.Ian Price2014-07-311-1/+12
* Prevent add-to-load-path from adding duplicate entriesIan Price2014-07-301-1/+1
* Recognize more ARM targets.Ludovic Courtès2014-07-042-2/+14
* Fix bit-count* bugAndy Wingo2014-07-043-2/+6
* build: Support pthread builds without 'pthread_cancel' support (Android).Ludovic Courtès2014-07-043-2/+23
* build: Use 'LT_LIB_M' to determine whether -lm is needed.Ludovic Courtès2014-07-041-4/+3
* Recognize arm-* target triplets.Ludovic Courtès2014-07-042-2/+7
* Remove trailing whitespace from ports.test.Eli Zaretskii2014-07-031-6/+6
* Untabify some test files.Eli Zaretskii2014-07-033-274/+274
* Fix problems with Windows file names that use backslashes.Eli Zaretskii2014-07-036-11/+67
* Fix calculation of CPU set size for getaffinity.Eli Zaretskii2014-07-031-2/+2
* Provide a more reasonable default value for stack limit on MS-Windows.Eli Zaretskii2014-07-031-1/+16
* Unconditionally build and test the ice-9/popen module.Eli Zaretskii2014-07-033-18/+5
* More fixes for deleting files whose ports are not closed.Eli Zaretskii2014-07-022-1/+4
* Make 'system*' available on MS-Windows.Eli Zaretskii2014-07-021-6/+26
* Fix deletion of ports.test test file on MS-Windows.Eli Zaretskii2014-07-021-8/+17
* Fix compilation of scm_nl_langinfo when some nl_langinfo items are missing.Eli Zaretskii2014-06-221-4/+19
* tests: Improve lack-of-/dev/null detection.Ludovic Courtès2014-06-121-3/+6
* i18n: Adjust tests for Windows.Ludovic Courtès2014-06-111-10/+27
* i18n: Ignore LC_MESSAGES on MinGW.Ludovic Courtès2014-06-112-7/+9
* tests: Use NUL instead of /dev/null on MinGW.Ludovic Courtès2014-06-113-5/+19
* R6RS library documentation fixTaylan Ulrich B2014-06-061-2/+2
* Fix typo in `transform-string' doc.Dmitry Bogatov2014-06-041-1/+1
* Optimize scm_ilength and 'length+'.Mark H Weaver2014-06-042-22/+31
* test-guild-compile: Increase sleep time before sending SIGINT.Mark H Weaver2014-06-041-1/+1
* Avoid quadratic expansion time in 'and' and 'or' macros.Mark H Weaver2014-06-041-5/+5
* 'guild compile' doesn't leave temporary files behind it.Ludovic Courtès2014-06-033-1/+54
* SRFI-1 'length+' raises an error unless passed a proper or circular list.Mark H Weaver2014-06-012-5/+33
* Mark system async functions as SCM_API.Mark H Weaver2014-06-012-5/+7
* Slightly simplify 'scm_open_process'.Ludovic Courtès2014-05-281-7/+5
* rdelim: Speed up 'read-string' (aka. 'get-string-all'.)Ludovic Courtès2014-05-283-24/+40
* tests: Add test for <http://bugs.gnu.org/17466>.Ludovic Courtès2014-05-281-0/+20
* Fix shrinking of contiguous bytevectors, as from 'get-bytevector-n'.Ludovic Courtès2014-05-281-5/+11
* web: Keep the default size for the client's in-kernel receive buffer.Ludovic Courtès2014-05-231-3/+1
* tests: Add test for _IOLBF.Ludovic Courtès2014-05-211-0/+24
* Silence GCC warning.Ludovic Courtès2014-05-161-1/+1
* Prefer foreign objects over smobs in manualAndy Wingo2014-04-284-84/+24
* Add new standalone tests to gitignoreAndy Wingo2014-04-281-0/+2