2005-06-01 |
Nicholas Clark | Zero-ing the new HV array is pointless, as we write...
|
commit | commitdiff | tree |
2005-06-01 |
Nicholas Clark | As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the...
|
commit | commitdiff | tree |
2005-06-01 |
Nicholas Clark | Store the xhv_aux structure after the main array.
|
commit | commitdiff | tree |
2005-06-01 |
Nicholas Clark | If we're building config_heavy.pl somewhere else, then...
|
commit | commitdiff | tree |
2005-06-01 |
Nicholas Clark | Following the head refactoring, the Newz doesn't clear...
|
commit | commitdiff | tree |
2005-05-31 |
Nicholas Clark | Attempt 2 at a diet memory layout can go live.
|
commit | commitdiff | tree |
2005-05-31 |
Nicholas Clark | Avoid updating a variable in a loop.
|
commit | commitdiff | tree |
2005-05-31 |
Nicholas Clark | Avoid updating a variable in the loop
|
commit | commitdiff | tree |
2005-05-30 |
Nicholas Clark | Change the logic to avoid needing to set a variable...
|
commit | commitdiff | tree |
2005-05-30 |
Nicholas Clark | Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get()
|
commit | commitdiff | tree |
2005-05-30 |
Nicholas Clark | Need a cast to avoid a compiler warning.
|
commit | commitdiff | tree |
2005-05-29 |
Nicholas Clark | Goodbye xav_arylen. You won't be missed that much.
|
commit | commitdiff | tree |
2005-05-29 |
Nicholas Clark | Change the IV to a union.
|
commit | commitdiff | tree |
2005-05-29 |
Nicholas Clark | Teach buildtoc about README.openbsd, and regenerate...
|
commit | commitdiff | tree |
2005-05-29 |
Nicholas Clark | Restort into bulidtoc's preferred order
|
commit | commitdiff | tree |
2005-05-27 |
Nicholas Clark | In assert(), we mustn't stringify the message as part...
|
commit | commitdiff | tree |
2005-05-27 |
Nicholas Clark | is() is better than ok()
|
commit | commitdiff | tree |
2005-05-27 |
Nicholas Clark | Get the HEK once only in the hot code (class method...
|
commit | commitdiff | tree |
2005-05-26 |
Nicholas Clark | Rename the members of the SV head union to avoid pre...
|
commit | commitdiff | tree |
2005-05-26 |
Nicholas Clark | Store the package name as a shared HEK.
|
commit | commitdiff | tree |
2005-05-26 |
Nicholas Clark | We know how big the global string table will be, so...
|
commit | commitdiff | tree |
2005-05-26 |
Nicholas Clark | It helps to set the total keys correctly when duplicating...
|
commit | commitdiff | tree |
2005-05-25 |
Nicholas Clark | Export Perl_hek_dup, which duplicates shared hash keys.
|
commit | commitdiff | tree |
2005-05-25 |
Nicholas Clark | Track the mapping between source shared hash keys and...
|
commit | commitdiff | tree |
2005-05-25 |
Nicholas Clark | Replace all uses of HvNAME with the appropriate HvNAME_get or
|
commit | commitdiff | tree |
2005-05-25 |
Nicholas Clark | I think for now these have to be disabled by default.
|
commit | commitdiff | tree |
2005-05-24 |
Nicholas Clark | Initialising the hash seed needs to be early in case...
|
commit | commitdiff | tree |
2005-05-24 |
Nicholas Clark | Reorder the union to cause Win32 compilers to use void...
|
commit | commitdiff | tree |
2005-05-24 |
Nicholas Clark | Leaking is bad, m'kay.
|
commit | commitdiff | tree |
2005-05-24 |
Nicholas Clark | Correct the description of pte_arenaroot
|
commit | commitdiff | tree |
2005-05-23 |
Nicholas Clark | Don't allocate an IV slot where the type doesn't use...
|
commit | commitdiff | tree |
2005-05-23 |
Nicholas Clark | PL_regex_padav elements hold either more AVs, or IVs...
|
commit | commitdiff | tree |
2005-05-23 |
Nicholas Clark | Oops. What is looking at an array's SvIVX()?
|
commit | commitdiff | tree |
2005-05-23 |
Nicholas Clark | We don't need IV and RV arena variables anymore. We...
|
commit | commitdiff | tree |
2005-05-23 |
Nicholas Clark | Bytecode mustn't save the NVX for hashes now that the...
|
commit | commitdiff | tree |
2005-05-23 |
Nicholas Clark | create an "allocated" structure for PVs, PVAVs and...
|
commit | commitdiff | tree |
2005-05-22 |
Nicholas Clark | Re-order IVX slot in SV bodies
|
commit | commitdiff | tree |
2005-05-21 |
Nicholas Clark | Add a union in place of xnv_nv, which allows AVs and...
|
commit | commitdiff | tree |
2005-05-21 |
Nicholas Clark | Move the xpv_pv/xrv_rv member into the SV head, in...
|
commit | commitdiff | tree |
2005-05-21 |
Nicholas Clark | Fool. That should be I32 everywhere.
|
commit | commitdiff | tree |
2005-05-21 |
Nicholas Clark | Move hv_name, hv_eiter and hv_riter into a new aux...
|
commit | commitdiff | tree |
2005-05-21 |
Nicholas Clark | Move placeholders into a new rhash magic type.
|
commit | commitdiff | tree |
2005-05-20 |
Nicholas Clark | Remove PMROOT and replace it with a small shell script...
|
commit | commitdiff | tree |
2005-05-20 |
Nicholas Clark | Update XS code to declare PERL_UNUSED_DECL conditionally
|
commit | commitdiff | tree |
2005-05-20 |
Nicholas Clark | Updaate ppport.h to get a conditional PERL_UNUSED_DECL
|
commit | commitdiff | tree |
2005-05-20 |
Nicholas Clark | Need to make PERL_UNUSED_DECL conditional as xlc on...
|
commit | commitdiff | tree |
2005-05-20 |
Nicholas Clark | Goodbye AvFLAGS
|
commit | commitdiff | tree |
2005-05-20 |
Nicholas Clark | Fix a typo
|
commit | commitdiff | tree |
2005-05-19 |
Nicholas Clark | tabs, not spaces. Bad editor. No cookie.
|
commit | commitdiff | tree |
2005-05-18 |
Nicholas Clark | Default to allocating the correct size for the array...
|
commit | commitdiff | tree |
2005-05-17 |
Nicholas Clark | One last 1008 to replace with PERL_ARENA_SIZE
|
commit | commitdiff | tree |
2005-05-16 |
Nicholas Clark | Upgrade to Encode 2.10
|
commit | commitdiff | tree |
2005-05-16 |
Nicholas Clark | Bump the version number on Win32::Win32
|
commit | commitdiff | tree |
2005-05-16 |
Nicholas Clark | Assuming that everything with 0x40000000 is SVpad_TYPED...
|
commit | commitdiff | tree |
2005-05-15 |
Andy Lester | Minor tweak to via
|
commit | commitdiff | tree |
2005-05-15 |
Nicholas Clark | Upgrade to CGI.pm 3.10
|
commit | commitdiff | tree |
2005-05-13 |
Nicholas Clark | Reorder the *more* arena allocation functions into...
|
commit | commitdiff | tree |
2005-05-13 |
Nicholas Clark | Allocate GV bodies from arenas
|
commit | commitdiff | tree |
2005-05-10 |
Nicholas Clark | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
|
commit | commitdiff | tree |
2005-05-10 |
Nicholas Clark | As we have the length of the string easily to hand...
|
commit | commitdiff | tree |
2005-05-10 |
Nicholas Clark | Experiment with using the ptr_table code to hold the...
|
commit | commitdiff | tree |
2005-05-10 |
Nicholas Clark | Simplify the debug and assert logic.
|
commit | commitdiff | tree |
2005-05-10 |
Nicholas Clark | Change 24165 missed one s/class/classname/ in the debugging...
|
commit | commitdiff | tree |
2005-05-09 |
Nicholas Clark | Update the comment describing arenas.
|
commit | commitdiff | tree |
2005-05-09 |
Nicholas Clark | Hoist the static "AUTOLOAD" into a static const variable...
|
commit | commitdiff | tree |
2005-05-09 |
Nicholas Clark | Change 24413 should have updated makedef.pl with the...
|
commit | commitdiff | tree |
2005-05-09 |
Nicholas Clark | Change 24420 should have hand updated globvar.sym to...
|
commit | commitdiff | tree |
2005-05-09 |
Nicholas Clark | Simplify S_hv_notallowed slightly by passing a prebuilt...
|
commit | commitdiff | tree |
2005-05-08 |
Nicholas Clark | Perl_croak uses perl's printf, so can pass in SVs direct...
|
commit | commitdiff | tree |
2005-05-08 |
Nicholas Clark | There's no need to set a reference count for the new...
|
commit | commitdiff | tree |
2005-05-08 |
Nicholas Clark | The idea is that when you find something, you stop...
|
commit | commitdiff | tree |
2005-05-07 |
Nicholas Clark | The ptr_table arena variables and code is only needed...
|
commit | commitdiff | tree |
2005-05-06 |
Nicholas Clark | Get the correct refcount on the temporary assignment...
|
commit | commitdiff | tree |
2005-05-06 |
Nicholas Clark | Ooops. Wise man tests with ithreads before commiting...
|
commit | commitdiff | tree |
2005-05-06 |
Nicholas Clark | Change types of PL_he_arenaroot and PL_pte_arenaroot...
|
commit | commitdiff | tree |
2005-05-06 |
Nicholas Clark | Make the arena size changeable at compile time, and...
|
commit | commitdiff | tree |
2005-05-06 |
Nicholas Clark | Allocate pointer table entries (for ithread cloning...
|
commit | commitdiff | tree |
2005-05-05 |
Nicholas Clark | Bump versions of non dual-life modules
|
commit | commitdiff | tree |
2005-05-05 |
Nicholas Clark | Bump version numbers
|
commit | commitdiff | tree |
2005-05-05 |
Nicholas Clark | Bump B version numbers
|
commit | commitdiff | tree |
2005-05-03 |
Nicholas Clark | ok($a == $b) better written as cmp_ok($a, '==', $b)
|
commit | commitdiff | tree |
2005-05-03 |
Nicholas Clark | PL_mess_sv is always >= SVt_PVMG, so no need for an...
|
commit | commitdiff | tree |
2005-05-02 |
Nicholas Clark | A slightly better layout for the diagram.
|
commit | commitdiff | tree |
2005-05-01 |
Nicholas Clark | Explode if anyone attempts to sv_upgrade PL_mess_sv.
|
commit | commitdiff | tree |
2005-04-28 |
Nicholas Clark | Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free
|
commit | commitdiff | tree |
2005-04-28 |
Nicholas Clark | Add a new macro SvPV_free() which undoes OOK and free...
|
commit | commitdiff | tree |
2005-04-28 |
Nicholas Clark | Calling sv_backoff() on something that's about to be...
|
commit | commitdiff | tree |
2005-04-28 |
Nicholas Clark | The if() clause is the wrong way round, so OOK can...
|
commit | commitdiff | tree |
2005-04-25 |
Yves Orton | mktables.lst and related stuff (was Re: [PATCH] Unicode...
|
commit | commitdiff | tree |
2005-04-23 |
Nicholas Clark | Variable declarations can't come after statements in...
|
commit | commitdiff | tree |
2005-04-23 |
Nicholas Clark | Save state when auto-generating #ifdef PERL_CORE and...
|
commit | commitdiff | tree |
2005-04-22 |
Nicholas Clark | Convert to test.pl
|
commit | commitdiff | tree |
2005-04-22 |
Craig A. Berry | t/uni/class.t -- update VMS test skippage
|
commit | commitdiff | tree |
2005-04-22 |
Nicholas Clark | For now, TODO the 2 tests that fail on 5.8.x
|
commit | commitdiff | tree |
2005-04-20 |
Steve Peters | Refactoring to Sv*_set() macros - patch #6
|
commit | commitdiff | tree |
2005-04-20 |
Nicholas Clark | Merge common code. Reduces object size by 1K on x86...
|
commit | commitdiff | tree |
2005-04-19 |
Nicholas Clark | Don't set things to zero twice. Once is enough. (see...
|
commit | commitdiff | tree |
2005-04-19 |
Nicholas Clark | Restore SvEND_set
|
commit | commitdiff | tree |
2005-04-19 |
Nicholas Clark | Force RVALUE macros when in PERL_DEBUG_COW
|
commit | commitdiff | tree |
2005-04-19 |
Nicholas Clark | Avoid generating thousands of UTF-8 warnings when testing...
|
commit | commitdiff | tree |
next |