summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* fix for missed accounting for null byte in pack("Z",...) (fromGurusamy Sarathy2000-04-281-2/+3
* qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapesGurusamy Sarathy2000-04-281-2/+2
* under useithreads, constant pad entries could inadvertently beGurusamy Sarathy2000-04-281-0/+7
* allow sort() reentrancy (variant of patch suggested byGurusamy Sarathy2000-04-271-1/+19
* fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)Gurusamy Sarathy2000-04-271-0/+1
* tolerate spaces in group names in test on solaris (from David BoyceGurusamy Sarathy2000-04-271-1/+2
* better diagnostics on failed tests (from Ilya Zakharevich)Gurusamy Sarathy2000-04-271-3/+5
* longstanding bug exposed by change#3307: sort arguments weren'tGurusamy Sarathy2000-04-271-1/+34
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-04-263-6/+19
|\
| * Undo "use integer" addition from 64bitint as it seemsJarkko Hietaniemi2000-04-261-2/+0
| * Various Unicos 10.0.0.6 fixes.Mark P Lutz2000-04-241-0/+2
| * Integrate with Sarathy.Jarkko Hietaniemi2000-04-244-4/+68
| * Do not assume sign propagation.M. J. T. Guy2000-04-242-4/+4
| * Typo in #5905.Jarkko Hietaniemi2000-03-311-1/+1
| * Fix for "[ID 20000329.080] quad printing does not work as documented",Jarkko Hietaniemi2000-03-311-2/+15
| * Integrate with Sarathy.Jarkko Hietaniemi2000-03-222-0/+0
| |\
| * \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-211-1/+1
| |\ \
| * | | detypoJarkko Hietaniemi2000-03-201-1/+1
| * | | Fix the socklen default type (from Laszlo Molnar;Jarkko Hietaniemi2000-03-191-3/+2
| * | | Integrate with Sarathy.Jarkko Hietaniemi2000-03-192-4/+16
| |\ \ \
* | | | | fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)Gurusamy Sarathy2000-04-241-1/+18
* | | | | arrange for next() to resume at the unstack op rather than theGurusamy Sarathy2000-04-241-0/+6
* | | | | Larry's fix for buggy propagation of utf8-ness in join(); add testGurusamy Sarathy2000-04-241-1/+6
* | | | | fix totally broken caching in UNIVERSAL::isa() (fromGurusamy Sarathy2000-04-241-2/+38
| |_|_|/ |/| | |
* | | | rename tests to more appropriate namesGurusamy Sarathy2000-03-222-0/+0
| |_|/ |/| |
* | | integrate cfgperl and vmsperl contents into mainlineGurusamy Sarathy2000-03-211-4/+3
|\ \ \ | |_|/ |/| |
| * | Quick pre-release fixes: clean up results in File::Spec::VMS andCharles Bailey2000-03-171-1/+1
* | | taint.t shouldn't fail where IPC::SysV unavailableGurusamy Sarathy2000-03-191-4/+7
* | | integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-192-5/+78
|\ \ \ | | |/ | |/|
| * | Taint msgrcv() messages; general SysV IPC cleanup.Jarkko Hietaniemi2000-03-191-7/+47
| * | Taint shmread().Jarkko Hietaniemi2000-03-191-1/+34
| * | Taint also the passwd field of the getpw*().Jarkko Hietaniemi2000-03-191-1/+1
| * | The #5805 requires a test change, too.Jarkko Hietaniemi2000-03-181-2/+2
| * | Make the test easier to use.Jarkko Hietaniemi2000-03-171-1/+1
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-03-151-1/+3
| |\ \
| * \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-148-39/+60
| |\ \ \
| * \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-132-9/+31
| |\ \ \ \
| * \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-131-0/+30
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Integrate with Sarathy.Jarkko Hietaniemi2000-03-112-1/+32
| |\ \ \ \ \
| * \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-111-1/+5
| |\ \ \ \ \ \
* | | | | | | | fix sort optimizer to not hang inside loopsGurusamy Sarathy2000-03-191-0/+9
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | test case for change#5700 (from M. J. T. Guy)Gurusamy Sarathy2000-03-141-1/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | lexical warnings update for docs and tests (from Paul Marquess)Gurusamy Sarathy2000-03-138-39/+60
| |_|_|_|/ |/| | | |
* | | | | final touches for lexical warnings (from Paul Marquess)Gurusamy Sarathy2000-03-131-8/+0
* | | | | the premature FREETMPS calls in change#1187 weren't defensive enoughGurusamy Sarathy2000-03-131-1/+31
| |_|_|/ |/| | |
* | | | another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEXGurusamy Sarathy2000-03-121-0/+30
| |_|/ |/| |
* | | another long-standing eval bug: return doesn't reset $@ correctlyGurusamy Sarathy2000-03-111-1/+25
* | | change#3511 was not defensive enough about try blocks, causingGurusamy Sarathy2000-03-111-0/+7
| |/ |/|
* | failed hunk in change#5644Gurusamy Sarathy2000-03-111-1/+1
* | fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)Gurusamy Sarathy2000-03-111-0/+4