This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add Perl_current_re_engine() function
[perl5.git] / t / op /
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
2012-02-18 Craig A. BerryLonger filenames for while_readdir.t.
2012-02-16 Karl Williamsonpp_quote_meta: in locale, quote all UTF-8 Latin1 non...
2012-02-16 Karl Williamsonperl #77654: quotemeta quotes non-ASCII consistently
2012-02-15 Ævar Arnfjörð Bjar... Further eliminate POSIX-emulation under LinuxThreads
2012-02-15 Craig A. BerrySkip stat.t readability test on VMS.
2012-02-04 Father Chrysostomos[perl #109762] Stop !$^V from leaking
2012-02-02 Brian Frasert/op/method.t: Add tests for subless AUTOLOAD and DESTROY
2012-01-30 Father Chrysostomosstat.t: Use $>, not just $< for skipping
2012-01-29 Karl Williamsonlc.t: Add tests for previously broken IN_UNI_8_BIT
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
2012-01-29 Father Chrysostomos[perl #109264] ->method(my(...)) forcing lvalue cx
2012-01-28 Craig A. BerryAdjust skip counts in t/op/filetest_t.t.
2012-01-26 Rainer Tammerstat.t: Skip test when running as root
2012-01-24 Father ChrysostomosCall FETCH once for stacked filetest ops
2012-01-24 Reini Urbanskip sigdispatch.t on cygwin RT#88814
2012-01-24 Father Chrysostomos[perl #77388] Make stacked -t work
2012-01-24 Father Chrysostomos[rt.cpan.org #74289] Don’t make *CORE::foo read-only
2012-01-24 Leon TimmermansEnforce Any ~~ Object smartmatch precedence
2012-01-23 Father ChrysostomosDon’t allow read-only regexps to be tied
2012-01-22 Father Chrysostomos[perl #108794] Call special blocks in void context
2012-01-22 Father Chrysostomos[rt.cpan.org #72767] Don’t propagate warnings into...
2012-01-21 Craig A. BerryVMS-specific symlink tweak for stat.t
2012-01-20 Father Chrysostomos[perl #71002] stat() on unopened fh _
2012-01-18 Father Chrysostomos[perl #108480] $cow |= number undefines $cow
2012-01-18 Father Chrysostomos[perl #106726] Don’t crash on length(@arr) warning
next