This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2006-04-13 Nicholas ClarkFix B and ByteLoader to cope with cop_warnings no longe...
2006-04-13 Nicholas ClarkAdd SAVEt_COP_WARNINGS to ss_dup.
2006-04-13 Steve HayRe: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
2006-04-13 Dave Mitchelleliminate PL_reg_re
2006-04-12 Animator[perl #38906] Regex engine does not release MINMOD
2006-04-12 Nicholas ClarkD'oh! Don't try to do #ifdefs inside "functions" that...
2006-04-12 Nicholas ClarkAdd tests for all the other types that %^H serialisatio...
2006-04-12 Nicholas ClarkChange cop_warnings from an SV holding the warnings...
2006-04-12 Dave MitchellRemove the final recursion path from S_regmatch: ...
2006-04-12 Nicholas ClarkTest that we can do embedded 0 bytes in hints.
2006-04-12 Nicholas ClarkStore cop_hints as a shared structure without using...
2006-04-12 Nicholas ClarkRemove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
2006-04-12 Nicholas ClarkNewxz() can use calloc() rather than malloc(), as the...
2006-04-12 Nicholas ClarkAs OPs are shared between threads, they should be using
2006-04-11 Jarkko Hietaniemiregexec.c: move NULL check earlier to make Coverity...
2006-04-11 Jarkko Hietaniemiregcomp.c (try II): use &PL_sv_undef for listsv as...
2006-04-11 Jarkko Hietaniemiperlio.c: false Coverity finding (it cannot see that...
2006-04-11 Jarkko Hietaniemilocale.c: more Safefree() (Coverity finding)
2006-04-11 Nicholas ClarkFirst stab at using the pad to store the serialised...
2006-04-11 Nicholas ClarkWithin Perl_newSVhek, inline most of newSVpvn_share...
2006-04-11 Nicholas ClarkStop Perl_newSVpvn_share() potentially leaking the...
2006-04-11 Nicholas ClarkNeed to migrate the refcounted_he structure to be prope...
2006-04-11 Andy LesterQuiet a coverity problem
2006-04-10 Nicholas ClarkAll S_dumpuntil()'s regnode pointer arguments can be...
2006-04-10 Nicholas ClarkPerl_unsharepvn() was no longer being used in core...
2006-04-10 H.Merijn Brandconfig_H being the last part of my mkglossary work
2006-04-10 H.Merijn BrandRegeneration of Glossary and the underlying tools.
2006-04-10 Andy DoughertyFix coverity warning in utf8.c
2006-04-10 Jarkko Hietaniemipp_sys.c: some Coverity findings: NULL guards for format cv
2006-04-10 Jarkko Hietaniemipp_sys.c: some Coverity findings: NULL guards for io...
2006-04-10 Jarkko Hietaniemies: quiet some warnings (with a free AIX cpp insanity...
2006-04-10 Andy LesterTrue consting goodness in regexes
2006-04-09 Nicholas ClarkFix pointer error in change 27741, spotted by John...
2006-04-09 Jarkko HietaniemiRe: [PATCH] perlio.c: Coverity finding: finding false...
2006-04-09 Jarkko HietaniemiRe: [PATCH] locale.c: Coverity finding
2006-04-09 Andy LesterRename variables in some mg_* funcs
2006-04-08 Dave Mitchellfix potential null deref introduced by change #27716
2006-04-08 Jarkko Hietaniemiperlio.c: Coverity finding: finding false (Coverity...
2006-04-08 Jarkko Hietaniemisv.c, rs.t, perlvar.pod (Coverity finding: did you...
2006-04-08 Nicholas ClarkAs av_dup, gv_dup and hv_dup are the same as sv_dup...
2006-04-08 Nicholas ClarkBy swapping the order of pushes onto the save stack for
2006-04-08 Nicholas ClarkTeach ss_dup about SAVEt_RE_STATE. (As correctly as...
2006-04-08 Nicholas Clarkss_dup of SAVEt_COP_ARYBASE can use the same code as...
2006-04-07 Nicholas ClarkGive more information in the panic in ss_dup. (Although...
2006-04-07 Gisle AasMake perl_fini() run when compiling perl with
2006-04-07 Steve HayPatch from Jarkko to fix breakage caused by change...
2006-04-07 Nicholas ClarkOops. Being too terse for my own good - it's not a...
2006-04-07 John E. Malmberg[patch@27694] VMS RMSEXPAND/PERL_CANDO fixes
2006-04-06 Nicholas ClarkMove all the regexp state variables into a single struc...
2006-04-06 Rafael Garcia... Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net...
2006-04-06 Steve HayFix skip count in ext\B\t\lint.t
2006-04-05 Nicholas ClarkSave the regexp engine state as 1 block on the save...
2006-04-05 Joshua ben... Re: expr foreach (...) isn't a B::Lint warning anymore
2006-04-05 Nicholas ClarkPerl_save_alloc can use the new(er) SSGROW rather than...
2006-04-05 Rafael Garcia... Assigning undef to an entry in %ENV shouldn't produce...
2006-04-05 Steve PetersTry not to use negative values when accessing arrays...
2006-04-05 Steve PetersInitializing variables is good. This is another Coveri...
2006-04-05 Alan Burlisonperlio.c breaks on Solaris/gcc when > 256 FDs are available
2006-04-05 Rafael Garcia... There should be only one META.yml file
2006-04-05 SADAHIRO TomoyukiFix test portability on non-ASCII platforms
2006-04-05 Steve PetersDocument the functions htmlify() and anchorify() in...
2006-04-05 Steve HaySimplify tests for fork() capabilities
2006-04-05 Dave Mitchell(??{...}) didn't always restore PL_reg_re.
2006-04-05 Dave Mitchelleliminate PL_regprecomp, PL_regprogram, PL_regnpar...
2006-04-05 Dave Mitchellrestructure the EVAL branch of regmatch() to minimise...
2006-04-04 Jim CromieRe: Making IO::Socket pass test on Win32
2006-04-04 Rafael Garcia... FEATURE_IS_ENABLED takes only one parameter now, so...
2006-04-04 Jan Duboisthreads.pm should overload != operator
2006-04-04 Rafael Garcia... Fix syntax error in io_pipe test
2006-04-04 Yves OrtonRe: Making IO::Socket pass test on Win32
2006-04-04 Andy LesterMove conditional SOCKS5 code into #ifdefs
2006-04-04 Gisle AasChange 27592 disabled the building of manpages for...
2006-04-04 Jan Dubois"smart match" description in overload.pm is in the...
2006-04-04 Craig A. Berrysort out some utime() issues on VMS
2006-04-03 Jerry D. Hedden2nd patch to sync blead 'threads' with CPAN [REPOST]
2006-04-03 Nicholas ClarkTwo modules in ext/ have dependencies that are post...
2006-04-03 H.Merijn BrandRegeneration after backports of #27447, #27484, #27485...
2006-04-03 Dave Mitchellundo #27700 and add a missing Safefree()
2006-04-03 Andy LesterSvREFCNT_inc tweaks
2006-04-03 Andy LesterRemoved unused code in regexec.c
2006-04-03 Jarkko Hietaniemiext/IO/t/io_unix.t
2006-04-03 John L. Allenrevisited: pow.t test failures on AIX 5.1 perl588 with...
2006-04-03 Dominic DunlopDocument that the regexp engine is not currently reentrant
2006-04-03 Rafael Garcia... Take splint into account for PERL_UNUSED_ARG (patch...
2006-04-03 Dave Mitchellanonymous unions aren't legal ANSI c
2006-04-03 Nicholas ClarkThe make_ext script should pass MAKE=$MAKE to submakes...
2006-04-02 Dave Mitchellwhoops, change 27691 blew away the regexec.c changes...
2006-04-02 Dave Mitchellsubsume CURCUR (current curly) struct within the main...
2006-04-02 Andy LesterRemoved unnecessary pointers checks
2006-04-02 Robin HoustonPrevent "use sort 'stable'" from reversing the order
2006-04-02 SADAHIRO TomoyukiRe: [perl #38293] chr(65535) should be allowed in regexes
2006-04-02 Nicholas ClarkChange 27677 missed two direct accesses to op_private...
2006-04-02 H.Merijn BrandFirst stab at a more reliable Glossary. This now is...
2006-04-02 Dave Mitchellmake parts of struct regmatch_state unions
2006-04-02 Nicholas ClarkBetter failure diagnostics from switch.t.
2006-04-02 SADAHIRO TomoyukiRe: recent changes have some unmatching of parameters...
2006-04-02 Dave Mitchelluse slabs to allocate save state space in regmatch()
2006-04-02 Nicholas ClarkAbstract all reads/writes of the hints in COPs with...
2006-04-02 Nicholas Clark'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)'...
2006-04-02 Nicholas ClarkConvert ByteLoader to use CopARYBASE_set().
next