print: avoid triggering deprecation warnings when printing weak vectors.
[bpt/guile.git] / test-suite / standalone /
2014-03-20 Ludovic Courtèstests: Add #undef NDEBUG when using <assert.h>.
2014-03-19 Andy WingoFix breakage of SRFI-4 C accessors
2014-03-16 Ludovic Courtèsbuild: Link 'test-unwind.c' against libgnu.la.
2013-06-16 Ludovic Courtèstests: Don't rely on $TMPDIR and /tmp on Windows.
2013-06-16 Ludovic Courtèstests: Use double quotes around shell arguments, for...
2013-06-10 Mark H WeaverFix tests for 'scm_c_bind_keyword_arguments'.
2013-04-14 Ludovic Courtèstests: Use shell constructs that /bin/sh on Solaris...
2013-04-06 Mark H WeaverFix indentation in test-scm-c-bind-keyword-arguments.c.
2013-04-06 Mark H WeaverImplement 'scm_c_bind_keyword_arguments'.
2013-03-28 Ludovic Courtèstests: Skip `test-pthread-create-secondary' except...
2013-03-11 Mike GranAdd standalone test for smob marking
2013-03-07 Andy WingoGUILE_INSTALL_LOCALE=1 during build
2013-02-28 Mark H WeaverSupport calling foreign functions of 10 arguments or...
2013-02-27 Ludovic Courtèstests: Avoid missing missing-prototype warning with...
2013-01-26 Ludovic CourtèsAdd tests for `--language'.
2012-04-04 Mark H WeaverFix scm_to_utf8_stringn once and for all; optimize...
2012-02-17 Ludovic CourtèsDon't fail when locale env. vars specify a dot-less...
2012-02-02 Mark H WeaverImplement scm_to_pointer
2012-01-30 Mark H WeaverRename scm_call_varargs -> scm_call
2012-01-30 Mark H WeaverImplement scm_call_varargs and scm_call_{7,8,9}
2012-01-26 Andy Wingofix test-loose-ends
2012-01-26 Andy WingoImplement `local-eval', `local-compile', and `the-envir...
2012-01-18 Mark H WeaverAdd `scm_c_value_ref' to allow access to multiple retur...
2012-01-14 Ludovic CourtèsAvoid non-portable `tail' argument in `test-guile-snarf'.
2012-01-09 Ludovic CourtèsFix loose typing in `test-scm-spawn-thread.c'.
2012-01-09 Andy Wingotest-pthread-create-secondary: gc/gc.h, not gc/gc_version.h
2012-01-08 Ludovic CourtèsFix typo in `test-num2integral.c'.
2011-12-15 Ludovic CourtèsArrange to convert command-line arguments from the...
2011-12-15 Ludovic CourtèsUse Gnulib's `localcharset', with local patches.
2011-10-10 Mike GranNew functions scm_is_exact and scm_is_inexact
2011-09-10 Andy Wingofix scm_to_latin1_stringn for substrings
2011-06-19 Ludovic CourtèsPlacate GCC in `test-ffi-lib.c'.
2011-05-25 Andy Wingoout-of-tree build fix
2011-05-21 Andy Wingofix define-module ordering
2011-04-25 Ludovic CourtèsUse `scm_with_guile' in `test-pthread-create'.
2011-04-25 Ludovic CourtèsFix `#ifdef HAVE_CONFIG_H' stanza in some stand-alone...
2011-04-25 Ludovic CourtèsAdd pthread-related tests.
2011-03-20 BT Templetonfix guile-snarf
2011-03-17 Andy Wingoadd multibyte regexp test
2011-03-04 BT Templetonguile-snarf: allow multiple init actions on one line
2011-03-04 BT Templetonadd guile-snarf tests
2011-02-27 Ludovic CourtèsLink stand-alone tests against libgc.
2011-02-02 Ludovic CourtèsUse `#ifdef HAVE_...', not `#if'.
2011-01-31 Ludovic CourtèsDisable stand-alone tests that require `dlopen' when...
2010-12-07 Ludovic CourtèsBuild dlopenable modules with `-module'.
2010-09-12 Andy Wingomove srfi-1 and srfi-60 C impl to libguile, without...
2010-09-06 Ludovic CourtèsRename `make-foreign-function' to `pointer->procedure'.
2010-09-03 Ludovic CourtèsAdd license header to `test-ffi'.
2010-09-03 Ludovic CourtèsAdd `procedure->pointer' to the FFI.
2010-08-27 Ludovic CourtèsSRFI-1: Rewrite `break' and `break!' in Scheme.
2010-08-27 Ludovic CourtèsAssorted `syntax-check' fixes.
2010-08-15 Andreas RottmannLink test-srfi-1 to libguile as well
2010-08-08 Andy Wingodeprecated all discouraged functions
2010-07-28 Ludovic CourtèsUse "pointer" instead of "foreign" when dealing with...
2010-07-26 Ludovic CourtèsSimplify the (system foreign) API.
2010-07-26 Andy Wingoremove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64
2010-07-20 Ludovic CourtèsStart rewriting SRFI-1 in Scheme.
2010-06-18 No ItisntUse AM_SILENT_RULES to pare down build output, ignore...
2010-06-06 Ludovic CourtèsDon't build any generated source file at "make dist...
2010-06-01 Andy Wingorename (rnrs bytevector) to (rnrs bytevectors)
2010-05-30 Ludovic CourtèsHave `test-ffi' run all the tests even after a failure.
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-16 Ludovic CourtèsChange `dynamic-link' to return a global handle when...
2010-03-16 Andy Wingorename libguile to libguile-@EFFECTIVE_VERSION@, curren...
2010-02-08 Andy Wingomake scm_make_continuation internal
2010-01-27 Andy Wingoadd a test for ffi and pointers
2010-01-26 Andy Wingoadd a test for foreign functions taking struct args
2010-01-26 Andy Wingoadd ffi tests
2010-01-13 Thien-Thi NguyenUse `mkstemp' instead of `mktemp'.
2009-12-15 Ludovic CourtèsRemove unneeded #include <assert.h>.
2009-12-14 Ludovic CourtèsFix test environment issue with ltdl from Libtool 2...
2009-12-11 Andy Wingomerge from master to elisp
2009-11-17 Ludovic CourtèsFix stylistic issues revealed by "make syntax-check".
2009-11-17 Ludovic CourtèsRemove references to undefined macros.
2009-11-08 Ludovic CourtèsUpdate `.gitignore'.
2009-11-04 Neil JerramFill code coverage holes in continuations.c and keywords.c
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-07 Neil JerramRevert "Change dynwind flag enums to #defines, for...
2009-10-02 Neil JerramChange dynwind flag enums to #defines, for greater...
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-02 Ludovic CourtèsAdd test case for `scm_take_u8vector ()'.
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-26 Ken RaeburnPick up in tree headers rather than installed ones
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-15 Ludovic CourtèsTurn off auto-compilation to stand-alone tests.
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-20 Ludovic CourtèsFix compilation of `test-round.c' on BSD.
2009-05-20 Ludovic CourtèsDon't use raw divisions by zero in `test-conversion.c'.
2009-05-20 Ludovic CourtèsUse <machine/fpu.h> instead of <fenv.h> when needed...
2009-05-20 Ludovic CourtèsRemove extraneous semicolons from `test-conversion.c'.
2009-03-31 Andy Wingoadd test case for load-extension bug, fix gdb-uninstall...
2009-03-29 Andy WingoMerge branch 'wingo'
2009-03-27 Andy Wingorely on getrlimit to DTRT, don't make stack calibration...
next