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:
?
Jan Dubois: Integrate: [ 29509] First patch from: Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs Date: Fri, 08 Dec 2006 19:07:06 -0800 Message-ID: <lc9kn2tb0p5sdd4q69rbc7067r4imar59r@4ax.com>
C
Jan Dubois: Integrate: [ 29483] Subject: [PATCH] Move Win32 from win32/ext/Win32 to ext/Win32 Message-ID: <1unen2lsrq4pnnt06933h96pqj1d8luh3b@4ax.com> p4raw-link: @29483 on //depot/perl: b149d92d47a26aa87d3972ed99620c0725f4d00a
C
Nicholas Clark: Integrate: [ 28768] Silence Borland compiler warnings in XS::APItest and Win32 (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
C
Nicholas Clark: regexp dup pointer has to be initialised really early, before any sort of *_dup() call is made, as one thing often leads to another, and so on, until you reach a regexp.
C
Nicholas Clark: Integrate: [ 30080] Refactor the code used to check/execute BEGIN/UNITCHECK/CHECK/INIT/END duplicated in newATTRSUB and newXS into a new static function process_special_blocks()
C
Adrian M. Enache: Integrate: [ 19170] Subject: [PATCH] Re: Error: Unknown error Message-ID: <20030408041213.GA13553@ratsnest.hole> p4raw-link: @19170 on //depot/perl: 7678c486bb9005aaaba9a0134efb395936e5a9f7
C
Nicholas Clark: Integrate: [ 30067] BEGIN blocks in XS should work. (Given that CHECK, INIT and END all do)
C
Yves Orton: Integrate: [ 29248] Change 24714 was arguably over-ambitious, in that non-core modules can't be expected to know that sv_setsv() may now not "really" copy a scalar. So arrange things so that COW of shared hash key scalars is only done for call
C
Nicholas Clark: Integrate: [ 30481] As SvUPGRADE() is a macro wrapping a call to sv_upgrade() inside a check on the existing SvTYPE(), there's no need to wrap it inside another explcit check of SvTYPE(). This won't make any difference to the output of an
C
Jarkko Hietaniemi: Integrate: [ 30091] Better dump reporting of "PVBM"s.
C
Nicholas Clark: Implement BmFLAGS() for 5.8.x. Not exactly pretty. (And the irony is that the C structure always had enough space for a member for this 1 byte value)
C
Nicholas Clark: Integrate: [ 30345] newHV doesn't need to turn off POK or NOK, as they will default to not being set.
C
Nicholas Clark: Integrate: [ 29227] Use $HOME/localperl as default prefix for installing perl in the terse installation instructions in README.
C
Nicholas Clark: Integrate: [ 29359] More safety in free()s
C
Nicholas Clark: Integrate: [ 28904] Subject: [PATCH] Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns. From: demerphq <demerphq@gmail.com> Date: Fri, 29 Sep 2006 17:39:16 +0200 Message-ID: <9b18b3110609290839i58fa703u59259e4ec1d9f2d9@ma
C
Yves Orton: Integrate: [ 29260] Subject: Re: [PATCH] New regex syntax omnibus Message-ID: <9b18b3110611090809l667860c9t6c27453d7c86a21e@mail.gmail.com>
C
Nicholas Clark: Integrate: [ 29202] Subject: [PATCH] New test for close-on-exec ($^F): t/run/cloexec.t From: Andrew Savige <ajsavige@yahoo.com.au> Date: Sat, 4 Nov 2006 21:24:14 +1100 (EST) Message-ID: <20061104102414.78987.qmail@web56403.mail.re3.yahoo.c
C
Peter Dintelmann: Integrate: [ 29156] $hex is already hex, so cannot be used in %X if starting with [A-F]
C
Yves Orton: Integrate: [ 29056] Subject: Re: Off by one in the trie code? Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
C
Nicholas Clark: Integrate the tests from: [ 28906] add stress test for CURLYX/WHILEM regex ops
C
Yves Orton: Integrate: [ 28891] Subject: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re Message-ID: <9b18b3110609170557r73d94c18v90285bd57a38b876@mail.gmail.com>
C
Nicholas Clark: Make opcode.pl strict clean. (threadsv, a 5005-threads specific term, was a bareword.)
C
Nicholas Clark: Update Changes.
C
Nicholas Clark: Integrate: [ 28486] Add constants needed for recvmsg()/sendmsg() support. p4raw-link: @28486 on //depot/perl: 807fcc3a5d85d34d58db4fb7af096bead398b351
C
Nicholas Clark: Integrate: [ 26453] Make ExtUtils::Constant generate the inlineable proxy constant subs. So far just enough to make Fcntl work.
C
Jarkko Hietaniemi: Integrate the last definately wanted stragglers from: [ 24271] Subject: [PATCH] Symbian port of Perl Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com> p4raw-link: @24271 on //depot/perl: 27da23d53ccce622bc51822
C
Nicholas Clark: Integrate: [ 26134] Remove the two register keywords from auto variables that PERL_POSION wants to take the address of.
C
Nicholas Clark: Integrate: [ 28841] Regenerated mktables.lst per Yves Orton's suggestion.
C
Nicholas Clark: Integrate: [ 28591] Check for taintedness of PERL5SHELL on Windows (bug #39832)
C
Jarkko Hietaniemi: Integrate: [ 28567] Subject: [PATCH] z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant's comment Message-ID: <44B67921.6090901@iki.fi> p4raw-link: @28567 on //depot/perl: 2f3efc978ada94e3718bd6f3a25b06cd1d13b6
C
Jarkko Hietaniemi: Integrate: [ 28550] Subject: [PATCH] z/OS: t/ - mostly EBCDIC fixes Message-Id: <200607112101.k6BL1TGr321715@kosh.hut.fi> p4raw-link: @28550 on //depot/perl: 250d67eb8e42c118b44bb5437965a1f4a8a0d828
C
Nicholas Clark: Integrate: [ 28139] POD fixes p4raw-link: @28139 on //depot/perl: b370a9ebc46b2b864a476024e2983e24bd946f7b
C
Yves Orton: Integrate header changes from: [ 28785] Subject: Re: [PATCH] Trie jumping Message-ID: <9b18b3110609020740y2eb9004cpab313c3353a437ca@mail.gmail.com> p4raw-link: @28785 on //depot/perl: 786e8c118e1218e4c348fecf469934e080881633
C
Nicholas Clark: Integrate: [ 28797] Invalidate ISA and method caches when calling a safe compartment (bug #39887)
C
Nicholas Clark: Rebuild perlapi.pod and perltoc.pod
C
Nicholas Clark: Integrate: [ 28652] Cross-compilation makefile fails to copy Config_heavy.pl (noticed by Alexandre Jousset <mid@gtmp.org>)
C
Yves Orton: Integrate: [ 28417] Subject: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string Date: Fri, 23 Jun 2006 11:54:19 +0200 Message-ID: <9b18b3110606230254m6afd620bjde6322aefda6f199@mail.gmail.com>
C
Yves Orton: Integrate non trie header changes in: [ 28380] Subject: Re: [PATCH] regexec/regcomp.c cleanups Message-ID: <9b18b3110606111401o143b2f57rd17bf117979853e7@mail.gmail.com> p4raw-link: @28380 on //depot/perl: be8e71aa96b3d344129617fadcaca7d958882c
C
Yves Orton: Integrate the Benchmark.pm changes that were sucked in with: [ 28393] Subject: [PATCH] fix re debug segvs in global destruction, and a tweak to Benchmark to prevent infinite loops. (Re: ext/re/t/regop.pl SEGV) Message-ID: <9b18b3110606140454p1
C
Yves Orton: Integrate header reformatting from: [ 28379] Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks. Message-ID: <9b18b3110606091048n4d1f3b17vc608943044d4532a@mail.gmail.com> p4raw-link: @28379 on //depot/perl: f2
C
Dave Mitchell: Integrate the localize logic but not the warning from: [ 19588] New warning "Useless localization of %s", based on Subject: [PATCH] new warning "Useless localization of %s is deprecated" Message-ID: <20030430201738.GA22054@fdgroup.com>
C
Yves Orton: Integrate the relevant tests in t/op/re_tests from: [ 29118] Subject: [PATCH] Fix a problem with jump-tries, add (?FAIL) pattern. Message-ID: <9b18b3110610260559k3efa98barc28987e88c581a8a@mail.gmail.com> p4raw-link: @29118 on //depot/perl: 7f6
C
Yves Orton: Integrate header and regcomp.pl changes from: [ 28939] Subject: Re: [PATCH] Add recursive regexes similar to PCRE Date: Wed, 4 Oct 2006 15:45:15 +0200 Message-ID: <9b18b3110610040645s563220a2id6f235494b497e90@mail.gmail.com>
C
Yves Orton: Integrate the regexp.t changes from: [ 28816] Subject: [PATCH] Teach regex optimiser how to handle (?=) and (?<=) properly. Date: Sat, 9 Sep 2006 22:00:05 +0200 Message-ID: <9b18b3110609091300x1fd0b15dt32932902a0a80674@mail.gmail.com>
C
Nicholas Clark: Integrate: [ 28882] allow fields in re_tests to include \x{nnn} etc p4raw-link: @28882 on //depot/perl: b2a156bd8e464af88881c77344280160fd844dcf
C
Yves Orton: Integrate the tests from: [ 28398] start turning regmatch() main loop into a FSM also make BRANCH use the state stack rather than its own unwind struct
C
Nicholas Clark: Integrate: [ 28571] remove regex postive super-linear cache code (it wasn't actually achieving anything) p4raw-link: @28571 on //depot/perl: 3298f2576bd4718b372a9e51e1043fdf2c0a56ab
C
Nicholas Clark: Integrate: [ 27893] regmatch: fix a || vs | typo in CACHEsayYES and add a test from Hugo. Also defer altering the cache bit until CACHEsayYES/NO is called p4raw-link: @27893 on //depot/perl: 7409bbd3a4107bc6a3bbf2564b61619917eefa19
C
Yves Orton: Integrate the t/op/re_tests from: [ 27903] regmatch(): make IFMATCH use PUSH_STACK rather than fake recursion
C
Animator: Integrate: [ 27782] Subject: [perl #38906] Regex engine does not release MINMOD From: "Animator via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-38906-132222.3.24032491323436@perl.org>
C
More...