This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Store the raw bytes of the pid in PL_pidstatus, rather than the
authorNicholas Clark <nick@ccl4.org>
Wed, 26 Oct 2005 10:06:37 +0000 (10:06 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 26 Oct 2005 10:06:37 +0000 (10:06 +0000)
commit12072db584c2e01bfc16caa132da271f7ae8e5d9
tree96b84e27d6edea8a068d9e351e3b667cd231da9d
parent61f1c44bcd67853cdd813a8eb42caaa03746dbdb
Store the raw bytes of the pid in PL_pidstatus, rather than the
stringification, as removing the conversions saves time and code.

p4raw-id: //depot/perl@25853
util.c