summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* typo fixes for root level scriptsDavid Steinbrunner2013-05-221-0/+5
* regcomp.c: Actually emit proper warningKarl Williamson2013-05-222-1/+1
* More tests for the "Ambiguous use of ... resolved ..." warning S_scan_ident().Nicholas Clark2013-05-221-0/+15
* Refactor 3 tests so that they avoid clearing %:: via list assignment.Nicholas Clark2013-05-211-4/+5
* Test that caller does not SEGV when the current package is undefined.Nicholas Clark2013-05-211-1/+9
* As DO_BO_(UN)?PACK are now implemented with my_swabn(), simplify 'J' and 'j'.Nicholas Clark2013-05-201-2/+0
* Add regen/genpacksizetables.pl to t/porting/regen.tNicholas Clark2013-05-201-1/+1
* fold_grind.t: Add testsKarl Williamson2013-05-201-5/+63
* Fix multi-char fold edge caseKarl Williamson2013-05-201-0/+6
* t/re/fold_grind.t: White space onlyKarl Williamson2013-05-201-139/+154
* perlclib.pod: Fix too long verbatim linesKarl Williamson2013-05-201-1/+0
* t/porting/regen.t: Add file to checkKarl Williamson2013-05-201-1/+2
* t/TEST: Don't bail if fails in t/base unless minitestKarl Williamson2013-05-201-2/+5
* t/porting/bincompat.t: Typo in commentKarl Williamson2013-05-201-1/+1
* podcheck.t: Avoid misleading error messageKarl Williamson2013-05-201-4/+7
* lib/utf8.pm: Fix pod verbatim line wrapsKarl Williamson2013-05-201-1/+0
* Add missing test for regex parse errorKarl Williamson2013-05-201-0/+2
* perldelta: 5.19.0, shortest perldelta ever?v5.19.0Ricardo Signes2013-05-201-0/+1
* regenerate known pod issuesRicardo Signes2013-05-181-2/+1
* Removed cpan/Log-MessageChris 'BinGOs' Williams2013-05-182-1/+4
* Removed cpan/Log-Message-SimpleChris 'BinGOs' Williams2013-05-181-0/+1
* Remove cpan/Object-AccessorChris 'BinGOs' Williams2013-05-182-1/+1
* Remove cpan/Term-UIChris 'BinGOs' Williams2013-05-182-1/+2
* Remove cpan/Module-PluggableChris 'BinGOs' Williams2013-05-182-1/+3
* Remove cpan/Pod-LaTeX and pod2latex utilityChris 'BinGOs' Williams2013-05-181-1/+3
* Remove cpan/B-LintChris 'BinGOs' Williams2013-05-181-0/+2
* Remove cpan/Archive-ExtractChris 'BinGOs' Williams2013-05-182-1/+1
* Remove cpan/CPANPLUS and associated utilitiesChris 'BinGOs' Williams2013-05-184-8/+5
* fix extrefs text with SDK 2003Steve Hay2013-05-131-1/+9
* [perl #117141] sometimes we just can't make fork fail, skip the testTony Cook2013-05-131-0/+3
* Fix regex /il and /iaa failures for single element [] classKarl Williamson2013-05-091-2/+6
* porting/podcheck.t: improve diagnosticDavid Mitchell2013-05-091-2/+3
* Restore the warning previously issued by (-l $fh)Ricardo Signes2013-05-082-3/+12
* cleanup and test PERL_PERTURB_KEYS environment variable handlingYves Orton2013-05-081-1/+48
* Make it possible to disable and control hash key traversal randomizationYves Orton2013-05-072-5/+15
* make /(?p:...)/ keep RXf_PMf_KEEPCOPY flagDavid Mitchell2013-05-061-1/+13
* Add a space after -o to keep Darwin's g++ happy, in t/porting/extrefs.tNicholas Clark2013-05-031-1/+4
* Add a "verbose" option to t/porting/extrefs.t for debugging.Nicholas Clark2013-05-031-1/+2
* support MSWin32 tooTony Cook2013-05-031-6/+16
* remove code for non-core builds and "modernize"Tony Cook2013-05-031-69/+20
* test that perl headers don't introduce external referencesTony Cook2013-05-031-0/+155
* Revert "Change the warning for $* to add ", and will become a syntax error"."Nicholas Clark2013-05-032-9/+9
* Revert "Add a deprecation warning for all uses of @*, %*, &* and **."Nicholas Clark2013-05-031-18/+0
* Deprecate spaces/comments in some regex tokensKarl Williamson2013-05-021-0/+2
* PATCH: [perl #117327]: Sequence (?#...) not recognized in regexKarl Williamson2013-05-021-1/+8
* reg_mesg.t: Turn off regexp warns along with deprecatedKarl Williamson2013-05-021-1/+1
* I cannot find shorter URL'sH.Merijn Brand2013-05-011-1/+1
* Remove a comment made obsolete by commit 213f370f28504f3a.Nicholas Clark2013-04-291-2/+1
* update known_pod_issues.dat to account for the README.macosx changeTony Cook2013-04-291-1/+1
* [perl #117743] don't warn on $@ = undef; die;Tony Cook2013-04-261-0/+1