]> gitweb.factorcode.org Git - factor.git/commit
Move multi-methods, and vocabs that depend on them (dns, shell, newfx). Multi methods...
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Wed, 22 Apr 2009 11:50:09 +0000 (06:50 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Wed, 22 Apr 2009 11:50:09 +0000 (06:50 -0500)
commitb075f20d806210c115930298aafc0a9e2b23c19b
tree9b3de144be221f606d62efc8dc2d0878c785af1c
parentcaf6f280eabeb918676870372f441dc4c3649d3b
Move multi-methods, and vocabs that depend on them (dns, shell, newfx). Multi methods won't be in Factor 1.0 and I don't want to keep maintaining this feature
48 files changed:
extra/boolean-expr/authors.txt [deleted file]
extra/boolean-expr/boolean-expr.factor [deleted file]
extra/boolean-expr/summary.txt [deleted file]
extra/boolean-expr/tags.txt [deleted file]
extra/dns/cache/nx/nx.factor [deleted file]
extra/dns/cache/rr/rr.factor [deleted file]
extra/dns/dns.factor [deleted file]
extra/dns/forwarding/forwarding.factor [deleted file]
extra/dns/misc/misc.factor [deleted file]
extra/dns/resolver/resolver.factor [deleted file]
extra/dns/server/server.factor [deleted file]
extra/dns/stub/stub.factor [deleted file]
extra/dns/util/util.factor [deleted file]
extra/multi-methods/authors.txt [deleted file]
extra/multi-methods/multi-methods.factor [deleted file]
extra/multi-methods/summary.txt [deleted file]
extra/multi-methods/tags.txt [deleted file]
extra/multi-methods/tests/canonicalize.factor [deleted file]
extra/multi-methods/tests/definitions.factor [deleted file]
extra/multi-methods/tests/legacy.factor [deleted file]
extra/multi-methods/tests/syntax.factor [deleted file]
extra/multi-methods/tests/topological-sort.factor [deleted file]
extra/shell/parser/parser.factor [deleted file]
extra/shell/shell.factor [deleted file]
unmaintained/boolean-expr/authors.txt [new file with mode: 0644]
unmaintained/boolean-expr/boolean-expr.factor [new file with mode: 0644]
unmaintained/boolean-expr/summary.txt [new file with mode: 0644]
unmaintained/boolean-expr/tags.txt [new file with mode: 0644]
unmaintained/dns/cache/nx/nx.factor [new file with mode: 0644]
unmaintained/dns/cache/rr/rr.factor [new file with mode: 0644]
unmaintained/dns/dns.factor [new file with mode: 0644]
unmaintained/dns/forwarding/forwarding.factor [new file with mode: 0644]
unmaintained/dns/misc/misc.factor [new file with mode: 0644]
unmaintained/dns/resolver/resolver.factor [new file with mode: 0644]
unmaintained/dns/server/server.factor [new file with mode: 0644]
unmaintained/dns/stub/stub.factor [new file with mode: 0644]
unmaintained/dns/util/util.factor [new file with mode: 0644]
unmaintained/multi-methods/authors.txt [new file with mode: 0755]
unmaintained/multi-methods/multi-methods.factor [new file with mode: 0755]
unmaintained/multi-methods/summary.txt [new file with mode: 0755]
unmaintained/multi-methods/tags.txt [new file with mode: 0644]
unmaintained/multi-methods/tests/canonicalize.factor [new file with mode: 0644]
unmaintained/multi-methods/tests/definitions.factor [new file with mode: 0644]
unmaintained/multi-methods/tests/legacy.factor [new file with mode: 0644]
unmaintained/multi-methods/tests/syntax.factor [new file with mode: 0644]
unmaintained/multi-methods/tests/topological-sort.factor [new file with mode: 0644]
unmaintained/shell/parser/parser.factor [new file with mode: 0644]
unmaintained/shell/shell.factor [new file with mode: 0644]