This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
tolerate spaces in group names in test on solaris (from David Boyce
[perl5.git] / t / op /
2000-04-27 Gurusamy Sarathytolerate spaces in group names in test on solaris ...
2000-04-27 Gurusamy Sarathybetter diagnostics on failed tests (from Ilya Zakharevich)
2000-04-27 Gurusamy Sarathylongstanding bug exposed by change#3307: sort arguments...
2000-04-26 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-04-26 Jarkko HietaniemiUndo "use integer" addition from 64bitint as it seems
2000-04-24 Mark P LutzVarious Unicos 10.0.0.6 fixes.
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 M. J. T. GuyDo not assume sign propagation.
2000-04-24 Gurusamy Sarathyfix RE brokenness on refs/overloaded things (from Ilya...
2000-04-24 Gurusamy Sarathyarrange for next() to resume at the unstack op rather...
2000-04-24 Gurusamy SarathyLarry's fix for buggy propagation of utf8-ness in join...
2000-04-24 Gurusamy Sarathyfix totally broken caching in UNIVERSAL::isa() (from
2000-03-31 Jarkko HietaniemiTypo in #5905.
2000-03-31 Jarkko HietaniemiFix for "[ID 20000329.080] quad printing does not work...
2000-03-22 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-22 Gurusamy Sarathyrename tests to more appropriate names
2000-03-21 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-21 Gurusamy Sarathyintegrate cfgperl and vmsperl contents into mainline
2000-03-20 Jarkko Hietaniemidetypo
2000-03-19 Jarkko HietaniemiFix the socklen default type (from Laszlo Molnar;
2000-03-19 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-19 Gurusamy Sarathytaint.t shouldn't fail where IPC::SysV unavailable
2000-03-19 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-03-19 Gurusamy Sarathyfix sort optimizer to not hang inside loops
2000-03-19 Jarkko HietaniemiTaint msgrcv() messages; general SysV IPC cleanup.
2000-03-19 Jarkko HietaniemiTaint shmread().
2000-03-19 Jarkko HietaniemiTaint also the passwd field of the getpw*().
2000-03-18 Jarkko HietaniemiThe #5805 requires a test change, too.
2000-03-17 Charles Bailey Quick pre-release fixes: clean up results in...
2000-03-17 Jarkko HietaniemiMake the test easier to use.
2000-03-15 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-14 Gurusamy Sarathytest case for change#5700 (from M. J. T. Guy)
2000-03-14 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-13 Gurusamy Sarathylexical warnings update for docs and tests (from Paul...
2000-03-13 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-13 Gurusamy Sarathyfinal touches for lexical warnings (from Paul Marquess)
2000-03-13 Gurusamy Sarathythe premature FREETMPS calls in change#1187 weren't...
2000-03-13 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-12 Gurusamy Sarathyanother optimized-OP_SASSIGN bug: ops that were not...
2000-03-11 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-11 Gurusamy Sarathyanother long-standing eval bug: return doesn't reset...
2000-03-11 Gurusamy Sarathychange#3511 was not defensive enough about try blocks...
2000-03-11 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-11 Gurusamy Sarathyfailed hunk in change#5644
2000-03-11 Gurusamy Sarathyfix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)
2000-03-11 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-03-09 Jarkko HietaniemiRemove an obsolete note.
2000-03-05 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-05 Gurusamy Sarathyintegrate cfgperl contents into mainline; add new tests...
2000-03-05 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-05 Gurusamy Sarathyscan_num() sticks to UVs rather than IVs (now -21474836...
2000-03-03 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-03 Gurusamy Sarathysupport for list assignment to pseudohashes (from John...
2000-03-03 Gurusamy Sarathyintegrate cfgperl and vmsperl contents into mainline
2000-03-03 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-03 Gurusamy Sarathy/(?p{})/ changed to /(??{})/, per Larry's suggestion...
2000-03-03 Jarkko Hietaniemicosmetics
2000-03-03 Jarkko Hietaniemidetypo
2000-03-02 Jarkko HietaniemiFurther long double patches from Spider Boardman.
2000-03-02 Gurusamy Sarathyintegrate cfgperl changes into mainline
2000-03-02 Jarkko HietaniemiRemove the pack.t kludge introduced to fudge the test
2000-03-02 Charles BaileyTake advantage of new subprocess invocation (Charles...
2000-03-01 Jarkko HietaniemiMake file sparseness detection more portable (Scott...
2000-03-01 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-01 Gurusamy Sarathyconsolidated VMS patches (from Craig A. Berry
2000-02-29 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-02-28 Jarkko HietaniemiLift the 32-bit straightjacket from bit ops;
2000-02-28 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-28 Gurusamy Sarathymake stringwise bitops work properly on utf8 strings
2000-02-28 Charles BaileyMinor test updates to accomodate new subprocess invocation
2000-02-26 Gurusamy Sarathyintegrate cfgperl changes into mainline
2000-02-24 Jarkko HietaniemiThe op/stat.t patch in #5341 wasn't robust enough,
2000-02-24 Fifer, Ericcygwin port
2000-02-24 Jarkko HietaniemiMPE/ix patches from Mark Bixby.
2000-02-24 Lupe ChristophGet -lbind if available. Add pointer to perldelta...
2000-02-24 Gurusamy Sarathyintegrate cfgperl changes into mainline
2000-02-23 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-23 Gurusamy Sarathyper Larry's idea, parse 1.2.3 as v1.2.3; C<require...
2000-02-22 Jarkko HietaniemiThe subtests 28 and 31 were wrong. Tightened also...
2000-02-22 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-22 Gurusamy Sarathyallow C<print v10>, $h{v13.10} etc.
2000-02-21 Gurusamy Sarathyremove dual-valueness of v-strings (i.e., they are...
2000-02-21 Gurusamy Sarathygeneralize "%v" format into a flag for any integral...
2000-02-21 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-20 Gurusamy Sarathylexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathydefault mkdir() mode argument to 0777
2000-02-19 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-19 Gurusamy Sarathytests, doc tweak (from Gisle Aas)
2000-02-19 Gurusamy Sarathyfix bug in backtracking optimizer (from Makoto Ishisone
2000-02-19 Gurusamy Sarathyrename byte:: to bytes::
2000-02-19 Gurusamy Sarathysome fixes for mingw32/GCC (SETERRNO() still appears to
2000-02-18 Gurusamy Sarathystronger testcase for change#5126
2000-02-18 Gurusamy Sarathymake /\S/ match the same things /[\S]/ matches; likewis...
2000-02-17 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-17 Gurusamy Sarathyfix test that depends on op_dump() output
2000-02-15 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-15 Gurusamy Sarathyfix misoptimization of C<my($x,$y); $x = $y = 1 + ...
2000-02-15 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-14 Gurusamy Sarathyfix small interpreter leaks identified by Purify
2000-02-10 Jarkko HietaniemiIntegrate with Sarathy.
next