This is a port of Tcl for DJGPP (the DOS/posix port of gcc) originally done
by Edevaldo Pereira <Edevaldo.Pereira@motorola.com> about September 2000.
This never had a home before.  A few changes from Tom Poindexter's 7.3 port
@ http://www.nyx.net/~tpoindex/tcl.html#mstcl were added, too.

Currently maintained by: David Gravereaux <davygrvy@pobox.com>

TODO:

1) Get [exec] and pipes to do something useful.  DOS isn't multi-tasking,
   per se.  pipes would need to be syncronous rather than async.

2) What to do about dlopen() and extensions ???  Invent a dynamic loading
   mechanism on top of DOS's overlays?  Use dxe?

Source for this port is contained in the CVS repository for Tcl.  Just do
a checkout for the 'contrib' module and it will add itself in.

Binaries and source for go32-v2.exe and emu387.dxe can be found with the
DJGPP port of gcc @ http://www.delorie.com/djgpp.  Although these do not
have to be built from scratch, the licensing requirements of distributing
them require me to mention this.