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: Correct errors in global.sym that seem to be the cause of Win32 build failures.
C
Nicholas Clark: Integrate: [ 24760] Nuke some more n_a, and convert S_gv_ename from char * to const char *
C
Nicholas Clark: Integrate: [ 24748] Convert POPpx POPpconstx and POPpbytex to use nolen macros. Elminate a lot of C<n_a>s
C
Nicholas Clark: Integrate: [ 24740] More SvPV consting.
C
Andy Lester: Integrate: [ 24735] Subject: [PATCH] Random cleanups #47 Message-ID: <20050606151107.GC7022@petdance.com>
C
Alexey Tourbin: Integrate: [ 24729] Subject: [PATCH] util.c: S_vdie_common() should be static Date: Sun, 5 Jun 2005 03:08:30 +0400 Message-ID: <20050604230830.GS5867@solemn.turbinal.org>
C
Nicholas Clark: Integrate: [ 24733] Simplify the implementation of SvPV*nolen functions
C
Steve Peters: Integrate: [ 24592] Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org>
C
Nicholas Clark: Integrate: [ 24722] Make a start at consting calls to SvPV. SV conversion and upgrade routines need to be mutable, as it's permitted to change the type of a READONLY SV, or cache the string or number conversion. Other routines are mostly c
C
Nicholas Clark: Integrate: [ 24721] Need const versions of SvPV(), so that its callers can indicate whether they are read/write or read only Also provide a mutable version, for the internals to use where it needs a non-const pointer, but will be writing.
C
Nicholas Clark: Integrate: [ 24715] SvIsCOW_shared_hash is declared all the time, so use it.
C
Salvador FandiƱo: Integrate: [ 24708] Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory Date: Jun 5, 2005 4:25 AM Message-ID: <20050605022436.21982.qmail@lists.develooper.com>
C
Andy Lester: Integrate: [ 24701] Subject: [PATCH] Clean up UNI* macros in toke.c Message-ID: <20050603171448.GA5834@petdance.com>
C
Nicholas Clark: Integrate: [ 24692] Create newSVpv_hek to reduce code duplication where HEKs need to be turned into SVs
C
Andy Lester: Integrate: [ 24689] Subject: [PATCH] Random consting Message-ID: <20050602171943.GA16553@petdance.com> p4raw-link: @24689 on //depot/perl: b464bac0b70c4876af1296864220315edde8461d
C
Nicholas Clark: Clean up breakages accidentally introduced by 25428 (declaration out of order) and 25503 (is_utf8_string_loclen missing from embed.fnc)
C
Nicholas Clark: Integrate: [ 24303] Convert to test.pl
C
Jarkko Hietaniemi: Integrate: [ 24608] is() is better than ok()
C
Nicholas Clark: Integrate: [ 24687] Subject: [PATCH] speed up is_utf8_char() From: Jarkko Hietaniemi <jhietaniemi@gmail.com> Date: Thu, 02 Jun 2005 21:52:46 +0300 Message-ID: <429F557E.3090007@gmail.com>
C
Steve Peters: Integrate: [ 24670] Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable Date: Tue, 31 May 2005 09:55:43 -0500 Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>
C
Andy Lester: Integrate: [ 24666] Subject: [PATCH] Quotes fixed, see also perl #36079 Message-ID: <20050602050238.GA4001@petdance.com>
C
Nicholas Clark: Integrate: [ 24654] Subject: [PATCH] Re: [patch] teach B::Concise to see XS code From: Stephen McCamant <smcc@mit.edu> Date: Sat, 21 May 2005 21:52:31 -0700 Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU>
C
Andy Lester: Integrate: [ 24645] Subject: [PATCH] ByteLoader.xs cleanup Message-ID: <20050531032836.GA32198@petdance.com>
C
Andy Lester: Integrate: [ 24622] Subject: [PATCH] Minor warning squashings Date: Sun, 29 May 2005 00:19:06 -0500 Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com>
C
Nicholas Clark: Integrate: [ 24573] Replace all uses of HvNAME with the appropriate HvNAME_get or HvNAME_set
C
Nicholas Clark: Integrate: [ 24576] Reordering config_h.SH after metaconfig now semi automated This will save me *a lot* of manual work
C
Nicholas Clark: Integrate: [ 24570] Initialising the hash seed needs to be early in case anything calcualtes HASHes during dup()ing.
C
Andy Dougherty: Integrate: [ 24532] disallow eval { goto &foo } eval 'goto &foo' is already banned, and the try-version usually coredumps due to the code assuming the CxEVAL is actually a CxSUB. Anyway exiting an eval but preserving "it's" @_ doesn't make
C
Andy Lester: Integrate: [ 24561] Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage Message-ID: <20050521140640.GB875@petdance.com> p4raw-link: @24561 on //depot/perl: 504618e92cbf415cc727244b0e64aab9ddfb1c10
C
Andy Lester: Integrate: [ 24489] Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix Message-ID: <20050516151353.GA25387@petdance.com> p4raw-link: @24489 on //depot/perl: a3b680e6b77dd7f88268fad8b1dbdf4f641dd836
C
Nicholas Clark: Integrate: [ 23996] Fix leaks in List::Util::reduce,first When the block is a closure, the cloned CV created on each call was never freed
C
Nicholas Clark: Integrate Storable 2.15: [ 23079] Store weak references.
C
Nicholas Clark: Integrate: [ 24382] Sync synopses p4raw-link: @24382 on //depot/perl: c630fe624c165b4be52d3bdfb4d8e719da52a022
C
Nicholas Clark: Remove unwanted stowaway.
C
Nicholas Clark: Integrate: [ 24533] add access to Perl_croak() via 'mycroak' in XS::APItest
C
Nicholas Clark: Integrate the API from: [ 24526] Move hv_name, hv_eiter and hv_riter into a new aux structure. Provide (more efficient) _get and _set macros. Adjust the core to use them.
C
Yitzchak Scott-Thoennes: Integrate: [ 24545] Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)
C
Marcus Holland-Moritz: Integrate: [ 21009] Subject: Re: maint@20974 or before broke mp2 ithreads test From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
C
Nicholas Clark: Integrate: [ 24459] Allocate GV bodies from arenas
C
Nicholas Clark: Integrate: [ 24427] Hoist the static "AUTOLOAD" into a static const variable. Makes the object file slightly smaller, and also increases the proportion of read only data section.
C
Steve Peters: Integrate: [ 24422] Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks Date: Sun, 8 May 2005 20:49:17 -0500 Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org>
C
Nicholas Clark: Integrate: [ 24444] Subject: potential [PATCH] Tru64 crank up strictness From: Jarkko Hietaniemi <jhietaniemi@gmail.com> Date: May 10, 2005 7:44 PM Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi>
C
Nicholas Clark: Integrate: [ 24420] Perl_croak uses perl's printf, so can pass in SVs direct - no need for SvPV and a %s format.
C
Nicholas Clark: Update docs. Fret not, pad_findmy is static, so it can change to const.
C
Nicholas Clark: attributes-two.patch also contains a lot of const-ing, hence the strange collection of files that seem to change with the integration of all the attributes probing code.
C
Andy Lester: Integrate: [ 24414] Subject: [PATCH] GCC attributes! Message-ID: <20050504215540.GA20413@petdance.com>
C
Nicholas Clark: Integrate: [ 24384] [perl #35214] SEGV when next is followed by a goto
C
Nicholas Clark: Integrate: [ 24358] Subject: [PATCH] uninitialized warnings in regcomp From: Steven Philip Schubiger <steven@accognoscere.org> Date: Mon, 2 May 2005 01:14:29 +0200 (CEST) Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org>
C
Andy Lester: Integrate: [ 24365] Subject: [PATCH] printf.patch: Adding printf checking for gcc Message-ID: <20050501200755.GA30259@petdance.com> p4raw-link: @24365 on //depot/perl: b7787f18a4d9a5b6205453133731406d627268af
C
Nicholas Clark: Integrate: [ 24333] Subject: [PATCH] XS() __attribute__ From: Andy Lester <andy@petdance.com> Date: Fri, 22 Apr 2005 17:39:47 -0500 Message-ID: <20050422223947.GA4681@petdance.com>
C
More...