guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, wip-coverage, created. release_1-9-10-


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, wip-coverage, created. release_1-9-10-92-g16e275d
Date: Wed, 05 May 2010 22:34:40 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=16e275d22777ebb2b82a504953390318d95a185c

The branch, wip-coverage has been created
        at  16e275d22777ebb2b82a504953390318d95a185c (commit)

- Log -----------------------------------------------------------------
commit 16e275d22777ebb2b82a504953390318d95a185c
Author: Ludovic Courtès <address@hidden>
Date:   Sun May 2 14:17:41 2010 +0200

    turn (system vm coverage) into a generic API with tests
    
    to be continued...

commit ef52b6be114b2cb673068ab057ccaf7ed47bec37
Author: Ludovic Courtès <address@hidden>
Date:   Wed Apr 21 23:31:06 2010 +0200

    Add (system vm coverage).
    
    * module/system/vm/coverage.scm: New file.
    
    * module/Makefile.am (SYSTEM_SOURCES): Add `system/vm/coverage.scm'.
    
    * test-suite/guile-test (main): Use (system vm coverage).  Handle
      `--coverage' and `-c'.
    
    * doc/ref/Makefile.am (guile_TEXINFOS): Add `api-coverage.texi'.
    
    * doc/ref/api-coverage.texi: New file.
    
    * doc/ref/guile.texi (API Reference): Include it.

commit 514800a82cc9f21e3e0f07c5a44c80633123ba70
Author: Ludovic Courtès <address@hidden>
Date:   Wed Apr 21 01:05:42 2010 +0200

    Allocate frame objects on the stack when invoking VM hooks.
    
    * libguile/vm.c (vm_dispatch_hook): Don't call `scm_c_make_frame ()'.
      Instead, allocate frame on the stack.

commit c43f22489b8ba90a735875c46d27739f1a191dd2
Author: Ludovic Courtès <address@hidden>
Date:   Wed Apr 21 23:30:48 2010 +0200

    Add `program-free-variables' to `(system vm program)'.
    
    * module/system/vm/program.scm (program-free-variables): New procedure.
    
    * module/language/objcode/spec.scm (program-free-variables): Remove.

commit a20b38e304acb5584e413a963b73d161cc6fa332
Author: Ludovic Courtès <address@hidden>
Date:   Mon Apr 19 00:27:47 2010 +0200

    Fix the type tag produced by `SCM_STATIC_PROGRAM'.
    
    * libguile/snarf.h (SCM_STATIC_PROGRAM): Fix typo.

commit 5c29c418be0cd8a91f9578973e019ea5688f0200
Author: Ludovic Courtès <address@hidden>
Date:   Wed Apr 14 23:46:41 2010 +0200

    When printing a VM, show the type of engine being used.
    
    * libguile/vm.c (scm_i_vm_print): Print the engine type.

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU Guile




reply via email to

[Prev in Thread] Current Thread [Next in Thread]