Make Perl_pregcomp() use SvUTF8() of the pattern, rather than the flag
[p5sagit/p5-mst-13.2.git] / pp_ctl.c
2008-01-05 Nicholas Clark Make Perl_pregcomp() use SvUTF8() of the pattern, rathe...
2008-01-05 Nicholas Clark Fix the compile for -DPERL_OLD_COPY_ON_WRITE (apart...
2008-01-04 Marcus Holland-Moritz Add macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas Clark Add newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-02 Nicholas Clark Make struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2008-01-02 Nicholas Clark Convert some "regexp" and "struct regexp" to REGEXP...
2008-01-02 Nicholas Clark Wrap all deferences of struct regexp* in macros RX_...
2007-12-28 Nicholas Clark Wrap all accesses to the members precomp and prelen...
2007-12-28 Nicholas Clark First class regexps.
2007-11-30 Dmitry Karasik Re: smart match: array ~~ hash
2007-10-09 Nicholas Clark As we know the length, replace strEQ with memEQs in...
2007-10-09 Nicholas Clark If PERL_DISABLE_PMC is defined, doopen_pm() is just...
2007-10-09 Nicholas Clark Replace Perl_sv_setpvf(aTHX_ namesv, "%s/%s", dir,...
2007-10-09 Nicholas Clark Remove the strlen in doopen_pm() by passing in the...
2007-10-09 Nicholas Clark Remove a call to *printf from the require code.
2007-10-05 Nicholas Clark With the demise of PERL_FLEXIBLE_EXCEPTIONS, S_docatch_...
2007-10-05 Nicholas Clark As PL_hinthv is actually tied, need to call SvSETMAGIC...
2007-10-05 Robin Barker New [PATCH] use 5.006; use 5.10.0
2007-10-04 Nicholas Clark S_dopoptosub() is just a wrapper for S_dopoptosub_at...
2007-10-03 Rafael Garcia-Suarez Reverse change #31978
2007-10-02 John Peacock was Re: Freeze ?
2007-09-26 Robin Barker RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
2007-09-25 Rick Delaney Re: [PATCH 5.10] Improve diagnostic for reloads of...
2007-09-21 Rafael Garcia-Suarez Silence a load of "value computed is not used" warnings
2007-09-01 Rafael Garcia-Suarez Re: INC handlers and shutdown-time warnings
2007-08-28 Robin Barker From: "Robin Barker" <Robin.Barker@npl.co.uk>
2007-08-22 John E. Malmberg [patch@31735] Module-load/require fixes for VMS
2007-07-11 Steve Hay Use Perl_croak() rather than DIE() in S_doeval() becaus...
2007-07-10 Dave Mitchell Fix assertion failure on failed magic eval - eg FETCH...
2007-05-21 Dave Mitchell move PL_error_count into the PL_parser struct
2007-05-12 Dave Mitchell move PL_rsfp_filters into the parser struct
2007-05-11 Dave Mitchell move PL_rsfp into the PL_parser struct
2007-05-05 Dave Mitchell move PL_lex_state into the PL_parser struct
2007-04-24 Dave Mitchell move PL_linestr from the interpreter struct to the...
2007-04-23 Ævar Arnfjörð Bjar... Re: [PATCH (incomplete)] Make regcomp use SV* sv, inste...
2007-04-22 Nicholas Clark Fix problems caused by downsizing in change 31017....
2007-04-21 Nicholas Clark Where possible, use SvIV instead of SvIVX, SvNV instead...
2007-04-12 Nicholas Clark PL_madskills is a bool, so save it as one (else Solaris...
2007-04-06 Nicholas Clark Merge op_pmreplstart and op_pmstash/op_pmstashpv into...
2007-04-05 Nicholas Clark S_op_destroy() was not static. Also tidy all other...
2007-04-04 Yves Orton Re: pmdynflags and thread safety
2007-03-26 Nicholas Clark In struct regexp replace the two arrays of I32s accesse...
2007-03-22 Yves Orton Resolve PL_curpm issues with (??{}) and fix corruption...
2007-03-19 Rafael Garcia-Suarez Upgrade to version.pm 0.71, by John Peacock
2007-03-05 Nicholas Clark As SvUPGRADE() is a macro wrapping a call to sv_upgrade...
2007-03-03 Rafael Garcia-Suarez Make use VERSION also load feature.pm
2007-02-18 Nicholas Clark Add a new API function newSV_type, to replace the idiom:
2007-02-08 Rick Delaney Re: Change 29193 is a regression
2007-02-03 Nicholas Clark Purge all references to 5005 threads variables in the...
2007-02-02 Nicholas Clark A few more places where we know the length for sv_setpv...
2007-01-22 Nicholas Clark Remove duplicate assignment to PL_eval_root in Perl_cre...
2007-01-09 Yves Orton Let the regex parser decide if we have a special patter...
2007-01-08 Rafael Garcia-Suarez Turn taint warnings (-t) into severe warnings, so they're
2007-01-05 Rafael Garcia-Suarez Fix the interaction of -w and -t when provided on the...
2007-01-05 Rafael Garcia-Suarez Update copyright years in .c files
2007-01-04 Marcus Holland-Moritz 4th patch from:
2006-12-31 Nicholas Clark Rationalise the logic in lex_start for creating a new...
2006-12-18 Rick Delaney Re: [perl #41071] require stringifies code references...
2006-12-01 Nicholas Clark Make get_db_sub non-static, and call it from pp_goto...
2006-11-12 Nicholas Clark Looks like I didn't actually test the COW conditional...
2006-11-06 Nicholas Clark assert() that SvPV_set() isn't used on arrays.
2006-11-03 Rafael Garcia-Suarez When code is loaded through an @INC-hook, and when...
2006-11-02 Dave Mitchell eval $undef should emit one warning, not three.
2006-10-20 Rafael Garcia-Suarez Silence some warnings
2006-10-19 Yves Orton Re: Off by one in the trie code?
2006-10-19 Alexander Gough stab at UNITCHECK blocks
2006-09-29 Yves Orton Re: [PATCH] Add hook for re_dup() into regex engine...
2006-09-17 Nicholas Clark Store a pointer to the op in struct block_loop, rather...
2006-09-16 Nicholas Clark Revert changes 28772, 28773, 28774 as they won't gain...
2006-09-06 Steve Hay cxtype is a U16, not a U32 (Stops VC++ complaining)
2006-09-01 Nicholas Clark Access to cx->blk_sub.lval via macros (as it's about...
2006-09-01 Nicholas Clark Access cx->blk_sub.hasargs via a pair of macros (as...
2006-08-07 Jarkko Hietaniemi g++ large patch
2006-07-10 Steve Peters Change existing uses of strlcpy()/strlcat() to use...
2006-06-04 Rafael Garcia-Suarez The smart match table was duplicated in source code...
2006-05-29 Dave Mitchell make require report too many open files error
2006-05-20 Nicholas Clark Abolish cop_io (the simple way) by storing the value...
2006-05-20 Dave Mitchell eval { s/$foo/die/e } leaked a scalar
2006-05-20 Nicholas Clark Rename cop_hints to cop_hints_hash
2006-05-20 Dave Mitchell [perl #32332] Perl segfaults; test case available
2006-05-12 Jarkko Hietaniemi Re: [PATCH] my_snprintf
2006-05-10 Nicholas Clark no 5.9.4; should fail in version 5.9.4.
2006-05-02 Andy Lester Some more SvREFCNT_inc updates
2006-05-01 Steve Peters Reverting context removal from change #27992. This...
2006-04-28 Jarkko Hietaniemi reduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Andy Lester Removing another context parm
2006-04-28 Jarkko Hietaniemi Re: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-26 Marcus Holland-Moritz Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Nicholas Clark Coverity has started to notice another inconsistency...
2006-04-25 Andy Lester use NOOP macro
2006-04-17 Andy Lester pp_ctl.c caching
2006-04-16 Dave Mitchell stop PL_op and PL_curpad referring to different pads...
2006-04-16 Nicholas Clark A scalar reference returned from a coderef in @INC...
2006-04-15 Nicholas Clark I believe that it makes little sense for the simple...
2006-04-15 Nicholas Clark Fix a bug - the introduction of the caching code means...
2006-04-15 Nicholas Clark Augment the user filter caching code so that if the...
2006-04-15 Nicholas Clark If the downstream caller wants block mode, and we're...
2006-04-15 Nicholas Clark Eliminate the filter_child_proc hack from pp_require.
2006-04-15 Nicholas Clark Add more tests for the builtin source filter implementa...
2006-04-14 Nicholas Clark Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS()...
next