From: Jarkko Hietaniemi Date: Sat, 2 Aug 2003 06:01:27 +0000 (+0000) Subject: Add a message about the LC_ALL=C workaround (for non-core builds); X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d7358e6a423c6971725140629ee3e60d938c3458;p=p5sagit%2Fp5-mst-13.2.git Add a message about the LC_ALL=C workaround (for non-core builds); update Changes. p4raw-id: //depot/perl@20443 --- diff --git a/ext/Time/HiRes/Changes b/ext/Time/HiRes/Changes index 31a42e2..9a8e8af 100644 --- a/ext/Time/HiRes/Changes +++ b/ext/Time/HiRes/Changes @@ -1,5 +1,15 @@ Revision history for Perl extension Time::HiRes. +1.50 + - add a message (for non-core builds) to Makefile.PL about + the LC_ALL=C workaround + - &Time::HiRes::d_nanosleep was broken (perl change #20131) + - the nanosleep() probe was broken (perl change #20061) + - use existence instead of definedness for feature probes + (perl change #20043) + - MPE/iX tweak (perl change #20042) + - do not use HAS_NANOSLEEP (perl change #19898) + 1.49 - UVuf for non-IVSIZE platforms (from Keiichiro Nagano) - OS/2 can always mix subsecond sleeps with signals diff --git a/ext/Time/HiRes/Makefile.PL b/ext/Time/HiRes/Makefile.PL index 936f8e9..1226f74 100644 --- a/ext/Time/HiRes/Makefile.PL +++ b/ext/Time/HiRes/Makefile.PL @@ -444,6 +444,10 @@ sub main { unless ($ENV{PERL_CORE}) { print <