p5sagit/p5-mst-13.2.git
2006-04-12 Nicholas Clark Store cop_hints as a shared structure without using...
2006-04-12 Nicholas Clark Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
2006-04-12 Nicholas Clark Newxz() can use calloc() rather than malloc(), as the...
2006-04-12 Nicholas Clark As OPs are shared between threads, they should be using
2006-04-11 Jarkko Hietaniemi regexec.c: move NULL check earlier to make Coverity...
2006-04-11 Jarkko Hietaniemi regcomp.c (try II): use ...
2006-04-11 Jarkko Hietaniemi perlio.c: false Coverity finding (it cannot see that...
2006-04-11 Jarkko Hietaniemi locale.c: more Safefree() (Coverity finding)
2006-04-11 Nicholas Clark First stab at using the pad to store the serialised...
2006-04-11 Nicholas Clark Within Perl_newSVhek, inline most of newSVpvn_share...
2006-04-11 Nicholas Clark Stop Perl_newSVpvn_share() potentially leaking the...
2006-04-11 Nicholas Clark Need to migrate the refcounted_he structure to be prope...
2006-04-11 Andy Lester Quiet a coverity problem
2006-04-10 Nicholas Clark All S_dumpuntil()'s regnode pointer arguments can be...
2006-04-10 Nicholas Clark Perl_unsharepvn() was no longer being used in core...
2006-04-10 H.Merijn Brand config_H being the last part of my mkglossary work
2006-04-10 H.Merijn Brand Regeneration of Glossary and the underlying tools.
2006-04-10 Andy Dougherty Fix coverity warning in utf8.c
2006-04-10 Jarkko Hietaniemi pp_sys.c: some Coverity findings: NULL guards for format cv
2006-04-10 Jarkko Hietaniemi pp_sys.c: some Coverity findings: NULL guards for io...
2006-04-10 Jarkko Hietaniemi es: quiet some warnings (with a free AIX cpp insanity...
2006-04-10 Andy Lester True consting goodness in regexes
2006-04-09 Nicholas Clark Fix pointer error in change 27741, spotted by John...
2006-04-09 Jarkko Hietaniemi Re: [PATCH] perlio.c: Coverity finding: finding false...
2006-04-09 Jarkko Hietaniemi Re: [PATCH] locale.c: Coverity finding
2006-04-09 Andy Lester Rename variables in some mg_* funcs
2006-04-08 Dave Mitchell fix potential null deref introduced by change #27716
2006-04-08 Jarkko Hietaniemi perlio.c: Coverity finding: finding false (Coverity...
2006-04-08 Jarkko Hietaniemi sv.c, rs.t, perlvar.pod (Coverity finding: did you...
2006-04-08 Nicholas Clark As av_dup, gv_dup and hv_dup are the same as sv_dup...
2006-04-08 Nicholas Clark By swapping the order of pushes onto the save stack for
2006-04-08 Nicholas Clark Teach ss_dup about SAVEt_RE_STATE. (As correctly as...
2006-04-08 Nicholas Clark ss_dup of SAVEt_COP_ARYBASE can use the same code as...
2006-04-07 Nicholas Clark Give more information in the panic in ss_dup. (Although...
2006-04-07 Gisle Aas Make perl_fini() run when compiling perl with
2006-04-07 Steve Hay Patch from Jarkko to fix breakage caused by change...
2006-04-07 Nicholas Clark Oops. 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 Clark Move 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 Hay Fix skip count in ext\B\t\lint.t
2006-04-05 Nicholas Clark Save 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 Clark Perl_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 Peters Try not to use negative values when accessing arrays...
2006-04-05 Steve Peters Initializing variables is good. This is another Coveri...
2006-04-05 Alan Burlison perlio.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 Tomoyuki Fix test portability on non-ASCII platforms
2006-04-05 Steve Peters Document the functions htmlify() and anchorify() in...
2006-04-05 Steve Hay Simplify tests for fork() capabilities
2006-04-05 Dave Mitchell (??{...}) didn't always restore PL_reg_re.
2006-04-05 Dave Mitchell eliminate PL_regprecomp, PL_regprogram, PL_regnpar...
2006-04-05 Dave Mitchell restructure the EVAL branch of regmatch() to minimise...
2006-04-04 Jim Cromie Re: 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 Dubois threads.pm should overload != operator
2006-04-04 Rafael Garcia... Fix syntax error in io_pipe test
2006-04-04 Yves Orton Re: Making IO::Socket pass test on Win32
2006-04-04 Andy Lester Move conditional SOCKS5 code into #ifdefs
2006-04-04 Gisle Aas Change 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. Berry sort out some utime() issues on VMS
2006-04-03 Jerry D. Hedden 2nd patch to sync blead 'threads' with CPAN [REPOST]
2006-04-03 Nicholas Clark Two modules in ext/ have dependencies that are post...
2006-04-03 H.Merijn Brand Regeneration after backports of #27447, #27484, #27485...
2006-04-03 Dave Mitchell undo #27700 and add a missing Safefree()
2006-04-03 Andy Lester SvREFCNT_inc tweaks
2006-04-03 Andy Lester Removed unused code in regexec.c
2006-04-03 Jarkko Hietaniemi ext/IO/t/io_unix.t
2006-04-03 John L. Allen revisited: pow.t test failures on AIX 5.1 perl588 with...
2006-04-03 Dominic Dunlop Document 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 Mitchell anonymous unions aren't legal ANSI c
2006-04-03 Nicholas Clark The make_ext script should pass MAKE=$MAKE to submakes...
2006-04-02 Dave Mitchell whoops, change 27691 blew away the regexec.c changes...
2006-04-02 Dave Mitchell subsume CURCUR (current curly) struct within the main...
2006-04-02 Andy Lester Removed unnecessary pointers checks
2006-04-02 Robin Houston Prevent "use sort 'stable'" from reversing the order
2006-04-02 SADAHIRO Tomoyuki Re: [perl #38293] chr(65535) should be allowed in regexes
2006-04-02 Nicholas Clark Change 27677 missed two direct accesses to op_private...
2006-04-02 H.Merijn Brand First stab at a more reliable Glossary. This now is...
2006-04-02 Dave Mitchell make parts of struct regmatch_state unions
2006-04-02 Nicholas Clark Better failure diagnostics from switch.t.
2006-04-02 SADAHIRO Tomoyuki Re: recent changes have some unmatching of parameters...
2006-04-02 Dave Mitchell use slabs to allocate save state space in regmatch()
2006-04-02 Nicholas Clark Abstract 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 Clark Convert ByteLoader to use CopARYBASE_set().
2006-04-02 Nicholas Clark Abstract all the accesses to cop_arybase (apart from...
2006-04-02 Craig A. Berry fix typo in vms/gen_shrfls.pl itanium detector
2006-04-01 Nicholas Clark If the passed in target rv for Perl_newSVrv() was alrea...
2006-04-01 Nicholas Clark Test no mypragma;
2006-04-01 Nicholas Clark Automatically set HINT_LOCALIZE_HH whenever %^H is...
2006-04-01 Nicholas Clark The call to Perl_hv_assert(aTHX_ hv) should be wrapped...
2006-04-01 Nicholas Clark Test that user pragmas work inside string eval.
2006-04-01 Nicholas Clark Add Rafael's example user pragma, and convert his demo...
2006-04-01 Nicholas Clark If the comment says "(and not ours)" then it should...
2006-04-01 Nicholas Clark Rewrite t/op/getppid.t to remove the assumption that...
next