]> gitweb.factorcode.org Git - factor.git/commit
wrunt's alien-invoke shorthand, tons of bug fixes, cleanups and documentation updates
authorSlava Pestov <slava@factorcode.org>
Sun, 12 Jun 2005 07:38:57 +0000 (07:38 +0000)
committerSlava Pestov <slava@factorcode.org>
Sun, 12 Jun 2005 07:38:57 +0000 (07:38 +0000)
commit1c63f5f0db2b47b67a226d53d5d37351d8cd5648
tree0ec3c7a8cb9c8e3b0d867ccbef067a3503bcf99a
parent58e3257bc6c14460d098f10dac7e15cb842802dd
wrunt's alien-invoke shorthand, tons of bug fixes, cleanups and documentation updates
36 files changed:
CHANGES.txt
TODO.FACTOR.txt
contrib/gl/gl-internals.factor [deleted file]
contrib/gl/load.factor
doc/compiler.tex
doc/handbook.tex
library/alien/aliens.factor
library/alien/c-types.factor
library/alien/malloc.factor
library/alien/syntax.factor [new file with mode: 0644]
library/bootstrap/boot-stage1.factor
library/bootstrap/boot-stage2.factor
library/bootstrap/boot-stage3.factor
library/bootstrap/image.factor
library/bootstrap/init.factor
library/bootstrap/primitives.factor
library/collections/arrays.factor
library/collections/lists.factor
library/collections/sequences-epilogue.factor
library/collections/sequences.factor
library/collections/strings-epilogue.factor
library/collections/vectors-epilogue.factor
library/compiler/simplifier.factor
library/compiler/vops.factor
library/inference/branches.factor
library/inference/dataflow.factor
library/inference/words.factor
library/sdl/sdl-event.factor
library/test/inference.factor
library/test/sequences.factor
library/unix/syscalls.factor
library/words.factor
native/primitives.c
native/run.c
native/run.h
native/string.c