summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Synchronize h2ph POD text with usage outputPetr Písař2013-06-091-1/+7
* tweak perltw.pod for long lines (and default exports)Ricardo Signes2013-06-091-1/+2
* add gugod to the AUTHORS fileRicardo Signes2013-06-091-0/+1
* Remove references of "encoding" module in README.twKang-min Liu2013-06-091-12/+7
* use more descriptive examples in File::CopyZsbán Ambrus2013-06-091-3/+3
* note that the return value of for is unspecifiedRicardo Signes2013-06-091-0/+6
* document the /p flag and related variables in deltaZsban Ambrus2013-06-091-0/+17
* remove -Dmad string length restrictionDavid Mitchell2013-06-091-4/+0
* Increase some File::Spec versions to 3.41Father Chrysostomos2013-06-086-6/+6
* Correct File::Spec POD about tainting and tmpdirFather Chrysostomos2013-06-083-3/+3
* [perl #89940] File::Spec->tmpdir and env changesFather Chrysostomos2013-06-087-19/+59
* 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