summaryrefslogtreecommitdiff
path: root/test-suite
Commit message (Expand)AuthorAgeFilesLines
* Add support for `..1' to `match'.Ludovic Courtès2010-09-271-1/+22
* Add implementation of SRFI 27Andreas Rottmann2010-09-272-0/+92
* add call-with-vm; remove thread-vm bits; remove vm-apply; engines settable.Andy Wingo2010-09-274-14/+6
* Have `@abort' honor VM changes by winds.Ludovic Courtès2010-09-271-0/+26
* Favor non-hex string escapes over hex escapes when writing stringsMichael Gran2010-09-261-1/+2
* Incorrect parsing of NaN complex numbersMichael Gran2010-09-251-0/+3
* remove vm-version, vm optionsAndy Wingo2010-09-252-5/+7
* fix up options.testAndy Wingo2010-09-251-8/+7
* statprof test traps fix; re-enable accurate call counting testAndy Wingo2010-09-251-11/+4
* fix eval.test for procnames eval optionAndy Wingo2010-09-251-7/+0
* remove a number of debug optionsAndy Wingo2010-09-241-2/+1
* Fix coverage analysis of procedures called from C.Ludovic Courtès2010-09-241-1/+20
* Fix typo in `weaks.test'.Ludovic Courtès2010-09-241-1/+1
* Fix bug #31081 (`lookahead-u8' returns an s8.)Ludovic Courtès2010-09-231-0/+5
* Fixlet in `coverage.test'.Ludovic Courtès2010-09-231-1/+2
* Strengthen the weak hash table tests.Ludovic Courtès2010-09-231-24/+39
* Fix weak-value hash tables.Ludovic Courtès2010-09-231-50/+55
* Define `equal?' for pointer objects.Ludovic Courtès2010-09-231-1/+12
* Optimize `peek-char'.Ludovic Courtès2010-09-151-1/+19
* Re-introduce pretty-printing of combining characters.Ludovic Courtès2010-09-153-5/+34
* move srfi-1 and srfi-60 C impl to libguile, without public C apiAndy Wingo2010-09-122-95/+0
* Rename `make-foreign-function' to `pointer->procedure'.Ludovic Courtès2010-09-062-48/+47
* Add an entertaining `procedure->pointer' test.Ludovic Courtès2010-09-041-0/+18
* Fix the `put-bytevector' tests.Ludovic Courtès2010-09-031-21/+30
* Add license header to `test-ffi'.Ludovic Courtès2010-09-031-0/+17
* Add `procedure->pointer' to the FFI.Ludovic Courtès2010-09-033-1/+117
* Fix for `submodules' in (ice-9 session) (closes #30062)Jose A. Ortega Ruiz2010-09-022-0/+54
* popen.test: Don't auto-compile `popen-child.scm'.Ludovic Courtès2010-09-011-4/+5
* Add `test-suite/tests/popen-child.scm' to the distribution.Ludovic Courtès2010-09-011-0/+1
* bitvector workAndy Wingo2010-08-292-0/+60
* net-db.test tweakAndy Wingo2010-08-281-2/+3
* SRFI-1: Rewrite `break' and `break!' in Scheme.Ludovic Courtès2010-08-271-3/+29
* SRFI-1: Rewrite `fifth', `sixth', etc. in Scheme.Ludovic Courtès2010-08-271-6/+6
* Assorted `syntax-check' fixes.Ludovic Courtès2010-08-273-47/+49
* Fix i18n tests when no French locale is available.Ludovic Courtès2010-08-161-11/+16
* Link test-srfi-1 to libguile as wellAndreas Rottmann2010-08-151-1/+2
* Add `string->pointer' and `pointer->string' to the FFI.Ludovic Courtès2010-08-151-0/+12
* Add `number->locale-string' tests.Ludovic Courtès2010-08-151-1/+42
* Explicit definitions for `memp' and `assp' in `(rnrs list)'; the predicateJulian Graham2010-08-082-0/+33
* Explicit definitions for `vector-for-each' and `vector-map'; Guile's SRFI-1Julian Graham2010-08-082-0/+34
* deprecated all discouraged functionsAndy Wingo2010-08-081-32/+13
* fix vector-move-right! and vector-move-left!Andy Wingo2010-08-041-1/+80
* Fix `parse-c-struct'.Ludovic Courtès2010-07-281-0/+10
* Use "pointer" instead of "foreign" when dealing with wrapped pointers.Ludovic Courtès2010-07-282-14/+14
* Add `dereference-pointer' to `(system foreign)'.Ludovic Courtès2010-07-261-0/+10
* Simplify the (system foreign) API.Ludovic Courtès2010-07-262-26/+39
* remove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64Andy Wingo2010-07-261-7/+1
* Start rewriting SRFI-1 in Scheme.Ludovic Courtès2010-07-214-2/+70
* Add `vhash-fold*' in `(ice-9 vlist)'.Ludovic Courtès2010-07-211-4/+39
* Enable character hex escapes by defaultMichael Gran2010-07-171-12/+5