summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* File::Spec::Epoc: Small pod clean-upFather Chrysostomos2013-06-081-3/+3
* Flush PL_stashcache on glob-to-glob assignmentFather Chrysostomos2013-06-082-2/+16
* pp_hot.c: Correct commentFather Chrysostomos2013-06-081-1/+1
* podcheck.t: Output fixed problems as passing to-do testsFather Chrysostomos2013-06-081-1/+9
* Improve fileno exampleDominic Hargreaves2013-06-091-1/+5
* add 1 to SvGROW under COW (and fix svleak.t)David Mitchell2013-06-081-0/+12
* [perl #117941] reset crashes when current stash is freedFather Chrysostomos2013-06-082-2/+6
* perldiag: typoFather Chrysostomos2013-06-081-1/+1
* [perl #117941] eval crashes when current stash is freedFather Chrysostomos2013-06-082-2/+9
* [perl #117941] Blessing into freed current stashFather Chrysostomos2013-06-083-1/+17
* [perl #117941] Handle vivification crashing w/freed stashFather Chrysostomos2013-06-082-2/+9
* Stop using PL_sortstashFather Chrysostomos2013-06-082-3/+0
* [perl #24482] Fix sort and require to treat CORE:: as keywordFather Chrysostomos2013-06-073-3/+21
* Allow qr/(?[ [a] ])/ interpolation in (?[...])Father Chrysostomos2013-06-072-0/+8
* perldiag: Correct descr of ‘Expecting '(?flags:(?[...'’Father Chrysostomos2013-06-071-4/+4
* Include the Encode extension in the ALL_STATIC build on Win32 for VC++Steve Hay2013-06-083-6/+18
* Include the Win32 extension in the ALL_STATIC build on Win32Steve Hay2013-06-075-16/+9
* version bumps and perldelta for debugger depthRicardo Signes2013-06-073-3/+5
* adjust $DB::deep from 100 to 1000Mark Jason Dominus2013-06-072-2/+2
* Stop delete local $ENV{foo} from leakingFather Chrysostomos2013-06-072-3/+13
* hv.c: Clarify uvar commentFather Chrysostomos2013-06-061-1/+2
* Don’t leak when compiling /(?[\d\d])/Father Chrysostomos2013-06-062-1/+4
* Free operand when encountering unmatched ')' in (?[])Father Chrysostomos2013-06-062-1/+3
* Stop /(?[\p{...}])/ compilation from leakingFather Chrysostomos2013-06-062-1/+3
* Add a note to Win32's BUILD_STATIC configuration to include Win32CORESteve Hay2013-06-062-2/+4
* Exclude Compress/Raw/Bzip2 from ALL_STATIC extensions for MinGW for nowSteve Hay2013-06-061-0/+4
* Simplify recipes for making perl-static.exe on Win32Steve Hay2013-06-062-9/+5
* Fix creation of libperl519s.a on Win32 with MinGWSteve Hay2013-06-061-9/+7
* Remove /PDB:NONE linker option from Win32 makefilesSteve Hay2013-06-062-2/+2
* Ensure Win32 [nd]make builds the 'static' target when ALL_STATIC=defineSteve Hay2013-06-062-2/+2
* Stop (?[]) operators from leakingFather Chrysostomos2013-06-062-7/+21
* perldiag: Document ‘Expecting '(?flags:(?[...'’Father Chrysostomos2013-06-062-1/+11
* perldiag: Clarify why ‘False [] range’ can be FFather Chrysostomos2013-06-061-3/+4
* Merge remote-tracking branch 'remotes/origin/smoke-me/env-instead-of-echo' in...H.Merijn Brand2013-06-061-8/+9
|\
| * use 'env' instead of 'echo' for %ENV tests in magic.tH.Merijn Brand2013-06-051-8/+9
* | perldiag: Correct severity/category for ‘False [] range’Father Chrysostomos2013-06-061-1/+1
* | diag.t: Don’t confuse the two exception listseFather Chrysostomos2013-06-061-6/+11
* | diag.t: Remove commented obsoleted by 62f5f54dc2dFather Chrysostomos2013-06-061-1/+0
* | Alphabetize perltrapFather Chrysostomos2013-06-061-71/+71
* | In regcomp.c, Set_Node_Cur_Length() uses parse_start, so explicitly pass it.Nicholas Clark2013-06-061-11/+10
* | In S_regatom, declare parse_start when RE_TRACK_PATTERN_OFFSETS is defined.Nicholas Clark2013-06-061-0/+2
* | Don’t leak the /(?[])/ parsing stack on errorFather Chrysostomos2013-06-052-3/+3
* | perldelta for #114576 (XS lvalue subs)Father Chrysostomos2013-06-051-0/+7
* | perldelta: typoFather Chrysostomos2013-06-051-1/+1
* | Update CPAN-Meta to CPAN version 2.131560Chris 'BinGOs' Williams2013-06-0611-28/+48
|/
* require.t: handle parallel runsDavid Mitchell2013-06-051-2/+14
* make some tests TODO under -DPERL_NO_COWDavid Mitchell2013-06-051-0/+2
* Remove the unused env parameter from a2p's main, and the associated pragma.Nicholas Clark2013-06-051-5/+1
* dtrace.t: Don’t rely on installed strict.pmFather Chrysostomos2013-06-041-0/+1
* [perl #118297] Fix interpolating downgraded variables into upgraded regexpDagfinn Ilmari Mannsåker2013-06-042-4/+16