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