Make catBytesFrom use dynamic buffering sizes to work with reads that are not a multiple of the chunksize. Document behavior. Restore original buffering afterwords.
Added discard command
Rename echoBytes to catBytes and add catBytesFrom
add echoBytes function
Added RunResult instance for IO (IO (String, ProcessStatus))
This permits one to fork a child process off into the background
Added a ShellCommand instance for (Handle -> Handle -> IO ())
This makes some nice low-level operations possible.
Revert "genericStringlikeO re-implemented in terms of genericStringlikeIO"
This reverts commit 23ed63809c30014799c2f1ad5c528719bba18c51.
The problem may be a synchronization issue lying elsewhere
Added a few bytestring tests, all pass
genericStringlikeO re-implemented in terms of genericStringlikeIO
The forkIO version was too unstable; various deadlocks and weird things happened.
Fix tests
Trying to resolve potential deadlock
Now make teeBS be lazy over its input, and add a FIFO-safe version
Export checkResults
Added support for more detailed returns
Revert changes to Core.hs
Rebuild with newer missingh
More tweaks
Bugfix: added a yield
Checkpointing more
Checkpointing
Initial work on non-forking genericStringlikeO
Tweaks to echo
Doc tweaks
Initial support for no-input funcs
1 2 3 ... 8 Next » (1-25/190) | Per page: 25, 50, 100