]> gitweb.factorcode.org Git - factor.git/commit
move null streams to core and make them not depend on io.styles and io.timeouts,...
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 30 Jan 2009 00:33:19 +0000 (18:33 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 30 Jan 2009 00:33:19 +0000 (18:33 -0600)
commitc253cd854a44078df02c7eaa84445773530d63ad
tree564ca1f4088de8c4a1d158faf305da8de222ca7c
parentdbddd6ad0dfde55d47d6cd7b37add195074106db
move null streams to core and make them not depend on io.styles and io.timeouts, initialize the std streams to null-streams on windows in win32 mode
12 files changed:
basis/io/backend/windows/nt/nt.factor
basis/io/streams/null/authors.txt [deleted file]
basis/io/streams/null/null-docs.factor [deleted file]
basis/io/streams/null/null-tests.factor [deleted file]
basis/io/streams/null/null.factor [deleted file]
basis/io/timeouts/timeouts.factor [changed mode: 0644->0755]
core/io/backend/backend.factor
core/io/streams/c/c.factor
core/io/streams/null/authors.txt [new file with mode: 0755]
core/io/streams/null/null-docs.factor [new file with mode: 0644]
core/io/streams/null/null-tests.factor [new file with mode: 0644]
core/io/streams/null/null.factor [new file with mode: 0644]