summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
...
* lvref.t: More parenthesized scalar ref testsFather Chrysostomos2014-10-101-1/+10
* lvref.t: Some assignments with mixed lhsFather Chrysostomos2014-10-101-3/+10
* Implement \my $x = ...Father Chrysostomos2014-10-101-2/+2
* lvref.t: Test \$foo = \*barFather Chrysostomos2014-10-101-1/+3
* lvref.t: To-do tests for foreach \Father Chrysostomos2014-10-101-1/+35
* lvret.t: To-do tests for \local $scalar=Father Chrysostomos2014-10-101-1/+5
* When making lex alias, don’t free old var too soonFather Chrysostomos2014-10-101-1/+11
* lvref.t: To-do test for PADSTALE handlingFather Chrysostomos2014-10-101-1/+19
* Simple package scalar lvalue refsFather Chrysostomos2014-10-101-3/+4
* lvref.t: Tests for error massagesFather Chrysostomos2014-10-101-2/+8
* lvref.t: Remove to-do and eval from passing testFather Chrysostomos2014-10-101-2/+6
* lvref.t: To-do tests for closuresFather Chrysostomos2014-10-101-1/+14
* To-do tests for scalar lvalue refsFather Chrysostomos2014-10-101-0/+78
* t/op/crypt.t: Perform SHA-256 algorithm if default one is disabledPetr Písař2014-10-091-5/+16
* Test preamble: explicit @INC, instead of unshift.Jarkko Hietaniemi2014-10-082-2/+2
* Test preamble: if requiring ./test.pl, needs chdir.Jarkko Hietaniemi2014-10-0813-0/+13
* Test preamble: unify to dot slash test dot plJarkko Hietaniemi2014-10-0836-36/+36
* Test preamble: unify chdir 't' if -d 't';Jarkko Hietaniemi2014-10-0827-27/+27
* attrs.t: Test that attr handlers can see prototypesFather Chrysostomos2014-10-081-0/+6
* The double-double mantissa precision ... it's complicated.Jarkko Hietaniemi2014-10-061-1/+16
* Make list assignment respect foreach aliasingFather Chrysostomos2014-10-021-1/+7
* Add tests for overriding <> versus rcatlineRafael Garcia-Suarez2014-10-011-4/+10
* Properly set the phase for END blocks run at the end of a pseudo-forkVincent Pit2014-09-281-0/+10
* Fix FETCH count for sprintf "...", $tiedFather Chrysostomos2014-09-271-1/+13
* Fix double FETCH with pack "w"Father Chrysostomos2014-09-271-1/+6
* [perl #12285] Fix str vs num inf/nan treatmentFather Chrysostomos2014-09-271-1/+50
* [perl #122845] Crash in recursion with ‘our’ varsFather Chrysostomos2014-09-261-1/+18
* infnan: more math tests, and make int(infnan) return infnan.Jarkko Hietaniemi2014-09-241-7/+64
* Make pack-as-int/sprintf-%c-ing/chr-ring inf/nan fatal.Jarkko Hietaniemi2014-09-232-150/+149
* Stop flip from returning the same scalar each timeFather Chrysostomos2014-09-221-1/+4
* Negation of "-e1" no more todo.Jarkko Hietaniemi2014-09-201-4/+0
* The number to skip is the second argument to skip().Craig A. Berry2014-09-201-3/+3
* negate.t: To-do tests for -"-e1"Father Chrysostomos2014-09-201-1/+7
* Fix read-only flag checks in lvalue sub exitFather Chrysostomos2014-09-201-1/+14
* Revert "Revert "infnan: more tests.""Father Chrysostomos2014-09-201-4/+65
* Revert "infnan: more tests."Jarkko Hietaniemi2014-09-191-65/+4
* quadmath: add test actually exercising this fancy precision.Jarkko Hietaniemi2014-09-191-1/+11
* quadmath strtoflt128 accepts false infinities.Jarkko Hietaniemi2014-09-191-2/+6
* infnan: more tests.Jarkko Hietaniemi2014-09-181-4/+65
* Skip no-common-vars optimisation for aliasesFather Chrysostomos2014-09-181-1/+10
* Make certain we have the top-level "lib" in @INC.Jarkko Hietaniemi2014-09-181-0/+1
* Perl RT #122761 - split /\A/ should not behave like split /^/mYves Orton2014-09-171-2/+5
* Do not test inf/nan if utterly broken.Jarkko Hietaniemi2014-09-161-2/+2
* Fix $DB::sub in DB::goto for lexical subsFather Chrysostomos2014-09-161-1/+19
* Make sort bareword respect lexical subsFather Chrysostomos2014-09-161-4/+9
* Make ‘No comma allowed’ respect lex subsFather Chrysostomos2014-09-161-1/+12
* lexsub.t: To-do tests for sort lex_subFather Chrysostomos2014-09-161-1/+14
* Exclude lex sub package name from (caller $n)[3]Father Chrysostomos2014-09-151-1/+9
* Fix assertion failure with undef &my_sub/&anonFather Chrysostomos2014-09-152-1/+22
* Teach ck_entersub_args_proto about non-GV namesFather Chrysostomos2014-09-151-1/+1