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
change sv_setsv(sv,NULL) to sv_set_undef(sv)
2017-07-27
David Mitchell
change sv_setsv(sv,NULL) to sv_set_undef(sv)
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
pp_iter(): jump directly to op after OP_AND
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
optimise (index() == -1)
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
pp_readline,close,getc: explain NULL stack arg
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
t/perf/optree.t: reformat a table
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
regen/opcodes: move 'method' entry next to others
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
add boolean context support to several ops
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
S_check_for_bool_cxt(): avoid OPpTARGET_MY + bool
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
pp_length: code tidy and simplify assert
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
pp_length: only call sv_len_utf8_nomg() if needed
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
pp_length: use TARGi rather rather than sv_setiv()
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
t/perf/optree.t: better diagnostics
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
optimise @array in boolean context
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
optimise away OP_KEYS op in scalar/void context
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
OP_VALUES: reserve OPpMAYBE_LVSUB bit
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
use OPpAVHVSWITCH_MASK
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
Perl_do_kv(): add asserts and more code comments
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
make callers of SvTRUE() more efficient
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
add some SvTRUE() benchmarks
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
SvTRUE(): inline ROK, outline NOK
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
SvTRUE(): special-case immortals
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
Make immortal SVs contiguous
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
SvTRUE(): handle get magic more efficiently
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
rationalise SvTRUE() macro variants
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
add, and use, some RXp_FOO() variants of RX_FOO()
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
rename RX_HAS_CUTGROUP() to RXp_HAS_CUTGROUP()
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
reformat RX_() macros
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
RX_FOO(prog) becomes RX_FOO(rx_sv)
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
give REGEXP SVs the POK flag again
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
sv_2bool_flags(): assume ROK implies SvRV
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
S_check_for_bool_cxt(): special-case OP_AND
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
use the new PL_sv_zero in obvious places
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
make B.pm, Concise.pm support PL_sv_zero
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
dist/threads/: support PL_sv_zero
commit
|
commitdiff
|
tree
2017-07-27
David Mitchell
add PL_sv_zero
commit
|
commitdiff
|
tree
2017-07-16
David Mitchell
PL_curstackinfo->si_stack_hwm: gently restore
commit
|
commitdiff
|
tree
2017-07-05
David Mitchell
Revert "use symbolic constants for substrs[] indices"
commit
|
commitdiff
|
tree
2017-07-03
David Mitchell
properly init si_stack_hwm
commit
|
commitdiff
|
tree
2017-07-03
David Mitchell
save si_stack_hwm across JMPENV_PUSH
commit
|
commitdiff
|
tree
2017-07-02
David Mitchell
[MERGE] scan_data_t: make fixed/float data array
commit
|
commitdiff
|
tree
2017-07-02
David Mitchell
regcomp.c: parameterise scan_data_t substrs[]
commit
|
commitdiff
|
tree
2017-07-02
David Mitchell
scan_data_t: rename 'longest' field
commit
|
commitdiff
|
tree
2017-07-02
David Mitchell
regcomp.c: remove float_min_offset etc macro use
commit
|
commitdiff
|
tree
2017-07-02
David Mitchell
regcomp.c: S_setup_longest(): simplify args
commit
|
commitdiff
|
tree
2017-07-02
David Mitchell
regcomp: set fixed max_offset to min_offset
commit
|
commitdiff
|
tree
2017-07-02
David Mitchell
S_study_chunk: have per substring flags
commit
|
commitdiff
|
tree
2017-07-02
David Mitchell
regcomp.c: DEBUG_PEEP(): invalid flags
commit
|
commitdiff
|
tree
2017-07-02
David Mitchell
regcomp.c: convert debugging macros to static fns
commit
|
commitdiff
|
tree
2017-07-02
David Mitchell
make struct scan_data_t->longest an index val
commit
|
commitdiff
|
tree
2017-07-02
David Mitchell
S_setup_longest() pass struct rather than fields
commit
|
commitdiff
|
tree
2017-07-02
David Mitchell
struct scan_data_t: make some fields into an array
commit
|
commitdiff
|
tree
2017-07-02
David Mitchell
t/porting/bench.t: add debugging output for a test
commit
|
commitdiff
|
tree
2017-06-27
David Mitchell
PERL_SNPRINTF_CHECK(): off by 1 error
commit
|
commitdiff
|
tree
2017-06-26
David Mitchell
S_gen_constant_list(): initialise si_stack_hwm
commit
|
commitdiff
|
tree
2017-06-26
David Mitchell
t/porting/customized.t: delete stale entries.
commit
|
commitdiff
|
tree
2017-06-24
David Mitchell
add PL_curstackinfo->si_stack_hwm
commit
|
commitdiff
|
tree
2017-06-24
David Mitchell
upgrade Time-Piece from 1.31 to 1.3201
commit
|
commitdiff
|
tree
2017-06-24
David Mitchell
upgrade Scalar-List-Utils from 1.47 to 1.48
commit
|
commitdiff
|
tree
2017-06-23
David Mitchell
add DEBUGGING_RE_ONLY define
commit
|
commitdiff
|
tree
2017-06-23
David Mitchell
porting/bench.t: skip under ASAN
commit
|
commitdiff
|
tree
2017-06-22
David Mitchell
XS::APItest::test_hv_free_ent: extend stack
commit
|
commitdiff
|
tree
2017-06-22
David Mitchell
recv: reset stack when returning undef
commit
|
commitdiff
|
tree
2017-06-22
David Mitchell
pp_leavewrite: extend stack for return value
commit
|
commitdiff
|
tree
2017-06-22
David Mitchell
argless reset(): extend stack
commit
|
commitdiff
|
tree
2017-06-22
David Mitchell
extend stack on scalar empty list slice
commit
|
commitdiff
|
tree
2017-06-22
David Mitchell
scalar reverse(): extend stack if no arg
commit
|
commitdiff
|
tree
2017-06-22
David Mitchell
pp_match/subst: extend stack
commit
|
commitdiff
|
tree
2017-06-22
David Mitchell
[MERGE] Upgrade Scalar-List-Utils to 1.47
commit
|
commitdiff
|
tree
2017-06-22
David Mitchell
Upgrade Scalar-List-Utils from 1.46 to 1.47
commit
|
commitdiff
|
tree
2017-06-22
David Mitchell
undo Scalar-List-Utils customisation.dat entries
commit
|
commitdiff
|
tree
2017-06-22
David Mitchell
remove Scalar-List-Utils customisation list
commit
|
commitdiff
|
tree
2017-06-22
David Mitchell
undo a Scalar-List-Utils customisation
commit
|
commitdiff
|
tree
2017-06-22
David Mitchell
undo a Scalar-List-Utils customisation
commit
|
commitdiff
|
tree
2017-06-22
David Mitchell
undo a Scalar-List-Utils customisation
commit
|
commitdiff
|
tree
2017-06-22
David Mitchell
undo a Scalar-List-Utils customisation
commit
|
commitdiff
|
tree
2017-06-22
David Mitchell
undo a Scalar-List-Utils customisation
commit
|
commitdiff
|
tree
2017-06-22
David Mitchell
undo a Scalar-List-Utils customisation
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
[MERGE] test and fix up Porting/bench.pl
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
Porting/bench.pl: test --fields with 1 field
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
Porting/bench.pl comments: s/perl_name/perl_label/
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
Porting/bench.pl: fix up pod
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
t/porting/bench.t: add tests for display options
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
Porting/bench.pl --bisect: output field value
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
Porting/bench.pl: tweak local vars
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
Porting/bench.pl: add --autolabel option
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
Porting/bench.pl: improve 'no such test' err msg
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
Porting/bench.pl: trivial var changes
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
Porting/bench.pl: new syntax for perl args and env
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
Porting/bench.pl ban duplicate labels in multiread
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
t/porting/bench.t: bisect vis --read
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
Porting/bench.pl: ban --benchfile under --read
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
Porting/bench.pl: better handle multiple --read
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
Porting/bench.pl: only use used sort elems
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
Porting/bench.pl: remove unneeded sort order calcs
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
Porting/bench.pl: add $done_read to do_grind()
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
Porting/bench.pl: add croak tests
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
bench.pl re-organise option processing
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
Porting/bench.pl: fix broken --bisect option
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
add t/porting/bench.t
commit
|
commitdiff
|
tree
2017-06-21
David Mitchell
Porting/bench.pl: allow 1 perl under --raw
commit
|
commitdiff
|
tree
next