summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove doc/example-smob/Andy Wingo2014-04-289-440/+1
* Remove SMOB tutorial; update manual.Andy Wingo2014-04-2810-887/+208
* Add foreign object documentationAndy Wingo2014-04-284-2/+622
* Add more foreign object interfacesAndy Wingo2014-04-283-24/+63
* Avoid non-constant struct initializersAndy Wingo2014-04-281-2/+9
* Add scm_make_foreign_object_0; optimize scm_make_foreign_object_n.Andy Wingo2014-04-282-1/+10
* New foreign object facility, to replace SMOBsAndy Wingo2014-04-2810-1/+575
* Fix foreign slot initialization and accessAndy Wingo2014-04-274-33/+56
* Add interface to disable automatic finalizationAndy Wingo2014-04-264-6/+101
* Support weak vectors, arrays, and bitvectors in (system base types).Mark H Weaver2014-04-242-0/+17
* print: avoid triggering deprecation warnings when printing weak vectors.Mark H Weaver2014-04-241-2/+5
* build: Clean up rules for meta/{guild,guile-config}.Ludovic Courtès2014-04-241-12/+12
* build: Honor program name transformation in 'guild'.Ludovic Courtès2014-04-243-11/+14
* Fix memory leak on `realloc' failureDmitry Bogatov2014-04-221-3/+18
* Update libgc URL in README.Mark H Weaver2014-04-161-1/+1
* Readline history preserves newlinesAndy Wingo2014-04-141-2/+2
* Make reverse! forego the cost of SCM_VALIDATE_LISTDavid Kastrup2014-04-011-5/+36
* Calculate usecs correctly in thread-sleep!Nathaniel Alderson2014-03-232-2/+8
* Bump version number for 2.0.11.v2.0.11Ludovic Courtès2014-03-201-2/+2
* Update NEWS.Ludovic Courtès2014-03-201-0/+8