TMPFILE support
authorIlya Zakharevich <ilya@math.ohio-state.edu>
Wed, 7 Feb 1996 17:16:06 +0000 (12:16 -0500)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Wed, 7 Feb 1996 17:16:06 +0000 (12:16 -0500)
commite632a5f6ab0a453792bebdee829ccf5f39056657
treec15673424ed7f338a9901514e26f4d04ef8e8764
parent1193dd27ade65d48ff9917d545f844f2c8e15493
TMPFILE support

Currently on DOSISH machines a -e line with a syntax error results in
persisting pl234523 tmpfile. The patch below:

a) Cleans up the cleanup code;
b) Moves the TMPPATH specifics to header files.

I do not send patches for OS/2 files, since they are very much
reworked now, I only note that b) allows OS/2 startup to specify
TMPPATH to look to a $ENV{TMP} directory (instead of the current
directory, as it is now). Note that this allows now running -e perl
from read-only media.

Since there is no place now to have DOSISH _code_, as opposed to
_headers_, I leave the TMPPATH code on ./os2/os2.c, though it should
be common to DOS as well.

Enjoy,
Ilya
dosish.h
pp_ctl.c