This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove IPC::SysV constant files from the MANIFEST.
[perl5.git] / pp_ctl.c
2008-01-05 Nicholas ClarkFix the compile for -DPERL_OLD_COPY_ON_WRITE (apart...
2008-01-04 Marcus Holland-MoritzAdd macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas ClarkAdd newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-02 Nicholas ClarkMake struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2008-01-02 Nicholas ClarkConvert some "regexp" and "struct regexp" to REGEXP...
2008-01-02 Nicholas ClarkWrap all deferences of struct regexp* in macros RX_...
2007-12-28 Nicholas ClarkWrap all accesses to the members precomp and prelen...
2007-12-28 Nicholas ClarkFirst class regexps.
2007-11-30 Dmitry KarasikRe: smart match: array ~~ hash
2007-10-09 Nicholas ClarkAs we know the length, replace strEQ with memEQs in...
2007-10-09 Nicholas ClarkIf PERL_DISABLE_PMC is defined, doopen_pm() is just...
2007-10-09 Nicholas ClarkReplace Perl_sv_setpvf(aTHX_ namesv, "%s/%s", dir,...
2007-10-09 Nicholas ClarkRemove the strlen in doopen_pm() by passing in the...
2007-10-09 Nicholas ClarkRemove a call to *printf from the require code.
2007-10-05 Nicholas ClarkWith the demise of PERL_FLEXIBLE_EXCEPTIONS, S_docatch_...
2007-10-05 Nicholas ClarkAs PL_hinthv is actually tied, need to call SvSETMAGIC...
2007-10-05 Robin BarkerNew [PATCH] use 5.006; use 5.10.0
2007-10-04 Nicholas ClarkS_dopoptosub() is just a wrapper for S_dopoptosub_at...
2007-10-03 Rafael Garcia-SuarezReverse change #31978
2007-10-02 John Peacockwas Re: Freeze ?
2007-09-26 Robin BarkerRE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
2007-09-25 Rick DelaneyRe: [PATCH 5.10] Improve diagnostic for reloads of...
2007-09-21 Rafael Garcia-SuarezSilence a load of "value computed is not used" warnings
2007-09-01 Rafael Garcia-SuarezRe: INC handlers and shutdown-time warnings
2007-08-28 Robin BarkerFrom: "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 HayUse Perl_croak() rather than DIE() in S_doeval() becaus...
2007-07-10 Dave MitchellFix assertion failure on failed magic eval - eg FETCH...
2007-05-21 Dave Mitchellmove PL_error_count into the PL_parser struct
2007-05-12 Dave Mitchellmove PL_rsfp_filters into the parser struct
2007-05-11 Dave Mitchellmove PL_rsfp into the PL_parser struct
2007-05-05 Dave Mitchellmove PL_lex_state into the PL_parser struct
2007-04-24 Dave Mitchellmove 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 ClarkFix problems caused by downsizing in change 31017....
2007-04-21 Nicholas ClarkWhere possible, use SvIV instead of SvIVX, SvNV instead...
2007-04-12 Nicholas ClarkPL_madskills is a bool, so save it as one (else Solaris...
2007-04-06 Nicholas ClarkMerge op_pmreplstart and op_pmstash/op_pmstashpv into...
2007-04-05 Nicholas ClarkS_op_destroy() was not static. Also tidy all other...
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
2007-03-26 Nicholas ClarkIn struct regexp replace the two arrays of I32s accesse...
2007-03-22 Yves OrtonResolve PL_curpm issues with (??{}) and fix corruption...
2007-03-19 Rafael Garcia-SuarezUpgrade to version.pm 0.71, by John Peacock
2007-03-05 Nicholas ClarkAs SvUPGRADE() is a macro wrapping a call to sv_upgrade...
2007-03-03 Rafael Garcia-SuarezMake use VERSION also load feature.pm
2007-02-18 Nicholas ClarkAdd a new API function newSV_type, to replace the idiom:
2007-02-08 Rick DelaneyRe: Change 29193 is a regression
2007-02-03 Nicholas ClarkPurge all references to 5005 threads variables in the...
2007-02-02 Nicholas ClarkA few more places where we know the length for sv_setpv...
2007-01-22 Nicholas ClarkRemove duplicate assignment to PL_eval_root in Perl_cre...
2007-01-09 Yves OrtonLet the regex parser decide if we have a special patter...
2007-01-08 Rafael Garcia-SuarezTurn taint warnings (-t) into severe warnings, so they're
2007-01-05 Rafael Garcia-SuarezFix the interaction of -w and -t when provided on the...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-04 Marcus Holland-Moritz4th patch from:
2006-12-31 Nicholas ClarkRationalise the logic in lex_start for creating a new...
2006-12-18 Rick DelaneyRe: [perl #41071] require stringifies code references...
2006-12-01 Nicholas ClarkMake get_db_sub non-static, and call it from pp_goto...
2006-11-12 Nicholas ClarkLooks like I didn't actually test the COW conditional...
2006-11-06 Nicholas Clarkassert() that SvPV_set() isn't used on arrays.
2006-11-03 Rafael Garcia-SuarezWhen code is loaded through an @INC-hook, and when...
2006-11-02 Dave Mitchelleval $undef should emit one warning, not three.
2006-10-20 Rafael Garcia-SuarezSilence some warnings
2006-10-19 Yves OrtonRe: Off by one in the trie code?
2006-10-19 Alexander Goughstab at UNITCHECK blocks
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-17 Nicholas ClarkStore a pointer to the op in struct block_loop, rather...
2006-09-16 Nicholas ClarkRevert changes 28772, 28773, 28774 as they won't gain...
2006-09-06 Steve Haycxtype is a U16, not a U32 (Stops VC++ complaining)
2006-09-01 Nicholas ClarkAccess to cx->blk_sub.lval via macros (as it's about...
2006-09-01 Nicholas ClarkAccess cx->blk_sub.hasargs via a pair of macros (as...
2006-08-07 Jarkko Hietaniemig++ large patch
2006-07-10 Steve PetersChange existing uses of strlcpy()/strlcat() to use...
2006-06-04 Rafael Garcia-SuarezThe smart match table was duplicated in source code...
2006-05-29 Dave Mitchellmake require report too many open files error
2006-05-20 Nicholas ClarkAbolish cop_io (the simple way) by storing the value...
2006-05-20 Dave Mitchelleval { s/$foo/die/e } leaked a scalar
2006-05-20 Nicholas ClarkRename cop_hints to cop_hints_hash
2006-05-20 Dave Mitchell[perl #32332] Perl segfaults; test case available
2006-05-12 Jarkko HietaniemiRe: [PATCH] my_snprintf
2006-05-10 Nicholas Clarkno 5.9.4; should fail in version 5.9.4.
2006-05-02 Andy LesterSome more SvREFCNT_inc updates
2006-05-01 Steve PetersReverting context removal from change #27992. This...
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Andy LesterRemoving another context parm
2006-04-28 Jarkko HietaniemiRe: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Nicholas ClarkCoverity has started to notice another inconsistency...
2006-04-25 Andy Lesteruse NOOP macro
2006-04-17 Andy Lesterpp_ctl.c caching
2006-04-16 Dave Mitchellstop PL_op and PL_curpad referring to different pads...
2006-04-16 Nicholas ClarkA scalar reference returned from a coderef in @INC...
2006-04-15 Nicholas ClarkI believe that it makes little sense for the simple...
2006-04-15 Nicholas ClarkFix a bug - the introduction of the caching code means...
2006-04-15 Nicholas ClarkAugment the user filter caching code so that if the...
2006-04-15 Nicholas ClarkIf the downstream caller wants block mode, and we're...
2006-04-15 Nicholas ClarkEliminate the filter_child_proc hack from pp_require.
2006-04-15 Nicholas ClarkAdd more tests for the builtin source filter implementa...
2006-04-14 Nicholas ClarkChange SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS()...
2006-04-14 Nicholas ClarkReplace explict "/dev/null" with BIT_BUCKET, which...
next