| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make sharepvn a macro since all it does is a deref. | Jarkko Hietaniemi | 2001-12-03 | 1 | -0/+4 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -2/+2 |
* | Re: anyone good at casting spells? | Spider Boardman | 2001-06-18 | 1 | -1/+1 |
* | REALLY pedantic hv.h nit | Simon Cozens | 2001-04-02 | 1 | -1/+1 |
* | RE: Biannual Competition to Improve Hashing Function | Mark Fisher | 2001-02-09 | 1 | -3/+11 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |
* | UTF-8 hash keys, patch from Inaba Hiroto. | Jarkko Hietaniemi | 2000-12-04 | 1 | -0/+3 |
* | hv.h Doc Patch | Mark Fisher | 2000-08-28 | 1 | -6/+12 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -0/+56 |
* | preliminary support for perl_clone() (still needs work in | Gurusamy Sarathy | 1999-11-08 | 1 | -0/+10 |
* | slightly tweaked version of suggested patch | Dan Sugalski | 1999-07-06 | 1 | -1/+1 |
* | correct places that said newSVpv() when they meant newSVpvn() | Gurusamy Sarathy | 1999-04-04 | 1 | -1/+1 |
* | update copyright years | Gurusamy Sarathy | 1999-03-22 | 1 | -1/+1 |
* | add const qualifier to most char* prototypes, handle ripple effect | Gurusamy Sarathy | 1999-02-15 | 1 | -1/+1 |
* | remove OVERLOAD conditionals | Jan Dubois | 1999-02-12 | 1 | -4/+0 |
* | tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of | Gurusamy Sarathy | 1998-09-24 | 1 | -1/+1 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -1/+1 |
* | [win32] integrate mainline | Gurusamy Sarathy | 1998-05-14 | 1 | -1/+2 |
* | [inseparable changes from match from perl-5.003_91 to perl-5.003_92] | Perl 5 Porters | 1997-03-01 | 1 | -1/+1 |
* | [inseparable changes from match from perl-5.003_90 to perl-5.003_91] | Perl 5 Porters | 1997-02-25 | 1 | -4/+6 |
* | [inseparable changes from patch from perl5.003_13 to perl5.003_14] | Perl 5 Porters | 1996-12-23 | 1 | -1/+1 |
* | [inseparable changes from patch from perl5.003_10 to perl5.003_11] | Perl 5 Porters | 1996-12-06 | 1 | -1/+1 |