This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove 3 unused scripts from Porting
[perl5.git] / pp.c
2011-08-30 Father Chrysostomos&CORE::unpack()
2011-08-29 Father Chrysostomos&CORE::foo() for tie functions
2011-08-28 Father Chrysostomos&CORE::substr()
2011-08-28 Father Chrysostomos&CORE::srand()
2011-08-27 Karl Williamsonpp.c: Use built-in case tables for ords < 256
2011-08-27 Karl Williamsonpp.c: Change comment
2011-08-27 Father Chrysostomos&CORE::foo() for (sys)read and recv
2011-08-27 Father Chrysostomos&CORE::rand()
2011-08-27 Father Chrysostomos&CORE::open()
2011-08-26 Father Chrysostomos&CORE::lock()
2011-08-26 Father Chrysostomos&CORE::index() and &CORE::rindex()
2011-08-26 Father ChrysostomosRemove now-unnecessary len check from pp.c:S_rv2gv
2011-08-26 Father ChrysostomosMake *{undef} self-consistent
2011-08-26 Father Chrysostomospp.c: Suppress stupid compiler warning
2011-08-26 Father Chrysostomos&CORE::foo() for dbmopen and dbmclose
2011-08-26 Father Chrysostomos&CORE::foo() for close, getc and readline
2011-08-25 Father Chrysostomos&CORE::foo() for @ and $@ prototypes, except unlink
2011-08-25 Father Chrysostomos&CORE::caller()
2011-08-25 Father Chrysostomos&CORE::bless()
2011-08-25 Father ChrysostomosAllow ampersand calls for CORE subs with $*$$**$ protos
2011-08-25 Father ChrysostomosMove most of pp_rv2gv into a static function
2011-08-25 Father ChrysostomosAllow ampersand calls to CORE subs with (_) proto
2011-08-24 Gerard Goossen[perl #97088] Prevent double get-magic in various cases
2011-08-24 Father ChrysostomosCall get-magic once for defined ${...}
2011-08-23 Father ChrysostomosStop readline($foo) from autovivifying
2011-08-23 Father Chrysostomosclose($undef) should not croak_no_modify
2011-08-23 Father ChrysostomosCall get-magic once for implicit rv2gv in close(),...
2011-08-23 Father ChrysostomosRemove null checks from pp_rv2gv
2011-08-22 Father ChrysostomosMake rv2gv return autovivified magic GVs
2011-08-19 Father Chrysostomospp.c:pp_rv2gv: Skip amagic check when vivifying a glob
2011-08-18 Father Chrysostomos&CORE::foo() for nullary functions
2011-08-18 Father ChrysostomosAdd coreargs op
2011-08-15 Father ChrysostomosMake lock(&foo) syntax nominally lock the subroutine
2011-08-14 Father ChrysostomosMove pp_-specific code out of core_prototype
2011-08-14 Father ChrysostomosChange core_prototype to take a keyword num
2011-08-14 Father ChrysostomosMake core_prototype provide the op number as well
2011-07-26 Father ChrysostomosAdd core_prototype; make pp_prototype use it
2011-07-22 Father ChrysostomosDon’t call get-magic twice for sym refs
2011-07-21 Father ChrysostomosCorrect lock’s prototype
2011-07-19 Father ChrysostomosUse a switch in pp_prototype for compactness
2011-07-19 Father Chrysostomos[perl #94984] Remove prototypes for infix ops
2011-07-08 Father ChrysostomosAdd prototypes for __FILE__ &c.
2011-07-01 Nicholas ClarkFor shorter strings, store C<study>'s data as U8s or...
2011-07-01 Nicholas ClarkStore C<study>'s data as U32s, instead of I32s.
2011-07-01 Nicholas ClarkTidy code in pp_study and Perl_screaminstr()
2011-07-01 Nicholas ClarkStore C<study>'s data in in mg_ptr instead of interpret...
2011-07-01 Nicholas ClarkMerge PL_scream{first,next} into one allocated buffer.
2011-07-01 Nicholas ClarkChange PL_screamnext to store absolute positions.
2011-07-01 Nicholas ClarkSplit out study magic from pos magic.
2011-06-25 David Mitchelladd do_ncmp fn and make pp_ncmp, pp_eq etc use it
2011-06-25 David Mitchellpp_ncmp: favour the non- Perl_isnan route
2011-06-25 David Mitchellremove unreachable code from various compare ops
2011-06-23 Nicholas Clarkstudy now passes REXEC_SCREAM to the regex engine when...
2011-06-21 Eric Brine[perl #78462] Don't warn for splice(@a,MAX_LEN)
2011-06-17 Father ChrysostomosRevert "pos in lvalue context now returns a PVMG instea...
2011-06-14 Nicholas Clarkpos in lvalue context now returns a PVMG instead of...
2011-06-11 Nicholas ClarkDon't allow study on an FBM scalar, to give more flexib...
2011-06-04 Father ChrysostomosFix several array-returning bugs in lvalue subs
2011-05-19 Nicholas ClarkRemove duplicate code from pp_study(), caused by a4f4e9...
2011-05-19 Nicholas Clarkstudy uses I32 internally for offsets, so should be...
2011-05-18 Michael WittenClean: Actually use HvUSEDKEYS() instead of HvKEYS()
2011-04-19 Father ChrysostomosMake push, etc., work on tied scalars
2011-04-19 Father ChrysostomosMake keys $scalar an lvalue
2011-04-19 Father ChrysostomosMake keys/value/each $scalar accept only unblessed...
2011-04-18 David Mitchellfix for pp.c under win32 etc
2011-04-18 Father ChrysostomosMake push/shift $scalar accept only unblessed aryrefs
2011-04-08 Father ChrysostomosRevert parts of c31c291..96b6b87
2011-04-08 Father ChrysostomosRevert "[perl #87708] $tied / $tied under use integer"
2011-04-06 Father Chrysostomos[perl #87708] $tied / $tied under use integer
2011-04-06 Father Chrysostomos[perl #87708] $tied % $tied and $tied * $tied under...
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied < $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied > $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied <= $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied >= $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied == $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied != $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied <=> $tied
2011-04-06 Father Chrysostomos[perl #87708] atan2 $tied, $tied
2011-03-31 Father Chrysostomos[perl #87336] lc/uc(first) fail to taint the returned...
2011-03-14 David Mitchell[perl #82250] fix tainted (s)print format
2011-03-06 David LeadbeaterFix [perl #85508] regression in print length undef
2011-02-28 Karl WilliamsonMove some #defines
2011-02-10 Father Chrysostomos[perl #77692] substr causes panic: sv_len_utf8 cache...
2011-01-21 Father Chrysostomos[perl #81750] Perl 5.12: undef-as-hashref bug
2011-01-21 David Mitchelladd GvCV_set() and GvGP_set() macros.
2011-01-17 Karl WilliamsonCH] Change usage of regex/op common to common names
2011-01-16 Karl WilliamsonUse multi-bit field for regex character set
2011-01-09 Nicholas ClarkGenerate "Unsupported socket function" stubs using...
2011-01-09 Nicholas Clarkregen/opcode.pl should only generate prototypes for...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2011-01-05 Nicholas ClarkConvert tied SPLICE to using Perl_tied_method()
2010-12-31 Nicholas ClarkAvoid using OP_NAME() in unimplemented_op(), as it...
2010-12-31 David Mitchellstandardise amagic method naming
2010-12-27 Nicholas ClarkMove do_chomp() from pp.c to doop.c, and make it static.
2010-12-27 Nicholas ClarkMerge the opcode bodies for chop/chomp and schop/schomp.
2010-12-27 Nicholas ClarkMerge Perl_do_chop() and Perl_do_chomp().
2010-12-27 Nicholas ClarkConvert Perl_do_chomp() to the same prototype as Perl_d...
2010-12-27 Nicholas ClarkRefactor pp_chomp to process arguments in the same...
2010-12-16 David Mitchellonly call amagic_deref_call() if we have to
2010-12-15 David Mitchelldon't upgrade overload IV return values to NV
next