Complex tweakery.
[p5sagit/p5-mst-13.2.git] / t / op /
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...
2000-03-13 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-13 Gurusamy Sarathy final touches for lexical warnings (from Paul Marquess)
2000-03-13 Gurusamy Sarathy the premature FREETMPS calls in change#1187 weren't...
2000-03-13 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-12 Gurusamy Sarathy another optimized-OP_SASSIGN bug: ops that were not...
2000-03-11 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-11 Gurusamy Sarathy another long-standing eval bug: return doesn't reset...
2000-03-11 Gurusamy Sarathy change#3511 was not defensive enough about try blocks...
2000-03-11 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-11 Gurusamy Sarathy failed hunk in change#5644
2000-03-11 Gurusamy Sarathy fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)
2000-03-11 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-03-09 Jarkko Hietaniemi Remove an obsolete note.
2000-03-05 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-05 Gurusamy Sarathy integrate cfgperl contents into mainline; add new tests...
2000-03-05 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-05 Gurusamy Sarathy scan_num() sticks to UVs rather than IVs (now -21474836...
2000-03-03 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-03 Gurusamy Sarathy support for list assignment to pseudohashes (from John...
2000-03-03 Gurusamy Sarathy integrate cfgperl and vmsperl contents into mainline
2000-03-03 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-03 Gurusamy Sarathy /(?p{})/ changed to /(??{})/, per Larry's suggestion...
2000-03-03 Jarkko Hietaniemi cosmetics
2000-03-03 Jarkko Hietaniemi detypo
2000-03-02 Jarkko Hietaniemi Further long double patches from Spider Boardman.
2000-03-02 Gurusamy Sarathy integrate cfgperl changes into mainline
2000-03-02 Jarkko Hietaniemi Remove the pack.t kludge introduced to fudge the test
2000-03-02 Charles Bailey Take advantage of new subprocess invocation (Charles...
2000-03-01 Jarkko Hietaniemi Make file sparseness detection more portable (Scott...
2000-03-01 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-01 Gurusamy Sarathy consolidated VMS patches (from Craig A. Berry
2000-02-29 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-02-28 Jarkko Hietaniemi Lift the 32-bit straightjacket from bit ops;
2000-02-28 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-28 Gurusamy Sarathy make stringwise bitops work properly on utf8 strings
2000-02-28 Charles Bailey Minor test updates to accomodate new subprocess invocation
2000-02-26 Gurusamy Sarathy integrate cfgperl changes into mainline
2000-02-24 Jarkko Hietaniemi The op/stat.t patch in #5341 wasn't robust enough,
2000-02-24 Fifer, Eric cygwin port
2000-02-24 Jarkko Hietaniemi MPE/ix patches from Mark Bixby.
2000-02-24 Lupe Christoph Get -lbind if available. Add pointer to perldelta...
2000-02-24 Gurusamy Sarathy integrate cfgperl changes into mainline
2000-02-23 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-23 Gurusamy Sarathy per Larry's idea, parse 1.2.3 as v1.2.3; C<require...
2000-02-22 Jarkko Hietaniemi The subtests 28 and 31 were wrong. Tightened also...
2000-02-22 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-22 Gurusamy Sarathy allow C<print v10>, $h{v13.10} etc.
2000-02-21 Gurusamy Sarathy remove dual-valueness of v-strings (i.e., they are...
2000-02-21 Gurusamy Sarathy generalize "%v" format into a flag for any integral...
2000-02-21 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-20 Gurusamy Sarathy lexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathy default mkdir() mode argument to 0777
2000-02-19 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-19 Gurusamy Sarathy tests, doc tweak (from Gisle Aas)
2000-02-19 Gurusamy Sarathy fix bug in backtracking optimizer (from Makoto Ishisone
next