| Commit message (Expand) | Author | Age | Files | Lines |
* | Squeeze a little more savings by moving pte and he arenas into the | Nicholas Clark | 2005-06-18 | 1 | -0/+3 |
* | Provide share_hek_hek, and use it for fast copying of shared string | Nicholas Clark | 2005-06-12 | 1 | -0/+7 |
* | In the shared string table, store the HE and HEK next to each other | Nicholas Clark | 2005-06-12 | 1 | -0/+4 |
* | hash key code cleanup | Nicholas Clark | 2005-06-11 | 1 | -2/+0 |
* | Store the xhv_aux structure after the main array. | Nicholas Clark | 2005-06-01 | 1 | -11/+12 |
* | Attempt 2 at a diet memory layout can go live. | Nicholas Clark | 2005-05-31 | 1 | -1/+1 |
* | Change the IV to a union. | Nicholas Clark | 2005-05-29 | 1 | -22/+12 |
* | Get the HEK once only in the hot code (class method calls) | Nicholas Clark | 2005-05-27 | 1 | -0/+2 |
* | Rename the members of the SV head union to avoid pre-processor | Nicholas Clark | 2005-05-26 | 1 | -1/+1 |
* | Store the package name as a shared HEK. | Nicholas Clark | 2005-05-26 | 1 | -3/+5 |
* | I think for now these have to be disabled by default. | Nicholas Clark | 2005-05-25 | 1 | -1/+1 |
* | Reorder the union to cause Win32 compilers to use void * alignment for | Nicholas Clark | 2005-05-24 | 1 | -1/+1 |
* | Don't allocate an IV slot where the type doesn't use the IV slot. | Nicholas Clark | 2005-05-23 | 1 | -0/+19 |
* | create an "allocated" structure for PVs, PVAVs and PVHVs | Nicholas Clark | 2005-05-23 | 1 | -0/+1 |
* | Re-order IVX slot in SV bodies | Nicholas Clark | 2005-05-22 | 1 | -1/+1 |
* | Add a union in place of xnv_nv, which allows AVs and HVs to re-use | Nicholas Clark | 2005-05-21 | 1 | -4/+15 |
* | Move the xpv_pv/xrv_rv member into the SV head, in a union with | Nicholas Clark | 2005-05-21 | 1 | -2/+1 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -6/+34 |
* | Move placeholders into a new rhash magic type. | Nicholas Clark | 2005-05-21 | 1 | -10/+5 |
* | Remove PMROOT and replace it with a small shell script. Er, magic. | Nicholas Clark | 2005-05-20 | 1 | -2/+1 |
* | Fix a typo | Nicholas Clark | 2005-05-20 | 1 | -1/+1 |
* | Default to allocating the correct size for the array in the HV. | Nicholas Clark | 2005-05-18 | 1 | -1/+4 |
* | Update copyrights. | Rafael Garcia-Suarez | 2005-03-30 | 1 | -1/+1 |
* | Revert change 23843. | Rafael Garcia-Suarez | 2005-01-24 | 1 | -3/+0 |
* | Re: [perl #31924] %INC caching failure-case problem | Rick Delaney | 2005-01-21 | 1 | -0/+3 |
* | Stas would prefer not to have MOD_PERL defines in perl. | Nicholas Clark | 2003-11-03 | 1 | -1/+2 |
* | s/new_hash/rehash/g (Stas suggested a better name) | Nicholas Clark | 2003-11-03 | 1 | -1/+1 |
* | mod_perl2 will require access to the Plan C hashing function. | Nicholas Clark | 2003-11-01 | 1 | -1/+1 |
* | Return 21533 (with modifications) having found the problem | Nicholas Clark | 2003-10-25 | 1 | -0/+11 |
* | Back out 21533 because it broke Encode's build in really weird ways | Nicholas Clark | 2003-10-25 | 1 | -11/+0 |
* | Plan C rough edge smoothing. Criteria for a hash split is now | Nicholas Clark | 2003-10-25 | 1 | -0/+11 |
* | Plan C for foiling the algorithmic complexity attack | Nicholas Clark | 2003-10-16 | 1 | -0/+26 |
* | It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/, | Jarkko Hietaniemi | 2003-09-12 | 1 | -2/+2 |
* | This should make Stas happy. | Jarkko Hietaniemi | 2003-07-23 | 1 | -4/+13 |
* | Bite the bullet and apply the hash randomisation patch. | Jarkko Hietaniemi | 2003-06-26 | 1 | -1/+8 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Reverse copyright update (#18801) for files not changed in 2003. | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | PERL_HASH() casting games so that our hashed data is "unsigned | Jarkko Hietaniemi | 2002-05-17 | 1 | -4/+11 |
* | unsigned char hashes (Re: perl@16539) | Nicholas Clark | 2002-05-11 | 1 | -1/+1 |
* | [dodgy PATCH] Re: [Storable] utf8 keys started working! | Nicholas Clark | 2002-04-13 | 1 | -0/+5 |
* | Re: the dirty half dozen (Re: perl@15662) | Benjamin Goldberg | 2002-04-06 | 1 | -1/+1 |
* | Re: the dirty half dozen (Re: perl@15662) | Nicholas Clark | 2002-04-06 | 1 | -5/+27 |
* | If Unicode keys are entered to a hash, a bit is turned on. | Jarkko Hietaniemi | 2002-03-22 | 1 | -1/+4 |
* | Make shared hash keys to be \0-terminated: | Jarkko Hietaniemi | 2002-02-28 | 1 | -1/+3 |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
* | RE: BCC for Win32 is unhappy @14331 | Vadim Konovalov | 2002-01-21 | 1 | -2/+2 |
* | Missed the =head1 additions. | Jarkko Hietaniemi | 2002-01-03 | 1 | -0/+6 |
* | Remove the sometimes-lvalue cast | Nick Ing-Simmons | 2001-12-19 | 1 | -1/+1 |
* | Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes | Nick Ing-Simmons | 2001-12-18 | 1 | -1/+21 |