This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
File::Path 2.02
[perl5.git] / sv.c
2007-10-20 Robin BarkerVDf no longer in PERL_CORE
2007-10-20 Rafael Garcia-SuarezRevert code change from #32148
2007-10-20 Jerry D. HeddenRe: [PATCH] Fix overloading for 64-bit ints (revised)
2007-10-19 Jerry D. HeddenFix overloading for 64-bit ints (revised)
2007-10-18 Nicholas ClarkWhere possible, change gv_fetchfile() to gv_fetchfile_f...
2007-10-17 Ben MorrowAnother ex-PVBM assert
2007-10-16 Nicholas ClarkReplace my_strlcpy() with a pair of byte writes.
2007-10-06 Nicholas ClarkPropagate the perlapi.pod part of change 32026 back...
2007-10-05 Nicholas ClarkPL_cshname is actually a constant value known at compil...
2007-10-03 Rafael Garcia-SuarezReverse change #31978
2007-09-28 Jim Cromie[patch] s/thinngy/thingy/
2007-09-26 Robin BarkerRE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
2007-09-14 Jim Cromiea spelling nit
2007-09-12 Nicholas ClarkDon't call frexp() on +Inf or -Inf either. (It's not...
2007-09-12 Rafael Garcia-SuarezAmend change 31854 for when NAN_COMPARE_BROKEN
2007-09-12 Zefram[perl #45383] sprintf %f panics with NaN
2007-09-09 Dave Mitchellununit pos value warning identified the wrong variable...
2007-08-31 Brandon BlackRe: optimize push @ISA, (was Re: parent.pm at corion...
2007-08-30 Jarkko Hietaniemimisc blead stuff
2007-08-15 Vincent PitDocument SvSHARED_HASH.
2007-06-29 Rafael Garcia-SuarezRevert change #31489.
2007-06-28 Brandon BlackRe: [perl #43357] *DESTROY = sub {} at runtime
2007-06-26 Dave Mitchellmake sure PL_Parser is NULL during early stage of threa...
2007-06-24 Nicholas ClarkAlso get copy on write working with ithreads. It hadn...
2007-06-17 Rafael Garcia-SuarezPatches to compile perl on Cray XT4 Catamount/Qk, by...
2007-06-15 Jarkko Hietaniemimiscellanea
2007-06-13 Dave Mitchellchange #31134 broke DEBUG_LEAKING_SCALARS builds
2007-06-07 Jim Cromie[patch] fix small errors in sv.c commentary
2007-06-05 Rafael Garcia-SuarezRemove support for assertions and -A
2007-05-28 Nicholas ClarkAvoid calling SvEND() when SvPOKp() is not true.
2007-05-25 Dave Mitchelldelete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg
2007-05-25 Dave Mitchellfix coredump in S_varname (tickled by Devel::Profile)
2007-05-21 Dave Mitchellmove PL_error_count into the PL_parser struct
2007-05-21 Dave Mitchellmove PL_multi_end into the PL_parser struct
2007-05-21 Dave Mitchellmove PL_tokenbuf into the PL_parser struct
2007-05-20 Dave Mitchelldelete thrdvar.h and move its contents to intrpvar.h
2007-05-19 Craig A. BerryVarious mro updates from Brandon Black. References:
2007-05-12 Dave Mitchellmove PL_in_my and PL_in_my_stash into the PL_parser...
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-08 Andy Lestermore consting
2007-05-05 Dave Mitchellmove PL_lex_state into the PL_parser struct
2007-05-05 Dave Mitchellmigrate more variables to PL_parser struct:
2007-05-04 Dave Mitchellmove some more variables into the PL_parser struct:
2007-05-04 Dave Mitchellmove PL_expect and PL_copline into the PL_parser structure
2007-05-03 Nicholas ClarkInitialise PL_delayedisa on thread clone.
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-26 Brandon BlackFix a bug in method caching. Better version (broader...
2007-04-24 Nicholas ClarkMake PL_uudmap a constant global. Remove the run time...
2007-04-24 Dave Mitchellmove PL_linestr from the interpreter struct to the...
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...
next