avoid negative return value from Win32::GetTickCount()
[p5sagit/p5-mst-13.2.git] / t /
1999-05-06 Nick Ing-Simmons open(FH,undef) # creates new_tmpfile opened read/write
1999-05-06 Gurusamy Sarathy compiler fixes from Vishal Bhatia <vishalb@hotmail...
1999-05-06 Gurusamy Sarathy additional test for IPC::Open3 (courtesy RonaldWS@aol...
1999-05-05 Gurusamy Sarathy upgrade Pod::Parser to v1.081 from CPAN
1999-05-02 Gurusamy Sarathy add test case for change#3298
1999-04-26 Gurusamy Sarathy allow embedded null characters in diagnostics
1999-04-25 Gurusamy Sarathy fix buggy reference count on refs to SVs with autoviv...
1999-04-24 Gurusamy Sarathy integrate cfgperl changes into mainline
1999-04-13 Jarkko Hietaniemi Add information about the two DEC C compiler optimizer...
1999-04-11 Jarkko Hietaniemi If both ways to call semctl are broken, skip the tests.
1999-04-03 Jarkko Hietaniemi Integrate from mainperl.
1999-04-02 Gurusamy Sarathy a typo in change#3205
1999-04-02 Gurusamy Sarathy make testsuite reflect change#3157 (Math::BigFloat...
1999-03-28 Jarkko Hietaniemi Integrate from mainperl.
1999-03-28 Gurusamy Sarathy integrate change#3179 from maint-5.005
1999-03-28 Gurusamy Sarathy fix bogus OPf_REF context for the BLOCK in C<grep BLOCK...
1999-03-26 Jarkko Hietaniemi Integrate from mainperl.
1999-03-26 Gurusamy Sarathy specify type of bracket in "Unmatched bracket" diagnostic;
1999-03-25 Russ Allbery [5.005_56] Add EXISTS to SDBM_File and libsdbm
1999-03-24 Jarkko Hietaniemi Integrate from mainperl.
1999-03-24 Charles Bailey applied suggested patch, modulo superseded parts
1999-03-24 Gurusamy Sarathy integrate changes#3116,3119 from maint-5.005
1999-03-24 Gurusamy Sarathy integrate change#3104 from maint-5.005
1999-03-24 Gurusamy Sarathy fix failure of C<&locked_sub;> under -Dusethreads
1999-03-24 Gurusamy Sarathy better "Illegal %s digit ignored" warnings
1999-03-24 Gurusamy Sarathy fix off-by-one that resulted in misparse of C</[\x...
1999-03-23 Gurusamy Sarathy File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
1999-03-23 Gurusamy Sarathy integrate cfgperl changes into mainline
1999-03-23 Gurusamy Sarathy add Pod-Parser-1.08 (verbatim module =include tests...
1999-03-23 Jarkko Hietaniemi Integrate from mainperl.
1999-03-23 Gurusamy Sarathy avoid typeglob persistence in pp_readline()
1999-03-17 Jarkko Hietaniemi Rhapsody change assumed too much.
1999-03-15 Wilfredo Sánchez First pass of integrating the Rhapsody port,
1999-03-10 Jarkko Hietaniemi Integrate from mainperl.
1999-03-09 Gurusamy Sarathy fix parsing of here documents in C<eval 's/.../<<FOO/e'>
1999-03-09 Gurusamy Sarathy adjust testsuite for change#3067
1999-03-05 Jarkko Hietaniemi Integrate from mainperl.
1999-03-05 Gurusamy Sarathy adjust timeouts to accomodate slow/busy systems
1999-03-04 Jarkko Hietaniemi Integrate from mainperl.
1999-03-04 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-03-04 Gurusamy Sarathy HP-UX has yet another spelling for /NaNQ?/
1999-03-04 Gurusamy Sarathy error-check for accept() test
1999-03-03 Jarkko Hietaniemi Use '!' to mark native integer packings instead of...
1999-03-01 Jarkko Hietaniemi Integrate from mainperl.
1999-02-28 Gurusamy Sarathy fix subtle bug in eval'' testsuite
1999-02-28 Gurusamy Sarathy avoid literal control characters in change#3039
1999-02-28 Gurusamy Sarathy todo item: permit extended control variables a la ...
1999-02-28 Gurusamy Sarathy fix longstanding bug: searches for lexicals originating...
1999-02-24 Jarkko Hietaniemi Integrate from mainperl.
1999-02-24 Gurusamy Sarathy integrate cfgperl contents
1999-02-24 M. J. T. Guy testsuite adjustments
1999-02-22 Paul Marquess DB_File 1.64 patch
1999-02-21 Jarkko Hietaniemi Sync cfgperl with maint-5.005 change #3000.
1999-02-20 Hugo van der Sanden test failures with MIME-tools-4.122 and perl 5.005_55
1999-02-19 Gurusamy Sarathy tweak RE for NaNQ? recognition
1999-02-19 Jarkko Hietaniemi pack/unpack better in (network-)short-non-16-bits and
1999-02-19 Gurusamy Sarathy bring '*' prototype closer to how it behaves internally
1999-02-18 Gurusamy Sarathy distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy...
1999-02-17 Hugo van der Sanden fix comppad handling for failures in eval 'qr/(?p{...
1999-02-16 Gurusamy Sarathy NaNQ? tweak
1999-02-16 Gurusamy Sarathy integrate change#2852 from maint-5.005; integrate cfgpe...
1999-02-15 Jarkko Hietaniemi The pack tests now better in C90 (after the packnative...
1999-02-15 Jarkko Hietaniemi Enhance the packnative patch: use the packnative code
1999-02-15 Jarkko Hietaniemi Integrate from mainperl.
1999-02-15 Gurusamy Sarathy allow /0|NaN/ on some bigfloatpm.t tests for portabilit...
1999-02-15 Jarkko Hietaniemi Integrate from mainperl.
1999-02-15 Gurusamy Sarathy change#2839 was bogus, redo
1999-02-15 Jarkko Hietaniemi support native integers, pack("L_",...) etc. (via priva...
1999-02-15 Steven Knight fix bugs in the handling of negative numbers, among...
1999-02-15 Hugo van der Sanden Re: .. misinterpreted as flipflop
1999-02-15 Hugo van der Sanden regexp flags bug
1999-02-14 Gurusamy Sarathy tweak select() test
1999-02-14 Gurusamy Sarathy allow C<select('foo')> to autovivify *foo (SelectSaver...
1999-02-14 Gurusamy Sarathy slurping an empty file should return '' rather than...
1999-02-13 Jan Dubois "goto must have label" message for C<goto ''>
1999-02-13 Jarkko Hietaniemi Integrate from mainperl.
1999-02-12 Gurusamy Sarathy allow boolean assign ops to be lvalues
1999-02-12 Ilya Zakharevich Remove extraneous sh in test suites
1999-02-12 Hugo van der Sanden update change#2670 to later version
1999-02-12 Gurusamy Sarathy make testsuite somewhat location independent
1999-02-12 Jarkko Hietaniemi Integrate from mainperl.
1999-02-12 Gurusamy Sarathy fh.t typo
1999-02-12 Gurusamy Sarathy fix ops that are not filehandle constructors to not...
1999-02-11 Jarkko Hietaniemi Integrate from mainperl.
1999-02-11 Adam Krolnik applied suggested patch; added tests
1999-02-11 Gurusamy Sarathy compatibility fix: magic non-propagation in foreach...
1999-02-09 Jarkko Hietaniemi Integrate from mainperl.
1999-02-09 Valeriy E. Ushakov a modified version of suggested patch for pack template...
1999-02-08 Stephen McCamant addendum to change#2823
1999-02-08 Jarkko Hietaniemi Integrate from mainperl.
1999-02-08 Ilya Zakharevich s/\ba/./g was over-optimized
1999-02-08 Ilya Zakharevich Fix list-context //g with zero-length matches
1999-02-08 Gurusamy Sarathy integrate cfgperl changes into mainline
1999-02-07 Ilya Zakharevich s/\ba/./g was over-optimized
1999-02-07 Ilya Zakharevich Fix list-context //g with zero-length matches
1999-02-07 Jarkko Hietaniemi Integrate from mainperl.
1999-02-07 Gurusamy Sarathy properly prototype check parenthesized unary ops (e...
1999-02-02 Jarkko Hietaniemi Do not use File::Slurp.
1999-02-02 Jarkko Hietaniemi Missed the html test from change #2787.
1999-02-02 Jarkko Hietaniemi Integrate from mainperl.
next