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
mathoms.c: add explanation why fns must be kept
2016-05-23
David Mitchell
mathoms.c: add explanation why fns must be kept
commit
|
commitdiff
|
tree
2016-05-23
David Mitchell
CX_POP_SAVEARRAY(): use more distinctive var name
commit
|
commitdiff
|
tree
2016-05-14
David Mitchell
perldelta: OP_PARENT, and require ::Foo::Bar
commit
|
commitdiff
|
tree
2016-05-14
David Mitchell
add PERL_OP_PARENT to 'perl -V' output
commit
|
commitdiff
|
tree
2016-05-14
David Mitchell
enable PERL_OP_PARENT by default.
commit
|
commitdiff
|
tree
2016-05-10
David Mitchell
[MERGE] disallow 'require ::Foo::Bar' etc
commit
|
commitdiff
|
tree
2016-05-10
David Mitchell
load-module.t: re-indent and add some comments.
commit
|
commitdiff
|
tree
2016-05-10
David Mitchell
make 'require ::Foo::Bar' die
commit
|
commitdiff
|
tree
2016-05-10
Nicholas Clark
Validate the 'require Bare::Word' pathname.
commit
|
commitdiff
|
tree
2016-05-10
Nicholas Clark
Treat require ::foo::bar; the same as foo::bar;
commit
|
commitdiff
|
tree
2016-05-10
David Mitchell
reindent S_require_version()
commit
|
commitdiff
|
tree
2016-05-10
David Mitchell
Split the guts of pp_require into two static fns
commit
|
commitdiff
|
tree
2016-04-19
David Mitchell
document that sigs in future may not populate @_
commit
|
commitdiff
|
tree
2016-04-09
David Mitchell
move perf test from re/pat.t to re/speed.t
commit
|
commitdiff
|
tree
2016-04-09
David Mitchell
new perf test in pat.t: avoid timing failure
commit
|
commitdiff
|
tree
2016-04-08
David Mitchell
update security contact information.
commit
|
commitdiff
|
tree
2016-04-05
Matthew Horsfall
Get -Accflags=-DPERL_MEM_LOG compiling again
commit
|
commitdiff
|
tree
2016-04-05
David Mitchell
ss_dup: make new savestack have SS_MAXPUSH extra
commit
|
commitdiff
|
tree
2016-04-04
David Mitchell
Follow-up to previous Solaris/S_regmatch commit
commit
|
commitdiff
|
tree
2016-04-04
David Mitchell
S_regmatch(): work around Solaris optimiser bug
commit
|
commitdiff
|
tree
2016-04-01
David Mitchell
run regen/uconfig_h.pl
commit
|
commitdiff
|
tree
2016-03-30
David Mitchell
Improve code comments for some ctx stuff
commit
|
commitdiff
|
tree
2016-03-28
David Mitchell
RT #127786: assertion failure with eval in DB pkg.
commit
|
commitdiff
|
tree
2016-03-28
David Mitchell
re_exec_indentf,re_indentf: silence warnings
commit
|
commitdiff
|
tree
2016-03-28
David Mitchell
silence -Wparentheses-equality
commit
|
commitdiff
|
tree
2016-03-24
David Mitchell
stop lc() etc accidentally modifying in-place.
commit
|
commitdiff
|
tree
2016-03-24
David Mitchell
improve perldiag implicit close text
commit
|
commitdiff
|
tree
2016-03-23
David Mitchell
Mark unexpectedly passing TEST -deparse tests
commit
|
commitdiff
|
tree
2016-03-21
David Mitchell
Integrate podlators 4.07
commit
|
commitdiff
|
tree
2016-03-19
John Peacock
Update version to 0.9916
commit
|
commitdiff
|
tree
2016-03-19
David Mitchell
[MERGE] dtrace linking fixups
commit
|
commitdiff
|
tree
2016-03-18
David Mitchell
fix up dtrace compile/link for Solaris
commit
|
commitdiff
|
tree
2016-03-18
David Mitchell
Makefile.SH: rationalise object list variables
commit
|
commitdiff
|
tree
2016-03-18
David Mitchell
rename and function-ise dtrace macros
commit
|
commitdiff
|
tree
2016-03-18
David Mitchell
Configure: silence 'dtrace -G' probe
commit
|
commitdiff
|
tree
2016-03-18
David Mitchell
regex sets: fix Solaris optimiser bug (2nd attempt)
commit
|
commitdiff
|
tree
2016-03-15
David Mitchell
harmonize S_dump_exec_pos()'s last arg type
commit
|
commitdiff
|
tree
2016-03-14
David Mitchell
Configure: silence some try.c warnings
commit
|
commitdiff
|
tree
2016-03-14
David Mitchell
s/ar rcu/ar rc/ during linking
commit
|
commitdiff
|
tree
2016-03-14
David Mitchell
HOPBACKc(pos, off): silence compiler warning
commit
|
commitdiff
|
tree
2016-03-12
David Mitchell
APItest.xs silence compiler warning
commit
|
commitdiff
|
tree
2016-03-12
David Mitchell
regex sets: fix Solaris optimiser bug
commit
|
commitdiff
|
tree
2016-03-07
David Mitchell
S_study_chunk(): silence compiler warning
commit
|
commitdiff
|
tree
2016-03-04
David Mitchell
threads.xs: create new static fn S_jmpenv_run()
commit
|
commitdiff
|
tree
2016-03-04
David Mitchell
rpeep(): eliminate compiler warning
commit
|
commitdiff
|
tree
2016-03-04
David Mitchell
Simplify _MEM_WRAP_NEEDS_RUNTIME_CHECK()
commit
|
commitdiff
|
tree
2016-03-02
David Mitchell
document args of Perl_do_sv_dump()
commit
|
commitdiff
|
tree
2016-03-02
David Mitchell
pp_subst(): rename local var
commit
|
commitdiff
|
tree
2016-03-02
David Mitchell
pp_subst: fix typo
commit
|
commitdiff
|
tree
2016-03-02
David Mitchell
use cBOOL() in pp_subst()
commit
|
commitdiff
|
tree
2016-03-02
David Mitchell
S_regmatch(): remove dead code
commit
|
commitdiff
|
tree
2016-03-02
David Mitchell
remove some duplicate /* NOTREACHED */
commit
|
commitdiff
|
tree
2016-03-01
David Mitchell
installman: don't warn about missing pod
commit
|
commitdiff
|
tree
2016-02-29
Alex Vandiver
Adjust callsites that use UTF8SKIP without checking UTF
commit
|
commitdiff
|
tree
2016-02-15
David Mitchell
doop.c: fix typo in header comment
commit
|
commitdiff
|
tree
2016-02-11
David Mitchell
run regen_perly.pl
commit
|
commitdiff
|
tree
2016-02-11
David Mitchell
regen_perly.pl: improve action extracting
commit
|
commitdiff
|
tree
2016-02-11
David Mitchell
regen_perly.pl: print command with -v
commit
|
commitdiff
|
tree
2016-02-06
David Mitchell
pp_enter: calculate gimme earlier in XS branch
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
Add support for bison 3.0
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
add perldelta entry for context stack work
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
[MERGE] revamp context system
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
remove dSP from a couple of pp_enter* fns
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
leave_adjust_stacks() fix some code comments
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
leave_adjust_stacks(): avoid accessing random tmps
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
make gimme consistently U8
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
fix -DPERL_GLOBAL_STRUCT_PRIVATE
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
perlfunc: say what block types 'return' recognises
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
perlguts: add section on context stack
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
fix cx_dup for CXt_LOOP_PLAIN
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
MULTICALL *shouldn't* clear savestack
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
add blk_old_tmpsfloor shortcut
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
dMULTICALL: remove unused vars
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
convert CX_{PUSH|POP}{WHEN|GIVEN} to inline fns
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
convert CX_PUSHLOOP*/POPLOOP to inline fns
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
convert CX_PUSHEVAL/POPEVAL to inline fns
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
convert CX_PUSHFORMAT/POPFORMAT to inline fns
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
convert CX_PUSHSUB/POPSUB to inline fns
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
convert CX_PUSH/POP/TOPBLOCK to inline fns
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
add a few grep and map benchmarks
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
offset PL_savestack_max by SS_MAXPUSH
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
add SAVEt_TMPSFLOOR save type and Perl_savetmps()
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
rename PUSHBLOCK,PUSHSUB etc to CX_PUSHBLOCK etc
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
eliminate PUSH/POPBASICBLK macros
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_enteriter: add comment about setting cxt type
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
consolidate common code in PUSHLOOP_FOR,_PLAIN
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
PUSHEVAL: make n param an SV rather than a string
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
PUSHSUB: make retop a parameter
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
PUSHEVAL: make retop a parameter
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
PUSHFORMAT: don't use implicit args
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
PUSHSUB: don't use implicit args
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
PUSHBLOCK: don't use implicit args
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
move PL_savestack_ix saving into PUSHBLOCK
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
PUSH_MULTICALL: use SAVEOP()
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
eliminate PERL_STACK_OVERFLOW_CHECK
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
sort compare subs: don't do unnecessary scope work
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
MULTICALL should clear scope after each call
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
Document CxLVAL()
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
CX_POPFOO(): assert cx is of the right type
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
rename POPFOO() to CX_POPFOO()
commit
|
commitdiff
|
tree
next