Integrate mainline
[p5sagit/p5-mst-13.2.git] / t / op /
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...
2000-04-28 Gurusamy Sarathy under useithreads, constant pad entries could inadverte...
2000-04-27 Gurusamy Sarathy allow sort() reentrancy (variant of patch suggested by
2000-04-27 Gurusamy Sarathy fix for failure to match $foo =~ /(?i)/ (from Ilya...
2000-04-27 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-27 Gurusamy Sarathy tolerate spaces in group names in test on solaris ...
2000-04-27 Gurusamy Sarathy better diagnostics on failed tests (from Ilya Zakharevich)
2000-04-27 Gurusamy Sarathy longstanding bug exposed by change#3307: sort arguments...
2000-04-26 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-04-26 Jarkko Hietaniemi Undo "use integer" addition from 64bitint as it seems
2000-04-24 Mark P Lutz Various Unicos 10.0.0.6 fixes.
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 fix RE brokenness on refs/overloaded things (from Ilya...
2000-04-24 Gurusamy Sarathy arrange for next() to resume at the unstack op rather...
2000-04-24 Gurusamy Sarathy Larry's fix for buggy propagation of utf8-ness in join...
2000-04-24 Gurusamy Sarathy fix totally broken caching in UNIVERSAL::isa() (from
2000-03-31 Jarkko Hietaniemi Typo in #5905.
2000-03-31 Jarkko Hietaniemi Fix for "[ID 20000329.080] quad printing does not work...
2000-03-22 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-22 Gurusamy Sarathy rename tests to more appropriate names
2000-03-21 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-21 Gurusamy Sarathy integrate cfgperl and vmsperl contents into mainline
2000-03-20 Jarkko Hietaniemi detypo
2000-03-19 Jarkko Hietaniemi Fix the socklen default type (from Laszlo Molnar;
2000-03-19 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-19 Gurusamy Sarathy taint.t shouldn't fail where IPC::SysV unavailable
2000-03-19 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-03-19 Gurusamy Sarathy fix sort optimizer to not hang inside loops
2000-03-19 Jarkko Hietaniemi Taint msgrcv() messages; general SysV IPC cleanup.
2000-03-19 Jarkko Hietaniemi Taint shmread().
2000-03-19 Jarkko Hietaniemi Taint also the passwd field of the getpw*().
2000-03-18 Jarkko Hietaniemi The #5805 requires a test change, too.
2000-03-17 Charles Bailey Quick pre-release fixes: clean up results in...
2000-03-17 Jarkko Hietaniemi Make the test easier to use.
2000-03-15 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-14 Gurusamy Sarathy test case for change#5700 (from M. J. T. Guy)
2000-03-14 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-13 Gurusamy Sarathy lexical warnings update for docs and tests (from Paul...
next