]> gitweb.factorcode.org Git - factor.git/commit
io.files split up and general refactoring work in progress
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 15 Dec 2008 02:03:00 +0000 (20:03 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 15 Dec 2008 02:03:00 +0000 (20:03 -0600)
commit50e214c1529717183b9b8b609b29a6d09ee7d9d4
tree07d39fb038b035a06cf059b6cc667dd4099b4997
parent59f7b60f4d5941799d9164c15c2cc7fc91329972
io.files split up and general refactoring work in progress
319 files changed:
basis/bootstrap/io/io.factor
basis/bootstrap/stage2.factor
basis/command-line/command-line.factor
basis/debugger/debugger.factor
basis/editors/gvim/unix/unix.factor
basis/editors/gvim/windows/windows.factor
basis/ftp/server/server.factor
basis/io/backend/unix/authors.txt [new file with mode: 0644]
basis/io/backend/unix/bsd/authors.txt [new file with mode: 0755]
basis/io/backend/unix/bsd/bsd.factor [new file with mode: 0644]
basis/io/backend/unix/bsd/tags.txt [new file with mode: 0644]
basis/io/backend/unix/freebsd/freebsd.factor [new file with mode: 0644]
basis/io/backend/unix/freebsd/tags.txt [new file with mode: 0644]
basis/io/backend/unix/linux/authors.txt [new file with mode: 0755]
basis/io/backend/unix/linux/linux.factor [new file with mode: 0644]
basis/io/backend/unix/linux/tags.txt [new file with mode: 0644]
basis/io/backend/unix/macosx/macosx.factor [new file with mode: 0644]
basis/io/backend/unix/macosx/tags.txt [new file with mode: 0644]
basis/io/backend/unix/multiplexers/epoll/authors.txt [new file with mode: 0755]
basis/io/backend/unix/multiplexers/epoll/epoll.factor [new file with mode: 0644]
basis/io/backend/unix/multiplexers/epoll/tags.txt [new file with mode: 0644]
basis/io/backend/unix/multiplexers/kqueue/authors.txt [new file with mode: 0755]
basis/io/backend/unix/multiplexers/kqueue/kqueue.factor [new file with mode: 0644]
basis/io/backend/unix/multiplexers/kqueue/tags.txt [new file with mode: 0644]
basis/io/backend/unix/multiplexers/multiplexers.factor [new file with mode: 0644]
basis/io/backend/unix/multiplexers/run-loop/run-loop.factor [new file with mode: 0644]
basis/io/backend/unix/multiplexers/run-loop/tags.txt [new file with mode: 0644]
basis/io/backend/unix/multiplexers/select/authors.txt [new file with mode: 0755]
basis/io/backend/unix/multiplexers/select/select.factor [new file with mode: 0644]
basis/io/backend/unix/multiplexers/select/tags.txt [new file with mode: 0644]
basis/io/backend/unix/netbsd/netbsd.factor [new file with mode: 0644]
basis/io/backend/unix/netbsd/tags.txt [new file with mode: 0644]
basis/io/backend/unix/openbsd/openbsd.factor [new file with mode: 0644]
basis/io/backend/unix/openbsd/tags.txt [new file with mode: 0644]
basis/io/backend/unix/summary.txt [new file with mode: 0644]
basis/io/backend/unix/tags.txt [new file with mode: 0644]
basis/io/backend/unix/unix-tests.factor [new file with mode: 0644]
basis/io/backend/unix/unix.factor [new file with mode: 0644]
basis/io/backend/windows/authors.txt [new file with mode: 0644]
basis/io/backend/windows/nt/authors.txt [new file with mode: 0755]
basis/io/backend/windows/nt/nt.factor [new file with mode: 0644]
basis/io/backend/windows/nt/privileges/privileges.factor [new file with mode: 0755]
basis/io/backend/windows/nt/privileges/tags.txt [new file with mode: 0644]
basis/io/backend/windows/nt/tags.txt [new file with mode: 0644]
basis/io/backend/windows/privileges/privileges.factor [new file with mode: 0644]
basis/io/backend/windows/privileges/tags.txt [new file with mode: 0644]
basis/io/backend/windows/summary.txt [new file with mode: 0644]
basis/io/backend/windows/tags.txt [new file with mode: 0755]
basis/io/backend/windows/windows.factor [new file with mode: 0755]
basis/io/directories/directories-docs.factor [new file with mode: 0644]
basis/io/directories/directories-tests.factor [new file with mode: 0644]
basis/io/directories/directories.factor [new file with mode: 0644]
basis/io/directories/search/authors.txt [new file with mode: 0755]
basis/io/directories/search/search-tests.factor [new file with mode: 0644]
basis/io/directories/search/search.factor [new file with mode: 0755]
basis/io/directories/search/windows/authors.txt [new file with mode: 0644]
basis/io/directories/search/windows/tags.txt [new file with mode: 0644]
basis/io/directories/search/windows/windows.factor [new file with mode: 0644]
basis/io/directories/unix/unix.factor [new file with mode: 0644]
basis/io/encodings/binary/authors.txt [new file with mode: 0644]
basis/io/encodings/binary/binary-docs.factor [new file with mode: 0644]
basis/io/encodings/binary/binary.factor [new file with mode: 0644]
basis/io/encodings/binary/summary.txt [new file with mode: 0644]
basis/io/encodings/binary/tags.txt [new file with mode: 0644]
basis/io/files/info/info-docs.factor [new file with mode: 0644]
basis/io/files/info/info-tests.factor [new file with mode: 0644]
basis/io/files/info/info.factor [new file with mode: 0644]
basis/io/files/info/unix/bsd/bsd.factor [new file with mode: 0644]
basis/io/files/info/unix/bsd/tags.txt [new file with mode: 0644]
basis/io/files/info/unix/freebsd/freebsd.factor [new file with mode: 0644]
basis/io/files/info/unix/freebsd/tags.txt [new file with mode: 0644]
basis/io/files/info/unix/linux/linux.factor [new file with mode: 0644]
basis/io/files/info/unix/linux/tags.txt [new file with mode: 0644]
basis/io/files/info/unix/macosx/macosx.factor [new file with mode: 0644]
basis/io/files/info/unix/macosx/tags.txt [new file with mode: 0644]
basis/io/files/info/unix/netbsd/netbsd.factor [new file with mode: 0644]
basis/io/files/info/unix/netbsd/tags.txt [new file with mode: 0644]
basis/io/files/info/unix/openbsd/openbsd.factor [new file with mode: 0644]
basis/io/files/info/unix/openbsd/tags.txt [new file with mode: 0644]
basis/io/files/info/unix/unix.factor [new file with mode: 0644]
basis/io/files/links/links-docs.factor [new file with mode: 0644]
basis/io/files/links/links.factor [new file with mode: 0644]
basis/io/files/links/unix/unix.factor [new file with mode: 0644]
basis/io/files/unique/unique.factor
basis/io/files/unique/unix/tags.txt [new file with mode: 0644]
basis/io/files/unique/unix/unix.factor [new file with mode: 0644]
basis/io/files/unique/windows/tags.txt [new file with mode: 0644]
basis/io/files/unique/windows/windows.factor [new file with mode: 0644]
basis/io/files/unix/authors.txt [new file with mode: 0644]
basis/io/files/unix/summary.txt [new file with mode: 0644]
basis/io/files/unix/tags.txt [new file with mode: 0644]
basis/io/files/unix/unix-docs.factor [new file with mode: 0644]
basis/io/files/unix/unix-tests.factor [new file with mode: 0644]
basis/io/files/unix/unix.factor [new file with mode: 0644]
basis/io/files/windows/files.factor [new file with mode: 0755]
basis/io/files/windows/nt/authors.txt [new file with mode: 0755]
basis/io/files/windows/nt/files-tests.factor [new file with mode: 0644]
basis/io/files/windows/nt/files.factor [new file with mode: 0755]
basis/io/files/windows/nt/tags.txt [new file with mode: 0644]
basis/io/files/windows/tags.txt [new file with mode: 0644]
basis/io/launcher/launcher.factor
basis/io/launcher/unix/authors.txt [new file with mode: 0755]
basis/io/launcher/unix/parser/parser-tests.factor [new file with mode: 0644]
basis/io/launcher/unix/parser/parser.factor [new file with mode: 0644]
basis/io/launcher/unix/parser/tags.txt [new file with mode: 0644]
basis/io/launcher/unix/tags.txt [new file with mode: 0644]
basis/io/launcher/unix/unix-tests.factor [new file with mode: 0644]
basis/io/launcher/unix/unix.factor [new file with mode: 0644]
basis/io/launcher/windows/authors.txt [new file with mode: 0755]
basis/io/launcher/windows/nt/authors.txt [new file with mode: 0755]
basis/io/launcher/windows/nt/nt-tests.factor [new file with mode: 0644]
basis/io/launcher/windows/nt/nt.factor [new file with mode: 0644]
basis/io/launcher/windows/nt/tags.txt [new file with mode: 0644]
basis/io/launcher/windows/nt/test/append.factor [new file with mode: 0644]
basis/io/launcher/windows/nt/test/env.factor [new file with mode: 0644]
basis/io/launcher/windows/nt/test/stderr.factor [new file with mode: 0644]
basis/io/launcher/windows/tags.txt [new file with mode: 0644]
basis/io/launcher/windows/windows-tests.factor [new file with mode: 0644]
basis/io/launcher/windows/windows.factor [new file with mode: 0644]
basis/io/mmap/mmap.factor
basis/io/mmap/unix/authors.txt [new file with mode: 0755]
basis/io/mmap/unix/tags.txt [new file with mode: 0644]
basis/io/mmap/unix/unix.factor [new file with mode: 0644]
basis/io/mmap/windows/authors.txt [new file with mode: 0755]
basis/io/mmap/windows/tags.txt [new file with mode: 0644]
basis/io/mmap/windows/windows.factor [new file with mode: 0644]
basis/io/monitors/linux/linux-tests.factor [new file with mode: 0644]
basis/io/monitors/linux/linux.factor [new file with mode: 0644]
basis/io/monitors/linux/tags.txt [new file with mode: 0644]
basis/io/monitors/macosx/macosx.factor [new file with mode: 0644]
basis/io/monitors/macosx/tags.txt [new file with mode: 0644]
basis/io/monitors/monitors.factor
basis/io/monitors/windows/nt/authors.txt [new file with mode: 0755]
basis/io/monitors/windows/nt/nt-tests.factor [new file with mode: 0644]
basis/io/monitors/windows/nt/nt.factor [new file with mode: 0755]
basis/io/monitors/windows/nt/tags.txt [new file with mode: 0644]
basis/io/pipes/pipes.factor
basis/io/pipes/unix/pipes-tests.factor [new file with mode: 0644]
basis/io/pipes/unix/pipes.factor [new file with mode: 0644]
basis/io/pipes/unix/tags.txt [new file with mode: 0644]
basis/io/pipes/windows/nt/authors.txt [new file with mode: 0755]
basis/io/pipes/windows/nt/pipes.factor [new file with mode: 0644]
basis/io/pipes/windows/nt/tags.txt [new file with mode: 0644]
basis/io/sockets/secure/secure.factor
basis/io/sockets/secure/unix/debug/debug.factor [new file with mode: 0644]
basis/io/sockets/secure/unix/tags.txt [new file with mode: 0644]
basis/io/sockets/secure/unix/unix-tests.factor [new file with mode: 0644]
basis/io/sockets/secure/unix/unix.factor [new file with mode: 0644]
basis/io/sockets/sockets.factor
basis/io/sockets/unix/authors.txt [new file with mode: 0644]
basis/io/sockets/unix/summary.txt [new file with mode: 0644]
basis/io/sockets/unix/tags.txt [new file with mode: 0644]
basis/io/sockets/unix/unix.factor [new file with mode: 0644]
basis/io/sockets/windows/nt/authors.txt [new file with mode: 0755]
basis/io/sockets/windows/nt/nt.factor [new file with mode: 0644]
basis/io/sockets/windows/nt/tags.txt [new file with mode: 0644]
basis/io/sockets/windows/tags.txt [new file with mode: 0644]
basis/io/sockets/windows/windows.factor [new file with mode: 0644]
basis/io/unix/authors.txt [deleted file]
basis/io/unix/backend/authors.txt [deleted file]
basis/io/unix/backend/backend.factor [deleted file]
basis/io/unix/backend/summary.txt [deleted file]
basis/io/unix/backend/tags.txt [deleted file]
basis/io/unix/bsd/authors.txt [deleted file]
basis/io/unix/bsd/bsd.factor [deleted file]
basis/io/unix/bsd/tags.txt [deleted file]
basis/io/unix/epoll/authors.txt [deleted file]
basis/io/unix/epoll/epoll.factor [deleted file]
basis/io/unix/epoll/tags.txt [deleted file]
basis/io/unix/files/authors.txt [deleted file]
basis/io/unix/files/bsd/bsd.factor [deleted file]
basis/io/unix/files/bsd/tags.txt [deleted file]
basis/io/unix/files/files-docs.factor [deleted file]
basis/io/unix/files/files-tests.factor [deleted file]
basis/io/unix/files/files.factor [deleted file]
basis/io/unix/files/freebsd/freebsd.factor [deleted file]
basis/io/unix/files/freebsd/tags.txt [deleted file]
basis/io/unix/files/linux/linux.factor [deleted file]
basis/io/unix/files/linux/tags.txt [deleted file]
basis/io/unix/files/macosx/macosx.factor [deleted file]
basis/io/unix/files/macosx/tags.txt [deleted file]
basis/io/unix/files/netbsd/netbsd.factor [deleted file]
basis/io/unix/files/netbsd/tags.txt [deleted file]
basis/io/unix/files/openbsd/openbsd.factor [deleted file]
basis/io/unix/files/openbsd/tags.txt [deleted file]
basis/io/unix/files/summary.txt [deleted file]
basis/io/unix/files/tags.txt [deleted file]
basis/io/unix/files/unique/tags.txt [deleted file]
basis/io/unix/files/unique/unique.factor [deleted file]
basis/io/unix/freebsd/freebsd.factor [deleted file]
basis/io/unix/freebsd/tags.txt [deleted file]
basis/io/unix/kqueue/authors.txt [deleted file]
basis/io/unix/kqueue/kqueue.factor [deleted file]
basis/io/unix/kqueue/tags.txt [deleted file]
basis/io/unix/launcher/authors.txt [deleted file]
basis/io/unix/launcher/launcher-tests.factor [deleted file]
basis/io/unix/launcher/launcher.factor [deleted file]
basis/io/unix/launcher/parser/parser-tests.factor [deleted file]
basis/io/unix/launcher/parser/parser.factor [deleted file]
basis/io/unix/launcher/parser/tags.txt [deleted file]
basis/io/unix/launcher/tags.txt [deleted file]
basis/io/unix/linux/authors.txt [deleted file]
basis/io/unix/linux/linux.factor [deleted file]
basis/io/unix/linux/monitors/monitors-tests.factor [deleted file]
basis/io/unix/linux/monitors/monitors.factor [deleted file]
basis/io/unix/linux/monitors/tags.txt [deleted file]
basis/io/unix/linux/tags.txt [deleted file]
basis/io/unix/macosx/macosx.factor [deleted file]
basis/io/unix/macosx/monitors/monitors.factor [deleted file]
basis/io/unix/macosx/monitors/tags.txt [deleted file]
basis/io/unix/macosx/tags.txt [deleted file]
basis/io/unix/mmap/authors.txt [deleted file]
basis/io/unix/mmap/mmap.factor [deleted file]
basis/io/unix/mmap/tags.txt [deleted file]
basis/io/unix/multiplexers/epoll/authors.txt [deleted file]
basis/io/unix/multiplexers/epoll/epoll.factor [deleted file]
basis/io/unix/multiplexers/epoll/tags.txt [deleted file]
basis/io/unix/multiplexers/kqueue/authors.txt [deleted file]
basis/io/unix/multiplexers/kqueue/kqueue.factor [deleted file]
basis/io/unix/multiplexers/kqueue/tags.txt [deleted file]
basis/io/unix/multiplexers/multiplexers.factor [deleted file]
basis/io/unix/multiplexers/run-loop/run-loop.factor [deleted file]
basis/io/unix/multiplexers/run-loop/tags.txt [deleted file]
basis/io/unix/multiplexers/select/authors.txt [deleted file]
basis/io/unix/multiplexers/select/select.factor [deleted file]
basis/io/unix/multiplexers/select/tags.txt [deleted file]
basis/io/unix/netbsd/netbsd.factor [deleted file]
basis/io/unix/netbsd/tags.txt [deleted file]
basis/io/unix/openbsd/openbsd.factor [deleted file]
basis/io/unix/openbsd/tags.txt [deleted file]
basis/io/unix/pipes/pipes-tests.factor [deleted file]
basis/io/unix/pipes/pipes.factor [deleted file]
basis/io/unix/pipes/tags.txt [deleted file]
basis/io/unix/select/authors.txt [deleted file]
basis/io/unix/select/select.factor [deleted file]
basis/io/unix/select/tags.txt [deleted file]
basis/io/unix/sockets/authors.txt [deleted file]
basis/io/unix/sockets/secure/debug/debug.factor [deleted file]
basis/io/unix/sockets/secure/secure-tests.factor [deleted file]
basis/io/unix/sockets/secure/secure.factor [deleted file]
basis/io/unix/sockets/secure/tags.txt [deleted file]
basis/io/unix/sockets/sockets.factor [deleted file]
basis/io/unix/sockets/summary.txt [deleted file]
basis/io/unix/sockets/tags.txt [deleted file]
basis/io/unix/summary.txt [deleted file]
basis/io/unix/tags.txt [deleted file]
basis/io/unix/unix-tests.factor [deleted file]
basis/io/unix/unix.factor [deleted file]
basis/io/windows/authors.txt [deleted file]
basis/io/windows/files/files.factor [deleted file]
basis/io/windows/files/tags.txt [deleted file]
basis/io/windows/files/unique/tags.txt [deleted file]
basis/io/windows/files/unique/unique.factor [deleted file]
basis/io/windows/launcher/authors.txt [deleted file]
basis/io/windows/launcher/launcher-tests.factor [deleted file]
basis/io/windows/launcher/launcher.factor [deleted file]
basis/io/windows/launcher/tags.txt [deleted file]
basis/io/windows/mmap/authors.txt [deleted file]
basis/io/windows/mmap/mmap.factor [deleted file]
basis/io/windows/mmap/tags.txt [deleted file]
basis/io/windows/nt/authors.txt [deleted file]
basis/io/windows/nt/backend/authors.txt [deleted file]
basis/io/windows/nt/backend/backend.factor [deleted file]
basis/io/windows/nt/backend/tags.txt [deleted file]
basis/io/windows/nt/files/authors.txt [deleted file]
basis/io/windows/nt/files/files-tests.factor [deleted file]
basis/io/windows/nt/files/files.factor [deleted file]
basis/io/windows/nt/files/tags.txt [deleted file]
basis/io/windows/nt/launcher/authors.txt [deleted file]
basis/io/windows/nt/launcher/launcher-tests.factor [deleted file]
basis/io/windows/nt/launcher/launcher.factor [deleted file]
basis/io/windows/nt/launcher/tags.txt [deleted file]
basis/io/windows/nt/launcher/test/append.factor [deleted file]
basis/io/windows/nt/launcher/test/env.factor [deleted file]
basis/io/windows/nt/launcher/test/stderr.factor [deleted file]
basis/io/windows/nt/monitors/authors.txt [deleted file]
basis/io/windows/nt/monitors/monitors-tests.factor [deleted file]
basis/io/windows/nt/monitors/monitors.factor [deleted file]
basis/io/windows/nt/monitors/tags.txt [deleted file]
basis/io/windows/nt/nt.factor [deleted file]
basis/io/windows/nt/pipes/authors.txt [deleted file]
basis/io/windows/nt/pipes/pipes.factor [deleted file]
basis/io/windows/nt/pipes/tags.txt [deleted file]
basis/io/windows/nt/privileges/privileges.factor [deleted file]
basis/io/windows/nt/privileges/tags.txt [deleted file]
basis/io/windows/nt/sockets/authors.txt [deleted file]
basis/io/windows/nt/sockets/sockets.factor [deleted file]
basis/io/windows/nt/sockets/tags.txt [deleted file]
basis/io/windows/nt/summary.txt [deleted file]
basis/io/windows/nt/tags.txt [deleted file]
basis/io/windows/privileges/privileges.factor [deleted file]
basis/io/windows/privileges/tags.txt [deleted file]
basis/io/windows/sockets/sockets.factor [deleted file]
basis/io/windows/sockets/tags.txt [deleted file]
basis/io/windows/summary.txt [deleted file]
basis/io/windows/tags.txt [deleted file]
basis/io/windows/windows.factor [deleted file]
basis/prettyprint/backend/backend.factor
basis/prettyprint/prettyprint.factor
basis/smtp/server/server.factor
basis/tools/deploy/macosx/macosx.factor
basis/tools/files/unix/unix.factor
basis/unix/groups/groups.factor
basis/unix/process/process.factor
basis/unix/stat/stat.factor
basis/unix/unix.factor
basis/unix/users/users.factor
core/checksums/checksums.factor
core/io/files/files-docs.factor
core/io/files/files-tests.factor
core/io/files/files.factor
core/io/io-tests.factor
core/io/pathnames/pathnames-docs.factor [new file with mode: 0644]
core/io/pathnames/pathnames-tests.factor [new file with mode: 0644]
core/io/pathnames/pathnames.factor [new file with mode: 0644]
core/source-files/source-files.factor
core/syntax/syntax-docs.factor
core/syntax/syntax.factor
core/vocabs/loader/loader.factor