This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Use no_mg for 2nd fetch of pattern
[perl5.git] / t /
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-06-13 David MitchellIgnore code blocks within /[...]/
2012-06-13 David MitchellMostly complete fix for literal /(?{..})/ blocks
2012-06-13 David Mitchellre_eval and closures: add lots of TODO tests
2012-06-13 David Mitchelldisable lexing of (?{}) within \Q, \U etc
2012-06-13 David Mitchellmake re_evals be seen by the toker/parser
2012-06-11 Karl WilliamsonRequire space between regex and following alnum operator
2012-06-11 Karl Williamsonop/eval.t: Change test
2012-06-11 Karl WilliamsonPATCH: [perl #113584] tr/// multiple transliterations
2012-06-08 Father ChrysostomosConstant folding for x
2012-06-08 Father ChrysostomosMake __SUB__ work in special blocks
2012-06-08 Karl WilliamsonExperimentally Use Unicode 6.2 beta
2012-06-07 Father ChrysostomosRemove droppings from t/
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 prototype call FETCH before checking CORE:: prefix
2012-06-07 Father ChrysostomosMake strict refs report $1 the same way as "$1"
2012-06-07 Father ChrysostomosMake open(... "<&", $fileno) respect magic
2012-06-07 Father Chrysostomosutil.c:report_evil_fh: Report name w/initial null
2012-06-07 Father Chrysostomosutil.c:report_wrongway_fh: Report name w/initial null
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-07 Father ChrysostomosAssertion failure with $/=*foo; warn;
2012-06-06 Father Chrysostomospending-author.t: Skip for lack of config
2012-06-06 Father Chrysostomosstash.t: 2 TODO tests I missed
2012-06-05 Dominic HargreavesCheck for linuxthreads with POSIX semantics
2012-06-05 Yves Ortonmake TRIE nodes "absorb" NOTHING->EXACT sequences
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 Karl Williamsonpodcheck.t: white-space only: indent properly
2012-06-02 Karl Williamsonperl.pod: Remove reference to specific Unicode version
2012-06-02 Karl Williamsonfold_grind.t: DEBUG mode should automatically give...
2012-06-02 Karl Williamsonuni/fold.t: Improve some handling of older Unicodes
2012-06-02 Karl Williamsonuni/fold.t: Add details to some test names
2012-06-02 Karl Williamsonfold_grind.t: white-space, comments only
2012-06-02 Karl Williamsonreg_fold.t: Allow to work on early Unicodes
2012-06-02 Karl Williamsonuni/fold.t: Use Unicode::UCD::casefolds() for inputs
2012-06-02 Karl Williamsont/uni/case.pl: Allow to work on early Unicodes
2012-06-02 Karl Williamsont/uni/case.pl: Use warnings and strict
2012-06-02 Karl Williamsonreg_fold.t: Fix test to work on EBCDIC platform
2012-06-02 Karl Williamsonreg_fold.t: Allow to work on early Unicodes
2012-06-02 Karl Williamsonfold_grind.t: Allow to work on early Unicodes
2012-06-02 Karl Williamsonfold_grind.t: read environment variable just once
2012-06-02 Karl Williamsonpodcheck.t: Fix more transitory file problems
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-31 Nicholas Clarkt/porting/checkcase.t shouldn't scan .git for case...
2012-05-31 Nicholas Clarkt/porting/checkcase.t should find() from the top level...
2012-05-30 Father ChrysostomosDon’t clone closures in rv2cv
2012-05-30 Father ChrysostomosRemove ‘Runaway prototype’ warning
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-29 Father Chrysostomos[perl #97478] Make ‘Can’t find opnumber’ UTF-8- and...
2012-05-29 Father Chrysostomosbproto.t: Test pos(1,$b)
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-28 Father ChrysostomosAdd test for [perl #113400]
2012-05-28 Tony Cook[perl #112272] return EEXIST on link() to an existing...
2012-05-28 Tony Cook[perl #112272] test link()'s error returns (TODO)
2012-05-26 Brian FraserFix for [perl #9423] vec assignments generate 2 warnings
2012-05-26 Brian FraserTest case for [perl #9391]
2012-05-25 Zeframremove deprecated qw-as-parens behaviour
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-25 Ricardo Signesadd Version::Requirements as a known linkable-to lib
2012-05-25 Ricardo SignesRevert "t/porting/checkcase.t should skip directories"
2012-05-24 Marcus Holland-Moritz[perl #60204] Unhelpful error message from unpack
2012-05-23 Karl Williamsonpodcheck.t: Try harder to avoid transitory failure
2012-05-23 Karl Williamsonpodcheck.t: Add label to 'next' stmts for clarity
2012-05-23 Father Chrysostomosperlfunc: long lines
2012-05-22 Karl Williamsonperlebcdic: make verbatim line fit in 79 cols
2012-05-22 Karl Williamsonperlebcdic: Narrow table to fit in 79 columns
2012-05-22 Karl Williamsonpodcheck.t: Allow checking old perldelta
2012-05-22 Karl WilliamsonExperimentally add VT to \s definition
2012-05-22 Steve HayClose the filehandle actually being tested in uni/readl...
next