This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c:incline: Avoid duplicate symbol lookup
[perl5.git] / t /
2013-08-05 Father ChrysostomosMake eval "#line" account for ${"_<foo"} changes
2013-08-05 Father ChrysostomosPrevent __FILE__ corruption when ${"_<..."} is modified
2013-08-04 Father ChrysostomosTest that __PACKAGE__ is read-only
2013-08-02 James E KeenanRegression tests for 4 cases reported by Philip Hazel++.
2013-08-01 Nicholas ClarkSet a large thread stack when running the regex tests...
2013-07-31 Karl WilliamsonPATCH: [perl #119101] Extraneous warnings in Parse...
2013-07-31 David MitchellHandle /[#]/ and /[(?#]/ with code blocks
2013-07-30 David MitchellRT #118213: handle $r=qr/.../; /$r/p properly
2013-07-30 Karl WilliamsonRegen t/porting/known_pod_issues.dat.
2013-07-28 Father Chrysostomos[perl #119055] Make qq with no vars read-only
2013-07-28 Father Chrysostomos[perl #119051] Fix crash with \&$glob_copy
2013-07-28 David Mitchellfix COW match capture optimisation
2013-07-28 David Mitchellfix /test_bootstrap.t under -DPERL_NO_COW
2013-07-28 David Mitchellregexec(): use regtry(&s) not regtry(&startpos)
2013-07-28 David Mitchells/.(?=.\G)/X/g: refuse to go backwards
2013-07-28 David Mitchellregexec(): fix ganch and till settings
2013-07-28 David Mitchellfix intuit_start() with \G
2013-07-28 Yves Ortonfix 114884 positive GPOS lookbehind regex substitution...
2013-07-28 David Mitchelladd some basic floating /\G/ tests
2013-07-28 David Mitchellfix /.\G/ under threading
2013-07-26 Father ChrysostomosStop op freeing from interfering with sub(){42} mutability
2013-07-26 Father Chrysostomosfresh_perl.t: Make the test for #3066 more explicit
2013-07-26 Father ChrysostomosStop shared hash key TARGs from being shared
2013-07-26 Father Chrysostomos[perl #79908] Stop sub inlining from breaking closures
2013-07-26 Father ChrysostomosMake sub(){42} return a mutable value
2013-07-26 Father ChrysostomosAllow stash elems to be array refs
2013-07-26 Father Chrysostomos[perl #78194] Make re-evals copy PADTMPs
2013-07-26 Father Chrysostomos[perl #78194] Make sort copy PADTMPs
2013-07-26 Father Chrysostomos[perl #78194] Make x copy PADTMPs in lv cx
2013-07-26 Father Chrysostomos[perl #78194] Make list slices copy PADTMPs in lv cx
2013-07-26 Father ChrysostomosStop folding of ops from changing mutability
2013-07-26 Father Chrysostomos[perl #78194] Make foreach copy pad tmps
2013-07-26 Father Chrysostomos[perl #3105] Make 1..3 modification safe
2013-07-26 Father Chrysostomos[perl #78194] Make sub calls copy pad tmps
2013-07-26 Father Chrysostomos[perl #78194] Make grep/map copy pad tmps
2013-07-26 Father Chrysostomosop.c: Stop copying constants under ithreads
2013-07-26 Father ChrysostomosChange the tests for #3105 into to-dos
2013-07-26 Father ChrysostomosTo-do test for #109746
2013-07-26 Father ChrysostomosTest (im)mutability of constants and constant-like...
2013-07-26 Father ChrysostomosTest !0 and !1 immutability and singletonness
2013-07-26 Father ChrysostomosTest that literal numbers and strings are read-only
2013-07-26 Father ChrysostomosTo-do tests for perl #78194
2013-07-26 Father Chrysostomosref.t: To-do test for retvals of folded ops
2013-07-26 Father Chrysostomossub.t: To-do test for recursive shared-hash-keys TARGs
2013-07-24 Nicholas ClarkGenerate the lib/ cleanup rules in the Win32 Makefiles...
2013-07-24 Nicholas ClarkGenerate the lib/ cleanup rules in Makefile.SH automati...
2013-07-24 Nicholas ClarkRefactor t/porting/regen.t to check everything (and...
2013-07-24 Nicholas ClarkSyntax check regen/uconfig_h.pl using t/porting/utils.t
2013-07-24 Tony Cookjoin() with an empty list and undef separator may not...
2013-07-24 Victor EfimovAdd some edge cases to join.t test
2013-07-24 Neil BowersFor changelogs suggest name it Changes and follow CPAN...
2013-07-23 Father Chrysostomospos.t: test something I almost broke
2013-07-23 Father Chrysostomos[perl #72766] Allow huge pos() settings
2013-07-23 Karl Williamsonepigraphs.pod: Fix too long verbatim lines
2013-07-23 Tony Cook[perl #116190] feed an empty stdin to run_multiple_prog...
2013-07-23 Tony Cook[perl #116190] -F and -a now imply -n
2013-07-23 Tony Cook[perl #116190] use the true and trusted fresh_perl_is()
2013-07-23 Aristotle PagaltzisMake the -F switch imply -a
2013-07-22 Nicholas ClarkAvoid read-after-free in S_scan_heredoc() if the termin...
2013-07-22 Chris 'BinGOs' Wil... Update Module-Build to CPAN version 4.007
2013-07-22 Nicholas ClarkReport useful file names and line numbers from run_mult...
2013-07-22 Nicholas ClarkRemove a duplicate test separator "########\n" line...
2013-07-22 Nicholas ClarkMerge the file parsing code for run_multiple_progs...
2013-07-22 Nicholas ClarkMove file parsing code from t/lib/common.pl to t/test.pl
2013-07-22 Nicholas ClarkRefactor the setup code in t/lib/common.pl
2013-07-22 Nicholas Clarklib/warnings.t should actually run the test in t/lib...
2013-07-19 Karl WilliamsonMove some tests from cpan/version to t/run
2013-07-17 Father ChrysostomosAllow => to quote built-in keywords across lines
2013-07-16 Nicholas ClarkMove version from lib/ to cpan/
2013-07-16 Father Chrysostomos[perl #27010] Make tie work through defelems
2013-07-16 Father Chrysostomos[perl #77814] Make defelems propagate pos
2013-07-16 Father ChrysostomosMake set-magic handle vstrings properly
2013-07-16 Father Chrysostomost/op/array.t: remove ‘no warnings "deprecated"’
2013-07-13 Peter Martini[perl #118567] Add a warning for prototypes if a missing
2013-07-13 Father Chrysostomosdiag.t: Handle ckWARN2reg_d properly
2013-07-13 Father ChrysostomosRevert "Allow => to quote built-in keywords across...
2013-07-13 Father Chrysostomos[perl #118857] Test punct vars’ exemption from ‘once...
2013-07-13 Father Chrysostomos[perl #113932] Make UNIVERSAL::can("STDOUT"...) work
2013-07-13 Father ChrysostomosAllow => to quote built-in keywords across lines
2013-07-13 Father Chrysostomost/base/lex.t: Test pyoq with comment before delim
2013-07-12 Father Chrysostomosswitchd.t: correct bug number
2013-07-12 Father Chrysostomos[perl #118627] Don’t do COW when creating ${"_<-e"}[0]
2013-07-11 Peter MartiniSplit the handling for "Illegal character" and "Illegal...
2013-07-10 Peter Martini'Prototype after' and 'Illegal character' warnings...
2013-07-10 Father ChrysostomosMake method lookup treat *foo as \*foo
2013-07-09 Father Chrysostomosmethod.t: Correct miniperl skip count
2013-07-09 Father Chrysostomos[perl #113932] UNIVERSAL::can with globs and globrefs
2013-07-07 Craig A. BerryRemove trailing dots in t/porting/readme.t on VMS.
2013-07-07 Nicholas ClarkInvert the build logic for miniperlmain.c and ExtUtils...
2013-07-07 Father Chrysostomosto-do tests for #113932 (UNIVERSAL::can and handles)
2013-07-06 Father Chrysostomos[perl #117917] /(?{ m|...| }) (?{ $1 })/
2013-07-05 Nicholas ClarkMove File::Find from lib/ to ext/
2013-07-05 Peter MartiniIntroduce validate_proto / stop stripping spaces
2013-07-04 Karl WilliamsonPATCH: [perl #114178] di/ds/ig exempt from warnings...
2013-07-04 Karl Williamsont/lib/warnings/utf8: Fix improper TODO test
2013-07-02 Nicholas ClarkMove VMS::Filespec from vms/ext to ext/
2013-07-02 Nicholas ClarkSkip most of FindExt's tests for troublesome configurat...
2013-07-02 Nicholas ClarkIn FindExt.t, move the main loop's comparison logic...
2013-07-02 Nicholas ClarkMinor refactors to FindExt's test, removing code duplic...
2013-07-02 Nicholas ClarkThanks to FindExt::apply_config() we're now able to...
next