summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Upgrade libnet from 1.22 to 1.22_02Steve Hay2013-08-081-1/+1
* Fix t/porting/customized.t --regen not to add DOS EOLs on WindowsSteve Hay2013-08-061-2/+2
* reparse compile-time /(?{})/ in right scopeDavid Mitchell2013-08-061-0/+42
* [perl #119169] index with __PACKAGE__ for 2nd argumentFather Chrysostomos2013-08-061-1/+4
* [perl #2726] Prototype is not applied until BLOCK is definedPeter Martini2013-08-061-1/+8
* Stop ‘used once’ warnings from crashing on circularitiesFather Chrysostomos2013-08-051-0/+7
* Don’t use CopFILESV for ‘once’ warningsFather Chrysostomos2013-08-051-0/+7
* Remove SAVEt_STACK_CXPOSFather Chrysostomos2013-08-051-2/+1
* Handle SAVEt_READONLY_OFF in ss_dupFather Chrysostomos2013-08-051-1/+1
* Handle SAVEt_ADELETE in ss_dupFather Chrysostomos2013-08-051-1/+1
* Test that ss_dup handles all savestack itemsFather Chrysostomos2013-08-051-0/+36
* Make eval "#line" account for ${"_<foo"} changesFather Chrysostomos2013-08-051-1/+14
* Prevent __FILE__ corruption when ${"_<..."} is modifiedFather Chrysostomos2013-08-051-1/+6
* Test that __PACKAGE__ is read-onlyFather Chrysostomos2013-08-031-1/+6
* Regression tests for 4 cases reported by Philip Hazel++.James E Keenan2013-08-012-1/+16
* Set a large thread stack when running the regex tests in a thread.Nicholas Clark2013-08-012-1/+8
* PATCH: [perl #119101] Extraneous warnings in Parse::ErrorString::PerlKarl Williamson2013-07-311-3/+17
* Handle /[#]/ and /[(?#]/ with code blocksDavid Mitchell2013-07-311-0/+12
* RT #118213: handle $r=qr/.../; /$r/p properlyDavid Mitchell2013-07-301-4/+9
* Regen t/porting/known_pod_issues.dat.Karl Williamson2013-07-301-1/+2
* [perl #119055] Make qq with no vars read-onlyFather Chrysostomos2013-07-281-1/+8
* [perl #119051] Fix crash with \&$glob_copyFather Chrysostomos2013-07-281-1/+15
* fix COW match capture optimisationDavid Mitchell2013-07-281-1/+15
* fix /test_bootstrap.t under -DPERL_NO_COWDavid Mitchell2013-07-282-19/+20
* regexec(): use regtry(&s) not regtry(&startpos)David Mitchell2013-07-281-0/+2
* s/.(?=.\G)/X/g: refuse to go backwardsDavid Mitchell2013-07-281-2/+86
* regexec(): fix ganch and till settingsDavid Mitchell2013-07-281-1/+9
* fix intuit_start() with \GDavid Mitchell2013-07-281-1/+21
* fix 114884 positive GPOS lookbehind regex substitution failureYves Orton2013-07-281-3/+7
* add some basic floating /\G/ testsDavid Mitchell2013-07-281-1/+31
* fix /.\G/ under threadingDavid Mitchell2013-07-281-15/+10
* Stop op freeing from interfering with sub(){42} mutabilityFather Chrysostomos2013-07-251-1/+7
* fresh_perl.t: Make the test for #3066 more explicitFather Chrysostomos2013-07-251-2/+3
* Stop shared hash key TARGs from being sharedFather Chrysostomos2013-07-251-2/+0
* [perl #79908] Stop sub inlining from breaking closuresFather Chrysostomos2013-07-251-1/+20
* Make sub(){42} return a mutable valueFather Chrysostomos2013-07-251-3/+8
* Allow stash elems to be array refsFather Chrysostomos2013-07-252-4/+12
* [perl #78194] Make re-evals copy PADTMPsFather Chrysostomos2013-07-251-1/+0
* [perl #78194] Make sort copy PADTMPsFather Chrysostomos2013-07-251-1/+0
* [perl #78194] Make x copy PADTMPs in lv cxFather Chrysostomos2013-07-251-1/+0
* [perl #78194] Make list slices copy PADTMPs in lv cxFather Chrysostomos2013-07-251-1/+0
* Stop folding of ops from changing mutabilityFather Chrysostomos2013-07-254-4/+7
* [perl #78194] Make foreach copy pad tmpsFather Chrysostomos2013-07-252-3/+16
* [perl #3105] Make 1..3 modification safeFather Chrysostomos2013-07-252-19/+22
* [perl #78194] Make sub calls copy pad tmpsFather Chrysostomos2013-07-252-2/+3
* [perl #78194] Make grep/map copy pad tmpsFather Chrysostomos2013-07-251-5/+3
* op.c: Stop copying constants under ithreadsFather Chrysostomos2013-07-252-5/+0
* Change the tests for #3105 into to-dosFather Chrysostomos2013-07-251-2/+6
* To-do test for #109746Father Chrysostomos2013-07-251-1/+8
* Test (im)mutability of constants and constant-like subsFather Chrysostomos2013-07-251-1/+10