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
add test for [perl #131522] and fix test for (related) [perl #127581]
2017-06-18
Yves Orton
add test for [perl #131522] and fix test for (related...
commit
|
commitdiff
|
tree
2017-06-18
Yves Orton
Resolve Perl #131522: Spurious "Assuming NOT a POSIX...
commit
|
commitdiff
|
tree
2017-06-15
Yves Orton
add File::Glob changes to perldelta
commit
|
commitdiff
|
tree
2017-06-14
Yves Orton
add perldelta entry about new hash stuff
commit
|
commitdiff
|
tree
2017-06-02
Yves Orton
do not overallocate in zaphod32_hash
commit
|
commitdiff
|
tree
2017-06-02
Yves Orton
remove unneeded an unwelcome dependency
commit
|
commitdiff
|
tree
2017-06-02
Yves Orton
Porting/bench.pl: allow more than one file to be read...
commit
|
commitdiff
|
tree
2017-06-02
Yves Orton
revert the Perl_croak_nocontext() change to PERL_HASH()
commit
|
commitdiff
|
tree
2017-06-02
Yves Orton
fixup defines for SBOX mode
commit
|
commitdiff
|
tree
2017-06-01
Yves Orton
silence warning in gv.t
commit
|
commitdiff
|
tree
2017-06-01
Yves Orton
hv.c: silence compiler warning
commit
|
commitdiff
|
tree
2017-06-01
Yves Orton
av.c: silence compiler warning
commit
|
commitdiff
|
tree
2017-06-01
Yves Orton
Restore "improve and update hash algorithm configuration...
commit
|
commitdiff
|
tree
2017-06-01
Yves Orton
Restore "get rid of USE_HASH_SEED_EXPLICIT"
commit
|
commitdiff
|
tree
2017-06-01
Yves Orton
Restore "Move utility macros to their own file"
commit
|
commitdiff
|
tree
2017-06-01
Yves Orton
Restore "Add new hashing and "hash with state" infrastructure"
commit
|
commitdiff
|
tree
2017-06-01
Yves Orton
Restore "Tweak our hash bucket splitting rules"
commit
|
commitdiff
|
tree
2017-06-01
Yves Orton
Restore "use a specific define for 64 bit hashing"
commit
|
commitdiff
|
tree
2017-06-01
Yves Orton
Fix #131190 - UTF8 code improperly casting negative...
commit
|
commitdiff
|
tree
2017-06-01
Yves Orton
fixup typo (squash candidate) in globbing code comments
commit
|
commitdiff
|
tree
2017-06-01
Yves Orton
[perl #131211] fixup File::Glob degenerate matching
commit
|
commitdiff
|
tree
2017-05-17
Yves Orton
perldelta: clarify what these new capture variables...
commit
|
commitdiff
|
tree
2017-04-28
Yves Orton
Revert RT #131190 patches.
commit
|
commitdiff
|
tree
2017-04-23
Yves Orton
Revert "use a specific define for 64 bit hashing"
commit
|
commitdiff
|
tree
2017-04-23
Yves Orton
Revert "Tweak our hash bucket splitting rules"
commit
|
commitdiff
|
tree
2017-04-23
Yves Orton
make fix for #131190 EBCDIC safe
commit
|
commitdiff
|
tree
2017-04-23
Yves Orton
Revert "Add new hashing and "hash with state" infrastructure"
commit
|
commitdiff
|
tree
2017-04-23
Yves Orton
Revert "Move utility macros to their own file"
commit
|
commitdiff
|
tree
2017-04-23
Yves Orton
Revert "get rid of USE_HASH_SEED_EXPLICIT"
commit
|
commitdiff
|
tree
2017-04-23
Yves Orton
Revert "improve and update hash algorithm configuration...
commit
|
commitdiff
|
tree
2017-04-23
Yves Orton
Revert "remove dead comment"
commit
|
commitdiff
|
tree
2017-04-23
Yves Orton
Fix #131190 - UTF8 code improperly casting negative...
commit
|
commitdiff
|
tree
2017-04-23
Yves Orton
remove dead comment
commit
|
commitdiff
|
tree
2017-04-23
Yves Orton
improve and update hash algorithm configuration docs...
commit
|
commitdiff
|
tree
2017-04-23
Yves Orton
get rid of USE_HASH_SEED_EXPLICIT
commit
|
commitdiff
|
tree
2017-04-23
Yves Orton
Move utility macros to their own file
commit
|
commitdiff
|
tree
2017-04-23
Yves Orton
Add new hashing and "hash with state" infrastructure
commit
|
commitdiff
|
tree
2017-04-23
Yves Orton
Tweak our hash bucket splitting rules
commit
|
commitdiff
|
tree
2017-04-23
Yves Orton
use a specific define for 64 bit hashing
commit
|
commitdiff
|
tree
2017-01-28
Yves Orton
assert that the RExC_recurse data structure points...
commit
|
commitdiff
|
tree
2017-01-28
Yves Orton
silence warnings from tests about impossible quantifiers
commit
|
commitdiff
|
tree
2017-01-27
Yves Orton
only mess with NEXT_OFF() when we are in PASS2
commit
|
commitdiff
|
tree
2017-01-27
Yves Orton
add some details to the docs for S_reginsert()
commit
|
commitdiff
|
tree
2017-01-27
Yves Orton
fix RT #130561 - recursion and optimising away impossible...
commit
|
commitdiff
|
tree
2017-01-27
Yves Orton
rename opnd to operand to save my sanity
commit
|
commitdiff
|
tree
2016-12-20
Yves Orton
document removal of non-standard hash function build...
commit
|
commitdiff
|
tree
2016-12-09
Yves Orton
use IVSIZE to see if we should use 64bit hashing
commit
|
commitdiff
|
tree
2016-12-07
Yves Orton
fixup new hash benchmarks to be lighter
commit
|
commitdiff
|
tree
2016-12-07
Yves Orton
bench - fixup some interface issues from allowing two...
commit
|
commitdiff
|
tree
2016-12-06
Yves Orton
update perldelta with hash function changes
commit
|
commitdiff
|
tree
2016-12-06
Yves Orton
cleanup hv_func.h - remove non-recommended hash variants
commit
|
commitdiff
|
tree
2016-12-06
Yves Orton
fixup pod in Porting/bench.pl
commit
|
commitdiff
|
tree
2016-12-06
Yves Orton
use a hybrid hash function, OAATH for short keys, Siphash...
commit
|
commitdiff
|
tree
2016-12-06
Yves Orton
Add some tests for hash keys of different sizes.
commit
|
commitdiff
|
tree
2016-12-06
Yves Orton
allow two-step benchmarks with Porting/bench.pl
commit
|
commitdiff
|
tree
2016-12-06
Yves Orton
tweak perlmod.pod
commit
|
commitdiff
|
tree
2016-12-05
Yves Orton
make sure that new heredoc parsing doesn't COW during...
commit
|
commitdiff
|
tree
2016-12-05
Yves Orton
fix sort order to be by key alone, not key and value
commit
|
commitdiff
|
tree
2016-11-03
Yves Orton
add a comment about the properties of struct hek
commit
|
commitdiff
|
tree
2016-11-02
Yves Orton
clarify behavior single quote regexps
commit
|
commitdiff
|
tree
2016-11-01
Yves Orton
rework perl #129903 - inf recursion from use of empty...
commit
|
commitdiff
|
tree
2016-11-01
Yves Orton
new feature @{^CAPTURE} (and %{^CAPTURE} and %{^CAPTURE_ALL})
commit
|
commitdiff
|
tree
2016-10-30
Yves Orton
fix #129802: sv_grow: remove the overallocation for...
commit
|
commitdiff
|
tree
2016-10-30
Yves Orton
fix perl #129802 - overallocate in concat to ensure...
commit
|
commitdiff
|
tree
2016-10-27
Yves Orton
regcomp.c: document the trie common prefix logic
commit
|
commitdiff
|
tree
2016-10-27
Yves Orton
regcomp.c: avoid some unnecessary work when it wont...
commit
|
commitdiff
|
tree
2016-10-27
Yves Orton
regcomp.c: in trie common prefix logic rename idx to...
commit
|
commitdiff
|
tree
2016-10-27
Yves Orton
regcomp.c: whitespace only change, break up dense code...
commit
|
commitdiff
|
tree
2016-10-27
Yves Orton
regcomp.c: add a comment about the trie logic
commit
|
commitdiff
|
tree
2016-10-27
Yves Orton
regcomp.c: refactor TRIE bitmap logic to a macro
commit
|
commitdiff
|
tree
2016-10-27
Yves Orton
optimise gv.c a bit (we could do better)
commit
|
commitdiff
|
tree
2016-10-27
Yves Orton
must check all the EXPORT vars in two places!
commit
|
commitdiff
|
tree
2016-10-27
Yves Orton
regcomp.c: fix perl #129950 - fix firstchar bitmap...
commit
|
commitdiff
|
tree
2016-10-20
Yves Orton
the test for #129897 was missing the min-mod (?) on...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
make regen and args assert fix
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
Add a way to have functions with a trailing depth argument...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
mark depth unused except under DEBUGGING
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
PerlIO_printf() does not take aTHX_ as an argument
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
t/regop.t: improve test name
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
pp_(hot|ctl).c: switch croak() to Perl_croak() for...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
regexec.c: fix #129903: forbid empty pattern in regex...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
regexec.c: add comment and add a test
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
regexec.c: fixup annoying unbalanced whitespace
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
regexec.c: in debug fixup indents and TRIE/BUFFER debug...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
regexec.c: in debug show whether TRIE nodes have a...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
regexec.c: fix perl #129897: trie short circuit breaks...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
vxs.inc: use new SvPVCLEAR and constant string friendly...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
vutil.c: use new SvPVCLEAR and constant string friendly...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
utf8.c: use new SvPVCLEAR and constant string friendly...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
universal.c: use new SvPVCLEAR and constant string...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
toke.c: use new SvPVCLEAR and constant string friendly...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
sv.c: use new SvPVCLEAR and constant string friendly...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
regcomp.c: use new SvPVCLEAR and constant string friendly...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
pp_sys.c: use new SvPVCLEAR and constant string friendly...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
pp_pack.c: use new SvPVCLEAR and constant string friendly...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
pp_hot.c: use new SvPVCLEAR and constant string friendly...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
pp_ctl.c: use new SvPVCLEAR and constant string friendly...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
pp.c: use new SvPVCLEAR and constant string friendly...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
op.c: use new SvPVCLEAR and constant string friendly...
commit
|
commitdiff
|
tree
2016-10-19
Yves Orton
numeric.c: use new SvPVCLEAR and constant string friendly...
commit
|
commitdiff
|
tree
next