summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Fix scrambled and incorrect proto mismatch errorFather Chrysostomos2012-07-291-0/+5
* Flatten vstrings modified in placeFather Chrysostomos2012-07-271-1/+6
* [perl #113684] Make redo/last/next/dump accept exprFather Chrysostomos2012-07-272-1/+44
* Fix CvOUTSIDE assert/refcnt bugs with sub redefinitionFather Chrysostomos2012-07-271-1/+14
* Fix CvGV assertion bug with sub redefinitionFather Chrysostomos2012-07-271-1/+9
* When setting environment variables via %ENV, force values to be strings onlyChip Salzenberg2012-07-261-9/+62
* mktables: Change \w definition to match new Unicode'sKarl Williamson2012-07-261-0/+5
* Don’t let ?: folding affect truncateFather Chrysostomos2012-07-251-1/+11
* Stop truncate(word) from falling back to file nameFather Chrysostomos2012-07-251-2/+10
* Don’t let ?: folding affect statFather Chrysostomos2012-07-251-1/+8
* regcomp.c: Use POSIXA, NPOSIXAKarl Williamson2012-07-241-0/+4
* regcomp.c: Optimize [^\n] into \NKarl Williamson2012-07-241-0/+3
* re_tests: Add tests for [perl #114220]Karl Williamson2012-07-211-0/+7
* Only generate above-Uni warning for \p{}, \P{}Karl Williamson2012-07-191-1/+464
* op/join.t: don't use done_testingDavid Mitchell2012-07-191-1/+2
* Magic flags harmonization.Chip Salzenberg2012-07-152-3/+4
* [perl #113710] Make __SUB__ work in sort blockFather Chrysostomos2012-07-141-1/+31
* fix RT#114068 optimizer handles MEOL in middle of pattern improperlyYves Orton2012-07-131-0/+2
* [perl #113576] Restore err msg for &{+undef}Father Chrysostomos2012-07-132-2/+13
* [perl #113470] Constant folding for packFather Chrysostomos2012-07-131-1/+2
* mro/basic.t: Squelch warningFather Chrysostomos2012-07-131-0/+1
* Fix @{*ISA} autovivificationFather Chrysostomos2012-07-121-1/+8
* Fix *ISA = *glob_without_arrayFather Chrysostomos2012-07-121-1/+11
* ensure shmread() calls get and set magic onceChip Salzenberg2012-07-101-1/+11
* Refactor t/op/join.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-07-101-51/+36
* Refactor t/lib/commonsense.t to use t/test.pl instead of making TAP by hand. ...Colin Kuskie2012-07-092-10/+21
* Correct err msg when calling stub w/no autoload fbFather Chrysostomos2012-07-081-0/+13
* anonsub.t: Improve test for [perl #71154]Father Chrysostomos2012-07-081-1/+2
* [perl #113016] Parse CORE::foo::bar as a barewordFather Chrysostomos2012-07-061-1/+7
* do-file should not force a barewordFather Chrysostomos2012-07-051-0/+10
* Let do.t run from the top levelFather Chrysostomos2012-07-051-0/+2
* do.t: Load test.pl at BEGIN timeFather Chrysostomos2012-07-051-1/+3
* Test ‘Missing name in "my sub"’Father Chrysostomos2012-07-051-0/+5
* [perl #112820] t/op/sprintf.t failure on FreeBSD 4.6Nicholas Clark2012-07-051-1/+1
* [perl #78064] print(const || bare) and const foldingFather Chrysostomos2012-07-041-1/+15
* Use ‘state’ in warning about sort {state $a}Father Chrysostomos2012-07-041-0/+7
* [perl #86136] Downgrade sort {my $a} to a warningFather Chrysostomos2012-07-031-0/+105
* Refactor t/op/splice.t to use t/test.pl instead of making TAP by hand.Colin Kuskie2012-07-031-44/+40
* constant folding shouldn't change return value of while [perl #73618]Jesse Luehrs2012-07-031-1/+62
* For #16249 - Overwrite PL_last_lop_op when eval() is called.Matthew Horsfall (alh)2012-07-021-0/+7
* Cloning a format whose outside has been undefinedFather Chrysostomos2012-06-301-2/+22
* [perl #113012] String negation under ‘use integer’Father Chrysostomos2012-06-291-1/+46
* Don’t crash with formats in special blocksFather Chrysostomos2012-06-291-1/+15
* reg_fold.t: Make test cases non-optimizable awayKarl Williamson2012-06-291-1/+5
* no_utf8_pm.t: Add blank between 'not' and 'ok' in .tKarl Williamson2012-06-291-1/+1
* Make formats close over the right closureFather Chrysostomos2012-06-291-1/+24
* [perl #113812] Always use find_runcv when cloning a subFather Chrysostomos2012-06-291-0/+17
* fresh_perl.t: Skip #112312 tests on miniperlFather Chrysostomos2012-06-291-2/+2
* Test perl #112312, crash on syntax errorFather Chrysostomos2012-06-291-0/+52
* Formats in closures called outside closures → crashFather Chrysostomos2012-06-281-1/+25