2007-01-02 |
Nicholas Clark |
Update copyright years to include 2007. (Plus a couple... |
blob | commitdiff |
2007-01-02 |
Nicholas Clark |
Remove the vestigal "#if 0"s from header files that... |
blob | commitdiff | diff to current |
2006-12-28 |
Nicholas Clark |
Move all the FBM data fields from the table into a... |
blob | commitdiff | diff to current |
2006-12-28 |
Nicholas Clark |
Move the low/high cop sequences from NVX/IVX to a two... |
blob | commitdiff | diff to current |
2006-05-02 |
Nicholas Clark |
Add a new hash key flag HVhek_UNSHARED, to mark all... |
blob | commitdiff | diff to current |
2006-04-12 |
Nicholas Clark |
Store cop_hints as a shared structure without using... |
blob | commitdiff | diff to current |
2006-04-11 |
Nicholas Clark |
First stab at using the pad to store the serialised... |
blob | commitdiff | diff to current |
2006-04-11 |
Nicholas Clark |
Need to migrate the refcounted_he structure to be prope... |
blob | commitdiff | diff to current |
2006-03-31 |
Nicholas Clark |
Serialise changes to %^H onto the current COP. Return... |
blob | commitdiff | diff to current |
2006-03-15 |
Nicholas Clark |
Expunge references to HV_AMAGIC, HV_AMAGICbad and HV_AM... |
blob | commitdiff | diff to current |
2006-03-05 |
Nicholas Clark |
Move the GvNAME HEK into the IV union - every GV is... |
blob | commitdiff | diff to current |
2006-02-25 |
Nicholas Clark |
xgv_stash can be stored as a union with the NV, reducin... |
blob | commitdiff | diff to current |
2006-02-24 |
Nicholas Clark |
Store the stash for our in the magic slot. This will... |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger |
Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Steven Schubiger |
Re: [PATCH] s/Null(av|ch)/NULL/g |
blob | commitdiff | diff to current |
2006-01-30 |
Nicholas Clark |
Use a union for storing the shared hash key reference... |
blob | commitdiff | diff to current |
2005-12-30 |
Nicholas Clark |
RMAGIC on symbol tables is bad, m'kay. |
blob | commitdiff | diff to current |
2005-12-06 |
Andy Lester |
More consting, and putting stuff in embed.fnc |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Replace hv_magic() with a macro to call sv_magic()... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Replace hv_iternext() with a macro that calls hv_iterne... |
blob | commitdiff | diff to current |
2005-09-09 |
Rafael Garcia-Suarez |
Minor comment fix |
blob | commitdiff | diff to current |
2005-08-17 |
Nicholas Clark |
Given that we now have a union, there's no need for... |
blob | commitdiff | diff to current |
2005-07-11 |
Steve Hay |
[patch hv.h doc] HvNAME |
blob | commitdiff | diff to current |
2005-06-18 |
Nicholas Clark |
Squeeze a little more savings by moving pte and he... |
blob | commitdiff | diff to current |
2005-06-12 |
Nicholas Clark |
Provide share_hek_hek, and use it for fast copying... |
blob | commitdiff | diff to current |
2005-06-12 |
Nicholas Clark |
In the shared string table, store the HE and HEK next... |
blob | commitdiff | diff to current |
2005-06-11 |
Nicholas Clark |
hash key code cleanup |
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-31 |
Nicholas Clark |
Attempt 2 at a diet memory layout can go live. |
blob | commitdiff | diff to current |
2005-05-29 |
Nicholas Clark |
Change the IV to a union. |
blob | commitdiff | diff to current |
2005-05-27 |
Nicholas Clark |
Get the HEK once only in the hot code (class method... |
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-25 |
Nicholas Clark |
I think for now these have to be disabled by default. |
blob | commitdiff | diff to current |
2005-05-24 |
Nicholas Clark |
Reorder the union to cause Win32 compilers to use void... |
blob | commitdiff | diff to current |
2005-05-23 |
Nicholas Clark |
Don't allocate an IV slot where the type doesn't use... |
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-22 |
Nicholas Clark |
Re-order IVX slot in SV bodies |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark |
Add a union in place of xnv_nv, which allows AVs 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 |
Fix a typo |
blob | commitdiff | diff to current |
2005-05-18 |
Nicholas Clark |
Default to allocating the correct size for the array... |
blob | commitdiff | diff to current |
2005-03-30 |
Rafael Garcia-Suarez |
Update copyrights. |
blob | commitdiff | diff to current |
2005-01-24 |
Rafael Garcia-Suarez |
Revert change 23843. |
blob | commitdiff | diff to current |
2005-01-21 |
Rick Delaney |
Re: [perl #31924] %INC caching failure-case problem |
blob | commitdiff | diff to current |
2003-11-03 |
Nicholas Clark |
Stas would prefer not to have MOD_PERL defines in perl. |
blob | commitdiff | diff to current |
2003-11-03 |
Nicholas Clark |
s/new_hash/rehash/g (Stas suggested a better name) |
blob | commitdiff | diff to current |
2003-11-01 |
Nicholas Clark |
mod_perl2 will require access to the Plan C hashing... |
blob | commitdiff | diff to current |
2003-10-25 |
Nicholas Clark |
Return 21533 (with modifications) having found the... |
blob | commitdiff | diff to current |
2003-10-25 |
Nicholas Clark |
Back out 21533 because it broke Encode's build in reall... |
blob | commitdiff | diff to current |
2003-10-25 |
Nicholas Clark |
Plan C rough edge smoothing. Criteria for a hash split... |
blob | commitdiff | diff to current |
2003-10-16 |
Nicholas Clark |
Plan C for foiling the algorithmic complexity attack |
blob | commitdiff | diff to current |
2003-09-12 |
Jarkko Hietaniemi |
It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/, |
blob | commitdiff | diff to current |
2003-07-23 |
Jarkko Hietaniemi |
This should make Stas happy. |
blob | commitdiff | diff to current |
2003-06-26 |
Jarkko Hietaniemi |
Bite the bullet and apply the hash randomisation patch. |
blob | commitdiff | diff to current |
2003-04-16 |
Jarkko Hietaniemi |
Fix up Larry's copyright statements to my best knowledge. |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden |
Reverse copyright update (#18801) for files not changed... |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden |
Update all copyrights to 2003, from Jarkko |
blob | commitdiff | diff to current |
2002-05-17 |
Jarkko Hietaniemi |
PERL_HASH() casting games so that our hashed data is... |
blob | commitdiff | diff to current |
2002-05-11 |
Nicholas Clark |
unsigned char hashes (Re: perl@16539) |
blob | commitdiff | diff to current |
2002-04-13 |
Nicholas Clark |
[dodgy PATCH] Re: [Storable] utf8 keys started working! |
blob | commitdiff | diff to current |
2002-04-08 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-04-06 |
Benjamin Goldberg |
Re: the dirty half dozen (Re: perl@15662) |
blob | commitdiff | diff to current |
2002-04-06 |
Nicholas Clark |
Re: the dirty half dozen (Re: perl@15662) |
blob | commitdiff | diff to current |
2002-03-22 |
Jarkko Hietaniemi |
If Unicode keys are entered to a hash, a bit is turned on. |
blob | commitdiff | diff to current |
2002-02-28 |
Jarkko Hietaniemi |
Make shared hash keys to be \0-terminated: |
blob | commitdiff | diff to current |
2002-01-25 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-01-23 |
Jarkko Hietaniemi |
Copyright++. (Not all the toplevel *.h have one, it... |
blob | commitdiff | diff to current |
2002-01-21 |
Vadim Konovalov |
RE: BCC for Win32 is unhappy @14331 |
blob | commitdiff | diff to current |
2002-01-03 |
Jarkko Hietaniemi |
Missed the =head1 additions. |
blob | commitdiff | diff to current |
2001-12-19 |
Nick Ing-Simmons |
Remove the sometimes-lvalue cast |
blob | commitdiff | diff to current |
2001-12-18 |
Nick Ing-Simmons |
Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com... |
blob | commitdiff | diff to current |
2001-12-03 |
Jarkko Hietaniemi |
Make sharepvn a macro since all it does is a deref. |
blob | commitdiff | diff to current |
2001-11-12 |
Jeffrey Friedl |
a few typo fixes |
blob | commitdiff | diff to current |
2001-06-18 |
Spider Boardman |
Re: anyone good at casting spells? |
blob | commitdiff | diff to current |
2001-04-02 |
Simon Cozens |
REALLY pedantic hv.h nit |
blob | commitdiff | diff to current |
2001-02-09 |
Mark Fisher |
RE: Biannual Competition to Improve Hashing Function |
blob | commitdiff | diff to current |
2001-01-08 |
Charles Bailey |
Once again syncing after too long an absence |
blob | commitdiff | diff to current |
2001-01-01 |
Jarkko Hietaniemi |
Bump up Larry's copyright. |
blob | commitdiff | diff to current |
2000-12-04 |
Jarkko Hietaniemi |
UTF-8 hash keys, patch from Inaba Hiroto. |
blob | commitdiff | diff to current |
2000-10-20 |
Charles Bailey |
SYN SYN |
blob | commitdiff | diff to current |
2000-08-28 |
Mark Fisher |
hv.h Doc Patch |
blob | commitdiff | diff to current |
2000-02-09 |
Charles Bailey |
Resync with mainline |
blob | commitdiff | diff to current |
2000-02-08 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-02-06 |
Gurusamy Sarathy |
set SvUTF8 on vectors only if there are chars > 127... |
blob | commitdiff | diff to current |
2000-01-28 |
Gurusamy Sarathy |
autogenerate API listing from comments in the source... |
blob | commitdiff | diff to current |
2000-01-20 |
Charles Bailey |
Quick integration of mainline changes to date |
blob | commitdiff | diff to current |
1999-12-12 |
Gurusamy Sarathy |
integrate mainline changes |
blob | commitdiff | diff to current |
1999-11-08 |
Gurusamy Sarathy |
preliminary support for perl_clone() (still needs work in |
blob | commitdiff | diff to current |
1999-07-06 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-07-06 |
Dan Sugalski |
slightly tweaked version of suggested patch |
blob | commitdiff | diff to current |
1999-04-04 |
Gurusamy Sarathy |
correct places that said newSVpv() when they meant... |
blob | commitdiff | diff to current |
1999-03-22 |
Gurusamy Sarathy |
update copyright years |
blob | commitdiff | diff to current |
1999-02-15 |
Gurusamy Sarathy |
add const qualifier to most char* prototypes, handle... |
blob | commitdiff | diff to current |
1999-02-12 |
Jan Dubois |
remove OVERLOAD conditionals |
blob | commitdiff | diff to current |
1998-09-24 |
Gurusamy Sarathy |
tweak PERL_HASH() to h=h+(h>>5) in order to improve... |
blob | commitdiff | diff to current |
1998-07-18 |
Nick Ing-Simmons |
PL_ prefix to all perlvars, part1 |
blob | commitdiff | diff to current |
next |