This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pod2html output concerns
[perl5.git] / t /
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...
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
next