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
Perl_sv_vcatpvfn_flags: sort PL_numeric_radix_sv
2017-06-07
David Mitchell
Perl_sv_vcatpvfn_flags: sort PL_numeric_radix_sv
commit
|
commitdiff
|
tree
2017-06-07
David Mitchell
Perl_sv_vcatpvfn_flags() split %.0f and %.Ng
commit
|
commitdiff
|
tree
2017-06-07
David Mitchell
S_F0convert(): remove Nan/Inf handling
commit
|
commitdiff
|
tree
2017-06-07
David Mitchell
Perl_sv_vcatpvfn_flags: fix arg to SNPRINTF_G()
commit
|
commitdiff
|
tree
2017-06-07
David Mitchell
Perl_sv_vcatpvfn_flags: reduce scope of local var
commit
|
commitdiff
|
tree
2017-06-07
David Mitchell
use SvCUR(PL_numeric_radix_sv) not SvLEN()
commit
|
commitdiff
|
tree
2017-06-07
David Mitchell
Perl_sv_vcatpvfn_flags: reindent block
commit
|
commitdiff
|
tree
2017-06-07
David Mitchell
Perl_sv_vcatpvfn_flags: reduce scope of 'int i'
commit
|
commitdiff
|
tree
2017-06-07
David Mitchell
Perl_sv_vcatpvfn_flags: get rid of an (int) cast
commit
|
commitdiff
|
tree
2017-06-07
David Mitchell
Perl_sv_vcatpvfn_flags: calc (width - elen) once
commit
|
commitdiff
|
tree
2017-06-07
David Mitchell
Perl_sv_vcatpvfn_flags: avoid 1-byte buf overrun
commit
|
commitdiff
|
tree
2017-06-07
David Mitchell
Perl_sv_vcatpvfn_flags: avoid a potential wrap
commit
|
commitdiff
|
tree
2017-06-07
David Mitchell
Perl_sv_vcatpvfn_flags: simplify an expression
commit
|
commitdiff
|
tree
2017-06-07
David Mitchell
sprintf(): handle mangled formats better with utf8
commit
|
commitdiff
|
tree
2017-06-07
David Mitchell
Perl_sv_vcatpvfn_flags: simplify wrap checking
commit
|
commitdiff
|
tree
2017-06-07
David Mitchell
Perl_sv_vcatpvfn_flags: reduce scope of 'gap' var
commit
|
commitdiff
|
tree
2017-06-07
David Mitchell
Perl_sv_vcatpvfn_flags: reindent a block of code
commit
|
commitdiff
|
tree
2017-06-07
David Mitchell
Perl_sv_vcatpvfn_flags: reduce scope of 'have' var
commit
|
commitdiff
|
tree
2017-06-07
David Mitchell
Perl_sv_vcatpvfn_flags: split the 'need' local var
commit
|
commitdiff
|
tree
2017-06-07
David Mitchell
sprintf(): add memory wrap tests
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
Porting/bench.pl: typo in error message
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
remove -DH (DEBUG_H) misfeature
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
sv.c: move some pod blocks
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
make OP_REF support boolean context
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
closure.t: fix typo
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
perldata.pod: clarify hash in scalar context.
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
FREETMPS when leaving eval, even when void/dying
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
S_require_tie_mod(): use a new stack
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
[MERGE] lots of Deparse.pm fixups
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
Deparse: support delete %h{foo bar}
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
Porting/deparse-skips.txt: add failing tests
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
purge Porting/deparse-skips.txt
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
t/TEST: warn about unknown files deparse-skips.txt
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
deparse-skips.txt: remove cpan/File-Path/t/taint.t
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
deparse-skips.txt: add Archive-Tar/t/03_file.t
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
sort Porting/deparse-skips.txt
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
Deparse: better handle BEGIN { use_ok() }
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
Deparse my var attributes correctly
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
Deparse.pm: handle BEGIN { require expr }
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
Deparse: avoid deep recursion warning
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
t/TEST -deparse: list unexpectedly passing scripts
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
Deparse: don't remove escapes for tabs in patterns
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
Deparse: make a complex pattern readable with /x
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
Deparse: handle OP_PADRANGE in regex code blocks
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
Deparse.t: diag full code that failed to compile
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
make porting/cmp_version.t clearer what happens
commit
|
commitdiff
|
tree
2017-06-05
David Mitchell
Module-CoreList/t/maintainer.t: silence warning
commit
|
commitdiff
|
tree
2017-06-03
David Mitchell
Update Module::CoreList for 5.27.1
commit
|
commitdiff
|
tree
2017-06-03
David Mitchell
Bump the perl version in various places for 5.27.1
commit
|
commitdiff
|
tree
2017-05-25
David Mitchell
remove perl525*delta.pod
commit
|
commitdiff
|
tree
2017-05-25
David Mitchell
perldelta: remove mention of comp.lang.perl.misc
commit
|
commitdiff
|
tree
2017-05-24
David Mitchell
perldelta: move an entry from 'Errata'
commit
|
commitdiff
|
tree
2017-05-24
David Mitchell
perldelta: remove 'Known Problems' section.
commit
|
commitdiff
|
tree
2017-05-24
David Mitchell
perldelta: davem's 2nd half proofreading
commit
|
commitdiff
|
tree
2017-05-23
David Mitchell
perldelta: add extra changed diag entry
commit
|
commitdiff
|
tree
2017-05-23
David Mitchell
perldelta: Diagnostics fixups
commit
|
commitdiff
|
tree
2017-05-23
David Mitchell
more perldelta fixups.
commit
|
commitdiff
|
tree
2017-05-22
David Mitchell
perldelta: tweak SV flags; eliminate hv_fetchs
commit
|
commitdiff
|
tree
2017-05-22
David Mitchell
perldelta: expand Unicode/utf8 API changes
commit
|
commitdiff
|
tree
2017-05-22
David Mitchell
perldelta: sort the "Internal Changes" section.
commit
|
commitdiff
|
tree
2017-05-22
David Mitchell
perldelta: move an entry from Internal to Bug Fixes
commit
|
commitdiff
|
tree
2017-05-22
David Mitchell
perldelta: remove some "Internal Changes" entries
commit
|
commitdiff
|
tree
2017-05-22
David Mitchell
perldelta: re-order "Core Enhancements" entries
commit
|
commitdiff
|
tree
2017-05-22
David Mitchell
perldelta: fix some issues raised by Karl
commit
|
commitdiff
|
tree
2017-05-22
David Mitchell
perldelta: Fix some issues raised by Ævar
commit
|
commitdiff
|
tree
2017-05-22
David Mitchell
perldelta: update @INC blurb in Notice
commit
|
commitdiff
|
tree
2017-05-22
David Mitchell
Time-HiRes: fix a do/@INC issue in Makefile.PL
commit
|
commitdiff
|
tree
2017-05-11
David Mitchell
avoid a memory wrap in sv_vcatpvfn_flags()
commit
|
commitdiff
|
tree
2017-05-08
David Mitchell
avoid a memory wrap in sv_vcatpvfn_flags()
commit
|
commitdiff
|
tree
2017-04-18
David Mitchell
[MERGE] fix require's croak message
commit
|
commitdiff
|
tree
2017-04-18
David Mitchell
emit require module name err hint only when valid
commit
|
commitdiff
|
tree
2017-04-18
David Mitchell
require die msg: only mention @INC if used
commit
|
commitdiff
|
tree
2017-04-18
David Mitchell
S_require_file() : simplify an else if block
commit
|
commitdiff
|
tree
2017-04-18
David Mitchell
better comment require() source.
commit
|
commitdiff
|
tree
2017-04-18
David Mitchell
add PERL_UTIL_H_ to util.h, not util.h
commit
|
commitdiff
|
tree
2017-04-16
David Mitchell
Update CPAN.pm to ANDK/CPAN-2.18-TRIAL.tar.gz
commit
|
commitdiff
|
tree
2017-04-16
David Mitchell
add include guard to util.h
commit
|
commitdiff
|
tree
2017-04-14
David Mitchell
threads::shared: alloc arenas with correct context
commit
|
commitdiff
|
tree
2017-04-13
David Mitchell
fix perldiag entry for do '.' warning
commit
|
commitdiff
|
tree
2017-04-13
David Mitchell
more tweaks to 'do's pod
commit
|
commitdiff
|
tree
2017-04-07
David Mitchell
[MERGE] make tests run without '.' in @INC
commit
|
commitdiff
|
tree
2017-04-07
David Mitchell
Safe.pm: document rdo()'s usage of @INC
commit
|
commitdiff
|
tree
2017-04-07
David Mitchell
fix and test execution of non-empty .bs files
commit
|
commitdiff
|
tree
2017-04-07
David Mitchell
dist/Unicode-Normalize/Makefile.PL: fix 'do'
commit
|
commitdiff
|
tree
2017-04-07
David Mitchell
utils/libnetcfg: fix 'do' without '.' in @INC
commit
|
commitdiff
|
tree
2017-04-07
David Mitchell
Porting/bench.pl: fix 'do' without '.' in @INC
commit
|
commitdiff
|
tree
2017-04-07
David Mitchell
fixup regen/regcharclass.pl for no '.'in @INC
commit
|
commitdiff
|
tree
2017-04-07
David Mitchell
fix dist/Safe/t/*.t that assumed '.' in @INC
commit
|
commitdiff
|
tree
2017-04-07
David Mitchell
fix dist/Time-HiRes/t/*.t that assumed '.' in @INC
commit
|
commitdiff
|
tree
2017-04-07
David Mitchell
fix ExtUtils-ParseXS/t/*.t that needed '.' in @INC
commit
|
commitdiff
|
tree
2017-04-07
David Mitchell
fix dist/base/t/*.t that assumed '.' in @INC
commit
|
commitdiff
|
tree
2017-04-07
David Mitchell
fix lib/B/Deparse.t that assumed '.' in @INC
commit
|
commitdiff
|
tree
2017-04-07
David Mitchell
fix ext/Pod-Html/t/*.t that assumed '.' in @INC
commit
|
commitdiff
|
tree
2017-04-07
David Mitchell
fix ext/arybase/t/*.t that assumed '.' in @INC
commit
|
commitdiff
|
tree
2017-04-07
David Mitchell
fix ext/XS-APItest/t/*.t that assumed '.' in @INC
commit
|
commitdiff
|
tree
2017-04-07
David Mitchell
fixup tests under t/ that assumed '.' in @INC
commit
|
commitdiff
|
tree
2017-04-07
David Mitchell
stop passing '.' in @INC to tests
commit
|
commitdiff
|
tree
2017-04-03
David Mitchell
perlfunc: 'do' synopsis: clarify when @INC used
commit
|
commitdiff
|
tree
2017-03-31
David Mitchell
vec(): defer lvalue out-of-range croaking
commit
|
commitdiff
|
tree
2017-03-31
David Mitchell
fix perldiag entry for CORE::dump()
commit
|
commitdiff
|
tree
next