This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add probes for LOCALTIME_max and LOCALTIME_min (y2038 project)
[perl5.git] / pp.c
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
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...
next