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
perl5200delta: 2 modules fixed; one misspelt
2013-09-09
Father Chrysostomos
perl5200delta: 2 modules fixed; one misspelt
commit
|
commitdiff
|
tree
2013-09-09
Father Chrysostomos
Add mods from #119433 to perl5200delta
commit
|
commitdiff
|
tree
2013-09-09
Father Chrysostomos
perlio.c: misuse of SvPV_nolen_const
commit
|
commitdiff
|
tree
2013-09-09
Father Chrysostomos
Fix buffer overflow with overlong identifiers
commit
|
commitdiff
|
tree
2013-09-09
Father Chrysostomos
Fix -DP output
commit
|
commitdiff
|
tree
2013-09-09
Father Chrysostomos
Don’t let reblessing point SvSTASH to a half-freed...
commit
|
commitdiff
|
tree
2013-09-09
Father Chrysostomos
Fix assertion failure with -DT -e\"
commit
|
commitdiff
|
tree
2013-09-08
Father Chrysostomos
Fix line numbers with #! -d:foo and PERL5DB=$'\n'
commit
|
commitdiff
|
tree
2013-09-08
Father Chrysostomos
Test line breaks in PERL5DB
commit
|
commitdiff
|
tree
2013-09-08
Father Chrysostomos
op.c:newSTATEOP: remove unnecessary null check
commit
|
commitdiff
|
tree
2013-09-08
Father Chrysostomos
Revert "Let av_push accept NULL values"
commit
|
commitdiff
|
tree
2013-09-08
Father Chrysostomos
Move herelines out of the lex_shared struct
commit
|
commitdiff
|
tree
2013-09-08
Father Chrysostomos
Respect #line directives in here-docs
commit
|
commitdiff
|
tree
2013-09-08
Father Chrysostomos
regcomp.c:current_re_engine: Avoid %^H lookup when...
commit
|
commitdiff
|
tree
2013-09-08
Father Chrysostomos
Fix line numbers in <<foo,<<bar
commit
|
commitdiff
|
tree
2013-09-08
Father Chrysostomos
toke.c: In sublex_push use multi_close to detect here-doc
commit
|
commitdiff
|
tree
2013-09-07
Father Chrysostomos
Let av_push accept NULL values
commit
|
commitdiff
|
tree
2013-09-07
Father Chrysostomos
Stop Devel'Peek'Dump with no args from crashing
commit
|
commitdiff
|
tree
2013-09-07
Father Chrysostomos
regcomp.c:S_concat_pat: Allow 64-bit array offsets
commit
|
commitdiff
|
tree
2013-09-07
Father Chrysostomos
Make /@array/ handle nonexistent array elements
commit
|
commitdiff
|
tree
2013-09-07
Father Chrysostomos
Allow 64-bit array and stack offsets in entersub &...
commit
|
commitdiff
|
tree
2013-09-07
Father Chrysostomos
Stop &xsub and goto &xsub from crashing on undef *_
commit
|
commitdiff
|
tree
2013-09-06
Smylers
Update README copyright to 2013
commit
|
commitdiff
|
tree
2013-09-06
Father Chrysostomos
Put AV defelem creation code in one place
commit
|
commitdiff
|
tree
2013-09-06
Father Chrysostomos
Use defelems for (goto) &xsub calls
commit
|
commitdiff
|
tree
2013-09-06
Father Chrysostomos
pp_hot.c:pp_aelem: Use _NN in one spot
commit
|
commitdiff
|
tree
2013-09-06
Father Chrysostomos
Make pp_splice handle nonexistent array elements
commit
|
commitdiff
|
tree
2013-09-05
Smylers
Make perltodo.pod match other deleted documents
commit
|
commitdiff
|
tree
2013-09-05
Smylers
Add titles to deleted OO docs
commit
|
commitdiff
|
tree
2013-09-05
Smylers
Add missing word
commit
|
commitdiff
|
tree
2013-09-05
Smylers
List deleted docs alphabetically
commit
|
commitdiff
|
tree
2013-09-05
Smylers
Multiple commits in 1 attachment in Patch Guide
commit
|
commitdiff
|
tree
2013-09-05
Father Chrysostomos
util.c:my_pclose: Use NULL in PL_fdpid
commit
|
commitdiff
|
tree
2013-09-05
Father Chrysostomos
Update perlguts for the magic flags changes in 5.18
commit
|
commitdiff
|
tree
2013-09-05
Father Chrysostomos
perlguts: Note that SvUTF8 is meaningful only after...
commit
|
commitdiff
|
tree
2013-09-05
Father Chrysostomos
perlguts: consistent spaces after dots
commit
|
commitdiff
|
tree
2013-09-05
Father Chrysostomos
Update perlguts for NULL in AVs
commit
|
commitdiff
|
tree
2013-09-04
Reini Urban
[perl #119481] Check SvVALID for !SvSCREAM, skip PAD
commit
|
commitdiff
|
tree
2013-09-03
Smylers
Restore perlrepository.pod in stub form
commit
|
commitdiff
|
tree
2013-09-02
Father Chrysostomos
Don’t assume targs are contiguous for ‘my $x; my $y’
commit
|
commitdiff
|
tree
2013-09-01
Father Chrysostomos
toke.c:scan_const: Don’t use PL_bufptr
commit
|
commitdiff
|
tree
2013-09-01
Father Chrysostomos
Teach mro code about null array elements
commit
|
commitdiff
|
tree
2013-09-01
Father Chrysostomos
Refactor some parser.t line number tests
commit
|
commitdiff
|
tree
2013-09-01
Father Chrysostomos
Fix debugger lines with keyword <newline> =>
commit
|
commitdiff
|
tree
2013-09-01
Father Chrysostomos
line_debug.t: Add diagnostics
commit
|
commitdiff
|
tree
2013-09-01
Father Chrysostomos
Fix two line numbers bugs involving quote-like ops
commit
|
commitdiff
|
tree
2013-09-01
Father Chrysostomos
[perl #115768] improve (caller)[2] line numbers
commit
|
commitdiff
|
tree
2013-09-01
Father Chrysostomos
test.pl:runperl: more portability warnings
commit
|
commitdiff
|
tree
2013-09-01
Father Chrysostomos
toke.c: Reorder checks around deprecate_escaped_meta
commit
|
commitdiff
|
tree
2013-09-01
Father Chrysostomos
perl5200delta: Remove Function::Parameters
commit
|
commitdiff
|
tree
2013-09-01
Father Chrysostomos
Mention Tk in perl5200delta
commit
|
commitdiff
|
tree
2013-08-29
Father Chrysostomos
perl5200delta: Mention broken modules from #119463
commit
|
commitdiff
|
tree
2013-08-29
Father Chrysostomos
inline.h: Avoid redundant ckWARN call
commit
|
commitdiff
|
tree
2013-08-29
Father Chrysostomos
perldiag: Reword/rewrap embedded null warning
commit
|
commitdiff
|
tree
2013-08-29
Father Chrysostomos
perlpacktut: mention h2ph
commit
|
commitdiff
|
tree
2013-08-29
Father Chrysostomos
Increase $XS::APItest::VERSION to 0.56
commit
|
commitdiff
|
tree
2013-08-29
Father Chrysostomos
Make vivify_defelem allow &PL_sv_undef array entries
commit
|
commitdiff
|
tree
2013-08-29
Father Chrysostomos
Stop creating defelems for undef in foreach(@_)
commit
|
commitdiff
|
tree
2013-08-29
Father Chrysostomos
perldelta: typo
commit
|
commitdiff
|
tree
2013-08-28
Father Chrysostomos
mg.h: Suppress compiler warning
commit
|
commitdiff
|
tree
2013-08-28
Reini Urban
B::INVLIST isa B::PV (for now)
commit
|
commitdiff
|
tree
2013-08-27
Father Chrysostomos
[perl #119311] Keep CvDEPTH and savestack in sync
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Increase $re::VERSION to 0.26
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Correct sub signature in re.xs
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Fix assert fail when fetching pos clobbers ref with...
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Stop values from ‘sticking’ to @- and @+ elems
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
pp_hot.c: Show lengths in -Dr output for minlen optimisation
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
[Merge] Regexp long string support
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Use SSize_t/STRLEN in more places in regexp code
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Stop substr re optimisation from rejecting long strs
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Make @- and @+ return correct offsets beyond 2**31
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Make $' work past the 2**31 threshold
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
[perl #116907] Allow //g matching past 2**31 threshold
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Stop minlen regexp optimisation from rejecting long...
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
regexec.c:regexec_flags: Remove unused var
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Stop pos() from being confused by changing utf8ness
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Don’t push nulls on to the stack in pp_padav
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
$Increase B::Concise::VERSION to 0.99
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Unbreak Concise glob output
Author: Father Chrysostomos <
sprout@cpan.org
>
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
toke.c:scan_str: Document args in one spot
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Make __DATA__ use the right pkg
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
pp_ctl.c:pp_flop: Avoid redundant SvNV calls
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Increase $mro::VERSION to 1.14
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Increase $Math::BigInt::FastCalc::VERSION to 0.31
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Increase $Data::Dumper::VERSION to 2.149
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Stifle diag.t
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Use SSize_t for arrays
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Croak when range tries to extend stack too far
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Use SSize_t when extending the stack
commit
|
commitdiff
|
tree
2013-08-25
Father Chrysostomos
Use SSize_t for tmps stack offsets
commit
|
commitdiff
|
tree
2013-08-24
Father Chrysostomos
Don’t give unavailability warnings about our vars
commit
|
commitdiff
|
tree
2013-08-24
Father Chrysostomos
podcheck.t: Skip perl5200delta
commit
|
commitdiff
|
tree
2013-08-24
Father Chrysostomos
Add perl5200delta to MANIFEST
commit
|
commitdiff
|
tree
2013-08-24
Father Chrysostomos
List broken modules from #119125 in perl5200delta
commit
|
commitdiff
|
tree
2013-08-24
Father Chrysostomos
Start perl5200delta
commit
|
commitdiff
|
tree
2013-08-23
Father Chrysostomos
Carp: paranoid sub lookup
commit
|
commitdiff
|
tree
2013-08-23
Father Chrysostomos
regen pod issues
commit
|
commitdiff
|
tree
2013-08-23
Father Chrysostomos
Fix some long lines in BigInt.pm
commit
|
commitdiff
|
tree
2013-08-23
Father Chrysostomos
Long verbatim pod lines in BigFloat.pm
commit
|
commitdiff
|
tree
2013-08-23
Father Chrysostomos
toke.c: Merge some mad and sane code
commit
|
commitdiff
|
tree
next