Goodbye xav_arylen. You won't be missed that much.
[p5sagit/p5-mst-13.2.git] / sv.c
2005-05-29 Nicholas Clark Goodbye xav_arylen. You won't be missed that much.
2005-05-29 Nicholas Clark Change the IV to a union.
2005-05-26 Nicholas Clark Rename the members of the SV head union to avoid pre...
2005-05-26 Nicholas Clark Store the package name as a shared HEK.
2005-05-26 Nicholas Clark We know how big the global string table will be, so...
2005-05-26 Nicholas Clark It helps to set the total keys correctly when duplicati...
2005-05-25 Nicholas Clark Track the mapping between source shared hash keys and...
2005-05-24 Nicholas Clark Initialising the hash seed needs to be early in case...
2005-05-24 Nicholas Clark Leaking is bad, m'kay.
2005-05-24 Andy Lester embed.fnc cleanup + SvPVX_const usage
2005-05-23 Nicholas Clark PL_regex_padav elements hold either more AVs, or IVs...
2005-05-23 Nicholas Clark Oops. What is looking at an array's SvIVX()?
2005-05-23 Nicholas Clark We don't need IV and RV arena variables anymore. We...
2005-05-23 Nicholas Clark create an "allocated" structure for PVs, PVAVs and...
2005-05-21 Nicholas Clark Move the xpv_pv/xrv_rv member into the SV head, in...
2005-05-21 Nicholas Clark Move hv_name, hv_eiter and hv_riter into a new aux...
2005-05-21 Nicholas Clark Move placeholders into a new rhash magic type.
2005-05-20 Nicholas Clark Remove PMROOT and replace it with a small shell script...
2005-05-20 Nicholas Clark Goodbye AvFLAGS
2005-05-20 Andy Lester Attribute configuration
2005-05-17 Nicholas Clark One last 1008 to replace with PERL_ARENA_SIZE
2005-05-16 Andy Lester consting-eleventy.patch: More consts, plus actual bug fix
2005-05-16 Nicholas Clark Assuming that everything with 0x40000000 is SVpad_TYPED...
2005-05-15 Dave Mitchell avoid leaked scalar in BEGIN { threads->new(...) }
2005-05-14 Dave Mitchell initialize the PL_xpvgv_[arena]root vars during clone
2005-05-13 Nicholas Clark Reorder the *more* arena allocation functions into...
2005-05-13 Nicholas Clark Allocate GV bodies from arenas
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-05-09 Andy Lester attributes-two.patch, the next batch
2005-05-09 Nicholas Clark Update the comment describing arenas.
2005-05-08 Nicholas Clark There's no need to set a reference count for the new...
2005-05-08 Nicholas Clark The idea is that when you find something, you stop...
2005-05-07 Andy Lester GCC attributes!
2005-05-07 Nicholas Clark The ptr_table arena variables and code is only needed...
2005-05-06 Nicholas Clark Ooops. Wise man tests with ithreads before commiting...
2005-05-06 Nicholas Clark Change types of PL_he_arenaroot and PL_pte_arenaroot...
2005-05-06 Nicholas Clark Make the arena size changeable at compile time, and...
2005-05-06 Nicholas Clark Allocate pointer table entries (for ithread cloning...
2005-05-01 Nicholas Clark Explode if anyone attempts to sv_upgrade PL_mess_sv.
2005-04-28 Nicholas Clark Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free
2005-04-28 Nicholas Clark Add a new macro SvPV_free() which undoes OOK and free...
2005-04-28 Nicholas Clark Calling sv_backoff() on something that's about to be...
2005-04-28 Nicholas Clark The if() clause is the wrong way round, so OOK can...
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-21 Dave Mitchell [perl #34976] substr uses utf8 length cache incorrectly
2005-04-20 Steve Peters Refactoring to Sv*_set() macros - patch #6
2005-04-20 Nicholas Clark Merge common code. Reduces object size by 1K on x86...
2005-04-19 Nicholas Clark Don't set things to zero twice. Once is enough. (see...
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-04-19 Dave Mitchell Add CLONE_SKIP() class method to allow individual class...
2005-04-18 Steve Peters Refactoring to Sv*_set() macros - patch #4
2005-04-12 Steve Peters Refactoring to Sv*_set() macros - patch #3
2005-04-08 Andy Lester Removing Y2K warnings
2005-04-08 Steve Peters Refactoring to Sv*_set() macros - patch #2
2005-04-08 Nicholas Clark Add a macro PERL_DEBUG_COW, for aggressive compile...
2005-04-08 Steve Peters Refactoring to Sv*_set() macros - patch #1
2005-04-06 Nicholas Clark Casting to/from (void *) sufficient to make a C++ compi...
2005-04-05 Nicholas Clark Add casting to allow g++ (3.3.5) to compile the core...
2005-04-04 Andy Lester const-eight.diff
2005-03-31 Steve Hay One more Win32 compilation clean-up (for when using...
2005-03-29 Rafael Garcia-Suarez Downconst external APIs
2005-03-28 Dave Mitchell expand -DDEBUG_LEAKING_SCALARS to instrument the creati...
2005-03-26 Rafael Garcia-Suarez Remove an XXX note from the public doc.
2005-03-25 Andy Lester Consting part 4
2005-03-24 Andy Lester Third consting batch
2005-03-21 Andy Lester More consting goodness
2005-03-18 Yves Orton Re: Reworked Trie Patch
2005-03-18 Andy Lester More const parms
2005-01-22 Jarkko Hietaniemi Re: uc($long_utf8_string) exhausts memory
2005-01-19 Robin Barker Further follow-up to 23767
2005-01-14 Nicholas Clark Correct the editor block to match the perl 5 policy...
2005-01-14 Nicholas Clark Improve documentation for sv_catpvf, to note that patte...
2005-01-13 Nicholas Clark Use the new SV_NOSTEAL flag to avoid the SvTEMP dance...
2005-01-13 Nicholas Clark Update copyright years. Add an editor block while passi...
2005-01-11 Robin Barker follow-up to 23767
2005-01-10 Marcus Holland-Moritz Remove PERL_FLEXIBLE_EXCEPTIONS code.
2005-01-07 Robin Barker to improve -DCHECK_FORMAT
2005-01-07 Nicholas Clark Stage 1 of utf8 support for soft references.
2004-12-27 Stas Bekman [patch sv.c] comment fix
2004-12-24 Stas Bekman Re: [patch perlapi doc] sv_magic
2004-12-07 Nicholas Clark Avoid getting the stash name twice (at least visually...
2004-12-01 Nicholas Clark Tidy up the reference name stringification to save...
2004-10-31 Nicholas Clark Set the IV values for PL_sv_yes and PL_sv_no at initial...
2004-10-29 Dave Mitchell [perl #31851] Threading crash with closures
2004-10-29 Steve Hay Document sv_magic() changes brought about by sv_magicext()
2004-10-15 Nicholas Clark Implement sv_svset _nosteal variants by passing a flag...
2004-10-15 Steve Hay Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and...
2004-10-02 Nicholas Clark Perl_sv_recode_to_utf8 shouldn't be returning SvPVX...
2004-09-12 Dave Mitchell [perl #30066] Memory leak in nested shared data structu...
2004-09-08 Marcus Holland-Moritz SvO?OK_off()'s return value
2004-08-06 Craig A. Berry signedness nit in #23190
2004-08-04 Rafael Garcia-Suarez Remove compilation warnings about uninitialized variables.
2004-08-04 Rafael Garcia-Suarez Remove the "Newline in left-justified string" warning.
2004-08-04 John Peacock Final version object core patch?
2004-07-23 Dave Mitchell remove the return stack PL_retstack, and store return...
2004-07-16 Nicholas Clark Encourage compilers to tail call optimise in sv_savepv...
2004-07-12 Nicholas Clark Bodge to make Tk work - like the UTF8 flag, the READONL...
2004-07-12 Nick Ing-Simmons NI-S: IMHO utf8_upgrade is just changing representation...
2004-07-07 Rafael Garcia-Suarez Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
next