This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
madprop about forced words
[perl5.git] / pp.c
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
2006-04-30 Nicholas ClarkDave noticed that change 28022 was wrong - should read...
2006-04-30 Nicholas Clarkindex and rindex couldn't correctly handle surprises...
2006-04-29 Nicholas Clarklcfirst/ucfist plus an 8 bit locale could mangle UTF...
2006-04-29 Nicholas Clarkuc plus an 8 bit locale could get confused by UTF-8...
2006-04-29 Nicholas Clarklc plus an 8 bit locale could mangle UTF-8 values retur...
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Jarkko Hietaniemitwo [PATCH]es: dVAR for malloc.c, and a signed/unsigned...
2006-04-28 Nicholas ClarkFix bug 34297 (length of overloaded UTF-8 strings)
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Andy Lesteruse NOOP macro
2006-04-24 Marcus Holland-MoritzA couple of casts to PADOFFSET.
2006-04-17 SADAHIRO TomoyukiRe: [PATCH] update to pp_complement() via Coverity
2006-04-16 Nicholas ClarkProvide a new flag for sv_usepvn_flags, SV_HAS_TRAILING...
2006-04-16 Andy Lesterupdate to pp_complement() via Coverity
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...
next