This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
I believe that it makes little sense for the simple user filters
[perl5.git] / pp.c
2006-04-11 Andy LesterQuiet a coverity problem
2006-04-03 John L. Allenrevisited: pow.t test failures on AIX 5.1 perl588 with...
2006-04-02 Nicholas ClarkAbstract all the accesses to cop_arybase (apart from...
2006-03-31 Andy LesterRandom accumulated patches
2006-03-30 Nicholas ClarkLocalising hash slices with UTF-8 encoded keys was...
2006-03-23 Jan DuboisRE: [PATCH, no, really!] Re: [perl #38779] NAN's on...
2006-03-20 Nicholas ClarkIf the scalar has just been upgraded to SVt_RV, there...
2006-03-20 Rick DelaneyRe: [perl #38710] localised stash slice
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-25 SADAHIRO TomoyukiRe: [perl #38619] Bug in lc and uc (interaction between...
2006-02-25 Nicholas ClarkStore GvGP in the SV head union. For all the common...
2006-02-23 Nicholas ClarkReplace direct flags tests & manipulations for SVpad_TY...
2006-02-22 Nicholas ClarkFix typos and a missing bracket.
2006-02-22 Nicholas ClarkAvoid C<study>ing any strings that might change underne...
2006-02-17 Yitzchak Scott-Tho... Re: [perl #38485] use integer; 0x80000000/-1; # coredump
2006-02-14 Yitzchak Scott-Tho... One shouldn't be able to dereference a GLOB as a SCALAR.
2006-02-14 Andy LesterSun Studio lint patches
2006-02-11 Steve PetersDie when integer overflow condition is detected in...
2006-02-11 Nicholas Clarkassert() that we can't reach two unreachable code paths
2006-02-09 Andy LesterTrying my "remove the pTHXes" patch again
2006-02-08 Nicholas ClarkBorland's C compiler warns that the & is unnecessary.
2006-02-07 Nicholas ClarkMerging pp_bit_or and pp_bit_xor shrinks the object...
2006-02-07 Nicholas ClarkAll the trancendental unary operators can be merged...
2006-02-07 Nicholas ClarkAvoid gcc warning about possibly uninitialised variables.
2006-02-07 Nicholas ClarkCreate new macros AMG_CALLun_var, AMG_CALLun_var and...
2006-02-07 Nicholas Clarkpp_pop can be implemented by pp_shift.
2006-02-07 Nicholas Clarkpp_hex can be implemented trivially by pp_oct, making...
2006-02-07 Nicholas ClarkMerge pp_index and pp_rindex - we have another mathom.
2006-02-07 Nicholas ClarkSome refactoring to converge pp_index and pp_rindex
2006-02-07 Nicholas ClarkFix bug 38454 (rindex corrects for $[ on bytes rather...
2006-02-06 Nicholas ClarkOptimise index so that if the big string is ISO-8859...
2006-01-30 Nicholas ClarkCode assumes that *FOO{SCALAR} will always return a...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-02 Rafael Garcia-SuarezUpdate copyrights for files modified in 2006
2006-01-01 Andy LesterMaking 0 pointers to NULLs
2005-12-29 Nicholas ClarkA GVs stash can be NULL, so don't call macros that...
2005-12-27 Andy Lesterpre-likely cleanup
2005-12-22 Andy LesterHo! Ho! Ho! Santa brings consting!
2005-12-22 Nicholas ClarkAdd an optimisation to allow proxy constant subroutines...
2005-12-21 Nicholas ClarkThe lref argument of sv_2cv is actually passed onwards...
2005-12-20 Nicholas Clarkgv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-16 Nicholas Clarks/Nullav/NULL/g
2005-12-15 Rafael Garcia-SuarezFix for [perl #37886] strict 'refs' doesn't apply insid...
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-11-30 Gisle AasRemove redundant SvUTF8_on() calls
2005-11-07 Nicholas ClarkMerge pp_slt, pp_sgt and pp_sge into pp_sle. (The most...
2005-11-07 Nicholas ClarkThe rarely used lcfirst and ucfirst share almost all...
2005-11-07 Nicholas ClarkFix bug #37628 (both lcfirst and ucfirst)
2005-11-05 Nicholas ClarkAllow passing of the full enum name into the tryAMAGICb...
2005-11-05 SADAHIRO TomoyukiRe: A surprising segfault
2005-11-04 Steve PetersI barely knew ya pp_dor. Merged into pp_defined from...
2005-10-31 Nicholas ClarkAll the ops that are simply C<return some_other_op...
2005-10-31 Nicholas ClarkReplace the 3 currently "unreachable" ops with a single...
2005-10-30 Nicholas ClarkFunctions that die aren't exactly well used code.
2005-10-26 Tassilo von ParsevalRe: [PATCH] minor speed-up for pp_push()
2005-10-14 Steve Petersgcc complains when it sees variables declared
2005-08-23 Rick DelaneyUse SvGETMAGIC more often
2005-08-06 Dominic DunlopRe: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadp...
2005-07-19 Piotr FusikRe: [PATCH] Faster **
2005-07-13 Dave Mitchellmake the expensive ckWARN() be called as late as possible
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-06-29 Nicholas ClarkAll tests pass (for me) with -DPERL_DONT_CREATE_GVSV
2005-06-23 Andy LesterConst Boy II: The Localizing
2005-06-22 Steve HaySilence some bcc32 compiler warnings
2005-06-16 Andy LesterRemoving /*SUPPRESS xxx*/
2005-06-10 Nicholas ClarkMore SvPV consting, including some code cleanup and...
2005-06-08 Nicholas ClarkAllow a null length pointer to sv_pvn_force_flags.
2005-06-08 Nicholas ClarkOne more SvPV_const
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting.
2005-06-07 Nicholas Clarkmake pp_split const
2005-06-07 Nicholas ClarkLots of consting
2005-06-07 Jarkko HietaniemiRe: [perl #36130] chr(-1) should probably return undef
2005-06-07 Andy LesterUnvoid SvUPGRADE
2005-06-03 Nicholas ClarkUse newSVhek where we're generating SVs from package...
2005-05-29 Nicholas ClarkGoodbye xav_arylen. You won't be missed that much.
2005-05-26 Nicholas ClarkStore the package name as a shared HEK.
2005-05-26 Andy LesterUpdated lint infrastructure
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-21 Steve PetersSvPVX_const - patch #2
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-09 Andy Lesterattributes-two.patch, the next batch
2005-05-08 Nicholas ClarkPerl_croak uses perl's printf, so can pass in SVs direc...
2005-05-03 Rafael Garcia-SuarezFix getting prototype of builtins mkdir and setpgrp.
2005-05-03 Steve PetersIEEE math for the masses
2005-04-28 Steve HaySilence a compilation warning on Win32
2005-04-28 Nicholas ClarkAdd a new macro SvPV_free() which undoes OOK and free...
2005-04-27 Rafael Garcia-SuarezA couple of warning fixes by Gisle
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-18 Steve PetersRefactoring to Sv*_set() macros - patch #4
2005-04-08 Steve PetersRefactoring to Sv*_set() macros - patch #2
2005-03-24 Andy LesterThird consting batch
2005-01-23 Jarkko HietaniemiRe: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net...
2005-01-22 Jarkko HietaniemiRe: uc($long_utf8_string) exhausts memory
2005-01-22 Jarkko HietaniemiRe: uc($long_utf8_string) exhausts memory
next