This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rename ext/Module/Pluggable to ext/Module-Pluggable
[perl5.git] / perl.c
2009-01-27 Nicholas ClarkIn the code for printing -v, replace longhand newSVpvn...
2009-01-25 Rafael Garcia-SuarezMerge branch 'Eefix' into blead
2009-01-25 Rafael Garcia-SuarezRevert "show -E in error message when called with -E"
2009-01-23 Nicholas Clarksuidperl goes.
2009-01-23 Nicholas ClarkRemove redundant #ifndef SETUID_SCRIPTS_ARE_SECURE_NOW...
2009-01-21 Nicholas ClarkNote that nothing in core uses Perl_get_cv any more...
2009-01-21 Nicholas ClarkCorrect the form of the flags passed to perl_get_cv().
2009-01-21 Nicholas ClarkUpdate the documentation of get_sv() to note that it...
2009-01-21 Nicholas ClarkUpdate the documentation of get_av() to note that it...
2009-01-21 Nicholas ClarkUpdate the documentation of get_hv() to note that it...
2009-01-12 Nicholas ClarkFix my refactoring typo in change 33001 that broke...
2009-01-12 Renée Bäckershow -E in error message when called with -E
2009-01-05 Nicholas ClarkUpdate copyright year to 2009.
2009-01-05 John MalmbergVMS posix exit fixes
2009-01-04 Yves Ortoneliminate double stringification, the defines as done...
2008-12-31 Nicholas ClarkMore efficient API choices for string appending.
2008-12-31 Nicholas Clarkvarargs functions such as sv_catpvf can't have compatib...
2008-12-31 Yves Ortonmuch better git related version numbering in our (...
2008-12-29 Nicholas ClarkPL_registered_mros can start with 1 hash bucket, as...
2008-12-27 Nicholas ClarkAdd Perl_mro_register() to register Method Resolution...
2008-12-27 Yves Ortoncome new version related code in perl.c is not enabled...
2008-12-27 Yves Ortonbetter git based version numbering (hopefully sane)
2008-12-27 Yves Ortontidier -v output
2008-12-27 Yves Ortonmake git-describe info show up in -V output in the...
2008-12-26 Nicholas ClarkThe string "." cannot possibly contain a PATH sepatator...
2008-12-26 Rafael Garcia-SuarezBetter fix for bug #6665
2008-12-26 Rafael Garcia-SuarezRevert "[perl #6665] Different behavior using the ...
2008-12-25 Renee Baecker[perl #6665] Different behavior using the -Idir option...
2008-12-20 Yves Ortonmake perl use git-describe for PATCHNUM
2008-11-28 H.Merijn Brandcould we add usedevel to config.h?
2008-11-26 Nicholas ClarkExactly 1 function, in perl.c, calls Perl_magicname...
2008-11-24 Mandalemula, RajeshRespecting inc_version_list while processing PERL_VENDO...
2008-11-20 Tim BunceHard-coded Perl_pp_entersub and Perl_pp_entereval shoul...
2008-11-14 Chip Salzenberg[perl #948] [PATCH] Allow tied $,
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Rafael Garcia-SuarezExplicitly specify some printf formats for constant...
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Nicholas ClarkAdd MUTABLE_IO(), and eliminate (IO *) casts in *.c.
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
2008-10-29 Nicholas ClarkAdd MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-26 Nicholas ClarkUSE_FAST_STDIO can affect behaviour, so list it in -V
2008-10-24 Marcus Holland-MoritzMake C++ compilers happy #2: const POD without initializer
2008-10-24 Marcus Holland-MoritzAdd SV allocation tracing to -Dm and PERL_MEM_LOG
2008-10-05 Nicholas ClarkUpdate copyright year to 2008.
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...
next