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
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
perl5.git
2019-07-02
Karl Williamson
utf8_to_uvchr_buf() make behavior match docs
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Karl Williamson
perl.h: Add a comment about tainting
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Tony Cook
(perl #134187) how do we know it's a Turkic locale
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Tony Cook
perldelta for c0ad3f089909e
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Tony Cook
(perl #134218) make sure ECHO is defined
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
Karl Williamson
PATCH: [perl #133996] reword diagnostic
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
Karl Williamson
Add some defensive coding to av_store()
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
Tony Cook
perldelta for 1ef28cc363ae
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Tony Cook
(perl #134125) make no digits after 0x/0b fatal
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Dagfinn Ilmari...
Clean up after previous commit
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Dagfinn Ilmari...
Fix leading spaces in Exporter error message
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Karl Williamson
regcomp.h: Use actual commit number
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Karl Williamson
Add ANYOFHr regnode
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Karl Williamson
regex: Add lower bound to ANYOFH nodes UTF-8 byte
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Karl Williamson
Use inRANGE for seeing if node is an ANYOFH type
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Tony Cook
(perl #122112) make sure SIGPIPE is delivered if we...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-25
Karl Williamson
White space only in comment
commit
|
commitdiff
|
tree
|
snapshot
2019-06-25
Karl Williamson
regcomp.sym: Change regnode description
commit
|
commitdiff
|
tree
|
snapshot
2019-06-25
Richard Leach
Additional Net-Ping tests skip if d_getpbyname is undef
commit
|
commitdiff
|
tree
|
snapshot
2019-06-25
Richard Leach
Tests for Android stub functions updated for Oreo
commit
|
commitdiff
|
tree
|
snapshot
2019-06-25
Karl Williamson
Fix apidoc macro entries
commit
|
commitdiff
|
tree
|
snapshot
2019-06-25
David Mitchell
honour $PERL_DESTRUCT_LEVEL on non-debug builds
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
Steve Hay
Fix erroneous references to USE_CBACKTRACE
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
[MERGE] make optree-walking mostly non-recursive
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Perl_op_lvalue_flags(): make mostly non-recursive
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Perl_op_lvalue_flags() add blank lines
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Perl_op_lvalue_flags(): skip OPf_WANT_VOID ops.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Perl_op_lvalue_flags(): fixup documentation
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
reindent op.c:S_lvref()
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
make op.c:S_lvref() non-recursive
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
document what op.c:S_lvref() does
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
op.c: S_lvref(): handle all kids on OP_NULL
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Clarify purpose of S_looks_like_bool()
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
make op.c:S_find_and_forget_pmops() non-recursive
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Perl_doref(): reindent
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Perl_doref(): make non-recursive
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
document what Perl_doref does
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
make op.c:S_aassign_scan() non-recursive
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
make Perl_op_linklist() non-recursive
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Perl_op_linklist(): use OPf_KIDS flags
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Perl_scalarvoid(): add comment saying what it does
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
op.c: S_search_const: remove recursion
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
op.c: add code comments to S_search_const()
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
op.c: S_assignment_type(): make truly trinary
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Perl_scalar() tail-call optimise
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Perl_scalar(): doc and reorganise complex bool
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Perl_scalar(): indent block
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
make Perl_scalar() mostly non-recursive
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
fix type in Perl_list()
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Perl_scalar(): re-order a few switch cases
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Perl_scalar(): remove redundant switch labels
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Document what Perl_scalar() does
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Perl_list() tail-call optimise
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Perl_list(): doc and reorganise complex bool
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
reindent Perl_list()
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
make Perl_list() mostly non-recursive
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Perl_list(): re-order a few switch cases
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Perl_list(): re-order recursion in OP_LIST
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Perl_list(): add blank lines
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Perl_list(): simplify some branches
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
make S_gen_constant_list() void return
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Document what Perl_list() and its helper do
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
remove DEFER_OP macros from op.c
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
S_optimize_op(): remove anti-recursion deferring
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
Make op_free() non-recursive
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
David Mitchell
scalarvoid(): remove anti-recursion deferring
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
Tony Cook
perldelta for 9918f0bc5148
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
Tony Cook
(perl #134189) handle no gcc, but cc is clang
commit
|
commitdiff
|
tree
|
snapshot
2019-06-23
Craig A. Berry
Make -Duse64bitint the default on VMS.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-23
Craig A. Berry
Begin restore of case sensitive symbols on VMS
commit
|
commitdiff
|
tree
|
snapshot
2019-06-23
Craig A. Berry
Fix Unix-format path in Devel::PPPort's Makefile.PL
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Nicolas R
Revert previous changes to pod/perl5311delta.pod
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Nicolas R
Temporary bump PPPort to 3.54 before next release
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Nicolas R
ignore macOS .DS_Store files
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Nicolas R
Fix unused variable warning in 5.30
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Pali
For gcc compiler enable compile warnings
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Pali
Update NEED_* list in apicheck.pl
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Pali
Remove old #define NEED_vnewSVpvf
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Pali
Devel::PPPort: Implement newSVsv_nomg()
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Pali
Devel::PPPort: Implement SV_NOSTEAL for sv_setsv_flags()
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Pali
Fix processing ERRSV and croak_sv
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Pali
Generate Makefile dependences for ppport.h, PPPort...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Pali
Add mktests.PL to MakeMaker's PL_FILES
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Karl Williamson
ppptools.pl: Remove special case
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Karl Williamson
Use latest blead embed.fnc
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Karl Williamson
ppptools.pl: Don't store non-public functions
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Karl Williamson
mkapidoc.sh: Add required line to generated apidoc.fnc
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Karl Williamson
mkapidoc.sh: doc elements may have lead/trail space
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Karl Williamson
parts/inc/uv: A char* should be a U8*
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Pali
Avoid usage of PL_Sv if possible
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Pali
Fix gv_fetchpvn_flags
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Pali
Define more API functions as macros
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Pali
Fix compilation of uv for Perl 5.5.3
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Pali
Fix utf8_to_uvchr_buf()
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Karl Williamson
parts/inc/uv: Use D_PP_ prefix for internal symbols
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Karl Williamson
parts/inc/uv: White-space changes only
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Karl Williamson
Issue #72 utf8_to_uvchr fails for 5.6.0
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Karl Williamson
Issue #71: Overflow failures with <= 5.8.6
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Karl Williamson
parts/inc/uv: Add some UNLIKELY()s
commit
|
commitdiff
|
tree
|
snapshot
2019-06-21
Karl Williamson
parts/inc/uv: Use IV_MAX instead of PERL_INT_MAX
commit
|
commitdiff
|
tree
|
snapshot
next