Re: OS/2 patch for _27
authorIlya Zakharevich <ilya@math.ohio-state.edu>
Fri, 21 Feb 1997 00:24:16 +0000 (19:24 -0500)
committerChip Salzenberg <chip@atlantic.net>
Fri, 21 Feb 1997 16:41:00 +0000 (04:41 +1200)
commit833d3f255ed68b969f062cec63d33f853ed9237c
tree7044a95399517db454204a93c706eccf7dd55546
parentd53f8f1cc3de155a009198bbc7c01e2741aa70ac
Re: OS/2 patch for _27

The bulk of this patch is README.os2 which has a lot of formatting
stripped (it is at the end). The rest (340 lines of -u) is quite simple.

INSTALL
t/harness documented.
lib/Test/Harness.pm
Can test files with -T on hash-bang line.
Gets more info from tests which coredump.
Will not try to load Devel::CoreStack on each test.
os2/Changes
Updated.
os2/OS2/PrfDB/t/os2_prfdb.t
File closed.
os2/os2.c
Poor-man's setup of environment if DLL run from non-conforming EXE.
os2/os2ish.h
Poor-man's setup of environment if DLL run from non-conforming EXE.
ALTERNATE_SHEBANG defined.
os2/perl2cmd.pl
Updated for ALTERNATE_SHEBANG.
perl.c
If ALTERNATE_SHEBANG defined, just ignore -S on the starting
line. (It might be already used by OS to start perl.)
pod/perldelta.pod
Malloc's PERL_DEBUG_MSTATS, EMERGENCY_SBR, PACK_MALLOC,
TWO_POT_OPTIMIZE documented.
t/harness
Does not require -I../lib any more.
t/op/magic.t
Now works under OS/2 with both tests.
t/TEST
Adds an advice to use
perl harness
to get better granularity.
README.os2
A lot of markup stripped (in the hope that smart converters
will add it back), minor updates.

p5p-msgid: <199702210024.TAA03174@monk.mps.ohio-state.edu>
13 files changed:
INSTALL
README.os2
lib/Test/Harness.pm
os2/Changes
os2/OS2/PrfDB/t/os2_prfdb.t
os2/os2.c
os2/os2ish.h
os2/perl2cmd.pl
perl.c
pod/perldelta.pod
t/TEST
t/harness
t/op/magic.t