This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a typo and some doubled spaces in comments.
[perl5.git] / perl.c
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:
2007-01-04 Marcus Holland-MoritzThe first three patches from:
2006-12-19 Jan DuboisDon't destroy the Unicode system environment on Perl...
2006-12-18 Ilya ZakharevichOS/2-specific fixes, round II
2006-12-18 Jarkko Hietaniemiperl.c: leak avoidance
2006-11-30 Jarkko HietaniemiNo code specified for -.
2006-10-31 Nicholas ClarkMissed a ) in a comment.
2006-10-30 Steve PetersVOL should be used instead of volatile in the core.
2006-10-25 Rafael Garcia-SuarezFix small leak with -F at interpreter destruction
2006-10-19 Alexander Goughstab at UNITCHECK blocks
2006-10-03 Jim Cromie[patch] convert spare debug flag to DEBUG_U, for Unoffi...
2006-09-25 Dave Mitchelleliminate PL_regindent and improve -Mre=Debug,STATE...
2006-07-13 Steve PetersClear up a few more warnings from blead.
2006-06-30 Rafael Garcia-SuarezPERL_UNUSED_CONTEXT is not enough to silence warnings...
2006-05-20 Nicholas ClarkAbolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas ClarkRename cop_hints to cop_hints_hash
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-24 Andy LesterInlining static funcs in perl.c
2006-04-17 Nicholas ClarkTurn on UTF8 cache assertions with -Ca
2006-04-13 Steve HayRe: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
2006-04-12 Nicholas ClarkChange cop_warnings from an SV holding the warnings...
2006-04-11 Nicholas ClarkNeed to migrate the refcounted_he structure to be prope...
2006-04-07 Gisle AasMake perl_fini() run when compiling perl with
2006-04-07 Nicholas ClarkOops. Being too terse for my own good - it's not a...
2006-04-06 Nicholas ClarkMove all the regexp state variables into a single struc...
2006-04-02 Dave Mitchelluse slabs to allocate save state space in regmatch()
2006-03-31 Nicholas ClarkSerialise changes to %^H onto the current COP. Return...
2006-03-31 Andy LesterRandom accumulated patches
2006-03-30 Gisle AasIntroduce d_sitearch and d_inc_version_list config...
2006-03-27 Nicholas ClarkMerge the cut & paste code from Perl_call_sv/Perl_fold_...
2006-03-25 Nicholas ClarkPL_multiline isn't referenced, and can be removed.
2006-03-10 Nicholas ClarkMove the 12 static MAD variables from toke.c into the...
2006-03-09 Nicholas ClarkAvoid scribbling on the passed in command line string...
2006-03-08 Nicholas ClarkFurther MAD changes.
2006-03-08 Nicholas ClarkOops. Didn't mean to commit 27426 to maint first. Integ...
2006-03-07 Nicholas ClarkAdd a Configure question for mad (Misc Attribute Decora...
2006-03-06 Marcus Holland-MoritzDon't free thread memory if PERL_DESTRUCT_LEVEL is...
2006-03-01 Rafael Garcia-SuarezDon't put strings with embedded NULs in the environment.
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-24 Andy Lesterunused context warnings
2006-02-20 Rafael Garcia-SuarezMore NullXXX macro removal from Andy Lester
2006-02-17 Robin HoustonRe: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127...
2006-02-15 Gisle AasGet perl_fini() running on HP-UX again.
2006-02-09 Andy LesterTrying my "remove the pTHXes" patch again
2006-02-08 Andy LesterHandle unused args
2006-02-06 Nicholas ClarkExpunge USE_5005THREADS from perl.c
2006-02-05 Nicholas ClarkYes, I broke Win32 with change 27089 by having a {...
2006-02-05 Nicholas ClarkWithout this Windows and Netware compilers should be...
2006-02-04 Nicholas ClarkEnhance PERL_TRACK_MEMPOOL so that it also emulates...
2006-02-04 Nicholas ClarkRemove obsolete comment.
2006-02-03 Nicholas ClarkS_find_beginning is only called from one place, so...
2006-02-03 Nicholas ClarkAnd as we've now got to the point where all calls to...
2006-02-03 Nicholas ClarkThe MSDOS-only call to moreswitches will never reach...
2006-02-03 Nicholas ClarkPull the variables fdscript and suidscript into a much...
2006-02-03 Nicholas ClarkChange 27070 failed to initialise a variable. (But...
2006-02-03 Nicholas ClarkEliminating PL_suidscript is more tricky, and requires...
2006-02-03 Nicholas ClarkPassing the flag to S_forbit_setid as a single char...
2006-02-03 Nicholas ClarkIt's actually easier to get rid of PL_fdscript than...
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-03 Steven Schubigers/Nullcv/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-02-02 Nicholas Clarkgv_fetchpvn_flags ranks highly in the profile, and...
2006-02-02 Nicholas ClarkYet more instances of gv_fetchpv... that should be...
2006-01-31 Nicholas ClarkMake Perl_gv_fetchpvn_flags actually heed the passed...
2006-01-30 Nicholas ClarkUse a union for storing the shared hash key reference...
2006-01-29 Nicholas ClarkAvoid using space to create 2 functions just to force...
2006-01-28 Nicholas ClarkAdd gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet...
2006-01-26 Yves OrtonMake dump and -u croak on Win32 and Cygwin to avoid...
2006-01-24 Rafael Garcia-SuarezFix a regression on suidperl : the error message "No...
2006-01-24 Steve HaySPRINTF_RETURNS_STRLEN isn't really a compile-time...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-11 Gisle AasMake setting 'PL_origalen = 1' before perl_parse()...
2006-01-10 Gisle AasAvoid possible dereference of NULL in the initializatio...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-06 Gisle AasMove "DEVEL####" marker to the 'perl -v' output.
2006-01-06 Steve PetersReplacing broken call to savepvn() with savepvs() to...
2006-01-06 Gisle AasMake '-s' on the shebang line able to parse -foo=bar...
2006-01-04 Gisle AasMake the new STR_WITH_LEN() affected compile under...
2006-01-04 Gisle AasIntroduce newSVpvs_share() macro.
2006-01-04 Gisle AasGet rid of a few more hardcoded string lengths.
2006-01-04 Gisle AasGet rid of a few more hardcoded string lengths.
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-02 Nicholas ClarkHappy New Year. (It's not just embed.pl).
2005-12-30 Nicholas ClarkTweak S_init_main_stash so as allocate PL_curstname...
2005-12-30 Dave Mitchellfix errors in new MY_CTX code
2005-12-29 Andy Lesterav.c cleanup, plus!
2005-12-21 Robin HoustonFeature bundle is now :5.10, and add -E switch
2005-12-16 Nicholas Clarks/Nullhv/NULL/g;
2005-12-16 Nicholas Clarks/Nullav/NULL/g
2005-11-22 Dave Mitchellinclude PERL_TRACK_MEMPOOL in perl -V output
2005-11-12 Andy Lestermathoms prototypes aren't prototypes
2005-11-09 Steve PetersPatch from Gisle to add NO_MATHOMS to the Compile-time...
next