Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
maint-5.10
smoke-me/jkeenan/sync-win32-20260515
smoke-me/jkeenan/sync-io-socket-ip-20260515
smoke-me/tonyc/selfloader-mixed-io-again
smoke-me/jkeenan/sync-archive-tar-20260511
-- I want an older branch --
Reports for branch
maint-5.10
There's more than one sequence of commits recorded for this branch
Show duplicate emailed reports
Filter:
?
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Integrate: [ 33825] It transpires that POSIX.xs also duplicated several constants defined by Fcntl but only conditionally exported by Fcntl. The most obvious were SEEK_CUR, SEEK_END and SEEK_SET, as reported in bug #54186. So add them to t
C
Vincent Pit: Integrate: [ 33770] Subject: [PATCH] Double magic/warnings with tie $x, $m From: "Vincent Pit" <perl@profvince.com> Date: Wed, 30 Apr 2008 13:14:00 +0200 (CEST) Message-ID: <62186.92.128.43.82.1209554040.squirrel@92.128.43.82>
C
Steffen Mueller: Integrate: [ 33764] Change of maintainer.
C
Abigail: Integrate: [ 33740] Stop File::Copy truncating destination files if passed 3 named arguments by accident. In Copy.t, ensure that all file system calls die with $! if they fail.
C
Dave Mitchell: Integrate: [ 33049] Fix the misplaced warnings and failing tests caused by the precision loss warning on ++ and -- by moving the check to Configure time, creating a new config.sh variable nv_overflows_integers_at which contains an constant
C
This sequence of commits was last seen 2012-02-16 04:30:19
Dave Mitchell: Integrate: [ 33347] Correct large files / lseek size & type settings in Win32 canned configs.
C
This sequence of commits was last seen 2012-02-16 04:30:19
Vincent Pit: Integrate: [ 33778] Subject: Re: [perl #51636] segmentation fault with array ties From: "Vincent Pit" <perl@profvince.com> Message-ID: <56287.147.210.17.175.1205339860.squirrel@147.210.17.175> p4raw-link: @33778 on //depot/perl: 90630e3c74171
C
Tom Wyant: Integrate: [ 33850] Subject: [perl #53500] op/pwent.t should use the DirectoryService on OS X From: "Tom Wyant via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-20841-1210542001-412.53500-15-0@perl.org> p4raw-link: @33850 on //depot/
C
This sequence of commits was last seen 2012-02-16 04:30:19
Dave Mitchell: Integrate: [ 32981] Thanks to Sébstien Aperghis-Tramoni's suggestion, updated version numbers in a few extra files and regenerated uconfig.h.
C
This sequence of commits was last seen 2012-02-16 04:30:19
Andy Armstrong: Integrate: [ 32953]
C
Dave Mitchell: Integrate: [ 32647] Teach cflags.SH about -fstack-protector, and add it to gcc compiler flags when possible.
C
This sequence of commits was last seen 2012-02-16 04:30:19
Jarkko Hietaniemi: Integrate: [ 33023] Remove hardcoded cop.h constants from APItest.pm :-( Add G_WANT. Make call.t use G_WANT.
C
Jerry D. Hedden: Integrate: [ 32937] Ensure DEBUG_LEAKING_SCALARS_ABORT can't be circumvented by fatal warnings. Add an abort() if you try to dup a freed scalar.
C
Dave Mitchell: Integrate: [ 32933] seen_eval regex field wasn't getting cloned
C
This sequence of commits was last seen 2012-02-16 04:30:19
Tels: Integrate: [ 33666] Subject: [PATCH] Math::BigRat 0.22 Message-Id: <200804072127.38258@bloodgate.com>
C
Nicholas Clark: Integrate: [ 32977] When parsing LC_ALL or LANG to get the locale's encoding, ignore whatever is after the @, since that's a modifier, not an encoding.
C
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Integrate: [ 33674] Test::More::is_deeply may do overloading (at least for TODOs), and overloading may require Scalar::Util, which it won't find if all the paths in @INC are relative to somewhere other than where we are.
C
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Integrate: [ 33773] Upgrade to CGI.pm-3.37 p4raw-link: @33773 on //depot/perl: ebb7c588e19eeb98693e63d130912163306d04b0
C
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Integrate: [ 33734] Add "safely supporting POSIX SA_SIGINFO" to perltodo, as described in the thread starting with http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2008-03/msg00305.html
C
Nicholas Clark: Integrate: [ 33665] Subject: [PATCH] is_gv_magical correctly check "ISA" From: Gerard Goossen <gerard@tty.nl> Date: Wed, 9 Apr 2008 12:12:44 +0200 Message-ID: <20080409101244.GA11209@ostwald>
C
Nicholas Clark: Integrate: [ 33592] Additional CGI.pm test files that got missed at some point.
C
This sequence of commits was last seen 2012-02-16 04:30:19
Rafael Garcia-Suarez: Document ~~ behaviour change with objects in perldelta
C
Rafael Garcia-Suarez: POD nit
C
Vincent Pit: Re: [PATCH] ~~ with non-overloaded objects From: "Vincent Pit" <perl@profvince.com> Message-ID: <62440.92.128.34.102.1209733403.squirrel@92.128.34.102>
C
Rafael Garcia-Suarez: Delete SelfLoader.t, that should have been deleted by change #32829 p4raw-link: @32829 on //depot/perl: e4594d660ccfacc30d873d9cfc645abb4f26b9df
C
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Integrate: [ 33720] Upgrade to Win32-0.36 p4raw-link: @33720 on //depot/perl: b5701e9edddf3f3df00cee80e48223f19407a9bc
C
Jarkko Hietaniemi: Integrate: [ 33647] Subject: [PATCH] Tru64: align fp policies of gcc and cc Message-Id: <200804050116.m351GH5P042062@kosh.hut.fi>
C
This sequence of commits was last seen 2012-02-16 04:30:19
Dave Mitchell: revert the integration of 32815 "We can now sv_upgrade(sv, SVt_PVHV)"
C
Dave Mitchell: Integrate: [ 32910] Remove the warning "v-string in require/use non portable"
C
Dave Mitchell: Integrate: [ 32907] Upgrade to Module-Load-Conditional-0.24
C
Michael G. Schwern: Allow the 'smart match in void context' warning into 5.10.1, as we're going to break smart-matching backcompat anyway...
C
Dave Mitchell: Integrate: [ 32813] Possible future bugs found by the creation of newSVpvn_flags(). But use newSVhek() in preference when possible.
C
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Regenerate perlmodlib.pod - Test::Harness 3 and parent aren't integrated (yet).
C
Vincent Pit: Integrate: [ 33668] Subject: [PATCH] Double magic with '\&$x' From: "Vincent Pit" <perl@profvince.com> Message-ID: <34395.147.210.17.175.1207039697.squirrel@147.210.17.175>
C
James Bence: Integrate: [ 33374] Tidy up error messages
C
Nicholas Clark: Integrate: [ 33318] Shell patterns are subject to tilde expansion. So the case statement in the filexp script (written out by Configure) for expanding ~ and ~/* has never worked. It's always been relying on the /bin/csh glob for the ~* ca
C
Nicholas Clark: Integrate: [ 33314] Subject: [PATCH pod/perlfunc.pod] sprintf "%+d" From: Abigail <abigail@abigail.be> Date: Thu, 14 Feb 2008 17:43:14 +0100 Message-ID: <20080214164314.GA31694@abigail.be>
C
Nicholas Clark: Integrate: [ 33709] Add "eliminate incorrect line numbers in warnings" to perltodo, and a pair of TODO tests for the desired behaviour.
C
Nicholas Clark: Integrate: [ 33648] UCD 5.1.0
C
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Integrate: [ 33551] Give the test file for __builtin_expect() the correct name (try.c, not builtin.c). Correct the user visible text, which was clearly a cut & paste from __builtin_choose_expr. For both, also run the program as part of the
C
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Integrate: [ 33656] Eliminate cop_label from struct cop by storing a label as the first entry in the hints hash. Most statements don't have labels, so this will save memory. Not sure how much.
C
This sequence of commits was last seen 2012-02-16 04:30:19
Dave Mitchell: Integrate: [ 32780] Upgrade to IPC::SysV 2.00 p4raw-link: @32780 on //depot/perl: a7c93bfc3dfadc59dadf5215a34100cfb5369ade
C
Robin Barker: Integrate: (only the ext/IPC/SysV/SysV.xs part of)
C
Dave Mitchell: Integrate: [ 33294] Upgrade to PathTools-3.2701
C
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Integrate: [ 33652] Add attempting Exterminate! cop_label to perltodo.
C
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Integrate: [ 33480] Subject: Re: Perl @ http://www.ccl4.org/~nick/P/perl-33444.tar.bz2 From: Reini Urban <rurban@x-ray.at> Message-ID: <47D2EF38.10503@x-ray.at> Date: Sat, 08 Mar 2008 20:55:36 +0100
C
Vincent Pit: Integrate: [ 32822] Subject: Re: SV leak? Message-ID: <477D28BD.5060801@profvince.com>
C
Slaven Rezic: Integrate: [ 33399] Subject: [PATCH] More diagnostics for Fatal.pm Message-ID: <49601.89.247.126.95.1204280971.squirrel@mail.rezic.de>
C
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Integrate: [ 33578] Update makemeta to add the 3 official "resources" - homepage, license and bugtracker. p4raw-link: @33578 on //depot/perl: ec08ff806cb70a184db7ff25b978632f878170bc
C
Nicholas Clark: Update META.yml
C
More...