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: [ 24958] Indent some of the #ifdef/#define/#endif to make the nesting clearer. Simplify SvPV_free slightly.
C
Nicholas Clark: Integrate: [ 25832] Add my_sprintf, which is usually just a macro for sprintf, for those places where we want to use the return value of sprintf. This allows a wrapper to be used for platforms where the C library isn't ANSI- conformant.
C
Nicholas Clark: Integrate: [ 23763] Add TODO tests for UTF8 encoded soft references
C
Nicholas Clark: Integrate: [ 25746] The new REQUIRE token introduced by change 25599 must be nonassoc, just like the UNIOP token it's patterned after. (While we're at it, allow to use bison 2.1 to regenerate the parser files.)
C
Nicholas Clark: Integrate: [ 25599] CORE::require was always parsed as require(). That's because require() isn't overridable at tokenizer-level like other overridable built-ins, but is handled by the optree builder. So, find a way to pass the information
C
Nicholas Clark: Integrate: [ 25344] Add the "no 6" / "no v6" syntax.
C
Rick Delaney: Integrate: [ 25166] Subject: Re: [perl #27028] /$/ not honouring /m in some cases Message-ID: <20050714141059.GF19090@localhost.localdomain> p4raw-link: @25166 on //depot/perl: 28905b57f48ed7d8802e9adcef28d443eb2b6de4
C
Sébastien Aperghis-Tramoni: Integrate: [ 27802] Replace explict "/dev/null" with BIT_BUCKET, which varies by platform.
C
Andy Lester: Integrate: [ 27334] Subject: [PATCH] Speedups and shrinkages of SvREFCNT_inc Date: Fri, 24 Feb 2006 14:54:35 -0600 Message-ID: <20060224205434.GA17867@petdance.com>
C
Steven Schubiger: Integrate: [ 26380] s/Nullav/NULL/g
C
Nicholas Clark: Tidy up warnings about implicitly removing qualifiers from pointers.
C
Nicholas Clark: Integrate: [ 27564] (Hopefully) make VMS happy.
C
Nicholas Clark: Integrate: [ 27525] Add a new per-interpeter variable PL_utf8cache, which will be used to control the UTF-8 offset caching code. Make this visible as ${^UTF8CACHE}
C
Steve Hay: Re: Smoke [5.8.8] 28115 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu) Message-ID: <445F2CED.3010808@uk.radan.com> Date: Mon, 08 May 2006 12:35:09 +0100
C
Nicholas Clark: Integrate: [ 27728] Save the regexp engine state as 1 block on the save stack.
C
Nicholas Clark: Hateful gcc. g<something-not-entirely-unlike-C>c, I feel.
C
Nicholas Clark: Integrate: [ 25193] Exit test script (if we're going to) *before* declaring a plan
C
Nicholas Clark: Integrate: [ 26449] Break out the item normalisation code into a method normalise_items.
C
Jarkko Hietaniemi: Integrate: [ 25185] Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump) Date: Tue, 19 Jul 2005 12:06:00 +0300 Message-ID: <42DCC278.2010009@gmail.com>
C
Nicholas Clark: Integrate: [ 25688] Subject: Re: $^CHILD_ERROR_NATIVE issues (with attachment) From: Gisle Aas <gisle@ActiveState.com> Date: 04 Oct 2005 02:18:27 -0700 Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com>
C
Nicholas Clark: Integrate: [ 24613] Subject: [PATCH] VMS build update for blead From: "Craig A. Berry" <craigberry@mac.com> Date: Sat, 28 May 2005 23:18:46 -0500 Message-Id: <429942A6.10601@mac.com>
C
John E. Malmberg: Integrate: [ 25306] Subject: [patch@25305] fixes to const fixes + Case Preserved start From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <43053363.8090809@qsl.net> p4raw-link: @25306 on //depot/perl: f7ddb74ae664d8225514d5dfa61fca99e
C
John E. Malmberg: Integrate: [ 25257] Various patches by John E. Malmberg to fix data corruption issues on VMS. Back out change 25218 and the parts of change 25217 that affect pp_ctl.c and pp_sys.c.
C
Gisle Aas: Integrate: [ 24501] Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH] Date: 18 May 2005 08:35:47 -0700 Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com>
C
Nicholas Clark: Integrate: [ 26569] add svt_local slot to magic vtable, and fix local $shared
C
Nicholas Clark: Integrate: [ 24264] Subject: [PATCH] Fix MGVTBL structures in perl.h From: Andy Lester <andy@petdance.com> Date: Wed, 20 Apr 2005 15:09:24 -0500 Message-Id: <20050420200923.GA3017@petdance.com>
C
Nicholas Clark: I didn't want ExtUtils::CBuilder. Only ExtUtils::ParseXS, and that's merely as a side effect of xsubpp now being a thin wrapper around it.
C
Nicholas Clark: Integrate: [ 24820] Make some variables global, to avoid some "will not stay shared" warnings at compile time
C
Nicholas Clark: Integrate: [ 24500] Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN) From: Yitzchak Scott-Thoennes <sthoenna@efn.org> Date: Wed, 18 May 2005 07:13:40 -0700 Me
C
Nicholas Clark: Fix up a couple more errors in 2 static functions' prototypes, and add NN to 3 other functions.
C
Nicholas Clark: Pesky stowaways.
C
Nicholas Clark: Integrate: [ 24412] while (my $x ...) { ...; redo } shouldn't undef $x. In the presence of 'my' in the conditional of a while(), until(), or for(;;) loop, add an extra scope to the body so that redo doesn't undef the lexical p4raw-link: @2
C
Nicholas Clark: Fix up my mistakes with prototypes made while merging pack changes. Prototypes for non-static functions are now restored to 5.8.8.
C
Andy Lester: Integrate: [ 24023] Subject: [PATCH] pad_push numero three-o Message-ID: <20050310211728.GC32386@petdance.com> p4raw-link: @24023 on //depot/perl: 2601929893f334f18dbc48652b91b4acab6e8915
C
Nicholas Clark: Integrate: [ 25779] Make some casts explicit to keep VC++ 7 happy
C
Andy Lester: Integrate: [ 24965] Subject: [PATCH] Pre-YAPC consting fun Message-ID: <20050623190423.GA13835@petdance.com>
C
Nicholas Clark: Integrate: [ 24328] Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches From: Andy Lester <andy@petdance.com> Date: Mon, 25 Apr 2005 17:56:51 -0500 Message-ID: <20050425225651.GB17271@petdance.com>
C
Nicholas Clark: Integrate: [ 24061] Casts needed to make VMS happy. (It gets very upset at assignments between char * and unsigned char *)
C
Ton Hospel: Integrate: [ 24100] Subject: Re: PATCH: byte count feature request for unpack Message-Id: <d26u7b$i3v$1@post.home.lunix>
C
Nicholas Clark: Integrate: [ 24052] Subject: pack / for general types From: perl5-porters@ton.iguana.be (Ton Hospel) Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC) Message-Id: <d1i7ed$62c$1@post.home.lunix>
C
Ton Hospel: Integrate: [ 24031] Subject: Re: Encoding neutral unpack Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC) Message-ID: <d0vdt5$81a$1@post.home.lunix>
C
Nicholas Clark: Integrate: [ 24011] Fix memory corruption when growing pack utf8 buffer
C
Ton Hospel: Integrate: [ 24010] Subject: Encoding neutral unpack Message-Id: <d0fi6i$k06$1@post.home.lunix>
C
Craig A. Berry: Integrate: [ 23988] Subject: [PATCH] signed/unsigned help for pp_pack.c From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <42160CFC.3080304@mac.com> p4raw-link: @23988 on //depot/perl: 4be427318703bf5ac0ed8706d82b913c831ebccf
C
Ton Hospel: Integrate: [ 23966] Subject: Re: encoding neutral unpack Message-ID: <cu17rk$k78$1@post.home.lunix>
C
Nicholas Clark: Silence a compiler warning by (of all things) removing a cast.
C
Nicholas Clark: Integrate: [ 24942] handle magic in local correctly the local SV now gets a copy of any container magic, and no value magic; in the past the whole magic chain was either shared or moved
C
Nicholas Clark: Integrate: [ 23925] Attempt to fix problems with new exception handling macros. p4raw-link: @23925 on //depot/perl: 9b5c3821be1f2a9a84772171c8bbadbf9cfc4a53
C
Nicholas Clark: Integrate: [ 23911] Add simple exception handling macros for XS writers.
C
Nicholas Clark: Integrate: [ 27660] Rewrite t/op/getppid.t to remove the assumption that init has PID of 1. p4raw-link: @27660 on //depot/perl: a428795db34ad0ab0091b073e8062b7e0f58355e
C
More...