[go: up one dir, main page]

Menu

Commit [4700cd] master  Maximize  Restore  History

Got some major updates in this.

First, to DrvBase, we made create virtual and overloaded and cleaned up TIOStatus.
Then we added TIOChain, a chainable interface to allow people to connect TIO's into one pipe. This takes the place of the original notify/query system.
We did some minor updates to regexp and util.
We got deflate and ascii85 drivers up and working, minus ascii85 encode. Sorry.

Jon Gentle Jon Gentle 2007-12-12

changed drv/os/linux/socket/drvsocket.pas
changed drv/os/universal/ascii85/drvascii85.pas
changed drv/os/universal/ascii85/t.dpr
changed drv/os/universal/deflate/drvdeflate.pas
changed drv/os/universal/deflate/t.dpr
changed drv/os/universal/rfb/drvrfb.pas
changed dwe/Makefile
changed dwe/dFile.pas
changed dwe/drvbase.pas
changed dwe/drvhelp.pas
changed dwe/drvmngr.pas
changed dwe/drvstd.pas
changed dwe/regexp.pas
changed dwe/util.pas