This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Move 2 hdr inversion fields to SV hdr
[perl5.git] / t /
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...
2013-07-02 Daniel Dragan#118675 fix 4 porting/pod_rules.t uses different perl...
2013-07-01 Karl WilliamsonFix regex seqfault 5.18 regression
2013-07-01 Nicholas ClarkWe don't actually need to set $ENV{PERL} for the tests...
2013-07-01 Nicholas ClarkRemove Makefile targets and tools related to Irix and...
2013-07-01 Craig A. BerryMake t/comp/parser.t get the correct libraries.
2013-06-29 Brian Gottreuregenerate t/porting/known_pod_issues.dat
2013-06-29 Brian GottreuRun the pedantic checks when regenerating the database
2013-06-29 Ricardo Signesdo not worry about long verbatim lines w/o env var
2013-06-29 Ricardo SignesRevert "Make t/podcheck.t less sensitive"
2013-06-28 Father ChrysostomosReinstate UTF8f
2013-06-28 Tony Cookmake sure the prototype actually matches
2013-06-28 Brian Fraserpad.c, S_cv_clone: Maintain the utf8-ness of the cloned cv
2013-06-27 Brian Gottreut/porting/readme.t: Check Porting/README.pod consistency
2013-06-27 Peter Martinicv_ckproto should disregard spaces
2013-06-27 Karl Williamsont/re/reg_mesg.t: Add diagnostic output on some failures
2013-06-27 Father Chrysostomos[perl #117535, #76910] Fix bogus ambiguity warnings
2013-06-26 Father ChrysostomosPut all sort arguments in list context
2013-06-26 Father ChrysostomosPut sort arguments in lvalue context
2013-06-26 Father ChrysostomosIn-place sort should not leave array read-only
2013-06-26 Neil BowersAdded example usage and SEE ALSO links to similar modul...
2013-06-26 Karl WilliamsonRevert "UTF8f"
2013-06-25 Yves OrtonAdd tests for a backreference following a literal,...
2013-06-25 Yves OrtonFix rules for parsing numeric escapes in regexes origin/yves/for_karl_backrefs
2013-06-25 Karl Williamsonpodcheck.t: Re-enable --add_link
2013-06-23 Father Chrysostomosperldiag: Correct ‘Unknown Unicode option value’
2013-06-23 Father Chrysostomosperldiag: Document ‘SWASHNEW didn't return an HV ref’
2013-06-23 Father Chrysostomosperldiag: Correct ‘Repeated format line...’
2013-06-23 Father Chrysostomosperldiag: Correct ‘Perl %s required’
2013-06-23 Father Chrysostomosperldiag: Correct ‘Pattern subroutine nesting...’
2013-06-23 Father Chrysostomosdiag.t: Tolerate trailing spaces in C code
2013-06-23 Father Chrysostomosperldiag: Document mprotect errors
2013-06-23 Father Chrysostomosperldiag: Correct ‘length() used on %s’
2013-06-23 Father Chrysostomosperldiag: Document ‘internal %<num>p might conflict’
2013-06-23 Father Chrysostomosperldiag: Correct ‘Infinite recursion in regex’
2013-06-23 Father Chrysostomosperldiag: Correct ‘Don't know how to handle magic’
2013-06-23 Father ChrysostomosStop undef &foo from crashing on lex subs
2013-06-23 Father ChrysostomosRemove ‘Can't coerce readonly %s’ error
2013-06-23 Father ChrysostomosCopy scalar refs returned from @INC filters
2013-06-23 Father ChrysostomosStop ck_index from flattening other people’s SVs
2013-06-23 Father ChrysostomosStop fbm_compile from flattening refs
2013-06-23 Father Chrysostomosindex.t: Comment final brace
2013-06-23 Father ChrysostomosStop split from mangling constants
2013-06-22 Yves OrtonFix and add tests for *PRUNE/*THEN plus leading non...
2013-06-22 Peter MartiniTreat a consecutive semicolons in a prototype as 1
2013-06-21 Father Chrysostomosperldiag: Document ‘Can't call mro_method_changed_in()’
2013-06-20 Yves Ortonadd some tests for Perl #71922
2013-06-20 David Goldent/porting/customized.t: consistent data file sorting
2013-06-20 David GoldenUpdate Maintainers.PL for divergence from cpan
2013-06-19 Father Chrysostomos[perl #118047] Don’t warn for tr//a/c
2013-06-18 Father ChrysostomosUTF8f
2013-06-18 Lukas Maidon't crash on deep recursion warnings in lexical subs...
2013-06-18 Father Chrysostomossubst.t: Rename test
2013-06-18 Father Chrysostomosconcat2.t: Unskip an encoding.pm test
2013-06-18 Steve HayFix t\op\magic.t when building with ALL_STATIC=define...
2013-06-18 Karl Williamsonperllocale: Nits
2013-06-14 Tony Cookprevent a couple of porting test issues under PERL_UNICODE
2013-06-14 Ricardo Signesfix category on "Statement unlikely to be reached"
2013-06-13 Yves OrtonPossessive and non greedy quantifier modifiers are...
2013-06-12 Yves Ortondo not warn when optimizing away /x{0,0}?+/ and /x...
2013-06-12 Steve HayCorrections to 0511665b4b
2013-06-12 Marcel Gruenauerconverted t/win32.t/system* to test.pl style
2013-06-11 Nicholas ClarkTest that C<format ::Foo> is identical to C<format...
2013-06-11 Brian FraserTest that C<format 'Foo> is identical to C<format Foo>
2013-06-11 Karl WilliamsonQuantifier follows nothing in regex
2013-06-10 Father Chrysostomosperldiag: Document ‘Can't call mro_isa_changed_in’
2013-06-10 Father Chrysostomosdiag.t: Remove more nonexistent exceptions
2013-06-10 Father ChrysostomosMake ‘make regen’ regenerate the tree in perllexwarn
2013-06-10 Father Chrysostomosdiag.t: Remove nonexistent exception
2013-06-10 Father ChrysostomosStop /(a|b)(?=a){3}/ from warning twice
2013-06-10 Father ChrysostomosRemove ‘bad top format’ error
2013-06-09 Father Chrysostomosperldiag: Tweak ‘'%c' allowed only after types’
2013-06-09 Father Chrysostomospodcheck.t: Use scalar instead of array
2013-06-09 Father ChrysostomosFlush PL_stashcache on glob-to-glob assignment
2013-06-09 Father Chrysostomospodcheck.t: Output fixed problems as passing to-do...
2013-06-08 Father Chrysostomos[perl #117941] reset crashes when current stash is...
2013-06-08 Father Chrysostomos[perl #117941] eval crashes when current stash is freed
2013-06-08 Father Chrysostomos[perl #117941] Blessing into freed current stash
2013-06-08 Father Chrysostomos[perl #117941] Handle vivification crashing w/freed...
2013-06-08 Father Chrysostomos[perl #24482] Fix sort and require to treat CORE::...
2013-06-08 Father ChrysostomosAllow qr/(?[ [a] ])/ interpolation in (?[...])
2013-06-07 Father ChrysostomosStop delete local $ENV{foo} from leaking
2013-06-07 Father ChrysostomosDon’t leak when compiling /(?[\d\d])/
2013-06-07 Father ChrysostomosFree operand when encountering unmatched ')' in (?[])
2013-06-07 Father ChrysostomosStop /(?[\p{...}])/ compilation from leaking
2013-06-06 Father ChrysostomosStop (?[]) operators from leaking
2013-06-06 Father Chrysostomosperldiag: Document ‘Expecting '(?flags:(?[...'’
2013-06-06 H.Merijn BrandMerge remote-tracking branch 'remotes/origin/smoke...
2013-06-06 Father Chrysostomosdiag.t: Don’t confuse the two exception listse
2013-06-06 Father Chrysostomosdiag.t: Remove commented obsoleted by 62f5f54dc2d
2013-06-06 Father ChrysostomosDon’t leak the /(?[])/ parsing stack on error
2013-06-05 H.Merijn Branduse 'env' instead of 'echo' for %ENV tests in magic.t
2013-06-05 David Mitchellrequire.t: handle parallel runs
2013-06-05 David Mitchellmake some tests TODO under -DPERL_NO_COW
2013-06-05 Father Chrysostomosdtrace.t: Don’t rely on installed strict.pm
2013-06-05 Dagfinn Ilmari Man... [perl #118297] Fix interpolating downgraded variables...
next