summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the VC6 build on Windows following commit 3be8f09452Steve Hay2013-09-132-2/+7
* fix O_CREAT without O_TRUNC in cpan/autodie/t/utf8_open.tCraig A. Berry2013-09-133-1/+4
* Test kv slices in places that expect %{}Father Chrysostomos2013-09-132-2/+38
* op.c:leave_scope: use mg_free before sv_force_normalFather Chrysostomos2013-09-131-3/+3
* #ifdef DEBUGGING, not QDEBUGGING, in regcomp.cNicholas Clark2013-09-131-1/+1
* [Merge] Key/value hash and array slicesFather Chrysostomos2013-09-1321-1017/+1731
|\
| * Document the %hash{$scalar} warningFather Chrysostomos2013-09-132-0/+24
| * Fewer false positives for %hash{$scalar} warningFather Chrysostomos2013-09-1311-347/+409
| * pp.c: Allow 64-bit stack offsets in kv[ah]sliceFather Chrysostomos2013-09-131-2/+2
| * Improve new slice docs in perldata.podFather Chrysostomos2013-09-131-8/+13
| * perldata.pod: Capitalise =head3 consistentlyFather Chrysostomos2013-09-131-2/+2
| * perldata.pod: consistent spaces after dotsFather Chrysostomos2013-09-131-3/+4
| * pp.c:pp_kvhslice: remove unused varFather Chrysostomos2013-09-131-1/+1
| * Increase $B::Deparse::VERSION to 1.23Father Chrysostomos2013-09-131-1/+1
| * Increase $Opcode::VERSION to 1.26Father Chrysostomos2013-09-131-1/+1
| * Add new opcodes to Opcode.pmFather Chrysostomos2013-09-131-3/+4
| * Sort MANIFESTFather Chrysostomos2013-09-131-2/+2
| * Use diag_listed_as two suppress two diag.t failuresFather Chrysostomos2013-09-131-0/+2
| * Add two missing perldiag entriesFather Chrysostomos2013-09-131-0/+11
| * Hard-code op name in ck_exists|delete errorsFather Chrysostomos2013-09-132-38/+38
| * Suppress a warning in kvhslice.tFather Chrysostomos2013-09-131-0/+1
| * update manifestRuslan Zakirov2013-09-131-0/+2
| * short documentation for key/value hash/array slicesRuslan Zakirov2013-09-131-0/+17
| * test index/value array slicesRuslan Zakirov2013-09-131-0/+179
| * test key/value hash slicesRuslan Zakirov2013-09-131-0/+191
| * index/value array slice operationRuslan Zakirov2013-09-1312-1054/+1151
| * scalar value %x{'a'} better written as $x{'a'}Ruslan Zakirov2013-09-131-0/+21
| * key/value hash slice operationRuslan Zakirov2013-09-1311-1161/+1261
|/
* Move BmUSEFUL to the IV slot from the NV slot, simplifying union _xnvu.Nicholas Clark2013-09-132-6/+5
* Preserve undef identity in const opsFather Chrysostomos2013-09-132-19/+12
* convert mktables to parent.pm instead of base.pmRicardo Signes2013-09-121-4/+4
* perldelta for e7ab04ce5Tony Cook2013-09-131-0/+12
* [perl #115928] use a consistent internal rand on all platformsTony Cook2013-09-1322-334/+235
|\
| * [perl #115928] we don't use drand48_r or random_r any longerTony Cook2013-09-133-170/+38
| * [perl #115928] Configure now selects our internal drand48()Tony Cook2013-09-139-155/+44
| * revert config_h.SH changes, now handled by ConfigureTony Cook2013-09-131-4/+4
| * [perl #115928] a consistent (public) rand() implementationTony Cook2013-09-1311-13/+157
|/
* perlreapi: use parent in example, not baseRicardo Signes2013-09-121-1/+1
* overload tests: use parent instead of baseRicardo Signes2013-09-121-3/+3
* XS-Typemap tests: use parent instead of baseRicardo Signes2013-09-121-2/+2
* B: use parent instead of baseRicardo Signes2013-09-121-2/+2
* Pod::Html: use parent instead of baseRicardo Signes2013-09-121-2/+2
* Hash::Util::FieldHash: use parent instead of baseRicardo Signes2013-09-122-5/+5
* FileCache: use parent instead of baseRicardo Signes2013-09-121-2/+2
* Allow semi-colon on TYPEMAP: line to work without it on the closing delim.Matthew Horsfall2013-09-123-2/+15
* perldelta - IO and File::Find have been upgradedSteve Hay2013-09-121-0/+12
* Upgrade perlfaq from version 5.0150043 to 5.0150044Steve Hay2013-09-1211-44/+126
* File::Find: diagnostics in case of a failed chdirSlaven Rezic2013-09-121-2/+2
* perldiag: Rewrap an entry for better splain outputFather Chrysostomos2013-09-121-3/+3
* Correct the citation for Peter McIlroy's sorting paper.John P. Linderman2013-09-121-2/+5