]> gitweb.factorcode.org Git - factor.git/commit
major cleanup
authorSlava Pestov <slava@factorcode.org>
Thu, 25 Aug 2005 19:27:38 +0000 (19:27 +0000)
committerSlava Pestov <slava@factorcode.org>
Thu, 25 Aug 2005 19:27:38 +0000 (19:27 +0000)
commit45109c1a0afaec8088fac8711258dc553395e0eb
tree5f33fa13efc80e851272359671ee64dcf7296ac1
parent762d2913a1a9e9d11d6f51c4a683b96eae7c7e2c
major cleanup
76 files changed:
CHANGES.html
TODO.FACTOR.txt
contrib/cont-responder/eval-responder.factor
contrib/cont-responder/live-updater-responder.factor
contrib/cont-responder/live-updater.factor
contrib/cont-responder/todo-example.factor
contrib/parser-combinators/lazy-examples.factor
contrib/parser-combinators/lazy.factor
library/alien/aliens.factor
library/alien/c-types.factor
library/alien/compiler.factor
library/bootstrap/boot-stage1.factor
library/bootstrap/boot-stage2.factor
library/bootstrap/image.factor
library/bootstrap/primitives.factor
library/collections/namespaces.factor
library/collections/sequence-eq.factor
library/collections/sequences-epilogue.factor
library/collections/slicing.factor
library/compiler/assembler.factor
library/compiler/compiler.factor
library/compiler/intrinsics.factor
library/compiler/linearizer.factor
library/errors.factor
library/generic/generic.factor
library/generic/math-combination.factor
library/generic/predicate.factor
library/generic/slots.factor
library/generic/standard-combination.factor
library/generic/tuple.factor
library/httpd/cont-responder.factor
library/httpd/default-responders.factor
library/httpd/file-responder.factor
library/httpd/html-tags.factor
library/httpd/html.factor
library/httpd/http-common.factor
library/httpd/responder.factor
library/inference/class-infer.factor
library/inference/dataflow.factor
library/inference/inference.factor
library/inference/kill-literals.factor
library/inference/print-dataflow.factor
library/inference/recursive-values.factor
library/io/lines.factor
library/io/logging.factor
library/sdl/sdl-keyboard.factor
library/syntax/parse-numbers.factor
library/syntax/parse-words.factor
library/syntax/prettyprint.factor
library/syntax/see.factor
library/test/benchmark/strings.factor
library/test/gadgets/frames.factor [new file with mode: 0644]
library/test/hashtables.factor
library/test/lists/namespaces.factor
library/test/math/math-combinators.factor
library/test/namespaces.factor
library/test/sequences.factor
library/test/strings.factor
library/test/test.factor
library/threads.factor
library/tools/annotations.factor
library/tools/inspector.factor
library/tools/interpreter.factor
library/tools/memory.factor
library/ui/fonts.factor
library/ui/frames.factor
library/ui/gadgets.factor
library/ui/hierarchy.factor
library/ui/line-editor.factor
library/ui/presentations.factor
library/ui/splitters.factor
library/ui/ui.factor
library/unix/io.factor
library/unix/sockets.factor
library/vocabularies.factor
library/win32/win32-io-internals.factor