[patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
[p5sagit/p5-mst-13.2.git] / t / op / misc.t
2000-12-10 Jarkko Hietaniemi Test case for #8066.
2000-12-01 Jarkko Hietaniemi Retract #7941. Forbidding subs m/s/etc is too cruel...
2000-12-01 Jarkko Hietaniemi (Retracted by #7943.)
2000-11-04 Nick Ing-Simmons Integrate mainline again
2000-11-04 Jarkko Hietaniemi Dying is too strict here, better just skip.
2000-11-04 Jarkko Hietaniemi Locale tweakery. Add test case for bug id 20000809...
2000-10-20 Charles Bailey SYN SYN
2000-10-16 Nicholas Clark Detect early whether the std streams have gone bad.
2000-08-29 Mike Guy Use minimal @INC in tests, most of the time just '...
2000-08-17 Jarkko Hietaniemi Tweak the regex compilation errors once more.
2000-08-16 Lupe Christoph Change the regx compilation error markers to use =...
2000-08-09 Jeffrey Friedl Re: enhanced(?) regex error messages
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-01 Tom Hughes The test from this
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-28 Gurusamy Sarathy under useithreads, constant pad entries could inadverte...
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 M. J. T. Guy Do not assume sign propagation.
2000-04-24 Gurusamy Sarathy arrange for next() to resume at the unstack op rather...
2000-03-12 Gurusamy Sarathy another optimized-OP_SASSIGN bug: ops that were not...
2000-03-11 Gurusamy Sarathy change#3511 was not defensive enough about try blocks...
2000-03-03 Gurusamy Sarathy /(?p{})/ changed to /(??{})/, per Larry's suggestion...
2000-02-28 Jarkko Hietaniemi Lift the 32-bit straightjacket from bit ops;
2000-02-09 Charles Bailey Resync with mainline
2000-01-26 Gurusamy Sarathy s/STOP/CHECK/ blocks
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-04 Gurusamy Sarathy make uninitialized value warnings report opcode
1999-11-14 Gurusamy Sarathy fix bug in change#4515 (STOP blocks now see @ARGV like...
1999-09-29 Charles Bailey resync with mainline
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-18 Gurusamy Sarathy tweak some op names in change#4177 (will any of this...
1999-09-17 Michael G. Schwern More descriptive names for operators.
1999-09-05 Jarkko Hietaniemi Time is not yet ripe.
1999-09-04 Jarkko Hietaniemi use integer on the problematic subtest.
1999-09-04 Jarkko Hietaniemi Enable 64-bit clean bit ops.
1999-07-23 Hugo van der Sanden applied suggested patch for tracking line numbers corre...
1999-03-26 Gurusamy Sarathy specify type of bracket in "Unmatched bracket" diagnostic;
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-14 Gurusamy Sarathy allow C<select('foo')> to autovivify *foo (SelectSaver...
1999-02-12 Ilya Zakharevich Remove extraneous sh in test suites
1999-02-12 Gurusamy Sarathy make testsuite somewhat location independent
1999-02-12 Gurusamy Sarathy fix ops that are not filehandle constructors to not...
1999-01-02 Jarkko Hietaniemi Object destruction order testing.
1998-10-30 Jarkko Hietaniemi There can be multiple yacc/bison errors.
1998-10-28 Jarkko Hietaniemi The "parse error" must be converted to "syntax error",
1998-10-28 Jarkko Hietaniemi Bison says 'parse error', not 'parser error'.
1998-10-26 Jarkko Hietaniemi More robustness.
1998-10-17 Jarkko Hietaniemi More robust yacc/bison failure output handling.
1998-10-14 Gurusamy Sarathy let docatch() pass the buck when restartop turns out...
1998-08-02 Jarkko Hietaniemi support OE/MVS
1998-07-11 Ilya Zakharevich add patch, along with all the missing bits, and doc...
1998-07-09 Gurusamy Sarathy merge changes from maintbranch (1354, and relevant...
1998-07-06 Gurusamy Sarathy allow eval-groups in patterns only if they C<use re...
1998-05-14 Gurusamy Sarathy [win32] merge change#896 from maintbranch
1998-04-03 Jan-Pieter Cornet Perl 5.005b1t2/perl5.004_63 (resend)
1998-03-02 Roderick Schertler [win32] another 'old' patch
1998-02-12 Jarkko Hietaniemi [PATCH] 5.004_58: the locale.t problem in IRIX
1998-02-06 Ilya Zakharevich 5.004_56: Patch to Tie::Hash and docs
1997-11-22 Gurusamy Sarathy - shift() inside BEGIN|END|INIT now shifts @ARGV instea...
1997-11-19 Ilya Zakharevich Jumbo regexp patch applied (with minor fix-up tweaks):
1997-11-10 Gurusamy Sarathy Initial (untested) merge of all non-ansi changes on...
1997-10-31 Nick Ing-Simmons Further ANSI changes now builds and passes (most) tests
1997-09-05 Perl 5 Porters [inseparable changes from patch to perl 5.004_04]
1997-04-22 Perl 5 Porters [inseparable changes from match from perl-5.003_97g...
1997-04-22 Doug MacEachern Support PRINTF for tied handles
1997-03-22 Perl 5 Porters [inseparable changes from match from perl-5.003_94...
1997-03-08 Perl 5 Porters [inseparable changes from match from perl-5.003_93...
1997-03-06 Perl 5 Porters [inseparable changes from match from perl-5.003_92...
1997-03-06 Doug MacEachern Support READ and GETC for tied handles
1997-02-21 Hugo van der Sanden Add test for grep() and wantarray
1997-02-04 Perl 5 Porters [inseparable changes from patch from perl5.003_24 to...
1997-01-29 Chip Salzenberg Prevent premature death of @_ during leavesub
1997-01-25 Perl 5 Porters [inseparable changes from patch from perl5.003_22 to...
1997-01-15 Perl 5 Porters [inseparable changes from patch from perl5.003_20 to...
1997-01-04 Perl 5 Porters [inseparable changes from patch from perl5.003_18 to...
1996-12-31 Perl 5 Porters [inseparable changes from patch from perl5.003_17 to...
1996-12-27 Chip Salzenberg Test C< ()=() >
1996-12-06 Perl 5 Porters [inseparable changes from patch from perl5.003_10 to...
1996-08-29 Sven Verdoolaege more TIEHANDLE
1996-08-25 Perl 5 Porters Add support for tied filehandles.
1995-05-30 Andy Dougherty This is my patch patch.1i for perl5.001.
1994-10-17 Larry Wall perl 5.000