This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Don't COW if the destination has magic.
2003-11-22
Nicholas Clark
Don't COW if the destination has magic.
commit
|
commitdiff
|
tree
2003-11-22
Nicholas Clark
Reorder functions in hv.c so that callers of hv_fetch_common...
commit
|
commitdiff
|
tree
2003-11-22
Nicholas Clark
"Space Is a Province of Brazil"
commit
|
commitdiff
|
tree
2003-11-22
Nicholas Clark
Farewell hv_exists_common - exists is now a call to...
commit
|
commitdiff
|
tree
2003-11-22
Nicholas Clark
Shift negative klen/flags games from hv_store_common...
commit
|
commitdiff
|
tree
2003-11-22
Nicholas Clark
Shift negative klen/flags games from hv_exists_common...
commit
|
commitdiff
|
tree
2003-11-21
Nicholas Clark
Check that the key is present before a delete, and...
commit
|
commitdiff
|
tree
2003-11-21
Nicholas Clark
Move the negative key -> utf8 flag conversion out to...
commit
|
commitdiff
|
tree
2003-11-21
Nicholas Clark
Tweaks to S_hv_delete_common:
commit
|
commitdiff
|
tree
2003-11-21
Nicholas Clark
Integrate:
commit
|
commitdiff
|
tree
2003-11-20
Nicholas Clark
Shift negative klen/flags games from hv_fetch_common...
commit
|
commitdiff
|
tree
2003-11-20
Nicholas Clark
Merge sv_store_flags and sv_store_ent into sv_store_common
commit
|
commitdiff
|
tree
2003-11-19
Nicholas Clark
merge hv_fetch and hv_fetch_ent into hv_fetch_common
commit
|
commitdiff
|
tree
2003-11-19
Nicholas Clark
integrate hv_delete and hv_delete_ent into hv_delete_common
commit
|
commitdiff
|
tree
2003-11-19
Nicholas Clark
merge hv_exists and hv_exists_ent into S_hv_exists_common
commit
|
commitdiff
|
tree
2003-11-19
Nicholas Clark
Run regen.pl (for hv_assert)
commit
|
commitdiff
|
tree
2003-11-19
Nicholas Clark
Integrate:
commit
|
commitdiff
|
tree
2003-11-18
Nicholas Clark
Whoops. We weren't actually testing hv_store_ent
commit
|
commitdiff
|
tree
2003-11-16
Nicholas Clark
Ooops. left an XXX comment in, and worse still it's...
commit
|
commitdiff
|
tree
2003-11-16
Nicholas Clark
utf8 keys now work for tied hashes via hv_fetch, hv_store...
commit
|
commitdiff
|
tree
2003-11-16
Nicholas Clark
Accessing unicode keys in tie hashes via hv_exists...
commit
|
commitdiff
|
tree
2003-11-15
Nicholas Clark
Re: Storable Error
commit
|
commitdiff
|
tree
2003-11-13
Adrian M. Enache
Re: Empty subroutine as object method segfaults in...
commit
|
commitdiff
|
tree
2003-11-12
Michael G. Schwern
Last stab at sdbm/Makefile.PL
commit
|
commitdiff
|
tree
2003-11-05
Craig A. Berry
Opcode.xs/RC2 compile nit on VMS
commit
|
commitdiff
|
tree
2003-11-03
Nicholas Clark
Stas would prefer not to have MOD_PERL defines in perl.
commit
|
commitdiff
|
tree
2003-11-03
Nicholas Clark
s/new_hash/rehash/g (Stas suggested a better name)
commit
|
commitdiff
|
tree
2003-11-02
Nicholas Clark
Provide Internals::new_hash_seed to return PL_new_hash_seed...
commit
|
commitdiff
|
tree
2003-11-02
Ilya Zakharevich
OS/2 build
commit
|
commitdiff
|
tree
2003-11-02
Nicholas Clark
Stas spotted a missed s//new_/ for the hash seed renaming...
commit
|
commitdiff
|
tree
2003-11-01
Nicholas Clark
D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted...
commit
|
commitdiff
|
tree
2003-11-01
Nicholas Clark
mod_perl2 will require access to the Plan C hashing...
commit
|
commitdiff
|
tree
2003-11-01
Nicholas Clark
Add Internals::HvREHASH to expose the rehashing flag
commit
|
commitdiff
|
tree
2003-10-31
Nicholas Clark
Comment that this "optimisation" is actually a necessary...
commit
|
commitdiff
|
tree
2003-10-30
Michael G. Schwern
Rewrite to correctly use test.pl
commit
|
commitdiff
|
tree
2003-10-30
Artur Bergman
Fix for the orange lion bug - aka empty sub bug
commit
|
commitdiff
|
tree
2003-10-30
Nicholas Clark
14 is the chain length for attack. From
commit
|
commitdiff
|
tree
2003-10-27
Nicholas Clark
Record the escape^Wrelease of 5.9.0
commit
|
commitdiff
|
tree
2003-10-27
Alan Burlison
Re: DBD::Sybase and Sybase::CTlib build problems w...
commit
|
commitdiff
|
tree
2003-10-27
Nicholas Clark
Sync with Unicode::Normalize 0.25
commit
|
commitdiff
|
tree
2003-10-27
Nicholas Clark
Sync with Unicode::Collate 0.30
commit
|
commitdiff
|
tree
2003-10-27
Nicholas Clark
Sync with Pod::Perldoc 3.12
commit
|
commitdiff
|
tree
2003-10-25
Nicholas Clark
show the rehash flags in dumps
commit
|
commitdiff
|
tree
2003-10-25
Nicholas Clark
Return 21533 (with modifications) having found the...
commit
|
commitdiff
|
tree
2003-10-25
Nicholas Clark
Back out 21533 because it broke Encode's build in really...
commit
|
commitdiff
|
tree
2003-10-25
Nicholas Clark
Plan C rough edge smoothing. Criteria for a hash split...
commit
|
commitdiff
|
tree
2003-10-23
Nicholas Clark
Integrate:
commit
|
commitdiff
|
tree
2003-10-23
Nicholas Clark
When it says "add", then, like, you have to p4 add...
commit
|
commitdiff
|
tree
2003-10-23
Jan Dubois
[PATCH] Update Pod::Perldoc from 3.10 to 3.11
commit
|
commitdiff
|
tree
2003-10-22
Edward Moy
patch created by Casey West from:
commit
|
commitdiff
|
tree
2003-10-17
Nicholas Clark
Plan C rough edge smoothing - forgot to turn on the...
commit
|
commitdiff
|
tree
2003-10-16
Nicholas Clark
Plan C for foiling the algorithmic complexity attack
commit
|
commitdiff
|
tree
2003-10-16
Nicholas Clark
Duplicate 19423 (pathological hashes too easy) into...
commit
|
commitdiff
|
tree
2003-10-14
Nicholas Clark
Duplicate 19423 (pathological hashes too easy) into...
commit
|
commitdiff
|
tree
2003-10-09
Nicholas Clark
Put all pre-processor #s on the first column (some...
commit
|
commitdiff
|
tree