summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Allow multideref with ($a[0])->[0]Father Chrysostomos2014-12-101-1/+2
* Fix assertion failure with our @a->{0}Father Chrysostomos2014-12-102-2/+9
* Fix up OUTSIDE pointers for saved BEGIN blocksFather Chrysostomos2014-12-092-6/+16
* Eviscerate concise-xs.tFather Chrysostomos2014-12-091-381/+22
* Label conditionally unused.Jarkko Hietaniemi2014-12-091-0/+2
* stdize_locale not used in POSIX.Jarkko Hietaniemi2014-12-093-2/+7
* Possibly uninitialized.Jarkko Hietaniemi2014-12-091-2/+2
* The format is not a literal but well defined.Jarkko Hietaniemi2014-12-091-0/+2
* If no strtoul, the args are unused.Jarkko Hietaniemi2014-12-091-0/+2
* perldelta for fcaef4dc8ca9, fb9282c3ccd3Tony Cook2014-12-101-0/+6
* [perl #123245] avoid a panic in sv_chop() in formatsTony Cook2014-12-102-5/+2
* [perl #123245] tests for format crashesTony Cook2014-12-101-1/+28
* perlpolicy: Be explicit wrt crashing bug policyFather Chrysostomos2014-12-091-1/+2
* Update DB_File to CPAN version 1.833Chris 'BinGOs' Williams2014-12-094-7/+9
* Extend read-only ops to most special blocksFather Chrysostomos2014-12-091-11/+7
* Don’t deparse BEGIN blocks as __ANON__Father Chrysostomos2014-12-092-11/+22
* DB_File.xs: Fix strict C89 compilation failureFather Chrysostomos2014-12-091-1/+3
* perly.c: Fix EBCDIC bugKarl Williamson2014-12-091-10/+10
* toke.c: Generalize trace for non-ASCII platformKarl Williamson2014-12-091-1/+1
* -Dp does work on EBCDIC.Karl Williamson2014-12-091-5/+0
* Update IO-Compress to CPAN version 2.067Chris 'BinGOs' Williams2014-12-0929-126/+126
* Update Compress-Raw-Zlib to CPAN version 2.067Chris 'BinGOs' Williams2014-12-093-2/+4
* Update Compress-Raw-Bzip2 to CPAN version 2.067Chris 'BinGOs' Williams2014-12-095-3/+7
* Update DB_File to CPAN version 1.832Chris 'BinGOs' Williams2014-12-094-5/+23
* op.c: Temporary fix for bad readFather Chrysostomos2014-12-091-1/+5
* Unify format and named-sub pad weakref codeFather Chrysostomos2014-12-095-238/+230
* Fix OUTSIDE for named subs inside predeclared subsFather Chrysostomos2014-12-096-4/+42
* make xs_version_bootcheck() appear only in util.cDavid Mitchell2014-12-092-5/+7
* Fix assertion failure with ($_[0])->{$_}Father Chrysostomos2014-12-082-2/+6
* Fix gv_fetchmeth_sv: it might stringify SV more than once.syber2014-12-081-2/+8
* z/OS has nan() in math lib but seemingly broken.Jarkko Hietaniemi2014-12-081-0/+9
* Turn 9**9**9 skips into todos, and add os390 (z/OS).Jarkko Hietaniemi2014-12-081-8/+8
* make xs_version_bootcheck a static func since not used as export anymoreDaniel Dragan2014-12-083-8/+5
* add const to every table in win32/fcrypt.cDaniel Dragan2014-12-082-6/+8
* avoid 'jobserver unavailable:' warningsDavid Mitchell2014-12-081-0/+15
* Update Unicode-Collate to CPAN version 1.08Chris 'BinGOs' Williams2014-12-0898-29640/+32501
* deparse-skips.txt: Note bug number for re/overload.tFather Chrysostomos2014-12-071-1/+1
* deparse-skips.txt: More passing testsFather Chrysostomos2014-12-071-3/+0
* Missing semicolon in e6dae479.Jarkko Hietaniemi2014-12-071-1/+1
* Increase $Devel::Peek::VERSION to 1.20Father Chrysostomos2014-12-071-1/+1
* Increase $IO::VERSION to 1.35Father Chrysostomos2014-12-071-1/+1
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-0716-282/+285
* [perl #94484] Custom ops trip assertions in new*OPFather Chrysostomos2014-12-073-11/+67
* Apply scalar context to state var initFather Chrysostomos2014-12-071-0/+1
* Fix deparsing of (1,2,3) in void contextFather Chrysostomos2014-12-072-1/+10
* deparse-skips.txt: run/switches.t passesFather Chrysostomos2014-12-071-1/+0
* deparse-skips.txt: Note skip reason for switchd-78586.tFather Chrysostomos2014-12-071-1/+1
* Fix deparsing of newline and tab with (?x)Father Chrysostomos2014-12-072-67/+30
* Detypo.Jarkko Hietaniemi2014-12-071-1/+1
* Use cBOOL.Jarkko Hietaniemi2014-12-071-1/+1