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
/
op.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add length and flags arguments to Perl_pad_findmy(), moving it to the public ...
Nicholas Clark
2009-11-07
1
-4
/
+4
*
Add a line directive to op.c and perl.c such that error messages refer to the...
Gerard Goossen
2009-11-06
1
-0
/
+1
*
$#array should be accepted as a lvalue sub return value.
Rafael Garcia-Suarez
2009-10-28
1
-1
/
+6
*
Make defined %hash on a non-lexical (also) generate a deprecated warning.
Nicholas Clark
2009-10-24
1
-5
/
+0
*
Bare readdir in while loop now sets $_
Brad Gilbert
2009-10-22
1
-4
/
+8
*
Enable deprecation warnings by default.
Nicholas Clark
2009-10-16
1
-10
/
+10
*
Optimise if (%foo) to be faster than if(keys %foo)
demerphq
2009-10-15
1
-3
/
+85
*
Remove category 'syntax' from 5 warnings that should just be in 'deprecated'.
Nicholas Clark
2009-10-13
1
-6
/
+6
*
Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner().
Nicholas Clark
2009-10-12
1
-7
/
+4
*
Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner().
Nicholas Clark
2009-10-12
1
-64
/
+53
*
Disable strictures while setting $VERSION in a "package" statement
Rafael Garcia-Suarez
2009-10-08
1
-0
/
+3
*
Merge branch 'feature/package-name-version' into blead
Rafael Garcia-Suarez
2009-10-08
1
-0
/
+9
|
\
|
*
Simplify code that sets $VERSION on the "package" line
Rafael Garcia-Suarez
2009-10-08
1
-4
/
+1
|
*
Add 'package NAME VERSION' syntax
David Golden
2009-10-06
1
-0
/
+12
*
|
Properly return a syntax error instead of segfaulting if each/keys/values is ...
Rafael Garcia-Suarez
2009-10-08
1
-12
/
+14
|
/
*
Fix when( scalar ... ) bug
Josh ben Jore
2009-09-28
1
-0
/
+4
*
split: Remove implicit split to @_
Bo Borgerson
2009-09-13
1
-11
/
+1
*
Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTRIBUTES
Zefram
2009-09-06
1
-58
/
+30
*
Reduce #ifdefs in Perl_ck_shift
Bo Borgerson
2009-09-04
1
-8
/
+3
*
finish more implementing -DB vs. -Dx
Chip Salzenberg
2009-08-30
1
-3
/
+3
*
Merge branch 'blead' of ssh://perl5.git.perl.org/perl into blead
Chip Salzenberg
2009-08-26
1
-2
/
+2
|
\
|
*
Use less constness in MAD code
Rafael Garcia-Suarez
2009-08-26
1
-2
/
+2
*
|
New debugging flag -DB now dumps subroutine definitions,
Chip Salzenberg
2009-08-26
1
-3
/
+3
|
/
*
In Perl_newATTRSUB(), refactor the calls to gv_fetch*(), reducing if blocks.
Nicholas Clark
2009-08-22
1
-14
/
+10
*
In Perl_newATTRSUB(), we know the lengths, so can avoid gv_fetchpv().
Nicholas Clark
2009-08-22
1
-4
/
+11
*
Explain that the load_module() import list must be NULL terminated
Jan Dubois
2009-08-14
1
-1
/
+5
*
[perl #68108] : also fix if/else constant folding
Father Chrysostomos
2009-08-07
1
-1
/
+3
*
Promote blocks resulting from constant folding to first-class do { } blocks
Vincent Pit
2009-08-04
1
-0
/
+2
*
Introduce "delete local"
Vincent Pit
2009-07-25
1
-0
/
+2
*
[perl #61520] Segfault in debugger with tr// and UTF8
David Mitchell
2009-07-11
1
-0
/
+1
*
Add a pluggable hook in op_free()
Vincent Pit
2009-07-08
1
-0
/
+6
*
Add test to make sure everything that outputs an exception or warning has a m...
James Mastros
2009-06-27
1
-1
/
+2
*
Fix [RT#66098] -- stricter checking on SvIVX exposed a lack of SvIOK check
Alex Vandiver
2009-05-28
1
-1
/
+1
*
Merge branch 'smartmatch' into blead
Rafael Garcia-Suarez
2009-05-13
1
-2
/
+6
|
\
|
*
Remove proposed (but unimplemented) $foo ~~ Range smart matching.
Rafael Garcia-Suarez
2009-05-12
1
-5
/
+2
|
*
Merge branch 'blead' into smartmatch
Rafael Garcia-Suarez
2009-05-05
1
-22
/
+21
|
|
\
|
*
|
Make the "..." flip-flop operator work in scalar context in when()
Rafael Garcia-Suarez
2009-03-06
1
-0
/
+7
|
*
|
Make // behave like || in when clauses
Rafael Garcia-Suarez
2009-03-04
1
-1
/
+1
*
|
|
Allow typed arrays and hashes
Vincent Pit
2009-05-11
1
-8
/
+0
|
|
/
|
/
|
*
|
GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them.
Nicholas Clark
2009-04-13
1
-17
/
+0
*
|
Don't SEGV while warning about redefining the format STDOUT. Fixes RT #64562.
Nicholas Clark
2009-04-09
1
-3
/
+7
*
|
Deprecate assignment to $[
Rafael Garcia-Suarez
2009-04-07
1
-0
/
+1
*
|
Change Perl_newCONSTSUB() so that a NULL sv generates an empty list return.
Nicholas Clark
2009-03-29
1
-1
/
+10
*
|
Revert the op.c part of 3049cdab to enable shared hask keys on ithreads
Vincent Pit
2009-03-20
1
-1
/
+1
*
|
Make eval{} (entertry) trappable by Safe
Rafael Garcia-Suarez
2009-03-13
1
-0
/
+2
|
/
*
Add get_cvs() as a shortcut for STR_WITH_LEN() and Perl_get_cvn_flags(), and
Nicholas Clark
2009-01-21
1
-2
/
+1
*
Change 54d012c665eb635f1e4fac1f1ec5aba1229ad9ca was only tested threaded. Oops.
Nicholas Clark
2009-01-21
1
-1
/
+1
*
Change 28063 should have removed the call to savepvn() from Perl_newCONSTSUB()
Nicholas Clark
2009-01-21
1
-7
/
+4
*
Note where (nearly) all the other private non-static functions are used.
Nicholas Clark
2008-11-26
1
-4
/
+0
*
Just s/Perl_/S_/ isn't good enough - you also need to add the C<static>
Nicholas Clark
2008-11-26
1
-7
/
+7
[next]