2014-05-30 |
Karl Williamson | regexec.c: Fix some EBCDIC problems |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | Unicode::UCD.pm: Pod clarifications and nits |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | dquote_static.c: Clarify code |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | "\cX" where X is non-printable is now fatal |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Jarkko Hietaniemi | Revert "DEBUG_X_TEST are only for DEBUGGING." |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Jarkko Hietaniemi | Undo 63b558ddd980cd36bcbd8a7465a3412e886ba75e. |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Jarkko Hietaniemi | DEBUG_X_TEST are only for DEBUGGING. |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Jarkko Hietaniemi | Move #include <assert.h> before ASSUME/NOT_REACHED. |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Jarkko Hietaniemi | Use NOT_REACHED for the impossible case. |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | perlre: Clarify /x eol can't be escaped |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | t/run/locale.t: Skip some tests for some shells |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | t/run/locale.t: Rmv obsolete complicated idiom |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | t/test.pl: Use existing variable instead of recalculating |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | XS-APItest/t/handy.t: Change output message |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | mktables: Add comment |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | PATCH: [perl #121630]: perlpod clarification |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | t/lib/charnames/alias: Add comment |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | t/re/charset.t: Fix comment, test names |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | Revert "mktables: Remove obsolete sort constraint" |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | mktables: Add regenerated header to file |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | Remove deprecated 'PL_sv_objcount' |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | utf8.c: Silence compiler warning |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | utf8.c: Move static function to embed.fnc |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Jarkko Hietaniemi | Unify the "fall-through" lint annotation. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Craig A. Berry | Only prototype should_warn_nl under PERL_CORE. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Craig A. Berry | Give caretx.c an explicit rule in vms/descrip_mms.template. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Craig A. Berry | Actually define SS_NOPRIV. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Further simplify the sockatmark(). |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Build fixes for Win32 after the Coverity smoke. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Get rid of "grep empty(sub)expression" noise. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | We cannot assert(sv) since sv can be validly null |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Devel::PPPort 3.24 from CPAN. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | No more x2p. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Version bumping thanks to the Coverity deluge. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Followup to 316ebaf (aka perl #121894). |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Karl Williamson | Bump version for Devel::Peek |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | fcntl receiving -1 from fileno, fcntl failing. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Insert asserts to paths suspected by Coverity. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
David Mitchell | bump version on NDBM_File |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | O_BINARY versus O_TEXT. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Strengthen the ix zero min-clamping to panic. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Brian Fraser | Makefile.SH: Module::Build is no longer there, stop... |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Brian Fraser | make regen for uconfig.h |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Brian Fraser | Fix for [perl #121963] 5.20.0-RC1 can't compile on... |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Brian Fraser | SH_PATH should be $targetsh, not $sh |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Max size of the flop operator range. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Use system default locale only if there is one. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | printf %s, cast appropriately. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Unused dTHX, even under threads. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | __APPLE__ is not Apple, use PERL_DARWIN instead. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Reindent the block. Whitespace-only change. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Fix false nesting. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | UV casting to avoid intermediate sign extension. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Leon Timmermans | Remove x2p |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Doug Bell | Standardize spelling of program name on American English. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Yves Orton | temporary fix for [perl #121975] COW speedup lost after... |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Quad_t and Uquad_t cannot unpack as NVs. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | si_names access one past the end. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Daniel Dragan | cleanup on commit "Pseudo-fork dups arg array on argles... |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Tony Cook | put va_end() in the right place |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Tony Cook | bump $PerlIO::via::VERSION to 0.15 |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | add va_end() calls where missing for a va_start() or... |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Tony Cook | remove comment that no longer applies |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Tony Cook | bump $XS::APItest::VERSION to 0.61 |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Pointers set but then (immediately or very shortly... |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Uninitialized tmbuf. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | fd closes for failure paths. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Tony Cook | Make UINT64_C()/INT64_C() available anytime HAS_QUAD... |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Karl Williamson | Revert "Upgrade Digest::SHA from version 5.88 to 5.91" |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Karl Williamson | Revert "Upgrade Term::Cap from version 1.15 to 1.16" |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Tony Cook | Doug Bell is now a perl author |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Doug Bell | move given/when ~~ note below item introducing it |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Fixes for running a clean minitest (at least in OS... |
commit | commitdiff | tree | snapshot |
2014-05-29 |
James E Keenan | Grammatical correction. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Tony Cook | perldelta for e16b8d1b7d43, 32f4893f37f4 |
commit | commitdiff | tree | snapshot |
2014-05-29 |
pjacklam | Fix RT #62052: Math::BigFloat -> bdiv() in list context |
commit | commitdiff | tree | snapshot |
2014-05-29 |
pjacklam | Fix RT #43692: Math::BigFloat -> blog() is sometimes... |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Tony Cook | perldelta for 945313f0aee2, c4885710b2c3 |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Tony Cook | bump dist/Math-BigInt/ $VERSIONs |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Peter John... | Sync Math-BigInt blead vs. CPAN |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Jarkko Hietaniemi | Add comment about tmpnam(). |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Matthew Horsfall... | [perl #121431] - Document test.valgrind in perlhacktips.pod |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Jarkko Hietaniemi | Fix for Coverity perl5 CID 29068: Insecure temporary... |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Jarkko Hietaniemi | Annotate intentional case fallthrough, or add breaks. |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Jarkko Hietaniemi | Fix for Coverity perl5 CID 28936: Wrong operator used... |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Jarkko Hietaniemi | slen may be uninitialized. |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Jarkko Hietaniemi | Leaked string in failure path. |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Matthew Horsfall... | [perl #121976] - Fix typo in pod |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Matthew Horsfall... | [perl #121431] Add support for test.valgrind parallel... |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Jarkko Hietaniemi | Move the PERL_GCC_BRACE_GROUPS_FORBIDDEN earlier. |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Nicholas Clark | Remove +x from Term::ANSIColor test files. |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Nicholas Clark | Bump module versions following commit 3800c3188602fdac. |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Chris 'BinGOs... | Update Term-ANSIColor to CPAN version 4.03 |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Chris 'BinGOs... | Updated META files for CPAN-Meta upgrade |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Chris 'BinGOs... | Update CPAN-Meta to CPAN version 2.141170 |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Steve Hay | Upgrade Unicode::Normalize from version 1.17 to 1.18 |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Steve Hay | Upgrade Unicode::Collate from version 1.04 to 1.07 |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Steve Hay | Upgrade Term::Cap from version 1.15 to 1.16 |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Steve Hay | Upgrade Digest::SHA from version 5.88 to 5.91 |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Jarkko Hietaniemi | Trailing comma in enum is not C89. |
commit | commitdiff | tree | snapshot |
next |