Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
maint-5.8
smoke-me/tonyc/selfloader-mixed-io-again
smoke-me/tonyc/24407-revert-selfloader
smoke-me/jkeenan/sync-with-cpan-JSON-PP-4.18-20260429
smoke-me/jkeenan/sync-with-cpan-Encode-3.24-20260429
-- I want an older branch --
Reports for branch
maint-5.8
Show duplicate emailed reports
Filter:
?
Nicholas Clark: Integrate: [ 33524] Integrate: [ 33499] Move Module::Pluggable into ext/ as the next version has actions in its Makefile.PL that we will need to run as part of a core build.
C
Jerry D. Hedden: Integrate: [ 33517] Integrate: [ 33359] Subject: [PATCH] threads 1.69 From: "Jerry D. Hedden" <jdhedden@cpan.org> Date: Fri, 22 Feb 2008 16:26:21 -0500 Message-ID: <1ff86f510802221326ib73c7e5kf26ad87086ee113d@mail.gmail.com>
C
Shawn: Integrate: [ 32005] Subject: use base problem Message-ID: <1191267932.150186.12570@d55g2000hsg.googlegroups.com>
C
Nicholas Clark: Integrate: [ 31194] Subject: Re: Compress::Zlib, pack "C" and utf-8 [PATCH] From: Marc Lehmann <schmorp@schmorp.de> Date: Thu, 12 Apr 2007 08:41:53 +0200 Message-ID: <20070412064153.GA22475@schmorp.de>
C
Andy Dougherty: [maint] Trivial MANIFEST patch Message-ID: <Pine.LNX.4.64.0803131351540.27293@fractal.phys.lafayette.edu> Date: Thu, 13 Mar 2008 13:53:00 -0400 (EDT)
C
Reini Urban: Integrate: [ 33483] Integrate: [ 33481] Subject: Re: Perl @ http://www.ccl4.org/~nick/P/perl-33444.tar.bz2 Message-ID: <47D2EF38.10503@x-ray.at>
C
Nicholas Clark: Integrate: [ 33501] Integrate: [ 33491] Correct logic error in PerlIOStdio_close() - 0 is an acceptable value from dup(), so it can't also be the "don't do anything later" value.
C
Paul Green: Integrate: [ 33496] Integrate: [ 33259] Subject: RE: Perl @ 33218 (Stratus VOS patches) From: "Green, Paul" <Paul.Green@stratus.com> Message-ID: <F5F42E77A43DD944B6D664B00A5401CB037149FF@EXNA.corp.stratus.com>
C
Reini Urban: Integrate: [ 33490] Integrate: [ 33487] Subject: [PATCH] cygwin hints back to old From: "Reini Urban" <rurban@x-ray.at> Message-ID: <6910a60803120011y4ff1d1f0x5654906570dc19ab@mail.gmail.com>
C
Reini Urban: Re: Perl @ http://www.ccl4.org/~nick/P/perl-33444.tar.bz2 Message-ID: <47D2EF38.10503@x-ray.at>
C
Nicholas Clark: Integrate: [ 33288] Integrate: [ 33040] Subject: [PATCH] Re: Perl @ 32984 (also relevant to [perl #33849]) From: Andrew Dougherty <doughera@lafayette.edu> Date: Tue, 22 Jan 2008 11:59:47 -0500 (EST) Message-ID: <Pine.LNX.4.64.0801221111410
C
Nicholas Clark: Integrate: [ 33477] Integrate: [ 33451] On VMS, don't call flex_stat from my_flush as the latter may be called during global destruction and the former checks hints flags that depend on the interpreter's still existing. p4raw-link: @33477
C
Jan Dubois: Integrate: [ 31546] Subject: [PATCH] Fix commented out function names in proto.h From: "Jan Dubois" <jand@activestate.com> Message-ID: <058b01c7c032$18a6a260$49f3e720$@com> p4raw-link: @31546 on //depot/perl: 25b0f989226b5af898d2adee56e4fec948
C
Nicholas Clark: Integrate: [ 31505] Removes the code that is supposed to restore magic on leaving the localization of an array or a hash. This fixes some memory leaks. Basically we were overwriting the magic of the outer value (value from the outer scope)
C
Nicholas Clark: Reverse accidental change to perl.h in 33472.
C
Nicholas Clark: Integrate: [ 33464] Integrate: [ 32966] Subject: [PATCH] tru64: poison stack, write protect string constants From: Jarkko Hietaniemi <jhi@cc.hut.fi> Date: Sat, 12 Jan 2008 03:27:10 +0200 (EET) Message-Id: <200801120127.m0C1RAZ6088857@kosh.
C
Gerard Goossen: Integrate: [ 31588] Subject: [PATCH] dump.c: do not use sv_len_utf8 because it modified the scalar Message-ID: <20070711171911.GD8177@ostwald>
C
Nicholas Clark: #else missing, spotted by Alexey Tourbin.
C
Nicholas Clark: We're one function attribute out of sync with make regen, so fix it.
C
Nicholas Clark: Revert all of the changes in 28115 related to changing the signal handler take variable arguments (so as to support POSIX SA_SIGINFO) as for some reason it causes nasal daemon leakage on some 64 bit platforms, and I conclude that integrati
C
Nicholas Clark: Arrange for newGP to know when it needs to copy the filename of the current COP, because that COP is likely to be freed before the GV. Not perfect (valgrind still spots a couple not caught) but gets most, and gets ext/B/t/lint.t passing.
C
Nicholas Clark: Update Changes
C
Nicholas Clark: Integrate: [ 33443] Integrate: [ 33437] Three variables in S_scan_trans only hold flags for op_private, so can be U8. p4raw-link: @33443 on //depot/maint-5.10/perl: 34f6157772fa6acca6ad136444e0bacec3f702fb p4raw-link: @33437 on //depot/per
C
Nicholas Clark: Silence a "possible loss of data" warning from a Win32 compiler.
C
Nicholas Clark: Integrate: [ 28863] Fix one genuine unitialised code path spotted by gcc, and a signed/ unsigned warning.
C
Steve Hay: RE: Perl @ 33218 From: "Steve Hay" <SteveHay@planit.com> Message-ID: <1B32FF956ABF414C9BCE5E487A1497E701680811@ukmail02.planit.group> Date: Tue, 4 Mar 2008 18:04:09 -0000
C
Nicholas Clark: Revert change 32689 (integrated as 33202) which is causing compiler warnings in maint-5.8.
C
Nicholas Clark: Effectively re-integrate a hunk of 28626, identified by Steve Hay as being missing. (Changes 28626 and 28786 were integrated out of order as 30040 and 30051, and it seems that I made a mistake in resolving the conflicts)
C
Nicholas Clark: Integrate: [ 24096] Clean-up some warnings when compiling on Win32 with VC++ p4raw-link: @24096 on //depot/perl: fe2774edcceb29d7f31eb2b8407d2ab3df896594
C
Nicholas Clark: Restore the cast accidentally removed by change 30141.
C
Nicholas Clark: Cast away const for the argument to PerlLIOUtime(), as I'd prefer to do this than change the prototype of a visible and linked-to symbol.
C
Nicholas Clark: Reverse change 30326. (Steve Hay says that it's safe to go back in now)
C
Paul Green: RE: Perl @ 33218 (Stratus VOS patches) From: "Green, Paul" <Paul.Green@stratus.com> Message-ID: <F5F42E77A43DD944B6D664B00A5401CB037149FF@EXNA.corp.stratus.com>
C
Nicholas Clark: When integrating changes 28351 and 28469 out of order as changes 30004 and 30163, a hunk of code that 28351 introduced and 28469 moved became duplicated. Remove the duplication, which is just a variable declaration.
C
Nicholas Clark: Correct mistake made in change 30230 - fp_dup is not 'R'
C
Nicholas Clark: Re-run regen.pl, which picked up a few things that I missed.
C
Nicholas Clark: Silience all warnings about unused arguments in the stub S_vdie_common().
C
Nicholas Clark: Integrate: [ 28536] Restoring change #28523 accidentilly reverted with change #28528. p4raw-link: @28536 on //depot/perl: 027aa12decdb9c925aa7dcd0b4307c73844261d0 p4raw-link: @28528 on //depot/perl: 28f0d0ec424c9050a6c7d38541d2e6b5e66fb97c
C
Nicholas Clark: Reverse two cast changes mistakenly integrated as part of change 29962.
C
Nicholas Clark: Fix compiler warnings about signed/unsigned in conditionals in sv.c Two are due to integer promotion of U8 in CopHINTS_get(); the equivalent structure member in blead is U32. The other two were effectively eliminated on the way to 5.10 by
C
Nicholas Clark: Add missing const to the regdupe entry of struct regexp_engine. (Which the gcc I was using then didn't pick up on) Fix a typo in a comment.
C
Nicholas Clark: Integrate: [ 33412] Integrate: [ 33401] Make ext/POSIX/t/sysconf.t use File::Spec->tmpdir() for pathconf/ fpathconf testing rather than ->curdir(), as the latter can be on networked storage that fails the syscall (and the tests). p4raw-lin
C
Nicholas Clark: Integrate: [ 32353] Silence ill-behaved Test::Harness test on VMS.
C
Nicholas Clark: Restore the regex positive super-linear cache, as it turns out that some patterns do actually benefit from it. (See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2008-01/msg01314.html )
C
Craig A. Berry: VMS glob() fix-ups adapted for maint-5.8 from 30813 and 32329.
C
Nicholas Clark: Integrate: [ 33224] Integrate: [ 33222] Upgrade to Math::Complex 1.48 and Math::Trig 1.13 p4raw-link: @33224 on //depot/maint-5.10/perl: 89e94f1552075ce37fd0f36b9d6a0eb596eb5050 p4raw-link: @33222 on //depot/perl: b57c8994d18dca212b1e1f954
C
Nicholas Clark: Integrate: [ 33220] Integrate: [ 32791] Fix VMS::Stdio bug introduced in 32713. p4raw-link: @33220 on //depot/maint-5.10/perl: 659912aed7856a2fcae2132d6d769f09d44095a2 p4raw-link: @32791 on //depot/perl: b9893e571ac0b667e330dd75c20bb498b61
C
Nicholas Clark: Update Changes
C
Nicholas Clark: Naff orf, stowaway.
C
Nicholas Clark: Integrate: [ 33139] Integrate: [ 32807] Add a new function newSVpvn_flags(), which takes a third parameter of flag bits. Right now the only flag bit is SVf_UTF8, which will call SvUTF8_on() on the new SV for you. Provide a wrapper newSVpvn
C
More...