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: [ 25051] Unwrap the del_Xfoo() macros by explicitly noting the arena to free the body to. This comletely eliminates the second switch statement. p4raw-link: @25051 on //depot/perl: 82bb6deb04ad3686538ac7e9262c77a8ab0aa822
C
Nicholas Clark: Perl_sv_upgrade is not void in maint, so need to return TRUE.
C
Jim Cromie: Integrate: [ 24897] Move the offset calculations outside of new_body/del_body. This makes some of the upgrade code slightly simpler.
C
Nicholas Clark: Integrate: [ 24896] Refactor sv_dup to memcpy from source to destination, and only explicitly copy the structure members that need explicit duplication. p4raw-link: @24896 on //depot/perl: 662fb8b24094b55abe53130309c03b869194e0f3
C
Jim Cromie: Integrate: [ 24894] Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas Message-ID: <42B3C388.2090902@divsol.com>
C
Nicholas Clark: Integrate: [ 24892] sv_upgrade by memcpy AV and HV cases need tidyup
C
Nicholas Clark: Integrate: [ 24886] Move freeing the old body after the creating of the new body.
C
Nicholas Clark: Integrate: [ 24881] new_pte/del_pte can use new_body/del_body too
C
Nicholas Clark: Integrate: [ 24878] Replace all the new/del static functions with calls to a single pair of functions that uproot/plant bodies p4raw-link: @24878 on //depot/perl: aeb18a1e6ec30416322d12056d5c9acd228820fd
C
Nicholas Clark: Integrate: [ 24876] Replace all the S_more_* functions with a single function. Saves 1.5K on the object file in OS X when built with -Os
C
Jim Cromie: Integrate: [ 24875] Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function Message-ID: <42ADC8ED.4090009@divsol.com>
C
Nicholas Clark: Restore changes 24459 and 24467 (GVs from arenas) (ie reverse 26559) as the arena re-working is started.
C
Nicholas Clark: Integrate: [ 24544] create an "allocated" structure for PVs, PVAVs and PVHVs p4raw-link: @24544 on //depot/perl: 59813432f2817111929813f9e38a1c0faf9a26f3
C
Nicholas Clark: Integrate: [ 24258] Merge common code. Reduces object size by 1K on x86, 6K on PPC
C
Nicholas Clark: Create perl589delta.pod
C
Nicholas Clark: Update Changes, and create Changes5.8.8
C
Nicholas Clark: That was 5.8.8.
C
Nicholas Clark: Regenerated files that shipped with 5.8.8.
C
Nicholas Clark: lib/CPAN/SIGNATURE is supposed to be in the MANIFEST, and therefore the tarball.
C
Nicholas Clark: Break a leg.
C
Nicholas Clark: Update Changes
C
Nicholas Clark: More history.
C
p.boven@sara.nl: Integrate: [ 27022] Subject: [perl #38380] Typo in perlfunc.pod From: p.boven@sara.nl (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-38380-129047.11.4217468041333@perl.org> p4raw-link: @27022 on //depot/perl: 135ed46bb444f363
C
Nicholas Clark: Perl_save_threadsv does return under 5005 threads.
C
Nicholas Clark: Note the new CPAN version in perl588delta.pod. Remove the 2 empty headings.
C
Nicholas Clark: Re-integrate change 25774 (Keys of %INC always use forward slashes) and bump $CPAN::VERSION to 1.76_02.
C
Nicholas Clark: Make 5005threads compile to miniperl
C
Yitzchak Scott-Thoennes: Integrate: [ 26974] Add perl 5.9.3 in release list
C
Nicholas Clark: Remove the description of PERL_DONT_CREATE_GVSV, as a significant change has been added in blead, so the behaviour won't be the same when this is merged for 5.8.9. Remove the description of CPAN.pm 1.83.
C
Nicholas Clark: Revert change 26719 (back to CPAN 1.76_01), as Module::Build and curl support aren't quite stable yet. All should be good for 5.8.9
C
Jarkko Hietaniemi: Integrate: [ 26998] Subject: [PATCH] maint and blead: unicos.sh hints Message-Id: <200601292145.k0TLj3mW320311@kosh.hut.fi> p4raw-link: @26998 on //depot/perl: f9248b7298f9f9e7b7cd49f4402fb96b77cdf10d
C
Craig A. Berry: 5.8.8 perldelta note for VMS From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <43DC14CD.3080902@mac.com> Date: Sat, 28 Jan 2006 19:05:17 -0600
C
Nicholas Clark: Integrate: [ 26962] Install nit : README.e2x should be installed, the other READMEs shouldn't p4raw-link: @26962 on //depot/perl: 3f5a5a292521388b979675247c6a3bfc1477f474
C
Philippe M. Chiasson: Integrate: [ 26952] Subject: [PATCH] Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can cause segfaults From: "Philippe M. Chiasson" <gozer@ActiveState.com> Message-ID: <43D941AF.1060503@ActiveState.com>
C
Nicholas Clark: Integrate: [ 26935] Subject: SPRINTF_RETURNS_STRLEN isn't really a compile-time option From: Gisle Aas <gisle@ActiveState.com> Date: 23 Jan 2006 02:12:04 -0800 Message-ID: <lr3bjfb6dn.fsf@caliper.activestate.com>
C
Steve Hay: Integrate: [ 26892] Explain better how that test count works.
C
Nicholas Clark: Integrate: [ 26396] Two test workarounds for VMS
C
Nicholas Clark: Integrate: [ 26940] Fix a regression on suidperl : the error message "No #! line" was produced in erroneous cases, because we used to read values in a string buffer that pointed to nothing. p4raw-link: @26940 on //depot/perl: f8d2da6231d52
C
Nicholas Clark: Document the fix to no warnings '...' as it will cause fun and games.
C
David Landgren: Re: [PATCH] perl588delta.pod (minor tweaks) [new! improved!] Message-ID: <43D636FF.8000001@landgren.net>
C
Jarkko Hietaniemi: Integrate: [ 23592] Subject: [PATCH] Makefile.SH: de-parallelise mktables Message-ID: <41ADFD95.4030007@iki.fi> p4raw-link: @23592 on //depot/perl: 6c684aee08fc9337f5e82e661f931695e157219c
C
Nicholas Clark: Missing C on <>, spotted by David Landgren.
C
Nicholas Clark: Nits spotted by Rafael.
C
Rafael Garcia-Suarez: POD formatting nits
C
Audrey Tang: Overzealous consting in mg.h breaks SWIG Message-ID: <43D2FFAD.9070401@autrijus.org> Date: Sun, 22 Jan 2006 11:44:45 +0800
C
Nicholas Clark: Update sample config.sh
C
Nicholas Clark: Restore patchlevel.
C
Nicholas Clark: Cargo cult 5.8.8 upgrade.
C
Nicholas Clark: Update Changes
C
Nicholas Clark: Integrate: [ 26885] Gisle points out that it's ok to ignore the return value of newSVrv. Due to how embed.pl is implemented, this also has the unfortunate side-effect of removing __attribute__malloc__ from the attributes of this function,
C
More...