This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/perf/optree.t: expand blurb
[perl5.git] / pp.c
2014-10-23 Father Chrysostomospp.c:pp_repeat: Remove #if 0 code
2014-10-20 David Mitchellpp_av2arylen(): rename var from 'sv' to svp'
2014-10-17 David Mitchellfix some recent compiler warnings
2014-10-12 Father ChrysostomosOptimise my(@array)=split
2014-10-12 Father ChrysostomosOptimise @lexarray = split...
2014-10-12 Father Chrysostomospp.c:pp_split: Remove redundant !s
2014-10-11 Father ChrysostomosMake split temporarily refcnt its argument
2014-10-11 Father ChrysostomosHandle state vars correctly in ref assignment
2014-10-11 Father Chrysostomosforeach \$var
2014-10-11 Father ChrysostomosAssignment to \(@array)
2014-10-11 Father ChrysostomosAdd lvavref op type
2014-10-11 Father ChrysostomosList assignment to array and hash refs
2014-10-11 Father ChrysostomosAssignment to \local @array and \local %hash
2014-10-11 Father ChrysostomosSimple \@array and \%hash assignment
2014-10-11 Father Chrysostomospp.c: Fold SvIV into S_localise_aelem_lval
2014-10-11 Father Chrysostomospp.c: Some branch prediction hints
2014-10-11 Father ChrysostomosAssignment to hash element refs
2014-10-11 Father Chrysostomospp.c: Consolidate some local aelem code
2014-10-11 Father Chrysostomospp.c:pp_lvrefslice: Unused var
2014-10-11 Father Chrysostomos\local $a[$ix] assignment
2014-10-11 Father Chrysostomos\@array[@slice] assignment
2014-10-11 Father Chrysostomospp.c: Dodge compiler warning
2014-10-11 Father ChrysostomosAdd lvrefslice op type
2014-10-11 Father ChrysostomosAssignment to array elem refs
2014-10-11 Father Chrysostomos\local $scalar assignment
2014-10-11 Father ChrysostomosList assignment to lexical scalar refs
2014-10-11 Father ChrysostomosList assignment to package scalar ref
2014-10-11 Father ChrysostomosAdd lvref op type
2014-10-11 Father ChrysostomosImplement \my $x = ...
2014-10-11 Father ChrysostomosWhen making lex alias, don’t free old var too soon
2014-10-11 Father ChrysostomosSimple package scalar lvalue refs
2014-10-11 Father ChrysostomosDocument lvalue ref diagnostics
2014-10-11 Father ChrysostomosFirst stab at lexical scalar aliases
2014-10-11 Father ChrysostomosAdd refassign op type
2014-10-07 Daniel Draganfix op/infnan.t failures on VC 6
2014-09-27 Father ChrysostomosOops. Fix threaded builds.
2014-09-27 Father Chrysostomos[perl #12285] Fix str vs num inf/nan treatment
2014-09-25 Jarkko Hietaniemiinfnan: infnan-ness is unlikely.
2014-09-24 Jarkko Hietaniemiinfnan: more math tests, and make int(infnan) return...
2014-09-24 Daniel Draganoptimize pp_length for simple PVs
2014-09-23 Jarkko HietaniemiMake pack-as-int/sprintf-%c-ing/chr-ring inf/nan fatal.
2014-09-19 David Mitchellcomment pp_foo aliases in pp*.c
2014-09-18 Father ChrysostomosRemove !IS_PADGV assertions
2014-09-15 Father ChrysostomosStop undef &foo from temporarily anonymising
2014-09-15 Father ChrysostomosFix assertion failure with undef &my_sub/&anon
2014-09-15 Father ChrysostomosAvoid creating GVs when subs are declared
2014-09-03 Father ChrysostomosFix refcounting in rv2gv when it calls newGVgen
2014-09-02 Jarkko HietaniemiMake certain pp_sin result is always initialized.
2014-08-31 Jarkko HietaniemiAvoid using function pointers for math functions.
2014-08-28 Father Chrysostomos[perl #122556] Make undef $s free refs forthwith
2014-08-27 Jarkko HietaniemiMake sprintf %c and chr() on inf/nan return the U+FFFD.
2014-08-22 Karl WilliamsonAdd and use macros for case-insensitive comparison
2014-07-25 Brian Fraserpp.c: Fixed a quotemeta bug on perls built without...
2014-07-14 Daniel Draganrefactor pp_ref
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-24 Daniel DraganPERL_UNUSED_CONTEXT -> remove interp context where...
2014-06-19 Jarkko HietaniemiRevert "/* NOTREACHED */ belongs *before* the unreachable."
2014-06-19 Jarkko Hietaniemi/* NOTREACHED */ belongs *before* the unreachable.
2014-06-18 Karl WilliamsonPATCH: [perl #122126] BBC DBD::SQLite
2014-06-17 Karl WilliamsonPATCH: [perl #121816] Add warning for repetition x < 0
2014-06-16 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-14 Jarkko HietaniemiRevert "Some low-hanging -Wunreachable-code fruits."
2014-06-14 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-13 Karl Williamsonpp.c: Add comment
2014-06-12 Brian FraserSilence several -Wunused-parameter warnings about my_perl
2014-06-12 Brian FraserAdding missing SVfARG() invocations
2014-06-12 Karl WilliamsonFix some compilation warnings
2014-06-12 Karl Williamsonpp.c: Fix Win32 compilation problems
2014-06-12 Karl WilliamsonAllow to compile if don't have LC_CTYPE etc defined
2014-06-12 Karl Williamsonpp.c: Vertically stack ternary operators
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-05-28 Jarkko HietaniemiAccessing array before its start is dubious.
2014-05-28 Daniel Draganrefactor pp_list
2014-05-28 Tony Cookfix the I32 bug for index() and rindex()
2014-02-27 David Mitchelldon't set SvPADTMP() on PADGV's
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-02-15 Father Chrysostomos[perl #121242] Fix crash in gp_free when gv is freed
2014-01-31 Karl Williamsonpp.c: Silence compiler warning
2014-01-30 Yves OrtonMove the RXf_ANCH flags to intflags as PREGf_ANCH_xxx...
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-27 Karl WilliamsonTaint more operands with case changes
2014-01-22 Karl WilliamsonAdd some cBOOL casts to macros
2014-01-01 Karl Williamsonpp.c: Remove unnecessary mask operation.
2014-01-01 Karl Williamsonpp.c: Guard against malformed UTF-8 input in ord()
2014-01-01 Father Chrysostomospp.c: Simplify lc and uc stringification code
2014-01-01 Father Chrysostomospp.c: Improve self-referential comment
2014-01-01 Father ChrysostomosReënable in-place lc/uc
2013-12-23 Father Chrysostomospp.c: Remove redundant diag_listed_as
2013-11-16 David MitchellRevert "make perl core quiet under -Wfloat-equal"
2013-11-09 David Mitchellmake perl core quiet under -Wfloat-equal
2013-11-08 Father ChrysostomosStop lexical CORE sub from interfering with CORE::
2013-10-31 Father Chrysostomos‘Attempt to bless into a ref’ with stale method caches
2013-10-31 Father Chrysostomos[perl #119809] Disallow bless($ref, $tied_ref)
2013-10-28 Father Chrysostomospp.c:pp_undef: Don’t vivify the scalar slot
2013-10-25 Karl WilliamsonSilence some Win32 compiler warnings
2013-09-13 Father Chrysostomospp.c: Allow 64-bit stack offsets in kv[ah]slice
2013-09-13 Father Chrysostomospp.c:pp_kvhslice: remove unused var
2013-09-13 Father ChrysostomosUse diag_listed_as two suppress two diag.t failures
2013-09-13 Ruslan Zakirovindex/value array slice operation
2013-09-13 Ruslan Zakirovkey/value hash slice operation
next