This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #113812] Handle null CvOUTSIDE in cv_clone
[perl5.git] / t / op /
2012-06-26 Father Chrysostomos[perl #113812] Handle null CvOUTSIDE in cv_clone
2012-06-26 Jesse Luehrsfix test from previous commit
2012-06-26 Jesse Luehrsfix memory leak in @INC filters that die [perl #92252]
2012-06-26 Nicholas ClarkIn t/op/stat.t, ensure that the output of ls is not...
2012-06-26 Tony Cook[perl #45173] port the test to MSWin32
2012-06-26 Jesse Luehrsfix stack handling in write() [perl #73690]
2012-06-25 Jesse Luehrsallow "my ()" [perl #113554]
2012-06-24 Father ChrysostomosDon’t crash with ()=&CORE::srand
2012-06-24 Jesse Luehrswarn when srand overflows [perl #40605]
2012-06-24 Jesse Luehrsdon't let arriving signals reset $@ [perl #45173]
2012-06-23 Father Chrysostomos[perl #112966] Crash on delete local; other local bugs
2012-06-23 Jesse Luehrsalso make sure ->isa works on undeclared packages
2012-06-23 Jesse Luehrsall packages can do methods in UNIVERSAL [perl #47113]
2012-06-22 Vincent PitReset the iterator when an array is cleared
2012-06-20 Father Chrysostomos[perl #89544] Non-eval closures don’t need CvOUTSIDE
2012-06-20 Father Chrysostomosclosure.t: load test.pl at BEGIN time
2012-06-20 Eric BrineRT#113730 - $@ should be cleared on "do" IO error.
2012-06-20 Nicholas ClarkMore tests in t/op/arith.t for constant folding of...
2012-06-19 Nicholas ClarkIn t/op/arith.t, tryeq_sloppy() wasn't correctly handli...
2012-06-17 Brian Fraserrequire should die if a file exists but can't be read.
2012-06-15 Father ChrysostomosTests for perl #94476
2012-06-13 David Mitchellmake OP_REGCRESET only for taint handling
2012-06-13 David Mitchelladd some more tests for PL_cv_has_eval
2012-06-13 David MitchellFix up runtime regex codeblocks.
2012-06-13 David MitchellMostly complete fix for literal /(?{..})/ blocks
2012-06-13 David Mitchellmake re_evals be seen by the toker/parser
2012-06-11 Karl Williamsonop/eval.t: Change test
2012-06-11 Karl WilliamsonPATCH: [perl #113584] tr/// multiple transliterations
2012-06-08 Father ChrysostomosMake __SUB__ work in special blocks
2012-06-07 Father ChrysostomosMake warn treat $@=3 and $@="3" the same
2012-06-07 Father Chrysostomospp_negate: Support magic big ints as strings
2012-06-07 Father Chrysostomospp_negate and the Unicode Bug
2012-06-07 Father ChrysostomosFix perl #57706 for magical vars: -"-10"
2012-06-07 Father Chrysostomospp_negate: Don’t treat nummified str as num
2012-06-07 Father Chrysostomos[perl #109542] Make num ops treat $1 as "$1"
2012-06-07 Father ChrysostomosMake warn handle magic vars (fixes [perl #97480])
2012-06-07 Father ChrysostomosMake UNIVERSAL::can treats str and num the same way
2012-06-07 Father ChrysostomosUse the same top format error for ""
2012-06-07 Father ChrysostomosGet rid of ‘Not a format reference’
2012-06-06 Father Chrysostomosstash.t: 2 TODO tests I missed
2012-06-05 Dominic HargreavesCheck for linuxthreads with POSIX semantics
2012-06-05 Father Chrysostomos[perl #113486] pp_ctl.c: Don’t assume CopSTASH is a...
2012-06-05 Father Chrysostomosstash.t: Un-TODO passing tests
2012-06-02 Nicholas ClarkIf kill 0, PPID works, use it to avoid race conditions...
2012-06-02 Nicholas ClarkIn t/op/getppid.t remove most race conditions by signal...
2012-06-02 Nicholas ClarkIn t/op/getppid.t, die if any pipe close fails.
2012-05-31 Nicholas ClarkUse is() and isnt() in t/op/filetest.t, in place of...
2012-05-31 Nicholas ClarkIn t/op/filetest.t, test -s -f 'TEST' against the size...
2012-05-31 Nicholas ClarkIn t/op/filetest.t, use the tempfile instead of t/TEST...
2012-05-31 Nicholas ClarkIn t/op/filetest.t, use one temporary file for testing...
2012-05-31 Nicholas ClarkIn t/op/filetest.t, simplify the logic for testing...
2012-05-31 Nicholas ClarkIn t/op/filetest.t, simplify the skip logic when testin...
2012-05-30 Father ChrysostomosDon’t clone closures in rv2cv
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-29 Father ChrysostomosMake &CORE::undef(\*_) undefine it properly
2012-05-29 Father Chrysostomos&CORE::undef should be an lvalue sub
2012-05-29 Father ChrysostomosAdd &CORE::undef
2012-05-29 Father ChrysostomosAdd &CORE::study
2012-05-29 Father ChrysostomosAdd &CORE::split
2012-05-29 Father ChrysostomosAdd &CORE::scalar
2012-05-29 Father ChrysostomosAdd &CORE::prototype
2012-05-29 Father ChrysostomosAdd &CORE::pos
2012-05-29 Father ChrysostomosAdd &CORE::glob
2012-05-29 Father ChrysostomosAdd &CORE::exists
2012-05-29 Father ChrysostomosAdd &CORE::delete
2012-05-29 Father ChrysostomosAdd &CORE::defined
2012-05-29 Father Chrysostomoscoresubs.t: Explicitly skip all unsupported keywords
2012-05-29 Father Chrysostomoscoreamp.t: Explicitly skip all unsupported keywords
2012-05-29 Father ChrysostomosAdd protos for positive keywords
2012-05-26 Brian FraserTest case for [perl #9391]
2012-05-25 Brian FraserFix for [perl #8931], call magic only once for join...
2012-05-25 Karl WilliamsonDeprecate literal unescaped "{" in regexes.
2012-05-24 Marcus Holland-Moritz[perl #60204] Unhelpful error message from unpack
2012-05-22 Father ChrysostomosDon’t crash with &CORE::foo after undefining *_
2012-05-22 Father ChrysostomosMake while(each ...) imply defined($_ = ...)
2012-05-22 Father Chrysostomosoverride.t: Remove obsolete comment
2012-05-22 Father Chrysostomosrequire_errors.t: Test <> error
2012-05-22 Father ChrysostomosAllow require_errors.t to be run from the top level
2012-05-22 Father Chrysostomoscoreamp.t: rename badly-named tests
2012-05-22 Father Chrysostomoscproto.t: Add tests for BEGIN, etc.
2012-05-22 Father ChrysostomosMake cproto.t more stringent
2012-05-22 Father ChrysostomosMake pos(@array) and pos(%hash) into errors
2012-05-21 Father ChrysostomosDon’t let method-BLOCK read beyond the stack
2012-05-21 Father ChrysostomosMake lvalue subs copy returned PADTMPs in rvalue cx
2012-05-21 Father ChrysostomosXS-APItest/t/hash.t: comment typo
2012-05-21 Father ChrysostomosProduce the right error for goto "\0"
2012-05-21 Father Chrysostomos[perl #111794] Make goto "" like goto ${\""}
2012-04-26 Karl Williamsonutf8.c: refactor utf8n_to_uvuni()
2012-04-26 Christian Hansenutf8.h: Use correct UTF-8 downgradeable definition
2012-04-14 David Mitchellop/sigdispatch.t: skip tests on prodn releases
2012-04-07 Brian FraserFix for perl #112316: Wrong behavior regarding labels...
2012-03-29 Father Chrysostomos[perl #111864] Don’t leave obj on stack for -x $overloaded
2012-03-28 Father Chrysostomos[perl #111462] Don’t leak eval "" op tree when croaking
2012-03-27 Father Chrysostomos[perl #111656] tie_fetch_count.t: Suppress ‘glob failed’
2012-03-11 Tony Cook[rt #111654] properly propgate tainted errors
2012-03-11 Tony Cook[rt #111654] TODO test for tainted die propagation
2012-03-01 Father Chrysostomos[perl #107366] Allow attributes to set :lvalue on defin...
2012-02-27 Nicholas ClarkThe parser should always close the file handle that...
2012-02-25 Zeframdon't taint $$ determined by getpid()
2012-02-25 Zeframdelay allocating trans table until needed
next