mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 18:20:22 +02:00
Mirror of the upstream GNU Guile repository on Savannah.
https://www.gnu.org/software/guile/
* lightning/Makefile.am, lightning/asm-common.h, lightning/core-common.h, lightning/fp-common.h, lightning/funcs-common.h, lightning/i386/Makefile.frag, lightning/i386/asm-32.h, lightning/i386/asm-64.h, lightning/i386/asm.h, lightning/i386/core-32.h, lightning/i386/core-64.h, lightning/i386/core.h, lightning/i386/fp-32.h, lightning/i386/fp-64.h, lightning/i386/fp.h, lightning/i386/funcs.h, lightning/ppc/asm.h, lightning/ppc/core.h, lightning/ppc/fp.h, lightning/ppc/funcs.h, lightning/sparc/asm.h, lightning/sparc/core.h, lightning/sparc/fp.h, lightning/sparc/funcs.h: Removed. The core logic is used in the new code, and new mips and arm ports will be added. At first, sparc will not be supported as it has not yet been ported to the new engine. |
||
---|---|---|
check | ||
doc | ||
include | ||
lib | ||
.gitattributes | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
COPYING.DOC | ||
COPYING.LESSER | ||
Makefile.am | ||
NEWS | ||
README | ||
THANKS |
GNU lightning is a library to aid in making portable programs that compile assembly code at run time. For more information, look at the info documentation.