]> gitweb.factorcode.org Git - factor.git/commit
more dataflow work, minor native cleanup
authorSlava Pestov <slava@factorcode.org>
Sun, 28 Nov 2004 03:26:05 +0000 (03:26 +0000)
committerSlava Pestov <slava@factorcode.org>
Sun, 28 Nov 2004 03:26:05 +0000 (03:26 +0000)
commit99651292cbd0e272ac1289870c825bdbe8a9505c
tree27fef41247d0a57e0f2de7525f7d87431c2c9549
parent6364f415ed8c7ec5e6665f8ca416f555a06db940
more dataflow work, minor native cleanup
27 files changed:
Makefile
doc/new-guide.tex
examples/quadratic.factor
library/bootstrap/image.factor
library/inference/dataflow.factor
library/inference/inference.factor
library/inference/words.factor
library/test/dataflow.factor [new file with mode: 0644]
library/test/inference.factor
library/test/vectors.factor
library/vectors.factor
native/array.c
native/array.h
native/gc.c
native/gc.h
native/io.c
native/port.c
native/port.h
native/read.c
native/sbuf.c
native/sbuf.h
native/stack.c
native/string.c
native/string.h
native/vector.c
native/vector.h
native/write.c