update to execute raw.

support reading from commands by adppending | to the filename.

support streaming reads from command.

Fix something to make rearead work better. (magically happened)
This commit is contained in:
Bernhard Amann 2012-03-20 12:07:37 -07:00
parent 88e0cea598
commit 08e1771682
12 changed files with 1364 additions and 360 deletions

View file

@ -186,7 +186,6 @@ enum Mode %{
MANUAL = 0,
REREAD = 1,
STREAM = 2,
EXECUTE = 3,
%}
module GLOBAL;