summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unify the "fall-through" lint annotation.Jarkko Hietaniemi2014-05-2914-124/+124
* Only prototype should_warn_nl under PERL_CORE.Craig A. Berry2014-05-293-7/+9
* Give caretx.c an explicit rule in vms/descrip_mms.template.Craig A. Berry2014-05-291-0/+2
* Actually define SS_NOPRIV.Craig A. Berry2014-05-291-0/+2
* Further simplify the sockatmark().Jarkko Hietaniemi2014-05-291-11/+5
* Build fixes for Win32 after the Coverity smoke.Jarkko Hietaniemi2014-05-292-6/+13
* Get rid of "grep empty(sub)expression" noise.Jarkko Hietaniemi2014-05-291-1/+1
* We cannot assert(sv) since sv can be validly nullJarkko Hietaniemi2014-05-291-2/+1
* Devel::PPPort 3.24 from CPAN.Jarkko Hietaniemi2014-05-2925-36/+2087
* No more x2p.Jarkko Hietaniemi2014-05-292-3/+0
* Version bumping thanks to the Coverity deluge.Jarkko Hietaniemi2014-05-293-3/+3
* Followup to 316ebaf (aka perl #121894).Jarkko Hietaniemi2014-05-292-3/+8
* Bump version for Devel::PeekKarl Williamson2014-05-291-1/+1
* fcntl receiving -1 from fileno, fcntl failing.Jarkko Hietaniemi2014-05-2910-121/+295
* Insert asserts to paths suspected by Coverity.Jarkko Hietaniemi2014-05-2913-6/+28
* bump version on NDBM_FileDavid Mitchell2014-05-291-1/+1
* O_BINARY versus O_TEXT.Jarkko Hietaniemi2014-05-293-3/+17
* Strengthen the ix zero min-clamping to panic.Jarkko Hietaniemi2014-05-291-1/+1
* Makefile.SH: Module::Build is no longer there, stop copying itBrian Fraser2014-05-291-2/+0
* make regen for uconfig.hBrian Fraser2014-05-291-1/+1
* Fix for [perl #121963] 5.20.0-RC1 can't compile on AndroidBrian Fraser2014-05-2910-11/+12
* SH_PATH should be $targetsh, not $shBrian Fraser2014-05-291-1/+1
* Max size of the flop operator range.Jarkko Hietaniemi2014-05-291-11/+19
* Use system default locale only if there is one.Jarkko Hietaniemi2014-05-291-4/+13
* printf %s, cast appropriately.Jarkko Hietaniemi2014-05-291-1/+1
* Unused dTHX, even under threads.Jarkko Hietaniemi2014-05-291-1/+0
* __APPLE__ is not Apple, use PERL_DARWIN instead.Jarkko Hietaniemi2014-05-291-1/+1
* Reindent the block. Whitespace-only change.Jarkko Hietaniemi2014-05-291-46/+46
* Fix false nesting.Jarkko Hietaniemi2014-05-291-5/+5
* UV casting to avoid intermediate sign extension.Jarkko Hietaniemi2014-05-292-9/+12
* Remove x2pLeon Timmermans2014-05-2928-12725/+19
* Standardize spelling of program name on American English.Doug Bell2014-05-291-1/+1
* temporary fix for [perl #121975] COW speedup lost after e8c6a474Yves Orton2014-05-291-3/+8
* Quad_t and Uquad_t cannot unpack as NVs.Jarkko Hietaniemi2014-05-291-6/+4
* si_names access one past the end.Jarkko Hietaniemi2014-05-291-1/+3
* cleanup on commit "Pseudo-fork dups arg array on argless calls"Daniel Dragan2014-05-291-8/+7
* put va_end() in the right placeTony Cook2014-05-292-2/+2
* bump $PerlIO::via::VERSION to 0.15Tony Cook2014-05-291-1/+1
* add va_end() calls where missing for a va_start() or va_end().Jarkko Hietaniemi2014-05-294-6/+15
* remove comment that no longer appliesTony Cook2014-05-291-1/+0
* bump $XS::APItest::VERSION to 0.61Tony Cook2014-05-291-1/+1
* Pointers set but then (immediately or very shortly) overwritten.Jarkko Hietaniemi2014-05-295-9/+7
* Uninitialized tmbuf.Jarkko Hietaniemi2014-05-293-17/+29
* fd closes for failure paths.Jarkko Hietaniemi2014-05-291-0/+3
* Make UINT64_C()/INT64_C() available anytime HAS_QUAD is definedTony Cook2014-05-291-1/+1
* Revert "Upgrade Digest::SHA from version 5.88 to 5.91"Karl Williamson2014-05-2816-585/+360
* Revert "Upgrade Term::Cap from version 1.15 to 1.16"Karl Williamson2014-05-283-12/+47
* Doug Bell is now a perl authorTony Cook2014-05-291-0/+1
* move given/when ~~ note below item introducing itDoug Bell2014-05-291-4/+3
* Fixes for running a clean minitest (at least in OS X). - detect POSIX locale ...Jarkko Hietaniemi2014-05-294-7/+24