Const Boy II: The Localizing
[p5sagit/p5-mst-13.2.git] / pp.c
2005-06-23 Andy Lester Const Boy II: The Localizing
2005-06-22 Steve Hay Silence some bcc32 compiler warnings
2005-06-16 Andy Lester Removing /*SUPPRESS xxx*/
2005-06-10 Nicholas Clark More SvPV consting, including some code cleanup and...
2005-06-08 Nicholas Clark Allow a null length pointer to sv_pvn_force_flags.
2005-06-08 Nicholas Clark One more SvPV_const
2005-06-07 Nicholas Clark More SvPV consting
2005-06-07 Nicholas Clark More SvPV consting
2005-06-07 Nicholas Clark More SvPV consting.
2005-06-07 Nicholas Clark make pp_split const
2005-06-07 Nicholas Clark Lots of consting
2005-06-07 Jarkko Hietaniemi Re: [perl #36130] chr(-1) should probably return undef
2005-06-07 Andy Lester Unvoid SvUPGRADE
2005-06-03 Nicholas Clark Use newSVhek where we're generating SVs from package...
2005-05-29 Nicholas Clark Goodbye xav_arylen. You won't be missed that much.
2005-05-26 Nicholas Clark Store the package name as a shared HEK.
2005-05-26 Andy Lester Updated lint infrastructure
2005-05-21 Nicholas Clark Move hv_name, hv_eiter and hv_riter into a new aux...
2005-05-21 Steve Peters SvPVX_const - patch #2
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-05-09 Andy Lester attributes-two.patch, the next batch
2005-05-08 Nicholas Clark Perl_croak uses perl's printf, so can pass in SVs direc...
2005-05-03 Rafael Garcia-Suarez Fix getting prototype of builtins mkdir and setpgrp.
2005-05-03 Steve Peters IEEE math for the masses
2005-04-28 Steve Hay Silence a compilation warning on Win32
2005-04-28 Nicholas Clark Add a new macro SvPV_free() which undoes OOK and free...
2005-04-27 Rafael Garcia-Suarez A couple of warning fixes by Gisle
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-04-18 Steve Peters Refactoring to Sv*_set() macros - patch #4
2005-04-08 Steve Peters Refactoring to Sv*_set() macros - patch #2
2005-03-24 Andy Lester Third consting batch
2005-01-23 Jarkko Hietaniemi Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net...
2005-01-22 Jarkko Hietaniemi Re: uc($long_utf8_string) exhausts memory
2005-01-22 Jarkko Hietaniemi Re: uc($long_utf8_string) exhausts memory
2005-01-14 Nicholas Clark Correct the editor block to match the perl 5 policy...
2005-01-13 Nicholas Clark replace NEWSV(), SvSetSV() with newSVsv()
2005-01-11 Nicholas Clark Fix bug 32294 - index()/rindex() ignore UTF8 flag
2005-01-09 Nicholas Clark Shorter source code in pp_gelem. (But it compiles to...
2005-01-07 Nicholas Clark Stage 1 of utf8 support for soft references.
2005-01-01 Nicholas Clark strEQ/strNE of 1 character strings seems better hand...
2004-12-31 Nicholas Clark Skip 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-Moritz SvO?OK_off()'s return value
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-07-21 Rick Delaney Re: [perl #30688] Empty slice arg with ($;$) prototype
2004-07-14 Nicholas Clark Numeric comparison operators mustn't compare addresses...
2004-07-13 LAUN Wolfgang Re: [perl #30568] splice generates undef? [PATCH]
2004-07-02 Dave Mitchell [perl #30258] utf8 POPSTACK crash on split execution
2004-06-08 Jarkko Hietaniemi Re: [PATCH] Re: Lack of error for large string on Solaris
2004-06-02 Marcus Holland-Moritz Make change #22889 work for threaded builds.
2004-06-02 Rafael Garcia-Suarez Make 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 Mitchell fix a coredump caused by rv2gv not fully converting...
2004-04-23 Dave Mitchell Include variable names in "Use of uninitialized value...
2004-03-27 Dave Mitchell [perl #24200] string corruption with lvalue sub
2004-03-21 Andy Lester Finally, this "Negative repeat count" warning wasn...
2004-03-21 Rafael Garcia-Suarez Add a new warning "Negative repeat count"
2004-03-18 Dave Mitchell add code comment for change 22525
2004-03-18 Dave Mitchell make ~$x give warning is $x isn't initialised.
2004-03-17 Jarkko Hietaniemi malloc wrappage
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-02-17 Dave Mitchell 22316 had stupid precedence thinkos
2004-02-17 Dave Mitchell Slight update to #22315 ($lval=*FOO); optimise the...
2004-02-17 Tassilo von Parseval Re: [PATCH] GLOB to LVALUE assignment fix
2004-02-03 Rafael Garcia-Suarez Implement "my $_".
2004-01-19 Gisle Aas Re: [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-Suarez Some of the bitwise manipulation PP functions weren...
2003-12-14 Nicholas Clark Forgot to remove a comment
2003-12-13 Nicholas Clark Add Perl_ceil
2003-12-06 Rafael Garcia-Suarez Missing thingies.
2003-12-06 Tassilo von Parseval SCALAR/FIRSTKEY for tied hashes in scalar context
2003-08-29 Rafael Garcia-Suarez Don't cast PL_multiline to bool : you may loose importa...
2003-08-29 Nicholas Clark Re: all 9007199254740992s are equal, but some are more...
2003-08-29 Jarkko Hietaniemi Comparing an int to a U32 makes VC6 nervous.
2003-08-03 Adrian M. Enache Re: [perl #23207] persistant sideffect involving bitwis...
2003-07-29 Jarkko Hietaniemi Quieten MSVC6.
2003-07-18 Stephen McCamant Re: Oops - Can't calculate our powers
2003-06-22 Jarkko Hietaniemi Move the (pseudo)seed functio for (pseudo)random number...
2003-06-18 Adrian M. Enache Re: [perl #22727] split() with re_eval segfaults/panics
2003-06-13 Rafael Garcia-Suarez Remove the deprecated $* variable.
2003-05-13 Jarkko Hietaniemi Better be explicit with dangling elses.
2003-05-12 Alex Vandiver Re: 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 Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-04-15 Jarkko Hietaniemi Big patch from Alan Burlison to make Solaris long doubl...
2003-04-07 Jarkko Hietaniemi The 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 Hietaniemi Integrate:
2003-03-23 Jarkko Hietaniemi Integrate from maint-5.8:
2003-03-18 Hugo van der Sanden add comment at undef postinc special case
2003-03-07 Jarkko Hietaniemi Define the Perl_pp_i_modulo_1() only iff we have glibc.
2003-03-03 Jarkko Hietaniemi Use a macro for abs() to avoid the possible truncation...
2003-03-02 Adrian M. Enache Re: [perl #21411] [fix] Postponed RE with split()
next