Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
[p5sagit/p5-mst-13.2.git] / t / op / misc.t
2001-08-11 Jarkko Hietaniemi Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quote...
2001-08-03 Craig A. Berry fix t/op/misc.t for VMS
2001-06-16 Jarkko Hietaniemi NetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-06-06 Jarkko Hietaniemi Integrate changes #10450 and #10451 from maintperl:
2001-06-06 Jarkko Hietaniemi Integrate change #10448 from maintperl; lexicals
2001-06-04 Jarkko Hietaniemi Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
2001-06-04 Jarkko Hietaniemi Test case for #10433/#10424.
2001-06-03 Jarkko Hietaniemi Integrate change #10394 from maintperl; lexical file...
2001-05-29 Jarkko Hietaniemi Add a test for 20010528.007, fixed in #10272.
2001-05-28 Jarkko Hietaniemi The #10251 wasn't quite up-to-the-code.
2001-05-28 Jarkko Hietaniemi Test case for 20010422.005, fixed by #10250.
2001-05-25 Hugo van der Sanden Re: [ID 20010506.041] segfault when matching utf8 string
2001-05-23 Hugo van der Sanden Re: [ID 20000716.007] \G in a m//g expression causes...
2001-05-17 Benjamin Sugars Test for bug 20010515.004
2001-05-16 Ronald J. Kimball Re: [PATCH] HERE mark in regex
2001-04-25 Philip Newton Re: [PATCH] foreach defelem magic should only be applie...
2001-04-23 Jarkko Hietaniemi Test case for #9800.
2001-04-18 Gisle Aas foreach defelem magic should only be applied to PL_sv_undef
2001-03-18 Jarkko Hietaniemi Sarathy's clear_pmop patch with Radu Greab's fix,
2001-01-24 Charles Bailey SYN SYN
2001-01-09 Jarkko Hietaniemi Allow the locale test needing POSIX and the taint test
2001-01-09 Charles Lane make t/op/misc.t work on VMS
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-21 Jarkko Hietaniemi Fix for 20001210.003, "write(FH) on closed FH causes...
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...
next