guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, wip-vlist, created. release_1-9-7-46-g


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, wip-vlist, created. release_1-9-7-46-gf140b0b
Date: Sun, 31 Jan 2010 23:36:33 +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=f140b0b26b67b19b20f6044a78ae3f327b0c7322

The branch, wip-vlist has been created
        at  f140b0b26b67b19b20f6044a78ae3f327b0c7322 (commit)

- Log -----------------------------------------------------------------
commit f140b0b26b67b19b20f6044a78ae3f327b0c7322
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 31 00:45:28 2010 +0100

    Use vhashes in `unused-variable-analysis'.
    
    * module/language/tree-il/analyze.scm (unused-variable-analysis): Use
      vhashes instead of alists/lists.

commit 08f9ffab2da6f9b12e309f125c1bf6c1f0567520
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 31 00:11:27 2010 +0100

    Use vhashes in `arity-analysis'.
    
    * module/language/tree-il/analyze.scm (arity-analysis): Use vhashes
      instead of alists.

commit bee3349c47b434243c9ac29684c5bd5c43e8c93f
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jan 30 23:13:33 2010 +0100

    Use vhashes in `unbound-variable-analysis'.
    
    * module/language/tree-il/analyze.scm (unbound-variable-analysis): Use
      vhashes instead of alists/lists.

commit 3f61bb6f9b60f978951dc76f2ae6000d5480d795
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jan 30 22:54:35 2010 +0100

    Use vhashes in `unused-toplevel-analysis'.
    
    * module/language/tree-il/analyze.scm (graph-reachable-nodes): Add
      REACHABLE argument.  Update to use vhash instead of alists or lists.
      (graph-reachable-nodes*): Adjust accordingly.
      (partition*): New function.
      (unused-toplevel-analysis): Adjust to use vhash instead of alists or
      lists.

commit adbf94c6114053cce21bd10e357d8bf6dd745082
Author: Ludovic Courtès <address@hidden>
Date:   Mon Feb 1 00:23:22 2010 +0100

    Add `(ice-9 vlist)'.
    
    * module/ice-9/vlist.scm, test-suite/tests/vlist.test,
      benchmark-suite/benchmarks/vlists.bm: New files.
    
    * module/Makefile.am (ICE_9_SOURCES): Add `vlist.scm'.
    
    * test-suite/Makefile.am (SCM_TESTS): Add `tests/vlist.test'.
    
    * benchmark-suite/Makefile.am (SCM_BENCHMARKS): Add
      `benchmarks/vlists.bm'.
    
    * doc/ref/api-compound.texi (VLists, VHashes): New nodes.

commit 30a700c8c12aeaefe3cd5fb85ea3c1b7059705bf
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jan 30 22:54:20 2010 +0100

    Inline SRFI-9 constructors too.
    
    * module/srfi/srfi-9.scm (define-record-type)[constructor]: Use
      `define-inlinable' instead of `define'.
    
    * test-suite/lib.scm (exception:syntax-pattern-unmatched): New variable.
    
    * test-suite/tests/srfi-9.test ("constructor")["foo 0 args (inline)",
      "foo 2 args (inline)"]: New tests.
      ["foo 0 args", "foo 2 args"]: Adjust to constructor inlining.
    
    * testsuite/t-records.scm: Remove wrong-arg-count case.

commit 61cbfff50979136f03ab161711edc5eb21145609
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 29 11:26:17 2010 +0100

    SRFI-9: Fix `define-inlinable'.
    
    * module/srfi/srfi-9.scm (define-inlinable): Fix the catch-all case of
      the generated macro.

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


hooks/post-receive
-- 
GNU Guile




reply via email to

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