index
:
delta/perl.git
abigail/for-5.17
ams/no-more-study
avar/remove-get-uid-caching
avar/remove-linuxthreads-pid-caching
baserock/morph
baserock/richardipsum/fix-hash-util-export-bug
baserock/richardmaw/S8255/perl-no-parallel-build
bingos/release-5.15.7
blead
briandfoy/english
briandfoy/perldoc_pod2
briandfoy/perlduallife.pod
briandfoy/perlexperiment
briandfoy/perlfaq
briandfoy/perlvar
briandfoy/poddupes
briandfoy/slashN
briandfoy/takeover-podperldoc
chip/5.14.1-docs
chip/bind2
chip/magicflags1
chip/magicflags2
chip/magicflags3
chip/scalartypes
chip/view2
compile
corelist-rework
corion-5.15.8-zlib
davem/re_eval
drolsky/stub-deleted-pods
drolsky/test-perlrun
dual/Safe
greerga/cygwin_g++
khw/invlist
khw/newtricky
khw/pod-checker-final
khw/tricky
khw/trie
leonbrocard/dot
maint-1.0
maint-5.004
maint-5.005
maint-5.10
maint-5.12
maint-5.14
maint-5.16
maint-5.18
maint-5.20
maint-5.22
maint-5.24
maint-5.26
maint-5.28
maint-5.30
maint-5.32
maint-5.6
maint-5.8
mauve
merijn/useperlio
nicholas/RT37033-followup
nicholas/arenas
nicholas/feature-code-shrink
nicholas/perlfunc
nicholas/re-instate
podder
podder2
rafl/ld_export
release-5.15.8
rgs/overload
rjbs/delta
rjbs/pod-html-fix
rjbs/readline-loop
rjbs/revert-compress
rjbs/unicook
rm/noversionpath
smoke-me/Copy-overlap-wrapper-proto
smoke-me/DD-5.6-is-uncommon
smoke-me/Deparse-defeature
smoke-me/Deparse-feature-detangle
smoke-me/POSIX-sleep
smoke-me/Pod-Functions
smoke-me/Pod-HTML-t-feature2
smoke-me/RT37033
smoke-me/Shut-It!
smoke-me/Urelocatableinc
smoke-me/arenas
smoke-me/avar/useperlio
smoke-me/blead
smoke-me/byteorder1
smoke-me/cflags
smoke-me/check-authors
smoke-me/compression-modules
smoke-me/cpan
smoke-me/cpan61577
smoke-me/cz-03zlib-v1.t
smoke-me/deprecate-any-defined-array
smoke-me/destruct
smoke-me/diagnostics
smoke-me/disable_anch_mbol
smoke-me/exec-magic
smoke-me/feature-code-shrink
smoke-me/greerga/cygwin_g++
smoke-me/gsoc-pod
smoke-me/hugmeir/fc_keyword
smoke-me/inet_aton
smoke-me/installhtml
smoke-me/io-socket-ip
smoke-me/khw-5.14.3
smoke-me/khw-charnames
smoke-me/khw-fixed_record
smoke-me/khw-invlist
smoke-me/khw-locale
smoke-me/khw-mac
smoke-me/khw-mktables
smoke-me/khw-quotemeta
smoke-me/khw-regex
smoke-me/khw-revert_invert
smoke-me/khw-smoke
smoke-me/khw-strstr
smoke-me/khw-tricky
smoke-me/kick-FAKE_BIT_BUCKET
smoke-me/ld_export
smoke-me/leaked-heks-111462
smoke-me/leont/sane_eof
smoke-me/linestr_sv
smoke-me/list-util
smoke-me/locale-codes
smoke-me/magicflags1
smoke-me/maint-5.14-old
smoke-me/makedef0
smoke-me/marcg/pod-html-addcache
smoke-me/modcorelist-pod
smoke-me/module-build
smoke-me/nan_inf_str
smoke-me/no-feature
smoke-me/no-more-study
smoke-me/paul-evans/POSIX-strptime
smoke-me/perlfunc
smoke-me/pod-html
smoke-me/podcheck-_pm.PL
smoke-me/portabilify-podhtml
smoke-me/rafl/assert-bincompat
smoke-me/re_eval
smoke-me/remove_qw_hack
smoke-me/rjbs/readline-loop
smoke-me/rjbs/smartmatch-prec
smoke-me/rt_111842
smoke-me/runperl
smoke-me/socket
smoke-me/sys_intern
smoke-me/trie
smoke-me/trie-exactfu
smoke-me/trie2
smoke-me/trie3
smoke-me/trie_absorb
smoke-me/tweak-run-tests
smoke-me/unicode-collate
smoke-me/utf8-dg
smueller/eu_typemap
smueller/perllocal
smueller/perllocal_eucmd
smueller/sort
smueller/static_xsub
smueller/strictpxs_fixups
smueller/typemapdocs4
sprout/POPBLOCK_normal
sprout/featurebundles
sprout/overrides
sprout/tokemess
tonyc/cygnotes
tonyc/cygwin-rebase
tonyc/fix-raw-zlib
tonyc/madjson
tonyc/readline-fixed
tonyc/readline-fixed-doc
tonyc/typemapdocs
tonyc/vec64
tux/5.8-dor
vadim/cross
vincent/be_gone_hv_common_gmagical
yves/exactish_with_min_len
yves/trie_absorb
zefram/fake_first_line
zefram/gvsv_empty
zefram/pad_api
zefram/remove_qw_hack
github.com: perl/perl5.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pp_hot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SVf_IsCOW
Father Chrysostomos
2012-11-14
1
-1
/
+1
*
rmv context from Perl_croak_no_modify and Perl_croak_xs_usage
Daniel Dragan
2012-11-12
1
-3
/
+3
*
padrange: handle @_ directly
David Mitchell
2012-11-10
1
-17
/
+40
*
add SAVEt_CLEARPADRANGE
David Mitchell
2012-11-10
1
-1
/
+11
*
add padrange op
David Mitchell
2012-11-10
1
-0
/
+23
*
Add C define to remove taint support from perl
Steffen Mueller
2012-11-05
1
-14
/
+20
*
Fix $byte_overload .= $utf8 regression
Father Chrysostomos
2012-11-02
1
-2
/
+2
*
Allow regexp-to-pvlv assignment
Father Chrysostomos
2012-10-30
1
-4
/
+4
*
[perl #96230] Stop s/$qr// from reusing last pattern
Father Chrysostomos
2012-10-16
1
-1
/
+2
*
Allow COW copies in aassign
Father Chrysostomos
2012-10-12
1
-3
/
+5
*
[perl #49190] Don’t prematurely optimise s/foo/bar$baz/
Father Chrysostomos
2012-10-11
1
-5
/
+5
*
[perl #49190] Stringify repl repeatedly in s///g
Father Chrysostomos
2012-10-11
1
-4
/
+23
*
pp_hot.c:pp_subst: add comment
Father Chrysostomos
2012-10-11
1
-1
/
+1
*
Simplify the fix for bug #41530
Father Chrysostomos
2012-10-11
1
-32
/
+6
*
no need to get shared hash value here
Ruslan Zakirov
2012-10-08
1
-2
/
+1
*
Fix infinite loop with $tied =~ s/non-utf8/utf8/
Father Chrysostomos
2012-10-07
1
-4
/
+6
*
Restore use of PL_stashcache, the stash name lookup cache for method calls.
Nicholas Clark
2012-09-26
1
-4
/
+4
*
-Do now also reports updates and use of PL_stashcache.
Nicholas Clark
2012-09-26
1
-0
/
+4
*
A better fix for leaking array assignment
Father Chrysostomos
2012-09-24
1
-3
/
+5
*
Stop array assignment from leaking on croak
Father Chrysostomos
2012-09-22
1
-3
/
+2
*
Stop hash assignment from leaking on croak
Father Chrysostomos
2012-09-22
1
-3
/
+2
*
[perl #96230] Stop qr// from reusing last pattern
Father Chrysostomos
2012-09-22
1
-2
/
+4
*
pp_hot.c: Clean up after the prev commit
Father Chrysostomos
2012-09-20
1
-11
/
+6
*
[perl #105922] Allow any string before ->meth
Father Chrysostomos
2012-09-20
1
-10
/
+6
*
‘Undefined subroutine &foo called’ for lex subs
Father Chrysostomos
2012-09-15
1
-1
/
+5
*
m// and s///; don't copy TEMP/AMAGIC strings
David Mitchell
2012-09-08
1
-3
/
+0
*
tidy up patten match copying code
David Mitchell
2012-09-08
1
-1
/
+2
*
stop $foo =~ /(bar)/g skipping copy
David Mitchell
2012-09-08
1
-6
/
+1
*
Don't copy all of the match string buffer
David Mitchell
2012-09-08
1
-6
/
+26
*
pp_hot.c: pp_rv2av: Squash repetitive code
Father Chrysostomos
2012-08-26
1
-32
/
+5
*
Croak for \local %{\%foo}
Father Chrysostomos
2012-08-26
1
-3
/
+3
*
Restore ‘Can’t localize through ref’ to lv subs
Father Chrysostomos
2012-08-26
1
-3
/
+3
*
Correct typo in flag name
Father Chrysostomos
2012-08-25
1
-1
/
+1
*
Banish boolkeys
Father Chrysostomos
2012-08-25
1
-3
/
+5
*
Optimise %hash in sub { %hash || ... }
Father Chrysostomos
2012-08-25
1
-0
/
+3
*
Use PADLIST in more places
Father Chrysostomos
2012-08-21
1
-1
/
+1
*
Omnibus removal of register declarations
Karl Williamson
2012-08-18
1
-31
/
+31
*
Flatten vstrings modified in place
Father Chrysostomos
2012-07-27
1
-1
/
+1
*
Magic flags harmonization.
Chip Salzenberg
2012-07-15
1
-6
/
+7
*
pp_hot.c: Mention that pp_grepstart calls pp_pushmark
Father Chrysostomos
2012-07-14
1
-1
/
+1
*
[perl #113576] Restore err msg for &{+undef}
Father Chrysostomos
2012-07-13
1
-2
/
+2
*
Correct err msg when calling stub w/no autoload fb
Father Chrysostomos
2012-07-08
1
-2
/
+2
*
propagate context into overloads [perl #47119]
Jesse Luehrs
2012-06-28
1
-1
/
+1
*
[perl #112966] Crash on delete local; other local bugs
Father Chrysostomos
2012-06-23
1
-1
/
+1
*
pp_sassign: explain the mix of left<=>right in the optree
Reini Urban
2012-06-22
1
-15
/
+19
*
In pp_iter, handle end of range at IV_MAX without undefined behaviour.
Nicholas Clark
2012-06-19
1
-9
/
+7
*
pp_hot.c: Combine macro calls
Karl Williamson
2012-06-17
1
-1
/
+1
*
pp_hot.c: Add -Dr messages
Karl Williamson
2012-06-17
1
-2
/
+8
*
pp_match(): clarify intuit parens behaviour
David Mitchell
2012-06-13
1
-3
/
+3
*
make qr/(?{})/ behave with closures
David Mitchell
2012-06-13
1
-0
/
+8
[next]