p5sagit/p5-mst-13.2.git
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...
2006-04-01 Nicholas Clark Propagate cop_hints inside string evals. For the unthre...
2006-04-01 Nicholas Clark Inconsistencies in paramter const-ness noticed by SADAH...
2006-03-31 Dominic Dunlop Re: recursion now removed from the regex engine
2006-03-31 Rafael Garcia... Updated version of the grumpy comment deleted by change...
2006-03-31 H.Merijn Brand Glossary part for #27447 (madlyh, madlyobj, madlysrc)
2006-03-31 Nicholas Clark Need to dup any hints HV stored on the save stack.
2006-03-31 Andy Lester Redo PERL_UNUSED_DECL
2006-03-31 John E. Malmberg [patch@27638] Enable standard stat for VMS >=8.2
2006-03-31 Nicholas Clark Note future possible flexibility for Perl_magic_sethint().
2006-03-31 Nicholas Clark Test that entries in %^H are actually independant.
2006-03-31 Nicholas Clark I can't spell.
2006-03-31 Rafael Garcia... Document new magic types in perlguts. Fix a comment...
2006-03-31 Nicholas Clark Serialise changes to %^H onto the current COP. Return...
2006-03-31 Rafael Garcia... Upgrade to Time::Local 1.12_01
2006-03-31 Andy Lester Random accumulated patches
2006-03-31 Paul Marquess IO::Compress::Zip
2006-03-31 Rafael Garcia... Test for fileno definedness instead of truth
2006-03-30 Nicholas Clark Localising hash slices with UTF-8 encoded keys was...
2006-03-30 Nicholas Clark Fix bug #38815 (localising keys which are UTF-8 encoded...
2006-03-30 Nicholas Clark Fix bug 36267 - assigning to a tied hash shouldn't...
2006-03-30 Steve Peters Pod nit mentioned in Debian bug #358455.
2006-03-30 Gisle Aas Populate pre-canned config.sh files with
2006-03-30 Robin Barker PATCH t/op/tie.t
2006-03-30 Gisle Aas Introduce d_sitearch and d_inc_version_list config...
2006-03-30 Randy W. Sims Re: New Module::Build released
2006-03-30 Andy Lester Clean up regexec.c, and remove two functions
2006-03-29 Hugo van der... child's processor time
2006-03-29 Yuval Kogman CLONE for Tie::RefHash
2006-03-29 Andy Lester Devel::DProf consting
2006-03-29 Jarkko Hietaniemi re-[PATCH] Re: [PATCH] Poison now in two different...
2006-03-29 Jim Cromie [doc-patch] clarify -Accflags in INSTALL
2006-03-28 Nicholas Clark Only compile Perl_hv_assert with DEBUGGING.
2006-03-28 Nicholas Clark Having tested IPv6 support in all builtins for TCP...
2006-03-28 Gisle Aas Improved description of the tmon.out format.
2006-03-28 Jonathan Stowe Re: [cpan #17773] Bug in Term::ReadKey being trigger...
2006-03-28 John E. Malmberg [patch@27613] VMS long file path support active.
2006-03-27 Nicholas Clark Merge the cut ...
2006-03-27 Nicholas Clark It helps to actually add the files you add to MANIFEST...
2006-03-27 Nicholas Clark If constant folding fails, don't fold constants, rather...
2006-03-27 Craig A. Berry EU::MM::MM_VMS::one_liner must quote "--" argument
2006-03-26 Nicholas Clark Replace all sv_mortalcopy(&PL_sv_no); sv_set*(...)...
2006-03-26 John E. Malmberg [patch@27609] vms pool corruption fix for _NLA0:
2006-03-26 Gisle Aas REXEC_ML is unused.
2006-03-26 Graham Barr Update to IO-1.23
2006-03-25 Nicholas Clark Add S_space_join_names_mortal() which joins a char...
2006-03-25 Nicholas Clark Silence 3 (spurious) gcc warnings about "maybe used...
2006-03-25 Dave Mitchell make configpm only update Config.pm, Config_heavy.pl...
2006-03-25 Nicholas Clark PL_multiline isn't referenced, and can be removed.
2006-03-25 Paul Marquess ext/Compress/IO/Zlib/t/050interop-gzip.t
2006-03-25 Nicholas Clark Free the regexp state when exiting "recursion".
2006-03-24 Dave Mitchell remove unused PL_regcc variable
next