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-6-g446b2da
Date: Wed, 21 Apr 2010 21:34:32 +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=446b2dac33c0772593769edb7de799c64e5e7b6a

The branch, wip-coverage has been created
        at  446b2dac33c0772593769edb7de799c64e5e7b6a (commit)

- Log -----------------------------------------------------------------
commit 446b2dac33c0772593769edb7de799c64e5e7b6a
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 cfc31d0de3e61f729ab0b0967bbfbda2d429458d
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 012340379f9f44c7d409cd188289ad02742e0018
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 b11de1bf2c0e7eac045933f7d43cfa20283f2d9c
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 873e4d69a08a9ceb2a7a0296130b6a884738324f
Author: Ludovic Courtès <address@hidden>
Date:   Wed Apr 14 23:51:56 2010 +0200

    Store absolute paths to source files in the assembly.
    
    * module/language/glil/compile-assembly.scm (limn-sources): Canonicalize 
FILENAME.
    
    * module/system/vm/program.scm (write-program): Display only the
      `basename' of the source file path.

commit 671bbbd37103d9abb21a93f9005e3c5965408106
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]