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:
?
Jarkko Hietaniemi: Integrate perlio.c changes from: [ 24271] Subject: [PATCH] Symbian port of Perl Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com> p4raw-link: @24271 on //depot/perl: 27da23d53ccce622bc51822f59df8def79b4df95
C
Jarkko Hietaniemi: Integrate minimal header changes from: [ 24271] Subject: [PATCH] Symbian port of Perl Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com> p4raw-link: @24271 on //depot/perl: 27da23d53ccce622bc51822f59df8def79b4df
C
Nicholas Clark: Integrate: [ 24256] Subject: [PATCH] pad_compname_type(), takes care of a clunky macro From: Andy Lester <andy@petdance.com> Date: Tue, 19 Apr 2005 11:38:44 -0500 Message-Id: <20050419163844.GA19747@petdance.com>
C
Nicholas Clark: Integrate: [ 24511] Subject: [PATCH] Add a Makefile target for ctags From: Andy Lester <andy@petdance.com> Date: Thu, 12 May 2005 11:40:52 -0500 Message-ID: <20050512164052.GA30287@petdance.com>
C
Nicholas Clark: Integrate: [ 24665] Round up all string length requests to malloc()/realloc() to the next multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc() internally will quantise, and so we're going to use space that otherwise would
C
José Pedro Oliveira: Integrate: [ 24375] Fix for [perl #34252] Access rights in FindBin::Bin At least on my platform, Cwd::getcwd doesn't find the current directory if it has no access to it. Try harder with Cwd::cwd.
C
Andy Lester: Integrate: [ 24269] Subject: [PATCH] extra code in pp_concat, Take 2 Message-Id: <20050414020601.GA21346@petdance.com>
C
Nicholas Clark: Integrate: [ 24243] A more efficient way of expressing the MALLOC_WRAP conditional compile.
C
Nicholas Clark: Integrate: [ 24165] Down with C++ reserved names (and also function pointer declarations that rely on the C semantics of ())
C
Nicholas Clark: S_vdie_croak_common wasn't STATIC in 5.8.7, so something might just have linked against it. Hence it needs to stay non-static for 5.8.x.
C
Nicholas Clark: Integrate: [ 22937] It seems that our assert() macro wasn't good enough. Changed to one that that is an expression, rather than a statement.
C
Andy Lester: Integrate: [ 24148] Subject: [PATCH] const-eight.diff Message-ID: <20050330174024.GA12167@petdance.com>
C
Nicholas Clark: Integrate: The hunks from 24088 that reset PL_op and PL_curcop
C
Nicholas Clark: Integrate: [ 23336] Perl -DT segfaults when parsing a 'use' statement
C
Nicholas Clark: Integrate: [ 24096] Clean-up some warnings when compiling on Win32 with VC++ p4raw-link: @24096 on //depot/perl: fe2774edcceb29d7f31eb2b8407d2ab3df896594
C
Andy Lester: Integrate: [ 24082] Need to return something when the compiler doesn't know that a function is "noreturn".
C
Andy Lester: Integrate: [ 24081] Subject: [PATCH] Consting five Message-ID: <20050325231409.GB17660@petdance.com>
C
Andy Lester: Integrate: [ 24079] Subject: [PATCH] Consting part 4 Message-ID: <20050325204331.GA16388@petdance.com>
C
Nicholas Clark: Integrate: [ 24077] Remove the const qualifier from argv and env variables p4raw-link: @24077 on //depot/perl: 8f42b153a33e87e34587f52f491b24c52b63b818
C
Andy Lester: Integrate: [ 24074] Subject: [PATCH] Third consting batch Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
C
Andy Lester: Integrate: [ 24049] Subject: [PATCH] More consting goodness Message-ID: <20050319072830.GA7721@petdance.com>
C
Nicholas Clark: Integrate: [ 23325] improve lexer debugging output (-DT) Decode yylex() return values, and show lexer state each time yylex() is called p4raw-link: @23325 on //depot/perl: bbf60fe61b01cdf81488be8df998a73605e38931
C
Andy Lester: Integrate: [ 24042] Subject: [PATCH] More const parms Message-ID: <20050314195954.GB7141@petdance.com>
C
Andy Lester: Integrate: [ 24037] Subject: [PATCH] Adding const qualifiers Message-ID: <20050313202005.GA23535@petdance.com>
C
Nicholas Clark: Integrate: [ 24693] Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer" From: Duncan Findlay <duncf@debian.org> Date: Wed, 1 Jun 2005 12:18:08 -0400 Message-ID: <20050601161808.GA17294@duncf.mine.nu>
C
Nicholas Clark: Integrate: [ 24223] Make the four-argument form of select() return undef instead of -1 on error.
C
Nicholas Clark: Integrate: [ 24921] weak references aren't UVs, do don't show this in the dump flags.
C
Nicholas Clark: Integrate: [ 23752] Shave off the explict 1; from the end of lib/Config.pm
C
Nicholas Clark: Integrate: [ 24443] "make regen" should run reentr.pl
C
Steve Peters: Integrate: [ 24376] Convert to test.pl
C
Nicholas Clark: The Peek.t parts of Integrate: [ 24088] expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
C
Michael G. Schwern: Integrate: [ 24389] strictify t/TEST make most variables lexical, narrow their scope, and give some of them more meaningful names. Also fix a harmless bug where the wrong filehandles are closed (A+B rather than U+A)
C
Steve Peters: Integrate: [ 24370] Convert to test.pl
C
Nicholas Clark: Integrate: [ 24313] Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+ From: Steve Peters <steve@fisharerojo.org> Date: Sat, 23 Apr 2005 22:37:48 -0500 Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.o
C
Nicholas Clark: Integrate: [ 24201] Add a macro PERL_DEBUG_COW, for aggressive compile time tests of Copy-On-Write related source changes. Fix the problem this revealed.
C
Nicholas Clark: Integrate: [ 24367] For perls where pids and ppids are cached, when the ppid of the perl process becomes 1, refresh the ppid cache (this may indicate that the parent process has died.)
C
Nicholas Clark: Integrate: [ 24348] Add a new macro SvPV_free() which undoes OOK and free()s the PVX(), becase there's a lot of code around that calls SvOOK_off(), memmov()s the buffer, then promptly free()s it. So avoid the needless memmov().
C
Steve Peters: Run regen.pl after
C
Steve Peters: Integrate: [ 24260] Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6 Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org> p4raw-link: @24260 on //depot/perl: 87a1ef3dbc71790d3dec7643306775e0d1e4768a
C
Steve Peters: Integrate: [ 24248] Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5 Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org>
C
Steve Peters: Integrate: (the sv_upgrade change from) [ 22934] Assert that SV type has magic member when reading/writing. Will catch buggy code.
C
Nicholas Clark: Integrate: [ 24652] Subject: [PATCH] Speed up lib/unicore/mktables by 45% From: Andy Lester <andy@petdance.com> Date: Tue, 31 May 2005 12:39:00 -0500 Message-ID: <20050531173900.GA9820@petdance.com>
C
Andy Lester: Integrate: [ 24228] Avoid taking a reference to SvIVX and putting that address on the save stack
C
Nicholas Clark: Integrate: [ 23949] Add Module::CoreList in the maintainers list
C
Nicholas Clark: Integrate: [ 25318] Upgrade to Term::ANSIColor 1.10 p4raw-link: @25318 on //depot/perl: 51da1d85ebd387728f88fa79405a8e8eed318078
C
Nicholas Clark: Integrate: [ 24990] Upgrade to Filter::Simple 0.82
C
Nicholas Clark: Integrate: [ 24932] Upgrade to Test::Harness 2.49_02
C
Nicholas Clark: Integrate: (the Time::HiRes part of) [ 24271] Subject: [PATCH] Symbian port of Perl From: <jarkko.hietaniemi@nokia.com> Date: Mon, 18 Apr 2005 13:18:30 +0300 Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
C
Nicholas Clark: Integrate: [ 24426] Upgrade to Unicode::Collate 0.50
C
Nicholas Clark: Remove stowaways
C
More...