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
Revert two commits that fix a VOL declaration.
2012-06-13
David Mitchell
Revert two commits that fix a VOL declaration.
commit
|
commitdiff
|
tree
2012-06-13
David Mitchell
revert a trailing whitespace removal
commit
|
commitdiff
|
tree
2012-06-13
David Mitchell
Temporarily revert some lib/overload.t tests
commit
|
commitdiff
|
tree
2012-06-13
David Mitchell
Revert two commits to make rebasing easier
commit
|
commitdiff
|
tree
2012-06-13
David Mitchell
Temporarily remove overload.t changes
commit
|
commitdiff
|
tree
2012-04-14
David Mitchell
op/sigdispatch.t: skip tests on prodn releases
commit
|
commitdiff
|
tree
2012-04-11
David Mitchell
stop %^H pointing to being-freed hash; #112326
commit
|
commitdiff
|
tree
2012-03-26
David Mitchell
clear magic flags in sv_clear
commit
|
commitdiff
|
tree
2012-03-13
David Mitchell
stop S_forget_pmop() SEGVing
commit
|
commitdiff
|
tree
2012-03-06
David Mitchell
fix typo in src comment
commit
|
commitdiff
|
tree
2012-03-06
David Mitchell
fix slowdown in nested hash freeing
commit
|
commitdiff
|
tree
2012-02-27
David Mitchell
av_fetch: de-duplicate small bit of code
commit
|
commitdiff
|
tree
2012-02-13
David Mitchell
fix a comment typo: s/MYCXT/MY_CXT/
commit
|
commitdiff
|
tree
2012-02-13
David Mitchell
in INSTALL, make clear -DDEBUGGING is much slower
commit
|
commitdiff
|
tree
2012-01-08
David Mitchell
clarify how $SIG{__DIE__} can return
commit
|
commitdiff
|
tree
2011-12-12
David Mitchell
fix make_patchnum.pl branch determination
commit
|
commitdiff
|
tree
2011-10-17
David Mitchell
in op_dump() / -Dx, replace "DONE" with "NULL"
commit
|
commitdiff
|
tree
2011-10-17
David Mitchell
simplify op_dump() / -Dx sequencing
commit
|
commitdiff
|
tree
2011-10-11
David Mitchell
add missing STATIC to S_finalize_op
commit
|
commitdiff
|
tree
2011-10-07
David Mitchell
renumber SVpad_STATE and free a bit in SvFLAGS
commit
|
commitdiff
|
tree
2011-10-07
David Mitchell
make SVs_PADTMP and SVs_PADSTALE share a bit
commit
|
commitdiff
|
tree
2011-09-06
David Mitchell
RT #4682: given() didn't scope $_ correctly
commit
|
commitdiff
|
tree
2011-08-05
David Mitchell
RT #96354: \h \H \v and \V didn't check for EOL
commit
|
commitdiff
|
tree
2011-07-29
David Mitchell
disable some shallow-recurse rpeep tests
commit
|
commitdiff
|
tree
2011-07-20
David Mitchell
make assign to $^A update FmLINES
commit
|
commitdiff
|
tree
2011-07-18
David Mitchell
Perl_rpeep: undo tail recursion optimisation
commit
|
commitdiff
|
tree
2011-07-16
David Mitchell
re_eval: clear lexicals in the right pad
commit
|
commitdiff
|
tree
2011-07-15
David Mitchell
replace many SvTYPE assertions with lookup tables
commit
|
commitdiff
|
tree
2011-07-15
David Mitchell
ensure SVs_PADTMP and SVs_PADTMP not both on
commit
|
commitdiff
|
tree
2011-07-14
David Mitchell
fully short-circuit &&, ||, //
commit
|
commitdiff
|
tree
2011-07-14
David Mitchell
reduce size of threads.t test
commit
|
commitdiff
|
tree
2011-07-14
David Mitchell
make peep optimiser recurse mostly only shallowly
commit
|
commitdiff
|
tree
2011-07-05
David Mitchell
fix segv in regcomp.c:S_join_exact()
commit
|
commitdiff
|
tree
2011-06-28
David Mitchell
RT 64804: tainting with index() of a constant
commit
|
commitdiff
|
tree
2011-06-28
Niko Tyni
TODO test for index() of a tainted constant
commit
|
commitdiff
|
tree
2011-06-25
David Mitchell
add do_ncmp fn and make pp_ncmp, pp_eq etc use it
commit
|
commitdiff
|
tree
2011-06-25
David Mitchell
pp_ncmp: favour the non- Perl_isnan route
commit
|
commitdiff
|
tree
2011-06-25
David Mitchell
remove unreachable code from various compare ops
commit
|
commitdiff
|
tree
2011-06-16
David Mitchell
revert recent changes to eintr.t
commit
|
commitdiff
|
tree
2011-06-15
David Mitchell
Benchmark.t: ignore sys CPU time
commit
|
commitdiff
|
tree
2011-06-15
David Mitchell
Benchmark.t: fix count estimate
commit
|
commitdiff
|
tree
2011-06-15
David Mitchell
[perl #92828] eintr.t hangs on FreeBSD
commit
|
commitdiff
|
tree
2011-06-14
David Mitchell
[perl #8611] tied handles and gotos don't mix
commit
|
commitdiff
|
tree
2011-06-10
David Mitchell
Benchmart.t: improved diagnostics
commit
|
commitdiff
|
tree
2011-06-09
David Mitchell
t/op/sselect.t: reduce random failures (hopefully)
commit
|
commitdiff
|
tree
2011-06-09
David Mitchell
t/op/sselect.t: add descriptions to ok() tests
commit
|
commitdiff
|
tree
2011-06-09
David Mitchell
t/op/alarm.t: reduce intermittent failures
commit
|
commitdiff
|
tree
2011-06-09
David Mitchell
eintr.t: skip based on capability rather than OS
commit
|
commitdiff
|
tree
2011-06-08
David Mitchell
stop waithires.t randomly failing under high load
commit
|
commitdiff
|
tree
2011-06-06
David Mitchell
[perl #90006] out of memory during thread clone
commit
|
commitdiff
|
tree
2011-06-06
David Mitchell
[perl #90006] cloning crashes during Out of Memory
commit
|
commitdiff
|
tree
2011-06-06
David Mitchell
perl_clone_using: do simple assign/copying first
commit
|
commitdiff
|
tree
2011-06-06
David Mitchell
[perl #88776] Signedness warning in toke.c
commit
|
commitdiff
|
tree
2011-06-06
David Mitchell
perlfunc: fix error in open("-|") description
commit
|
commitdiff
|
tree
2011-06-06
David Mitchell
clarify eval $string scope in docs
commit
|
commitdiff
|
tree
2011-05-31
Jim Cromie (via RT)
perlhack.pod: fix perlbug invocation
commit
|
commitdiff
|
tree
2011-05-31
David Mitchell
[perl #91790] Perlguts documentation for sv_setref_pv
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
formats: allow > 256 decimal places
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
Allow formats with lines >64K
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
pp_formline: handle growing better
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
pp_formline: keep linemark consistent
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
pp_formline: make FF_ITEM use FF_LINEGLOB code
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
pp_formline: make FF_LITERAL use FF_LINEGLOB code
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
pp_formline: don't overgrow PL_formtarget
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
pp_formline: no need to *t = '\0' until end
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
pp_formline: FF_LINEGLOB: always SvCUR_set
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
pp_formline: don't set itemsize in FF_LINEGLOB
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
pp_formline: make FF_LITERAL use item_is_utf8 flag
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
pp_formline: don't do get mg on PL_formtarget
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
pp_formline: split FF_LINEGLOB into two blocks
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
pp_formline: FF_LINEGLOB: hoist 2 vars to fn scope
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
pp_formline: reduce indent in FF_LINEGLOB
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
pp_formline: restruture FF_LINEGLOB
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
pp_formline: combine two similar code chunks
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
stop ~ in format modifying format string
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
better document format code
commit
|
commitdiff
|
tree
2011-05-29
David Mitchell
RT #91032: formline: bugs with non-string formats
commit
|
commitdiff
|
tree
2011-05-19
David Mitchell
Maintainers.pl: fix podlators entry
commit
|
commitdiff
|
tree
2011-05-19
David Mitchell
sv_clear: destructor may change SV type
commit
|
commitdiff
|
tree
2011-05-19
David Mitchell
sv_clear only test for SvOBJECT on >= MG
commit
|
commitdiff
|
tree
2011-05-19
David Mitchell
improve api entries for hv_clear() and hv_undef()
commit
|
commitdiff
|
tree
2011-05-19
David Mitchell
ensure hash iterator gets deleted
commit
|
commitdiff
|
tree
2011-05-19
David Mitchell
assume cleared hv can't be re-blessed
commit
|
commitdiff
|
tree
2011-05-19
David Mitchell
make hv freeing iterative rather than recursive
commit
|
commitdiff
|
tree
2011-05-19
David Mitchell
add hfree_next_entry(), hv_free_ent_ret()
commit
|
commitdiff
|
tree
2011-05-19
David Mitchell
remove 'hfreeentries failed to free hash' panic
commit
|
commitdiff
|
tree
2011-05-19
David Mitchell
hv_free_ent: free SV as last action
commit
|
commitdiff
|
tree
2011-05-19
David Mitchell
HV backrefs: another simplification
commit
|
commitdiff
|
tree
2011-05-19
David Mitchell
assert that HvARRAY is NULL when freeing an HV
commit
|
commitdiff
|
tree
2011-05-19
David Mitchell
S_hfreeentries: collapse two loops
commit
|
commitdiff
|
tree
2011-05-19
David Mitchell
hfreeentries zeros HvARRAY now, so skip manual
commit
|
commitdiff
|
tree
2011-05-19
David Mitchell
simplify HV backref code
commit
|
commitdiff
|
tree
2011-05-19
David Mitchell
make hash emptying non-atomic
commit
|
commitdiff
|
tree
2011-05-19
David Mitchell
unify PERL_HASH and PERL_HASH_INTERNAL
commit
|
commitdiff
|
tree
2011-05-19
David Mitchell
simplify hv_clear
commit
|
commitdiff
|
tree
2011-05-18
David Mitchell
buildtoc: make dying clearer
commit
|
commitdiff
|
tree
2011-05-18
David Mitchell
buildtoc: make a warning clearer
commit
|
commitdiff
|
tree
2011-05-18
David Mitchell
release_managers_guide: replace =item with =head3
commit
|
commitdiff
|
tree
2011-05-18
David Mitchell
release_managers_guide: add BLEAD-POINT/-FINAL
commit
|
commitdiff
|
tree
2011-05-18
David Mitchell
release_managers_guide: remove SNAPSHOT
commit
|
commitdiff
|
tree
next