(Retracted by #6660)
[p5sagit/p5-mst-13.2.git] / t / op /
2000-08-15 Dominic Dunlop (Retracted by #6660)
2000-08-15 Dominic Dunlop Don't blow limited stacks, a lower number is enough to
2000-08-14 Mike Guy @+, @- readonly (was Re: @<punct> interpolating in "")
2000-08-13 Mike Guy t/op/regmesg.t fails if REG_INFTY set
2000-08-11 Hugo van der Sanden Re: [ID 20000809.005] trouble with long string and...
2000-08-11 Hugo van der Sanden sleep(1) does not necessarily return 1.
2000-08-11 Mike Guy Fixes to looking-like-number to keep behaviour as it...
2000-08-10 Jarkko Hietaniemi Get back into sync with Jeffrey on the enhanced regex...
2000-08-10 Gurusamy Sarathy warn is a macro, avoid using at a variable to avoid...
2000-08-09 Jeffrey Friedl Re: enhanced(?) regex error messages
2000-08-08 Jarkko Hietaniemi Do away with array context, from Daniel Chetlin <daniel...
2000-08-08 Mike Guy Re: [ID 20000807.008] Double reads considered evil...
2000-08-08 Hugo van der Sanden Re: enhanced(?) regex error messages
2000-08-08 Hugo van der Sanden Augment #6539 a bit: don't croak if there's magic in...
2000-08-07 Jarkko Hietaniemi Make the test -w clean.
2000-08-07 Jarkko Hietaniemi use warnings instead of $^W.
2000-08-07 Jarkko Hietaniemi Disable a portability warning Because We Know What...
2000-08-07 Hugo van der Sanden Make bless(REF, REF) a fatal error, add bless tests.
2000-08-04 Mark Dickinson [ID 20000802.004] Tests op/grent.t and op/pwent.t fail...
2000-08-03 Dominic Dunlop Comings and goings in op/sprintf.t
2000-08-03 Hugo van der Sanden [ID 20000803.001] further regexp counting problems
2000-08-03 Jarkko Hietaniemi The subtest 4 may fail also on VOBS, as pointed out
2000-08-02 Lupe Christoph Better skip message for the test; one of the two proble...
2000-08-02 Hugo van der Sanden [ID 20000731.010] regex error
2000-08-01 Tom Hughes The test from this
2000-08-01 M. J. T. Guy allow non-variable as lhs of non-updating tr///
2000-07-30 Jarkko Hietaniemi A new version of the "remove UPPERACSE string comparison"
2000-07-28 Jarkko Hietaniemi Back out #6454, doesn't seem to work.
2000-07-27 Jarkko Hietaniemi Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
2000-07-26 Jarkko Hietaniemi Fix *foo{FORMAT}.
2000-07-26 Jarkko Hietaniemi More split() doc and test patches from Mike Guy.
2000-07-26 M. J. T. Guy split /^/
2000-07-25 M. J. T. Guy Make large file tests deal with SIGXFSZ
2000-07-24 M. J. T. Guy Test cases for #6431.
2000-07-24 Hugo van der Sanden Add tests for
2000-07-24 M. J. T. Guy The output might have been produced in the wrong order.
2000-07-14 Jarkko Hietaniemi The bug report
2000-07-14 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-07-14 Hugo van der Sanden Replace change #6337 with a better one.
2000-07-13 Hugo van der Sanden The {multiplier} of a fixed substring was overlooked...
2000-07-13 Jarkko Hietaniemi Integrate with Sarathy.
2000-07-12 Gurusamy Sarathy sprintf test tweaks (from Dominic Dunlop)
2000-07-12 Gurusamy Sarathy fix bugs in processing %v-*d and similar format specs...
2000-07-12 Gurusamy Sarathy get sprintf.t to adjust properly for 3-digit exponents
2000-07-11 Gurusamy Sarathy windows build tweaks (op/sprintf.t still fails tests...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6325..6373 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6268..6282 into mainline
2000-07-11 Gurusamy Sarathy delete new accidentally branched file
2000-07-11 Gurusamy Sarathy skip integrate of change#6267 from cfgperl into mainlin...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6252..6260 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl change#6250 into mainline
2000-07-11 Dominic Dunlop Make op/sprintf.t more comprehensive, take 2
2000-07-11 H.Merijn Brand Re: format bug report [Patch]
2000-07-11 Mark-Jason Dominus Be less forgiving about ambiguous and illegal tr ranges.
2000-07-11 Hugo van der Sanden [ID 20000701.002] Regular Expressions Not Unsetting...
2000-07-11 Hugo van der Sanden Precedence goof, fix based on
2000-07-06 Jarkko Hietaniemi Config is being used.
2000-07-04 Jarkko Hietaniemi Integrate with Sarathy.
2000-07-04 Gurusamy Sarathy better diagnostic on Frob->stuff() when Frob:: doesn...
2000-06-30 Jarkko Hietaniemi Integrate with Sarathy.
2000-06-30 Gurusamy Sarathy dounwind() may cause POPSUB() to diddle the wrong PL_curpad
2000-06-29 Nicholas Clark PATCH (Re: [ID 20000612.004] Should regression tests...
2000-06-29 Dominic Dunlop Make op/sprintf.t more comprehensive
2000-06-29 Doug MacEachern Re: [PATCH] Re: Speeding up method lookups
2000-06-28 Simon Cozens Re: [PATCH] pack('U',$foo) doesn't UTF8
2000-06-28 Jarkko Hietaniemi small thinko tweaks
2000-06-28 Simon Cozens tr///, help wanted.
2000-06-28 Doug MacEachern Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
2000-06-09 Jarkko Hietaniemi Rename the fdpid locking and integrate with Sarathy.
2000-06-08 Gurusamy Sarathy @_ can't have junk in it even in the non-USE_ITHREADS...
2000-06-01 Jarkko Hietaniemi Integrate with Sarathy.
2000-06-01 Gurusamy Sarathy vec() loses numericalness (modified version of patch...
2000-06-01 Gurusamy Sarathy counting tr/// corrupts later operation (from M.J.T...
2000-06-01 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-31 Gurusamy Sarathy buggy modulus on UVs introduced by change#3378 (resulted in
2000-05-31 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-31 Gurusamy Sarathy fix buggy multiline matching of C<"a\nxb\n" =~ /(?...
2000-05-31 Gurusamy Sarathy scalar() doesn't force scalar context when used in...
2000-05-31 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-05-28 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-28 Gurusamy Sarathy change#2879 broke rvalue autovivification of magicals...
2000-05-25 Charles Bailey Add missing escape (Charles Lane)
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-09 Jarkko Hietaniemi Test tweaking for Unicos continues.
2000-05-09 Jarkko Hietaniemi Hints and test tweaks for Unicos.
2000-05-07 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-07 Gurusamy Sarathy concat doesn't preserve utf8-ness, and doesn't invalidate
2000-05-07 Gurusamy Sarathy reverse() and quotemeta() weren't preserving utf8-ness...
2000-05-07 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-07 Gurusamy Sarathy repeat operator (x) doesn't preserve utf8-ness
2000-05-07 Gurusamy Sarathy substr() does not preserve utf8-ness (from Stefan Eissing
2000-05-06 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-05-02 Jarkko Hietaniemi Use setxxent()/endxxent().
2000-05-02 Jarkko Hietaniemi Test both the scalar and list contexts.
2000-05-02 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-02 Gurusamy Sarathy change#3798 broke the meaning of "\0_7_7", tr/\0_/...
2000-04-28 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-28 Gurusamy Sarathy fix for missed accounting for null byte in pack("Z...
2000-04-28 Gurusamy Sarathy qw(a\\b) must be parsed like 'a\\b', i.e., backslash...
next