]> gitweb.factorcode.org Git - factor.git/commit
added a zero? word
authorSlava Pestov <slava@factorcode.org>
Sat, 28 Jan 2006 20:49:31 +0000 (20:49 +0000)
committerSlava Pestov <slava@factorcode.org>
Sat, 28 Jan 2006 20:49:31 +0000 (20:49 +0000)
commit8569427c4e8dd3c4493412dd6d4ed612762fc850
tree08bb74308ae5383f82dd803f021c0cbfbbaa674d
parent8251d788f1cabcfa68c2d7bb3826f4d0f72a7d83
added a zero? word
36 files changed:
library/alien/malloc.factor
library/alien/primitive-types.factor
library/bootstrap/image.factor
library/collections/hashtables.factor
library/collections/lists.factor
library/collections/sequence-combinators.factor
library/collections/sequence-sort.factor
library/collections/sequences-epilogue.factor
library/compiler/basic-blocks.factor
library/compiler/intrinsics.factor
library/compiler/x86/alien.factor
library/compiler/x86/assembler.factor
library/freetype/freetype-gl.factor
library/io/buffer.factor
library/math/complex.factor
library/math/float.factor
library/math/integer.factor
library/math/math.factor
library/math/parse-numbers.factor
library/math/pow.factor
library/math/vectors.factor
library/opengl/opengl-utils.factor
library/sdl/sdl-utils.factor
library/syntax/prettyprint.factor
library/test/benchmark/ack.factor
library/test/benchmark/fac.factor
library/test/math/float.factor
library/test/math/integer.factor
library/threads.factor
library/tools/describe.factor
library/tools/memory.factor
library/ui/line-editor.factor
library/unix/io.factor
library/win32/win32-io-internals.factor
library/win32/win32-server.factor
library/win32/win32-stream.factor