summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* [perl #117607] don't use a CV after it's been freedTony Cook2013-04-261-1/+0
* [perl #117607] TODO test for \&CORE::lc in error contextTony Cook2013-04-261-0/+7
* t/op/smartkve.t: single-quote some eval stuffDavid Mitchell2013-04-241-3/+3
* make qr/(?{ __SUB__ })/ safeDavid Mitchell2013-04-241-1/+24
* fix caller with re_evals.David Mitchell2013-04-241-3/+66
* move Perl_ck_warner() before unwind [perl #113794]Zefram2013-04-241-2/+33
* POD nitpicks.SHIRAKATA Kentaro2013-04-231-1/+0
* Handle /@a/ array expansion within regex engineDavid Mitchell2013-04-202-1/+138
* Perl_re_op_compile(): handle utf8 concating betterDavid Mitchell2013-04-201-0/+24
* fix runtime /(?{})/ with overload::constant qrDavid Mitchell2013-04-121-0/+75
* Handle overloading properly in compile-time regexDavid Mitchell2013-04-121-0/+50
* regex and overload: unifiy 1 and N arg branchesDavid Mitchell2013-04-121-0/+20
* rework split() special case interaction with regex engineYves Orton2013-03-272-11/+32
* Make smartmatch, given & when experimentalBrian Fraser2013-03-2611-21/+33
* t/porting/dual-life.t: Drop dependency on smartmatchBrian Fraser2013-03-261-1/+1
* t/re/regexp_unicode_prop.t: Drop dependency on given/whenBrian Fraser2013-03-261-13/+11
* Make vms.c's Perl_flex_fstat preserve errno on success.Craig A. Berry2013-03-241-2/+0
* Add a commented out warning and a way for diag.t to ignore itYves Orton2013-03-241-0/+2
* add descriptions to require.t test outputDavid Mitchell2013-03-231-44/+44
* Add a deprecation warning for all uses of @*, %*, &* and **.Nicholas Clark2013-03-211-0/+18
* Change the warning for $* to add ", and will become a syntax error".Nicholas Clark2013-03-212-9/+9
* Generate the deprecation warnings for all uses $* or $#.Nicholas Clark2013-03-211-12/+22
* Additional tests for the deprecation warnings when using $* or $#.Nicholas Clark2013-03-211-0/+40
* Change tie_fetch_count.t to use *] instead of **.Nicholas Clark2013-03-211-1/+1
* Test that UTF-8 in the look-ahead of (?(?=...)...) restarts the sizing parse.Nicholas Clark2013-03-191-0/+4
* Test that S_grok_bslash_N() copes if S_reg() restarts the sizing parse.Nicholas Clark2013-03-191-0/+8
* detect each() after insert and produce warnings when we doYves Orton2013-03-191-1/+20
* Harden hashes against hash seed discovery by randomizing hash iterationYves Orton2013-03-191-18/+43