This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In S_mro_get_linear_isa_dfs(), add void casts to silence two warnings
[perl5.git] / perl.c
2008-08-28 Nicholas ClarkFix #30660: Repeated spaces on shebang line stops optio...
2008-08-24 Milosz TanskiSafer environ iteration
2008-06-17 Rafael Garcia-SuarezRename the new macro clear_errsv() from last patch...
2008-06-17 Bram[perl #51370] length($@)>0 for empty $@ if utf8 is...
2008-04-15 Jerry D. HeddenClean up unused 'popt' variable in perl.c
2008-04-14 Nicholas ClarkNo need to copy the part of PERL5OPT that we've already...
2008-04-14 Nicholas ClarkVery little const-propagation remains related to Perl_m...
2008-04-13 Marcus Holland-MoritzAdd two missing dVAR's.
2008-04-03 Nicholas ClarkClean up some compiler warnings spotted by smokers.
2008-03-29 Gerard Goossendo not use SVTYPEMASK to prevent cleaning of PL_fdpid...
2008-03-02 Robin Barkerfor -M:Foo, extended and revised
2008-02-27 Nicholas ClarkDo the memory debug header fixup earlier to avoid valgr...
2008-02-26 Rafael Garcia-SuarezChainsaw DEBUG_S out, as suggested by Vincent Pit.
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-28 Robin BarkerFW: [PATCH] RE: [PATCH] volatile, avoid clobbered
2008-01-21 Rafael Garcia-SuarezWhen changing the op_ppaddr of an op, one must keep...
2008-01-21 Nicholas ClarkGive G_VOID, G_SCALAR and G_ARRAY the same numeric...
2008-01-21 Nicholas ClarkAdd a flag G_WANT, as a mask for the bits G_SCALAR...
2008-01-21 Nicholas ClarkEncode the G_* to OPf_WANT_* transform, the reverse...
2008-01-18 Nicholas ClarkDon't create local variables validarg and fdscript...
2008-01-18 Nicholas ClarkThe suidscript argument to S_forbid_setid(), S_open_scr...
2008-01-18 Nicholas ClarkEliminate all PERL_UNUSED_ARG()s in S_validate_suid...
2008-01-18 Nicholas ClarkChange 32997 missed one conditionally unused argument.
2008-01-18 Nicholas ClarkCollect all the S_validate_suid() unused argument logic...
2008-01-18 Nicholas ClarkRemove commented out declaration from S_validate_suid()
2008-01-18 Nicholas ClarkRemove commented out code from S_validate_suid()
2008-01-11 Nicholas Clark__DATE__ and __TIME__ are both string literals, so...
2008-01-11 Nicholas ClarkPack the recycled pad offsets into an SV at PL_regex_pa...
2008-01-11 Nicholas ClarkRemove C variables (and a parameter!) now unused since...
2008-01-11 Rafael Garcia-SuarezRemove the -P switch
2008-01-10 Nicholas ClarkThe correct solution is to reference count the regexp...
2008-01-10 Nicholas ClarkFix bug picked up by printf format warnings - a cast...
2008-01-09 Nicholas ClarkAdd DEBUG_LEAKING_SCALARS_ABORT, to call abort() if...
2008-01-08 Nicholas ClarkWith regexps stored as real RVs, we can eliminate SvREP...
2008-01-08 Nicholas ClarkIn PL_regexp_padav, store regexps via real references...
2008-01-07 Nicholas ClarkDon't set the public IV or NV flags if the string conve...
2008-01-07 Nicholas ClarkSave an upgrade each by first setting the NV on PL_sv_y...
2008-01-04 Marcus Holland-MoritzAdd macros mPUSHs() and mXPUSHs() for pushing SVs on...
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...
2007-12-03 Rafael Garcia-Suarez Match destruct_level type from intrpvar.h, and...
2007-11-03 Dave Mitchellmake PERLSYS_TERM not require a context
2007-10-18 Nicholas ClarkIn Perl_moreswitches(), avoid the strlen() inside sv_ca...
2007-10-16 Nicholas ClarkMoving a strlen() in Perl_moreswitches() saves a strlen...
2007-10-16 Nicholas ClarkAdd dVAR;s to the functions created in change 31970.
2007-10-08 Rafael Garcia-SuarezBuild with -Dusemymalloc was broken
2007-10-06 Nicholas ClarkFinally! Worked out how to const Perl_moreswitches().
2007-10-06 Nicholas Clark"A" should no longer be in the list of options acceptab...
2007-10-06 Nicholas ClarkRemove remaining C<Nullch>s and C<Nullsv>s
2007-10-06 Nicholas ClarkThe scratch scalar used in -d processing for : and...
2007-09-25 Dave Mitchellextend PL_veto_cleanup to all platforms
2007-09-25 Dave Mitchellmake PERL_SYS_INIT/INIT3/TERM into functions
2007-09-15 Nicholas ClarkMove all the compile time options that affect binary...
2007-09-15 Nicholas ClarkRejig the word wrapping code for the "Compile-time...
2007-09-15 Nicholas ClarkSave some C<","> in the embedded program used to genera...
2007-09-03 Rafael Garcia-SuarezDeprecate the -P switch.
2007-08-08 Abhijit Menon-SenRevert #31690, because it can make -x eat arguments...
2007-08-08 Abhijit Menon-SenMake '-xx' and '-x x' work the same way (see #44387).
2007-07-19 Dave Mitchellfix up some nested #ifdef indentation
2007-07-19 Dave Mitchellsilence 'unused var' compiler warning
2007-06-17 Rafael Garcia-SuarezPatches to compile perl on Cray XT4 Catamount/Qk, by...
2007-06-05 Rafael Garcia-SuarezRemove support for assertions and -A
2007-05-21 Dave Mitchellmove PL_error_count into the PL_parser struct
2007-05-20 Dave Mitchelldelete thrdvar.h and move its contents to intrpvar.h
2007-05-12 Dave Mitchellmove PL_rsfp_filters into the parser struct
2007-05-11 Dave Mitchellmove PL_rsfp into the PL_parser struct
2007-05-05 Dave Mitchellmove PL_lex_state into the PL_parser struct
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-26 Dave Mitchelleliminate "unused var" warning
2007-04-24 Dave Mitchellmove PL_linestr from the interpreter struct to the...
2007-04-23 Dave Mitchelleliminate some uses of PL_linestr in perl.c
2007-04-23 Dave Mitchellinline S_init_lexer() and regen
2007-04-23 Dave Mitchellmake initialisation of PL_sv_no etc unconditional
2007-04-21 Rafael Garcia-SuarezUpgrade to version-0.7203.
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-04-10 Nicholas ClarkSilence the g++ warnings "right-hand operand of comma...
2007-04-06 Gerard GoossenMAD do not ignore errors from 'use'
2007-04-02 Nicholas ClarkCleanups for PERL_DEBUG_READONLY_OPS debugging code...
2007-04-02 Nicholas ClarkAdd a new compile option PERL_DEBUG_READONLY_OPS which...
2007-04-01 Dave MitchellEliminate the use of PL_curforce outside of toke.c
2007-03-21 Nicholas ClarkAdd some PERL_MEM* defines to the -V output that were...
2007-03-19 Rafael Garcia-SuarezUpgrade to version.pm 0.71, by John Peacock
2007-03-07 Rafael Garcia-SuarezUse another method to avoid the "possible interpolation...
2007-03-07 Rafael Garcia-SuarezAvoid to load the *+ and *- globs too early.
2007-03-03 Rafael Garcia-SuarezAdd a volatile modifier to avoid possible cloberring...
2007-02-18 Nicholas ClarkMore efficient to call newSV_type() then SvGROW() inste...
2007-02-18 Nicholas ClarkAdd a new API function newSV_type, to replace the idiom:
2007-02-12 Nicholas ClarkIntegrate:
2007-02-06 Jan Duboisfix 2 environment handling bugs
2007-02-04 Nicholas ClarkChange 23753 wasn't quite a perfect refactoring, as...
2007-02-03 Nicholas ClarkPurge all references to 5005 threads variables in the...
2007-01-29 Nicholas ClarkAdd av_create_and_push() and av_create_and_unshift_one...
2007-01-18 Nicholas ClarkAdd in missing dVAR that prevents compilation with
2007-01-15 Nicholas ClarkAdd get_cvn_flags(), which is like get_cv() but takes...
2007-01-15 Dave Mitchellextend threads 'veto cleanup' to perl_free and system...
2007-01-11 Steve HayUpdate copyright year in "perl -v" output
2007-01-08 Rafael Garcia-SuarezTurn taint warnings (-t) into severe warnings, so they're
2007-01-05 Rafael Garcia-SuarezFix the interaction of -w and -t when provided on the...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-04 Marcus Holland-Moritz4th patch from:
next