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
/
doop.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PATCH: [perl #132750] Silence uninit warning
Karl Williamson
2018-01-21
1
-1
/
+1
*
doop.c: White-space only
Karl Williamson
2018-01-19
1
-10
/
+10
*
Deprecate above \xFF in bitwise string ops
Karl Williamson
2018-01-19
1
-0
/
+5
*
doop.c: Use MIN()
Karl Williamson
2018-01-19
1
-1
/
+1
*
tr///: eliminate I32 from the do_trans*() fns
David Mitchell
2018-01-19
1
-15
/
+15
*
tr///: return Size_t count rather than I32
David Mitchell
2018-01-19
1
-13
/
+13
*
tr///; simplify $utf8 =~ tr/nonutf8/nonutf8/
David Mitchell
2018-01-19
1
-94
/
+20
*
tr///c: handle len(replacement charlist) > 32767
David Mitchell
2018-01-19
1
-1
/
+1
*
add two structs for OP_TRANS
David Mitchell
2018-01-19
1
-23
/
+28
*
S_do_trans_complex(): re-indent
David Mitchell
2018-01-19
1
-6
/
+6
*
fix "\x{100}..." =~ tr/.../.../cd
David Mitchell
2018-01-19
1
-25
/
+39
*
OP_TRANS: change extended table format
David Mitchell
2018-01-19
1
-9
/
+15
*
remove fossil debugging statement from do_trans()
David Mitchell
2018-01-19
1
-2
/
+0
*
tr/// functions: add some basic code comments
David Mitchell
2018-01-19
1
-0
/
+63
*
doop.c: Change to use is_utf8_invariant_string()
Karl Williamson
2017-11-23
1
-27
/
+9
*
hv_pushkv(): handle keys() and values() too
David Mitchell
2017-07-27
1
-18
/
+3
*
create Perl_hv_pushkv() function
David Mitchell
2017-07-27
1
-12
/
+8
*
OP_VALUES: reserve OPpMAYBE_LVSUB bit
David Mitchell
2017-07-27
1
-0
/
+3
*
use OPpAVHVSWITCH_MASK
David Mitchell
2017-07-27
1
-2
/
+4
*
Perl_do_kv(): add asserts and more code comments
David Mitchell
2017-07-27
1
-9
/
+29
*
Allow bitwise & ^ | to accept trailing UTF-8
Karl Williamson
2017-06-14
1
-13
/
+76
*
doop.c: White-space only
Karl Williamson
2017-06-07
1
-30
/
+30
*
Use simple-minded approach to bitwise UTF-8 operations
Karl Williamson
2017-06-07
1
-116
/
+32
*
sv_vcatpvfn() family: make svmax arg Size_t
David Mitchell
2017-06-07
1
-2
/
+3
*
Fatalize the use of code points above 0xFF for bitwise operators.
Abigail
2017-06-07
1
-14
/
+6
*
remove -DH (DEBUG_H) misfeature
David Mitchell
2017-06-05
1
-6
/
+2
*
Define and use symbolic constants for LvFLAGS
Dagfinn Ilmari Mannsåker
2017-06-02
1
-2
/
+2
*
Deprecate vec() with above-FF code points.
Karl Williamson
2017-06-01
1
-3
/
+10
*
vec(): defer lvalue out-of-range croaking
David Mitchell
2017-03-31
1
-0
/
+10
*
fix integer overflows in Perl_do_vecget()/set
David Mitchell
2017-03-17
1
-30
/
+44
*
Perl_do_vecget(): change offset arg to STRLEN type
David Mitchell
2017-03-17
1
-5
/
+1
*
Moving variables to their innermost scope.
Andy Lester
2017-02-18
1
-2
/
+6
*
Perl_do_vop(): enhance "avoid sv_catpvn"
David Mitchell
2016-11-09
1
-12
/
+11
*
(perl #129995) avoid sv_catpvn() in do_vop() when unneeded
Tony Cook
2016-11-07
1
-2
/
+11
*
doop.c: use new SvPVCLEAR and constant string friendly macros
Yves Orton
2016-10-19
1
-2
/
+2
*
Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")
Dagfinn Ilmari Mannsåker
2016-09-21
1
-1
/
+1
*
doop.c: use sv_setpvn() instead of sv_setpvs()
Yves Orton
2016-09-19
1
-1
/
+1
*
[perl #129287] Make UTF8 & append null
Father Chrysostomos
2016-09-18
1
-0
/
+1
*
Allow assignment to &CORE::keys()
Father Chrysostomos
2016-05-20
1
-2
/
+2
*
Allow &CORE::foo() with hash functions
Father Chrysostomos
2016-05-20
1
-2
/
+6
*
[perl #128187] Forbid sub :lvalue{keys} in aassign
Father Chrysostomos
2016-05-20
1
-0
/
+7
*
doop.c: fix typo in header comment
David Mitchell
2016-02-15
1
-1
/
+1
*
make gimme consistently U8
David Mitchell
2016-02-03
1
-1
/
+1
*
Deprecate wide chars in logical string ops
Karl Williamson
2015-12-16
1
-0
/
+17
*
doop.c: Fix typo in comment
Karl Williamson
2015-12-16
1
-1
/
+1
*
fix up EXTEND() callers
David Mitchell
2015-10-02
1
-1
/
+5
*
Merge declaration and initialisation of local variable
Dagfinn Ilmari Mannsåker
2015-07-22
1
-2
/
+1
*
Delete experimental autoderef feature
Aaron Crane
2015-07-13
1
-2
/
+2
*
Replace common Emacs file-local variables with dir-locals
Dagfinn Ilmari Mannsåker
2015-03-22
1
-6
/
+0
*
[perl #123759] always count on OPpTRANS_IDENTICAL
Hugo van der Sanden
2015-02-09
1
-26
/
+14
[next]