This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Several members of struct yy_parser can go on a diet. Some I32s were
[perl5.git] / sv.c
2007-04-21 Nicholas ClarkWhere possible, use SvIV instead of SvIVX, SvNV instead...
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-04-16 Jarkko Hietaniemisv.c: %d ne size_t
2007-04-15 Dave Mitchellfollow PL_watchaddr when cloning a thread
2007-04-15 Dave Mitchellwith DEBUG_LEAKING_SCALARS, dump multiply-freed scalars
2007-04-14 Dave MitchellMove PL_comppad nulling from do_clean_all to sv_clear
2007-04-12 Nicholas ClarkFix two errors in the OP debugging code. Now all test...
2007-04-07 Nicholas ClarkEnsure PL_last_in_gv doesn't end up pointing to garbage...
2007-04-06 Nicholas ClarkRemove op_pmnext from PMOPs, and instead store the...
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
2007-04-01 Dave MitchellEliminate the use of PL_bufend outside of toke.c:
2007-03-26 Nicholas ClarkIn struct regexp replace the two arrays of I32s accesse...
2007-03-26 Rafael Garcia-Suarezsay() should parse exactly like print()
2007-03-21 Nicholas ClarkDon't try to set the NV on a typeglob-in-action. Should...
2007-03-21 Nicholas ClarkAVs and HVs never had the NV slot. (Not that this error...
2007-03-07 Juerd WaalboerRe: [PATCH] (Re: [PATCH] unicode/utf8 pod)
2007-03-05 Nicholas ClarkAs SvUPGRADE() is a macro wrapping a call to sv_upgrade...
2007-02-19 Nicholas ClarkAvoid *some* g++ errors. (But not all yet)
2007-02-19 Jarkko Hietaniemiblead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVA...
2007-02-18 Nicholas ClarkAdd a new API function newSV_type, to replace the idiom:
2007-02-15 Jerry D. HeddenUse newer 'threads' constructs
2007-02-03 Nicholas ClarkPurge all references to 5005 threads variables in the...
2007-01-28 Jarkko Hietaniemig++ wants cast
2007-01-26 Rafael Garcia-SuarezSilence a few pedantic warnings
2007-01-25 Nicholas ClarkThe last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-19 Nicholas ClarkFix breakage for -DDEBUGGING accidentally introduced...
2007-01-19 Nicholas ClarkAdd a parameter to Perl_get_arena() to pass in the...
2007-01-19 Nicholas ClarkI think that it's clearer if aroot is only struct arena...
2007-01-19 Nicholas ClarkAs Perl_get_arena() is dealing with sizes, use size_t...
2007-01-18 Nicholas ClarkMove C<static bool done_sanity_check;> inside the only...
2007-01-18 Nicholas ClarkMove the flag checking for isGV_with_GP() into the...
2007-01-18 Nicholas ClarkGiven that we now do the tests in S_visit() to avoid...
2007-01-18 Nicholas ClarkAs PVLVs can hold globs in some cases, I think that...
2007-01-17 Nicholas ClarkReplace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in...
2007-01-17 Nicholas ClarkMake PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv...
2007-01-17 Nicholas ClarkIf we use SvUPGRADE() rather than sv_upgrade() then...
2007-01-15 Dave Mitchellwhen cloning PL_regex_pad, copy SVf_BREAK flag too
2007-01-04 Marcus Holland-Moritz4th patch from:
2007-01-04 Marcus Holland-MoritzThe first three patches from:
2007-01-04 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2007-01-03 Nicholas ClarkRename OURSTASH to SvOURSTASH and OURSTASH_set to SvOUR...
2007-01-03 Dave Mitchellhandle cloning of parsers on the save stack
2007-01-03 Nicholas ClarkMake the ptr_table functions available in an unthreaded...
2007-01-02 Nicholas ClarkCopying to FORMATs should work (and not fail assertions...
2007-01-02 Nicholas ClarkNote that the examples for the structure copying bug...
2007-01-02 Dave Mitchellmove easy lexer state variables into PL_parser
2007-01-01 Steve PetersWelcome to 2007! Time to update copyrights from change...
2007-01-01 Jarkko HietaniemiSymbian port: add Series 90 support
2006-12-31 Nicholas ClarkPL_linestr needs to survive until the end of scope...
2006-12-31 Nicholas ClarkMove SVt_BIND to be the lowest type after SVt_NULL...
2006-12-28 Nicholas ClarkWith PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy...
2006-12-16 Nicholas ClarkSplit out the use of SVp_SCREAM for GVs with GPs into...
2006-12-13 Nicholas ClarkEliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-12 Nicholas ClarkOops. As of some point one stopped being able to assign...
2006-12-12 Nicholas Clarkpads haven't actually contained any PVGVs since change...
2006-12-09 Nicholas ClarkPVBMs mustn't enter anything that turns SVIVisUV_on().
2006-12-09 Nicholas ClarkExterminate! 2 pieces of superfluous code related to...
2006-12-08 Dave Mitchelladd missing OP_REFCNT_LOCK/UNLOCKs and document it
2006-12-01 Yves OrtonContinue split of perl internal regexp structures from...
2006-11-23 Nicholas ClarkChange 29364 forgot to turn the POK flag on.
2006-11-23 Nicholas ClarkAssigning to a PVCV effectively just sets the prototype...
2006-11-23 Nicholas ClarkRemove superfluous SvROK()
2006-11-15 Rafael Garcia-SuarezFix a signedness cast warning
2006-11-13 Yves OrtonRegex Utility Functions and Substituion Fix (XML::Twig...
2006-11-12 Nicholas ClarkChange 24714 was arguably over-ambitious, in that non...
2006-11-06 Nicholas Clarkassert() that SvPV_set() isn't used on arrays.
2006-11-06 Nicholas Clarkassert() that SvPV_set() isn't used on hashes.
2006-11-04 Nicholas ClarkChange 27506 wasn't quite correct - the copy of the...
2006-11-03 SADAHIRO Tomoyukireplace S_sv_pos_b2u_forwards with utf8_length (was...
2006-10-30 Steve PetersChanges to get perl to compile with g++ on Cygwin....
2006-10-26 SADAHIRO TomoyukiRe: [perl #40583] sprintf "%#04X" also uppercases the...
2006-10-25 Nicholas ClarkAdd a %B sprintf format
2006-10-22 Nicholas ClarkFix the other bug introduced by change 29079
2006-10-22 Nicholas ClarkFix bug in change 27321 - Perl_ss_dup should also have...
2006-10-22 Nicholas ClarkFix a bug introduced by change 29079
2006-10-22 Nicholas ClarkMerge cases in Perl_ss_dup().
2006-10-22 Nicholas Clarkconst the variable used for the save stack type in...
2006-10-19 Alexander Goughstab at UNITCHECK blocks
2006-10-18 Nicholas Clarkpanic if we attempt to sv_setsv to or from an already...
2006-10-16 SADAHIRO TomoyukiRe: sprintf 64 test
2006-10-10 Anatoly Vorobey[perl #40473] sprintf width+precision fails on wide...
2006-10-08 Rafael Garcia-SuarezRevert change 28962 (at least until a better solution...
2006-10-07 Nicholas ClarkNo need to create a new magic vtable if it's all 0...
2006-10-07 Nicholas ClarkMake reference stringification (blessed and unblessed...
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-10-06 Nicholas ClarkMake the executable slightly smaller by using PL_hexdig...
2006-10-03 Jarkko Hietaniemiconst sv_reftype
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-25 Yves OrtonAdd hook for re_dup() into regex engine as reg_dupe...
2006-09-21 Jarkko Hietaniemideal with some gcc warnings
2006-09-18 Philip M. Golluccibleed - silence warning in sv.c
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-12 Dominic DunlopRe: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1...
2006-09-11 Yves OrtonTeach regex optimiser how to handle (?=) and (?<=)...
2006-09-11 Yitzchak Scott-Tho... NULL and sv_setpv vs. newSVpv
2006-09-05 Robin Barker; was RE: [PATCH perlio.c pp.c regcomp.c] silence forma...
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-09 Yitzchak Scott-Tho... Re: [perl #37731] junk and uninit'ed values in tied...
next