This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Devel::PPPort 3.05.
[perl5.git] / pp.c
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
2005-01-14 Nicholas ClarkCorrect the editor block to match the perl 5 policy...
2005-01-13 Nicholas Clarkreplace NEWSV(), SvSetSV() with newSVsv()
2005-01-11 Nicholas ClarkFix bug 32294 - index()/rindex() ignore UTF8 flag
2005-01-09 Nicholas ClarkShorter source code in pp_gelem. (But it compiles to...
2005-01-07 Nicholas ClarkStage 1 of utf8 support for soft references.
2005-01-01 Nicholas ClarkstrEQ/strNE of 1 character strings seems better hand...
2004-12-31 Nicholas ClarkSkip the switch statement entirely if the pointer is...
2004-11-04 Rick Delaney[perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
2004-09-30 Dave Mitchell [perl #31767] open $1, "file" doesn't raise an exception
2004-09-08 Marcus Holland-MoritzSvO?OK_off()'s return value
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-21 Rick DelaneyRe: [perl #30688] Empty slice arg with ($;$) prototype
2004-07-14 Nicholas ClarkNumeric comparison operators mustn't compare addresses...
2004-07-13 LAUN WolfgangRe: [perl #30568] splice generates undef? [PATCH]
2004-07-02 Dave Mitchell[perl #30258] utf8 POPSTACK crash on split execution
2004-06-08 Jarkko HietaniemiRe: [PATCH] Re: Lack of error for large string on Solaris
2004-06-02 Marcus Holland-MoritzMake change #22889 work for threaded builds.
2004-06-02 Rafael Garcia-SuarezMake the dUNDERBAR/UNDERBAR macros work as advertised.
2004-05-06 Marcus Holland-Moritz[perl #29346] Double warning for int(undef) and abs...
2004-05-03 Dave Mitchell[perl #29127] scalar delete of empty slice returned...
2004-05-03 Dave Mitchell [perl #28938] split could leave an array without ...
2004-04-27 Dave Mitchellfix a coredump caused by rv2gv not fully converting...
2004-04-23 Dave MitchellInclude variable names in "Use of uninitialized value...
2004-03-27 Dave Mitchell[perl #24200] string corruption with lvalue sub
2004-03-21 Andy LesterFinally, this "Negative repeat count" warning wasn...
2004-03-21 Rafael Garcia-SuarezAdd a new warning "Negative repeat count"
2004-03-18 Dave Mitchelladd code comment for change 22525
2004-03-18 Dave Mitchellmake ~$x give warning is $x isn't initialised.
2004-03-17 Jarkko Hietaniemimalloc wrappage
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-17 Dave Mitchell22316 had stupid precedence thinkos
2004-02-17 Dave MitchellSlight update to #22315 ($lval=*FOO); optimise the...
2004-02-17 Tassilo von ParsevalRe: [PATCH] GLOB to LVALUE assignment fix
2004-02-03 Rafael Garcia-SuarezImplement "my $_".
2004-01-19 Gisle AasRe: [perl #24926] chop/~ mangles UTF8 [PATCH]
2004-01-16 Yitzchak Scott-Tho... Re: [perl #24816] Magic vars seem unsure if they are...
2004-01-05 Rafael Garcia-SuarezSome of the bitwise manipulation PP functions weren...
2003-12-14 Nicholas ClarkForgot to remove a comment
2003-12-13 Nicholas ClarkAdd Perl_ceil
2003-12-06 Rafael Garcia-SuarezMissing thingies.
2003-12-06 Tassilo von ParsevalSCALAR/FIRSTKEY for tied hashes in scalar context
2003-08-29 Rafael Garcia-SuarezDon't cast PL_multiline to bool : you may loose importa...
2003-08-29 Nicholas ClarkRe: all 9007199254740992s are equal, but some are more...
2003-08-29 Jarkko HietaniemiComparing an int to a U32 makes VC6 nervous.
2003-08-03 Adrian M. EnacheRe: [perl #23207] persistant sideffect involving bitwis...
2003-07-29 Jarkko HietaniemiQuieten MSVC6.
2003-07-18 Stephen McCamantRe: Oops - Can't calculate our powers
2003-06-22 Jarkko HietaniemiMove the (pseudo)seed functio for (pseudo)random number...
2003-06-18 Adrian M. EnacheRe: [perl #22727] split() with re_eval segfaults/panics
2003-06-13 Rafael Garcia-SuarezRemove the deprecated $* variable.
2003-05-13 Jarkko HietaniemiBetter be explicit with dangling elses.
2003-05-12 Alex VandiverRe: Bug stomping fun. [PATCH: bug #1016]
2003-05-08 Yitzchak Scott-Tho... Re: [perl #17718] %tiedhash in bool context doesn't...
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-15 Jarkko HietaniemiBig patch from Alan Burlison to make Solaris long doubl...
2003-04-07 Jarkko HietaniemiThe SvGROW() might move the PV.
2003-04-02 Yitzchak Scott-Tho... Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s...
2003-04-02 H.Merijn Brand#19122 should have been tested on non-glibc system...
2003-04-01 Jarkko HietaniemiIntegrate:
2003-03-23 Jarkko HietaniemiIntegrate from maint-5.8:
2003-03-18 Hugo van der Sandenadd comment at undef postinc special case
2003-03-07 Jarkko HietaniemiDefine the Perl_pp_i_modulo_1() only iff we have glibc.
2003-03-03 Jarkko HietaniemiUse a macro for abs() to avoid the possible truncation...
2003-03-02 Adrian M. EnacheRe: [perl #21411] [fix] Postponed RE with split()
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-03-02 Jarkko HietaniemiGo with "right = -right" for greater portability, some...
2003-03-02 Jarkko HietaniemiPatch for [perl #9402], known also as "glibc _moddi3 bug
2003-02-25 Rafael Garcia-SuarezRe: [perl #21321] local ${"FOO"} does not work
2003-02-16 Hugo van der Sandenrestrict PERL_PRESERVE_IVUV to things that should reall...
2003-02-15 Adrian M. EnacheRe: [perl #20912] UTF8 related glitch + fix
2003-02-15 Hugo van der SandenRe: [perl #20933] \substr reuses lvalues (sometimes)
2003-02-02 Rafael Garcia-Suarez[perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
2003-01-16 Jarkko HietaniemiFix 'use encoding' I/O for code points 0x80..0xFF;
2002-12-10 Rafael Garcia-SuarezIntegrate from the maint-5.8/ branch :
2002-11-05 Hugo van der SandenRe: [perl #18107] lc(), uc() and ucfirst() broken insid...
2002-11-05 Abhijit Menon-Sen1. Update pp_ucfirst to enter the UTF-8 branch only...
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-03 Stephen McCamantRe: speed of my
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-08-17 Nicholas ClarkCopy On Write
2002-08-17 Hugo van der Sandenpp.c warns that sv may be used uninitialised in pp_delete()
2002-08-17 Michael G. SchwernRemove pseudo-hashes (complete)
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-08 Slaven RezicRe: [perl #15523] Memory Leak in split with trailing...
2002-06-16 Craig A. Berrypp.c:pp_pow() -- quit when you're done
2002-06-07 Jarkko Hietaniemigcc -Wall nit noticed by NI-S.
2002-06-05 Doug MacEachernRe: local tied hash slices & stray keys (was Re: Cwd...
2002-05-21 Jarkko Hietaniemimicroperl: if DIEing on no-functionality, the has-funct...
2002-05-14 Jarkko Hietaniemireentr.h affects more C files than just reentr.c
2002-05-08 Gurusamy Sarathymake the gettimeofday() implementation in Time::HiRes...
2002-04-21 Gurusamy Sarathysquelch some more type mismatch warnings
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-06 Nicholas ClarkRe: the dirty half dozen (Re: perl@15662)
2002-04-02 Jarkko HietaniemiWhat started as a small nit (the charnames test, nit...
2002-03-22 Jarkko HietaniemiIf Unicode keys are entered to a hash, a bit is turned on.
2002-03-16 Jarkko HietaniemiThwart IRIX long doubles and sloppy pow() (in Perl...
next