s/isspace/isSPACE/g and make sure the CRT version is always
authorGurusamy Sarathy <gsar@cpan.org>
Fri, 21 May 1999 23:36:49 +0000 (23:36 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Fri, 21 May 1999 23:36:49 +0000 (23:36 +0000)
commitde030af3419d6a4e465a5bde7cc2bada20a15fe8
treed5ce9170e8319d84cf60c4616bee9539ffc4af85
parentfa4e59440d916506469cd46950fc1c928f614950
s/isspace/isSPACE/g and make sure the CRT version is always
passed an unsigned char (fixes random occurrence of spaces in
arguments containing high-bit chars passed to spawned children,
on win32)

p4raw-id: //depot/perl@3445
ext/SDBM_File/sdbm/dbe.c
win32/perlhost.h
win32/win32.c