guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, wip-sassy, created. release_1-9-1-70-g


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, wip-sassy, created. release_1-9-1-70-g3f92110
Date: Thu, 13 Aug 2009 16:36:25 +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=3f921103fd243949705007eb9fa1ac2adc90b5f1

The branch, wip-sassy has been created
        at  3f921103fd243949705007eb9fa1ac2adc90b5f1 (commit)

- Log -----------------------------------------------------------------
commit 3f921103fd243949705007eb9fa1ac2adc90b5f1
Author: Andy Wingo <address@hidden>
Date:   Thu Aug 13 18:36:41 2009 +0200

    add the sassy x86 assembler
    
    * module/Makefile.am: Add language/sassy.scm. Probably EXTRA_DIST the
      dependant files, too.
    * module/language/sassy.scm: New file, the sassy loader. Sassy is
      originally R5RS code that loads a number of files. I've converted that
      toplevel file to be a Guile module that *includes* the subfiles, so
      that it all gets compiled together. It's a pretty bad hack though,
      because what I should be doing is including them relative to the
      sassy.scm source location, but we don't know that at expansion time.
      Something to fix.
      really bad hack in it so that it will compile correctly -- p
    
    * module/language/sassy/: All the sassy files and some changelog
      information. All of these files are LGPLv2.1+, so they can be included
      in Guile.
    
    * test-suite/standalone/sassy/tests/: Add the sassy unit tests.
    * test-suite/standalone/Makefile.am:
    * test-suite/standalone/test-sassy: Hook the sassy unit tests up to our
      test suite.

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


hooks/post-receive
-- 
GNU Guile




reply via email to

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