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
op.c: Stop SAVEFREEOP from leaking slabs
2012-11-05
Father Chrysostomos
op.c: Stop SAVEFREEOP from leaking slabs
commit
|
commitdiff
|
tree
2012-11-05
Father Chrysostomos
Stop %! after syntax error from leaking the module...
commit
|
commitdiff
|
tree
2012-11-05
Father Chrysostomos
gv.c:S_require_tie_mod: remove SPAGAIN
commit
|
commitdiff
|
tree
2012-11-05
Father Chrysostomos
Don’t leak BEGIN blocks after syntax errors
commit
|
commitdiff
|
tree
2012-11-05
Father Chrysostomos
leakfinder.pl: Use DD for output
commit
|
commitdiff
|
tree
2012-11-05
Father Chrysostomos
Don’t leak pattern buffer when invalid flags croak
commit
|
commitdiff
|
tree
2012-11-05
Father Chrysostomos
svleak.t: Enable syntax error tests under -Dmad
commit
|
commitdiff
|
tree
2012-11-05
Father Chrysostomos
Use shared memory for sv_debug_file
commit
|
commitdiff
|
tree
2012-11-05
Father Chrysostomos
Stop require nonexistent::module from leaking
commit
|
commitdiff
|
tree
2012-11-05
Father Chrysostomos
svleak.t: re-evals leak under mad
commit
|
commitdiff
|
tree
2012-11-05
Father Chrysostomos
Fix invalid token warning with PERL_XMLDUMP and label
commit
|
commitdiff
|
tree
2012-11-05
Father Chrysostomos
Stop statement labels from leaking
commit
|
commitdiff
|
tree
2012-11-05
Father Chrysostomos
Stop char classes from leaking
commit
|
commitdiff
|
tree
2012-11-05
Father Chrysostomos
leakfinder.pl
commit
|
commitdiff
|
tree
2012-11-02
Father Chrysostomos
Increase $Module::CoreList::VERSION to 2.76
commit
|
commitdiff
|
tree
2012-11-02
Father Chrysostomos
svleak.t: Suppress warning
commit
|
commitdiff
|
tree
2012-11-02
Father Chrysostomos
Stop string eval from leaking ops
commit
|
commitdiff
|
tree
2012-11-02
Father Chrysostomos
Don’t leak when printf causes wide warnings
commit
|
commitdiff
|
tree
2012-11-02
Father Chrysostomos
Don’t leak when printfing to bad handle under fatal...
commit
|
commitdiff
|
tree
2012-11-02
Father Chrysostomos
concat2.t: Under miniperl only skip one test
commit
|
commitdiff
|
tree
2012-11-02
Father Chrysostomos
Fix $byte_overload .= $utf8 regression
commit
|
commitdiff
|
tree
2012-11-02
Father Chrysostomos
Don’t leak when pushing on to read-only array
commit
|
commitdiff
|
tree
2012-11-02
Father Chrysostomos
Fix /a++(?{})+$code_block/
commit
|
commitdiff
|
tree
2012-11-02
Father Chrysostomos
Don’t leak with /(?{})$invalid_code_block/
commit
|
commitdiff
|
tree
2012-11-02
Father Chrysostomos
Free detritus when croaking with /(?{})$invalid/
commit
|
commitdiff
|
tree
2012-11-02
Father Chrysostomos
Stop run-time regexp blocks from leaking regexps
commit
|
commitdiff
|
tree
2012-11-02
Father Chrysostomos
Stop / $looks_like_block/ from leaking
commit
|
commitdiff
|
tree
2012-10-30
Father Chrysostomos
utf8.c: Stop _core_swash_init from leaking
commit
|
commitdiff
|
tree
2012-10-30
Father Chrysostomos
Allow regexp-to-pvlv assignment
commit
|
commitdiff
|
tree
2012-10-30
Father Chrysostomos
regcomp.c: Really stop regexp-to-pv assignment from...
commit
|
commitdiff
|
tree
2012-10-30
Father Chrysostomos
Turn off OK flags when creating a regexp.
commit
|
commitdiff
|
tree
2012-10-30
Father Chrysostomos
sv.c: Drop PV when assigning over regexp
commit
|
commitdiff
|
tree
2012-10-30
Father Chrysostomos
Prune dead code in sv.c:sv_force_normal_flags
commit
|
commitdiff
|
tree
2012-10-30
Father Chrysostomos
regcomp.c: Don’t point mother_re to regexp copy
commit
|
commitdiff
|
tree
2012-10-28
Father Chrysostomos
regcomp.c: Stop regexp-to-pv assignemnt from leaking
commit
|
commitdiff
|
tree
2012-10-28
Father Chrysostomos
sv.c: Fix code-before-declarations
commit
|
commitdiff
|
tree
2012-10-28
Father Chrysostomos
Don’t crash with $tied[-1] when array is tied to non-obj
commit
|
commitdiff
|
tree
2012-10-28
Father Chrysostomos
Don’t skip tied EXISTS for negative array indices
commit
|
commitdiff
|
tree
2012-10-28
Father Chrysostomos
sv.c: Allow blessed cows
commit
|
commitdiff
|
tree
2012-10-28
Father Chrysostomos
sv.c: Remove redundant Sv[INP]OK checks on fbm/regexps
commit
|
commitdiff
|
tree
2012-10-28
Father Chrysostomos
sv.c: Remove redundant sv_force_normal calls from sv_2...
commit
|
commitdiff
|
tree
2012-10-28
Father Chrysostomos
sv.c: !SvLEN does not mean undefined
commit
|
commitdiff
|
tree
2012-10-28
Father Chrysostomos
Stop regexp assignment from clobbering magic
commit
|
commitdiff
|
tree
2012-10-28
Father Chrysostomos
Fix assertion failure with $float = $regexp assignment
commit
|
commitdiff
|
tree
2012-10-28
Father Chrysostomos
sv.c: No need to de-COW COWs on upgrade
commit
|
commitdiff
|
tree
2012-10-28
Father Chrysostomos
Don’t sv_force_normal in mg.c:S_save_magic
commit
|
commitdiff
|
tree
2012-10-27
Father Chrysostomos
Allow cow with $magic = $hashkey
commit
|
commitdiff
|
tree
2012-10-26
Father Chrysostomos
Better documentation for internal SV types
commit
|
commitdiff
|
tree
2012-10-26
Father Chrysostomos
perl5180delta: List mods broken by padlist changes
commit
|
commitdiff
|
tree
2012-10-26
Father Chrysostomos
[perl #115440] Fix various leaks with fatal FETCH
commit
|
commitdiff
|
tree
2012-10-17
Father Chrysostomos
perldelta for #115260
commit
|
commitdiff
|
tree
2012-10-17
Father Chrysostomos
Used pad name lists for pad ids
commit
|
commitdiff
|
tree
2012-10-16
Father Chrysostomos
[perl #115260] Stop length($obj) from returning undef
commit
|
commitdiff
|
tree
2012-10-16
Father Chrysostomos
[perl #96230] Stop s/$qr// from reusing last pattern
commit
|
commitdiff
|
tree
2012-10-16
Father Chrysostomos
perlδ up to the present
commit
|
commitdiff
|
tree
2012-10-16
Father Chrysostomos
perlδ up to 40f316a72b
commit
|
commitdiff
|
tree
2012-10-16
Father Chrysostomos
Make PerlIO::encoding handle cows
commit
|
commitdiff
|
tree
2012-10-16
Father Chrysostomos
Prune some dead code in pp.c:pp_undef
commit
|
commitdiff
|
tree
2012-10-15
Father Chrysostomos
Make PerlIO::encoding even more resilient to moving...
commit
|
commitdiff
|
tree
2012-10-13
Father Chrysostomos
Handle cow $_ in @INC filter
commit
|
commitdiff
|
tree
2012-10-13
Father Chrysostomos
Allow COW copies in aassign
commit
|
commitdiff
|
tree
2012-10-12
Father Chrysostomos
toke.c: Rewrite bogus yylex comment
commit
|
commitdiff
|
tree
2012-10-12
Father Chrysostomos
perlreapi.pod: Consistent spaces after dots
commit
|
commitdiff
|
tree
2012-10-12
Father Chrysostomos
perlreapi.pod: Document RXf_MODIFIES_VARS
commit
|
commitdiff
|
tree
2012-10-12
Father Chrysostomos
perlreapi.pod: Update RXf_SKIPWHITE section
commit
|
commitdiff
|
tree
2012-10-12
Father Chrysostomos
perlreapi.pod: Update RXf_SPLIT section
commit
|
commitdiff
|
tree
2012-10-12
Father Chrysostomos
Disable const repl optimisation for empty pattern
commit
|
commitdiff
|
tree
2012-10-12
Father Chrysostomos
defins.t: Suppress uninit warning
commit
|
commitdiff
|
tree
2012-10-12
Father Chrysostomos
Use const repl optimisation with s///e where possible
commit
|
commitdiff
|
tree
2012-10-12
Father Chrysostomos
perl5180delta: B::Generate is fixed
commit
|
commitdiff
|
tree
2012-10-12
Father Chrysostomos
[perl #49190] Don’t prematurely optimise s/foo/bar...
commit
|
commitdiff
|
tree
2012-10-12
Father Chrysostomos
Don’t taint return value of s///e based on replacement
commit
|
commitdiff
|
tree
2012-10-12
Father Chrysostomos
Remove PMf_MAYBE_CONST
commit
|
commitdiff
|
tree
2012-10-12
Father Chrysostomos
[perl #49190] Stringify repl repeatedly in s///g
commit
|
commitdiff
|
tree
2012-10-12
Father Chrysostomos
RXf_MODIFIES_VARS
commit
|
commitdiff
|
tree
2012-10-12
Father Chrysostomos
Define RXf_SPLIT and RXf_SKIPWHITE as 0
commit
|
commitdiff
|
tree
2012-10-12
Father Chrysostomos
pp_hot.c:pp_subst: add comment
commit
|
commitdiff
|
tree
2012-10-12
Father Chrysostomos
Simplify the fix for bug #41530
commit
|
commitdiff
|
tree
2012-10-10
Father Chrysostomos
[perl #114658] Fix line numbers at the end of string...
commit
|
commitdiff
|
tree
2012-10-10
Father Chrysostomos
[perl #115206] Don’t crash when vivifying $|
commit
|
commitdiff
|
tree
2012-10-10
Father Chrysostomos
Test perl #4760
commit
|
commitdiff
|
tree
2012-10-10
Father Chrysostomos
[perl #26986] Skip subst const repl optimisation for...
commit
|
commitdiff
|
tree
2012-10-09
Father Chrysostomos
[perl #114658] perl5180delta: Mention B::Hooks::Parser
commit
|
commitdiff
|
tree
2012-10-09
Father Chrysostomos
[perl #114632] perl5180delta: Mention B::Generate in...
commit
|
commitdiff
|
tree
2012-10-09
Father Chrysostomos
Begin perl5180delta
commit
|
commitdiff
|
tree
2012-10-07
Father Chrysostomos
Fix infinite loop with $tied =~ s/non-utf8/utf8/
commit
|
commitdiff
|
tree
2012-10-05
Father Chrysostomos
[perl #79824] Don’t cow for sv_mortalcopy call from XS
commit
|
commitdiff
|
tree
2012-10-05
Father Chrysostomos
Increase $PerlIO::encoding::VERSION to 0.16
commit
|
commitdiff
|
tree
2012-10-05
Father Chrysostomos
Make PerlIO::encoding more resilient to buffer changes
commit
|
commitdiff
|
tree
2012-10-04
Father Chrysostomos
bignum: Suppress warnings under 5.6
commit
|
commitdiff
|
tree
2012-10-04
Father Chrysostomos
bignum overrides.t: Fix for 5.8
commit
|
commitdiff
|
tree
2012-10-04
Father Chrysostomos
bigint: Fix new oct override for older Math::BigInt
commit
|
commitdiff
|
tree
2012-10-04
Father Chrysostomos
bignum overrides.t: Skip some tests under 5.8
commit
|
commitdiff
|
tree
2012-10-04
Father Chrysostomos
Increase bignum versions to 0.31 after the preceding...
commit
|
commitdiff
|
tree
2012-10-04
Father Chrysostomos
Rewrite bignum’s hex and oct overrides
commit
|
commitdiff
|
tree
2012-10-03
Father Chrysostomos
substr.t: Move two tests outside run_tests
commit
|
commitdiff
|
tree
2012-10-03
Father Chrysostomos
Fix uninit warnings under old cow
commit
|
commitdiff
|
tree
2012-10-03
Father Chrysostomos
Stop sv_force_normal from crashing on ro globs under...
commit
|
commitdiff
|
tree
2012-10-02
Father Chrysostomos
Revert "Upgrade to threads::shared 1.42"
commit
|
commitdiff
|
tree
2012-10-02
Father Chrysostomos
perly.c: Disarm the YYDEBUG defines in perly.h
commit
|
commitdiff
|
tree
next