2005-06-06 |
Nicholas Clark | Shared hash key scalars can be safely copied as shared... |
blob | commitdiff |
2005-06-06 |
Steve Hay | We still need an "i" in the PERL_IMPLICIT_SYS case |
blob | commitdiff | diff to current |
2005-06-04 |
Rafael Garcia-Suarez | Silence a const warning |
blob | commitdiff | diff to current |
2005-06-03 |
Nicholas Clark | Use newSVhek in the cloning code. |
blob | commitdiff | diff to current |
2005-06-03 |
Nicholas Clark | Use newSVhek where we're generating SVs from package... |
blob | commitdiff | diff to current |
2005-06-03 |
Nicholas Clark | s/newSVpv_hek/newSVhek/g; # Lousy choice of name |
blob | commitdiff | diff to current |
2005-06-03 |
Nicholas Clark | Create newSVpv_hek to reduce code duplication where... |
blob | commitdiff | diff to current |
2005-06-03 |
Andy Lester | Random consting |
blob | commitdiff | diff to current |
2005-06-03 |
Steve Peters | SvPVX_const() - patch #4 |
blob | commitdiff | diff to current |
2005-06-02 |
Nicholas Clark | Changes 24660 and 24665 both introduced errors into... |
blob | commitdiff | diff to current |
2005-06-02 |
Andy Lester | use lengths in sv_setpv() calls |
blob | commitdiff | diff to current |
2005-06-01 |
Nicholas Clark | Round up all string length requests to malloc()/realloc... |
blob | commitdiff | diff to current |
2005-06-01 |
Nicholas Clark | Zero-ing the new HV array is pointless, as we write... |
blob | commitdiff | diff to current |
2005-06-01 |
Nicholas Clark | Store the xhv_aux structure after the main array. |
blob | commitdiff | diff to current |
2005-05-30 |
Jarkko Hietaniemi | Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64... |
blob | commitdiff | diff to current |
2005-05-30 |
Andy Lester | [PATCH] More embed.fnc strictures, plus consting and... |
blob | commitdiff | diff to current |
2005-05-29 |
Nicholas Clark | Goodbye xav_arylen. You won't be missed that much. |
blob | commitdiff | diff to current |
2005-05-29 |
Nicholas Clark | Change the IV to a union. |
blob | commitdiff | diff to current |
2005-05-26 |
Nicholas Clark | Rename the members of the SV head union to avoid pre... |
blob | commitdiff | diff to current |
2005-05-26 |
Nicholas Clark | Store the package name as a shared HEK. |
blob | commitdiff | diff to current |
2005-05-26 |
Nicholas Clark | We know how big the global string table will be, so... |
blob | commitdiff | diff to current |
2005-05-26 |
Nicholas Clark | It helps to set the total keys correctly when duplicati... |
blob | commitdiff | diff to current |
2005-05-25 |
Nicholas Clark | Track the mapping between source shared hash keys and... |
blob | commitdiff | diff to current |
2005-05-24 |
Nicholas Clark | Initialising the hash seed needs to be early in case... |
blob | commitdiff | diff to current |
2005-05-24 |
Nicholas Clark | Leaking is bad, m'kay. |
blob | commitdiff | diff to current |
2005-05-24 |
Andy Lester | embed.fnc cleanup + SvPVX_const usage |
blob | commitdiff | diff to current |
2005-05-23 |
Nicholas Clark | PL_regex_padav elements hold either more AVs, or IVs... |
blob | commitdiff | diff to current |
2005-05-23 |
Nicholas Clark | Oops. What is looking at an array's SvIVX()? |
blob | commitdiff | diff to current |
2005-05-23 |
Nicholas Clark | We don't need IV and RV arena variables anymore. We... |
blob | commitdiff | diff to current |
2005-05-23 |
Nicholas Clark | create an "allocated" structure for PVs, PVAVs and... |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark | Move the xpv_pv/xrv_rv member into the SV head, in... |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark | Move hv_name, hv_eiter and hv_riter into a new aux... |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark | Move placeholders into a new rhash magic type. |
blob | commitdiff | diff to current |
2005-05-20 |
Nicholas Clark | Remove PMROOT and replace it with a small shell script... |
blob | commitdiff | diff to current |
2005-05-20 |
Nicholas Clark | Goodbye AvFLAGS |
blob | commitdiff | diff to current |
2005-05-20 |
Andy Lester | Attribute configuration |
blob | commitdiff | diff to current |
2005-05-17 |
Nicholas Clark | One last 1008 to replace with PERL_ARENA_SIZE |
blob | commitdiff | diff to current |
2005-05-16 |
Andy Lester | consting-eleventy.patch: More consts, plus actual bug fix |
blob | commitdiff | diff to current |
2005-05-16 |
Nicholas Clark | Assuming that everything with 0x40000000 is SVpad_TYPED... |
blob | commitdiff | diff to current |
2005-05-15 |
Dave Mitchell | avoid leaked scalar in BEGIN { threads->new(...) } |
blob | commitdiff | diff to current |
2005-05-14 |
Dave Mitchell | initialize the PL_xpvgv_[arena]root vars during clone |
blob | commitdiff | diff to current |
2005-05-13 |
Nicholas Clark | Reorder the *more* arena allocation functions into... |
blob | commitdiff | diff to current |
2005-05-13 |
Nicholas Clark | Allocate GV bodies from arenas |
blob | commitdiff | diff to current |
2005-05-11 |
Rafael Garcia-Suarez | Include vim/emacs modelines in generated files to open... |
blob | commitdiff | diff to current |
2005-05-10 |
Rafael Garcia-Suarez | Add editor boilerplates to all C files |
blob | commitdiff | diff to current |
2005-05-09 |
Andy Lester | attributes-two.patch, the next batch |
blob | commitdiff | diff to current |
2005-05-09 |
Nicholas Clark | Update the comment describing arenas. |
blob | commitdiff | diff to current |
2005-05-08 |
Nicholas Clark | There's no need to set a reference count for the new... |
blob | commitdiff | diff to current |
2005-05-08 |
Nicholas Clark | The idea is that when you find something, you stop... |
blob | commitdiff | diff to current |
2005-05-07 |
Andy Lester | GCC attributes! |
blob | commitdiff | diff to current |
2005-05-07 |
Nicholas Clark | The ptr_table arena variables and code is only needed... |
blob | commitdiff | diff to current |
2005-05-06 |
Nicholas Clark | Ooops. Wise man tests with ithreads before commiting... |
blob | commitdiff | diff to current |
2005-05-06 |
Nicholas Clark | Change types of PL_he_arenaroot and PL_pte_arenaroot... |
blob | commitdiff | diff to current |
2005-05-06 |
Nicholas Clark | Make the arena size changeable at compile time, and... |
blob | commitdiff | diff to current |
2005-05-06 |
Nicholas Clark | Allocate pointer table entries (for ithread cloning... |
blob | commitdiff | diff to current |
2005-05-01 |
Nicholas Clark | Explode if anyone attempts to sv_upgrade PL_mess_sv. |
blob | commitdiff | diff to current |
2005-04-28 |
Nicholas Clark | Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free |
blob | commitdiff | diff to current |
2005-04-28 |
Nicholas Clark | Add a new macro SvPV_free() which undoes OOK and free... |
blob | commitdiff | diff to current |
2005-04-28 |
Nicholas Clark | Calling sv_backoff() on something that's about to be... |
blob | commitdiff | diff to current |
2005-04-28 |
Nicholas Clark | The if() clause is the wrong way round, so OOK can... |
blob | commitdiff | diff to current |
2005-04-21 |
Jarkko Hietaniemi | Symbian port of Perl |
blob | commitdiff | diff to current |
2005-04-21 |
Dave Mitchell | [perl #34976] substr uses utf8 length cache incorrectly |
blob | commitdiff | diff to current |
2005-04-20 |
Steve Peters | Refactoring to Sv*_set() macros - patch #6 |
blob | commitdiff | diff to current |
2005-04-20 |
Nicholas Clark | Merge common code. Reduces object size by 1K on x86... |
blob | commitdiff | diff to current |
2005-04-19 |
Nicholas Clark | Don't set things to zero twice. Once is enough. (see... |
blob | commitdiff | diff to current |
2005-04-19 |
Steve Peters | Refactoring to Sv*_set() macros - patch #5 |
blob | commitdiff | diff to current |
2005-04-19 |
Dave Mitchell | Add CLONE_SKIP() class method to allow individual class... |
blob | commitdiff | diff to current |
2005-04-18 |
Steve Peters | Refactoring to Sv*_set() macros - patch #4 |
blob | commitdiff | diff to current |
2005-04-12 |
Steve Peters | Refactoring to Sv*_set() macros - patch #3 |
blob | commitdiff | diff to current |
2005-04-08 |
Andy Lester | Removing Y2K warnings |
blob | commitdiff | diff to current |
2005-04-08 |
Steve Peters | Refactoring to Sv*_set() macros - patch #2 |
blob | commitdiff | diff to current |
2005-04-08 |
Nicholas Clark | Add a macro PERL_DEBUG_COW, for aggressive compile... |
blob | commitdiff | diff to current |
2005-04-08 |
Steve Peters | Refactoring to Sv*_set() macros - patch #1 |
blob | commitdiff | diff to current |
2005-04-06 |
Nicholas Clark | Casting to/from (void *) sufficient to make a C++ compi... |
blob | commitdiff | diff to current |
2005-04-05 |
Nicholas Clark | Add casting to allow g++ (3.3.5) to compile the core... |
blob | commitdiff | diff to current |
2005-04-04 |
Andy Lester | const-eight.diff |
blob | commitdiff | diff to current |
2005-03-31 |
Steve Hay | One more Win32 compilation clean-up (for when using... |
blob | commitdiff | diff to current |
2005-03-29 |
Rafael Garcia-Suarez | Downconst external APIs |
blob | commitdiff | diff to current |
2005-03-28 |
Dave Mitchell | expand -DDEBUG_LEAKING_SCALARS to instrument the creati... |
blob | commitdiff | diff to current |
2005-03-26 |
Rafael Garcia-Suarez | Remove an XXX note from the public doc. |
blob | commitdiff | diff to current |
2005-03-25 |
Andy Lester | Consting part 4 |
blob | commitdiff | diff to current |
2005-03-24 |
Andy Lester | Third consting batch |
blob | commitdiff | diff to current |
2005-03-21 |
Andy Lester | More consting goodness |
blob | commitdiff | diff to current |
2005-03-18 |
Yves Orton | Re: Reworked Trie Patch |
blob | commitdiff | diff to current |
2005-03-18 |
Andy Lester | More const parms |
blob | commitdiff | diff to current |
2005-01-22 |
Jarkko Hietaniemi | Re: uc($long_utf8_string) exhausts memory |
blob | commitdiff | diff to current |
2005-01-19 |
Robin Barker | Further follow-up to 23767 |
blob | commitdiff | diff to current |
2005-01-14 |
Nicholas Clark | Correct the editor block to match the perl 5 policy... |
blob | commitdiff | diff to current |
2005-01-14 |
Nicholas Clark | Improve documentation for sv_catpvf, to note that patte... |
blob | commitdiff | diff to current |
2005-01-13 |
Nicholas Clark | Use the new SV_NOSTEAL flag to avoid the SvTEMP dance... |
blob | commitdiff | diff to current |
2005-01-13 |
Nicholas Clark | Update copyright years. Add an editor block while passi... |
blob | commitdiff | diff to current |
2005-01-11 |
Robin Barker | follow-up to 23767 |
blob | commitdiff | diff to current |
2005-01-10 |
Marcus Holland-Moritz | Remove PERL_FLEXIBLE_EXCEPTIONS code. |
blob | commitdiff | diff to current |
2005-01-07 |
Robin Barker | to improve -DCHECK_FORMAT |
blob | commitdiff | diff to current |
2005-01-07 |
Nicholas Clark | Stage 1 of utf8 support for soft references. |
blob | commitdiff | diff to current |
2004-12-27 |
Stas Bekman | [patch sv.c] comment fix |
blob | commitdiff | diff to current |
2004-12-24 |
Stas Bekman | Re: [patch perlapi doc] sv_magic |
blob | commitdiff | diff to current |
2004-12-07 |
Nicholas Clark | Avoid getting the stash name twice (at least visually... |
blob | commitdiff | diff to current |
2004-12-01 |
Nicholas Clark | Tidy up the reference name stringification to save... |
blob | commitdiff | diff to current |
2004-10-31 |
Nicholas Clark | Set the IV values for PL_sv_yes and PL_sv_no at initial... |
blob | commitdiff | diff to current |
next |