Win32 PerlIO intermediate state now working as expected.
authorNick Ing-Simmons <nik@tiuk.ti.com>
Wed, 22 Nov 2000 20:51:42 +0000 (20:51 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Wed, 22 Nov 2000 20:51:42 +0000 (20:51 +0000)
commit3789aae2a16ba33c51e31b2ff3418eaef6c2ff4d
tree9a12e3cda0e3055b8d5fbe9e0ad1e1ec9c904e14
parent778e6c4e916dc84b9dcf48eba0d7d07e9d98e21b
Win32 PerlIO intermediate state now working as expected.
  - In current state we are still using C runtime in text/binary
           mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
  - PERLIO=stdio and PERLIO=unix pass all expected tests.
         - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
           and PerlIO_seek() and the dummy crlf layer is not making adjustments
           for CRLF translation happening in C runtime. All other tests pass.

       Added note to README.win32 to point out the snags of doing a perl build
       with Norton AntiVirus turned on.

       Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
       which file a fail comes from.

       Updated "canned" config.h to match the one generated.

p4raw-id: //depot/perlio@7802
README.win32
perlio.c
t/pragma/warnings.t
win32/config_H.gc
win32/makefile.mk