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:
?
Andy Lester: Integrate: [ 27749] Subject: [PATCH] Rename variables in some mg_* funcs Date: Sun, 9 Apr 2006 00:20:12 -0500 Message-ID: <20060409052012.GA15887@petdance.com>
C
Nicholas Clark: Integrate: [ 27744] Subject: [PATCH] sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=\0?) From: jhi@cc.hut.fi (Jarkko Hietaniemi) Message-Id: <20060408152533.C4D5F6D08C@ugli.hut.fi> Date: Sat, 8 Apr 2006 18:25
C
Andy Lester: Integrate: [ 27540] Subject: [PATCH] Data::Dumper consting Message-ID: <20060319072204.GB5596@petdance.com> p4raw-link: @27540 on //depot/perl: 9061c4b923969fe4301d8ee29f5fc13aad24f9f7
C
Nicholas Clark: Integrate: [ 27738] ss_dup of SAVEt_COP_ARYBASE can use the same code as SAVEt_I8.
C
Nicholas Clark: Integrate: [ 27567] Subject: [PATCH] Re: [perl #38779] NAN's on Win32 From: Dominic Dunlop <shouldbedomo@mac.com> Date: Wed, 22 Mar 2006 15:18:33 +0100 Message-Id: <E44A2151-DE7F-4C5D-8A4B-DDA0412229C2@mac.com>
C
Nicholas Clark: Integrate: [ 26835] Additional tests for RT #38207: "Useless localization of constant ($[) in getopts.pl".
C
Nicholas Clark: Integrate: [ 27671] Abstract all the accesses to cop_arybase (apart from ByteLoader)
C
Jarkko Hietaniemi: Integrate: [ 27626] Subject: re-[PATCH] Re: [PATCH] Poison now in two different flavours! Message-ID: <442680D4.3000809@gmail.com>
C
Nicholas Clark: Integrate: [ 27709] Subject: [PATCH] Move conditional SOCKS5 code into #ifdefs From: andy@petdance.com (Andy Lester) Date: Mon, 3 Apr 2006 08:28:18 -0500 Message-ID: <20060403132818.GA7820@petdance.com>
C
Nicholas Clark: Integrate: [ 27377] Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.
C
Andy Lester: Integrate: [ 27630] Subject: [PATCH] Clean up regexec.c, and remove two functions Date: Wed, 29 Mar 2006 10:13:36 -0600 Message-ID: <20060329161336.GA12456@petdance.com>
C
Nicholas Clark: Integrate: [ 27617] Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with the near identical code in pp_entertry into Perl_create_eval_scope. Move the cut & paste code from Perl_call_sv/Perl_fold_constants into Perl_delete_
C
Nicholas Clark: Integrate: [ 27668] If the passed in target rv for Perl_newSVrv() was already a reference to something, it would leak the reference count on that thing.
C
Nicholas Clark: Integrate: [ 27608] Add S_space_join_names_mortal() which joins a char** array with " "s, replacing 5 instances of the same code.
C
Nicholas Clark: Update Changes.
C
Nicholas Clark: Integrate: [ 27526] reduce S_regrepeat_hard() callers from 3 to 1
C
Andy Lester: Integrate: [ 27533] sv_find() returning false, followed by sv_magic() to add the magic, followed immediately by sv_find() to find it, is somewhat wasteful. So use sv_magicext(). (All cases are also correct w.r.t. SvREADONLY())
C
Nicholas Clark: Integrate: [ 27439] MAD changes for bare skipspace()
C
Nicholas Clark: Integrate: [ 27213] The two whitespace changes from
C
Nicholas Clark: Integrate: [ 26924] Un-const magic virtual tables; this consting breaks the nasty things done by Swig, as noticed by Audrey.
C
Nicholas Clark: Integrate: [ 27327] Abstract the specific use of SvCUR in GVs for detecting variables on both sides of an assignment using GvASSIGN_GENERATION() and GvASSIGN_GENERATION_set().
C
Jarkko Hietaniemi: Integrate: [ 27270] Turn on match string copying when /e flag is set on a substitution.
C
Nicholas Clark: Integrate: [ 27306] Replace usage of GvSTASH for storing the stash of C<our> with OURSTASH. Set the stash with OURSTASH_SET.
C
Andy Lester: Integrate: [ 27301] Subject: [PATCH] Perl_save_aelem can't be const Message-ID: <20060224045340.GA6318@petdance.com>
C
Nicholas Clark: Integrate: [ 27294] Replace direct flags tests & manipulations for SVpad_TYPED and SVpad_OUR with macros SvPAD_TYPED(), SvPAD_OUR() etc, to abstract away the flags bits acutally used to store this information. p4raw-link: @27294 on //depot
C
Nicholas Clark: Integrate: [ 27271] Add a test for study() on tied scalars, by Andy Lester after Rick Delaney
C
Nicholas Clark: Integrate: [ 27265] Can merge the two arms of Perl_magic_getglob to save space.
C
Nicholas Clark: Integrate: [ 27258] Document the many uses of SVf_FAKE.
C
Nicholas Clark: Integrate: [ 27241] Add a new CvISXSUB() macro, for abstracting the test as to whether a PVCV is perl or XS.
C
Andy Lester: Integrate: [ 27178] Remove a my_perl that slipped in
C
Andy Lester: Integrate: [ 27177] Subject: [PATCH] Sun Studio lint patches Message-ID: <20060214054617.GA8824@petdance.com> p4raw-link: @27177 on //depot/perl: bb263b4e883e8d326ee443c4da58aa78aea8b77b
C
Jim Cromie: Integrate: [ 27215] Subject: arena-rework : consolidated patch Message-ID: <43F0F649.9040205@gmail.com>
C
Nicholas Clark: Integrate: [ 27172] Teach checkAUTHORS.pl about Changelogs with leading tabs in the log entries, and fix a malformed log entry in Changes5.005 p4raw-link: @27172 on //depot/perl: bdb5e10ec6ba9fc705fa9c12a99747f280685d55
C
Nicholas Clark: Integrate: [ 27399] FAQ sync. (FAQ now moved to svn)
C
Nicholas Clark: Integrate: [ 26545] Marcus Holland-Moritz suggested that assert should Perl_croak_nocontext rather than Perl_croak.
C
Jim Cromie: Integrate: [ 27079] Subject: [patch] arena rework - arena sets Message-ID: <43DF4F66.4080808@gmail.com> Date: Tue, 31 Jan 2006 04:52:06 -0700
C
Nicholas Clark: Integrate: [ 27699] Subject: [PATCH] ext/IO/t/io_unix.t From: Jarkko Hietaniemi <jhietaniemi@gmail.com> Date: Sun, 02 Apr 2006 21:57:19 +0300 Message-ID: <44301E8F.2060503@gmail.com>
C
Jarkko Hietaniemi: Integrate: [ 28187] Subject: t/uni/overload.t Message-ID: <4465988C.9080407@gmail.com>
C
Nicholas Clark: Integrate: [ 24755] s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g p4raw-link: @24755 on //depot/perl: f8c7b90fa8a3676239aeea262e148f9a4e497558
C
Nicholas Clark: Integrate: [ 26866] Upgrade to Devel::PPPort 3.07
C
Nicholas Clark: Integrate: [ 26670] Make '-s' on the shebang line able to parse -foo=bar switches again. This feature was broken by change 19695 some years ago and integrated into perl-5.8.1. perl-5.8.0 was fine. Ref http://bugs.activestate.com/show_bug.
C
Nicholas Clark: Integrate: [ 24912] Same fix, for the test, now.
C
Nicholas Clark: Two regenerated headers.
C
Andy Lester: Integrate: [ 26296] Subject: [PATCH] All args in embed.fnc should be named Message-ID: <20051207160818.GA13465@petdance.com> p4raw-link: @26296 on //depot/perl: c48640ec958027811b711ad07ca27c7f6b7ebbe0
C
Nicholas Clark: Integrate: [ 26881] The current OP that is tested in doeval() can be a require(), an eval() or a do(). When we test whether OPf_SPECIAL is set on it, be sure to take into account that it's the eval-related meaning of OPf_SPECIAL we're test
C
Nicholas Clark: Remove the new assertion integrated from blead. It might just not be safe.
C
Nicholas Clark: Integrate: [ 27126] Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K. The overloading tests are not free.
C
Andy Lester: Integrate: [ 26989] Call gv_fetchpvn_flags where we already know the length.
C
Nicholas Clark: Integrate: [ 26981] The flags manipulation in sv_setsv_flags can be more efficient.
C
Nicholas Clark: Integrate: [ 27066] It's actually easier to get rid of PL_fdscript than we thought.
C
More...