This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix compiler warning when cuserid is absent and sizeof(int) != sizeof(pointer)
[perl5.git] / pp.c
2009-05-14 Vincent Pitpp.c and time64.c don't need to be executable
2009-01-25 Jerry D. HeddenCode refs aren't lockable
2008-12-28 Vincent PitOn scope end, delete localized array elements that...
2008-12-28 Vincent PitIntroduce SvCANEXISTDELETE in pp.h, which simplify...
2008-11-25 Luke RossRe: [perl #59280] perlbug AutoReply: PUSH on tied array...
2008-11-17 Chip SalzenbergRe: [perl #59998] [PATCH] crypt() returns tainted data...
2008-11-13 Chip SalzenbergRe: [perl #60360] [PATCH] UPDATED: local $SIG{FOO}...
2008-11-12 Chip SalzenbergRe: [perl #60360] [PATCH] local $SIG{FOO} = sub {....
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Rafael Garcia-SuarezExplicitly specify some printf formats for constant...
2008-10-31 Nicholas ClarkAdd MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Nicholas ClarkAdd MUTABLE_IO(), and eliminate (IO *) casts in *.c.
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
2008-10-29 Nicholas ClarkEliminate (AV *) casts in *.c.
2008-10-29 Nicholas ClarkAdd MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-29 Nicholas ClarkAs Perl_cv_const_sv() now takes a const CV *, use that...
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-06-28 Ben MorrowSome more missing isGV_with_GP()s
2008-06-01 Bram[perl #36875] [PATCH] scalar reverse undef does not...
2008-04-14 Rafael Garcia-SuarezRevert change #33676, likely to break atan(-0,0) on...
2008-04-14 Rafael Garcia-SuarezMake atan2(0,0) return undef
2008-03-31 Vincent PitDouble magic with substr
2008-03-25 Rafael Garcia-SuarezUse sv_setpvs() like a few lines before since change...
2008-03-25 Vincent PitRe: [PATCH] Double warning with perl -we 'my $a; substr...
2008-02-14 Robin Barkeruse svtype
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-02-01 Nicholas ClarkIn pp_split(), eliminate most (all?) of the conditional...
2008-01-28 Rafael Garcia-SuarezMake lc/uc/lcfirst/ucfirst warn when passed undef.
2008-01-13 Nicholas ClarkRe-order so that the !SvOK() case is last (which should...
2008-01-12 Nicholas ClarkFor 5.12: saner behaviour for `length`
2008-01-06 Marcus Holland-MoritzFix compilation issues and warnings with exotic configu...
2008-01-05 Nicholas ClarkReplace all reads of RXf_UTF8 with RX_UTF8().
2008-01-04 Marcus Holland-MoritzAdd macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas ClarkAdd newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-03 Nicholas ClarkPossible future bugs found by the creation of newSVpvn_...
2008-01-02 Nicholas ClarkAdd a new function newSVpvn_flags(), which takes a...
2008-01-02 Nicholas ClarkWrap all deferences of struct regexp* in macros RX_...
2007-12-29 Nicholas ClarkChange Perl_av_iter_p() to return IV* rather than I32...
2007-12-26 Nicholas ClarkTake code that occurs in three places to take a scalar...
2007-12-26 Nicholas ClarkEliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-26 Nicholas ClarkSwap SVt_RV and SVt_NV in the SV ordering.
2007-12-20 Nicholas ClarkImplement each @array.
2007-10-21 Rick DelaneyRe: overload64.t failures
2007-10-19 Jerry D. HeddenFix overloading for 64-bit ints (revised)
2007-10-11 Jerry D. Heddenpp_int should treat refs as UVs (not IVs)
2007-10-08 Rick DelaneyRe: [perl #46011] [RESOLVED] overload "0+" doesn't...
2007-10-07 Rick DelaneyRe: [perl #46011] overload "0+" doesn't handle integer...
2007-09-07 Rafael Garcia-SuarezRemove the 'err' keyword
2007-09-06 Nicholas ClarkMake state $zok = slosh(); behave as the Perl 6 design...
2007-08-31 Brandon BlackRe: optimize push @ISA, (was Re: parent.pm at corion...
2007-08-30 Jarkko Hietaniemimisc blead stuff
2007-08-12 Ævar Arnfjörð Bjar... Re: [PATCH] Optimize split //
2007-08-09 Ævar Arnfjörð Bjar... Optimize split //
2007-06-14 Rafael Garcia-SuarezFix [perl #43207] lc() or uc() inside sort affect the...
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-21 Nicholas ClarkWhere possible, use SvIV instead of SvIVX, SvNV instead...
2007-04-20 Patrick Dugnolle[perl #42614] NAN_COMPARE_BROKEN.DIV_BY_NAN_BUG (with...
2007-04-15 Dave Mitchellfix casting warning in pp_ord()
2007-04-12 Nicholas ClarkChange 18797 (Patch for [perl #9402], known also as...
2007-04-07 Nicholas ClarkTurn op_pmreplroot in struct pmop into a real union.
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
2007-03-29 Rafael Garcia-SuarezBack out changes 30762 and 30763
2007-03-27 Jarkko Hietaniemistop the cargo cult of (MEM_SIZE)~0
2007-03-26 Nicholas ClarkIn struct regexp replace the two arrays of I32s accesse...
2007-03-26 Rafael Garcia-SuarezNit to change 30762 by Gisle.
2007-03-26 Yitzchak Scott-Tho... Re: substr($megabytes, 30) =
2007-02-18 Nicholas ClarkAdd a new API function newSV_type, to replace the idiom:
2007-02-10 Nicholas ClarkThese casts to GV are no longer needed.
2007-01-25 Nicholas ClarkThe last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-21 Nicholas ClarkRefactor the common soft-reference code from pp_rv2sv...
2007-01-19 SADAHIRO TomoyukiRe: [PATCH] fix unicode split /\s+/
2007-01-19 Yves Ortonfix unicode split /\s+/
2007-01-09 Yves OrtonLet the regex parser decide if we have a special patter...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-04 Marcus Holland-Moritz4th patch from:
2007-01-04 Marcus Holland-MoritzThe first three patches from:
2006-11-23 Yves OrtonCleanup regexp flags and structure
2006-11-13 Yves OrtonRegex Utility Functions and Substituion Fix (XML::Twig...
2006-11-07 Rafael Garcia-SuarezForbid using tainted formats in printf and sprintf
2006-11-06 Nicholas Clarkassert() that SvPV_set() isn't used on arrays.
2006-10-31 Rafael Garcia-SuarezMake readpipe() overridable (and also `` and qx//)
2006-10-19 Rafael Garcia-SuarezMake prototype("CORE::mkdir") work. That's a special...
2006-10-18 Rafael Garcia-SuarezMake prototype("CORE::foo") return prototypes with...
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-20 Rafael Garcia-Suarezprototype() wasn't working to get the prototype of...
2006-09-12 Yves OrtonDisable study() for utf-8 strings
2006-09-05 Robin Barker; was RE: [PATCH perlio.c pp.c regcomp.c] silence forma...
2006-08-31 Nicholas ClarkChange the generation of {} and [] from 3 ops to 1...
2006-08-04 Rick DelaneyRe: [perl #39882] inconsistent list slice behaviour
2006-07-27 Steve HayClear up most of the VC6 compiler warnings in the follo...
2006-06-12 Andy LesterProper use of enums
2006-06-07 SADAHIRO TomoyukiRevert change #20462 (except the regression test),
2006-05-15 SADAHIRO Tomoyukistrange encodings upsets pp_chr
2006-05-05 Rafael Garcia-SuarezImplement state array and state hashes. Initialisation...
2006-05-02 Andy Lesterpp.c casting, take two
2006-05-01 Jarkko Hietaniemisigned vs unsigned char * nit
next