summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate:Nicholas Clark2008-01-301-1/+4
* Integrate:Nicholas Clark2008-01-301-17/+5
* Match destruct_level type from intrpvar.h, and refer to the docs thereRafael Garcia-Suarez2007-12-031-1/+1
* make PERLSYS_TERM not require a contextDave Mitchell2007-11-031-1/+1
* In Perl_moreswitches(), avoid the strlen() inside sv_catpv() by movingNicholas Clark2007-10-181-5/+8
* Moving a strlen() in Perl_moreswitches() saves a strlen() in sv_catpv()Nicholas Clark2007-10-161-4/+5
* Add dVAR;s to the functions created in change 31970.Nicholas Clark2007-10-161-0/+3
* Build with -Dusemymalloc was brokenRafael Garcia-Suarez2007-10-081-0/+3
* Finally! Worked out how to const Perl_moreswitches().Nicholas Clark2007-10-061-6/+24
* "A" should no longer be in the list of options acceptable to PERL5OPT,Nicholas Clark2007-10-061-1/+1
* Remove remaining C<Nullch>s and C<Nullsv>sNicholas Clark2007-10-061-2/+2
* The scratch scalar used in -d processing for : and = options would leakNicholas Clark2007-10-061-0/+1
* extend PL_veto_cleanup to all platformsDave Mitchell2007-09-251-1/+3
* make PERL_SYS_INIT/INIT3/TERM into functionsDave Mitchell2007-09-251-0/+27
* Move all the compile time options that affect binary compatibility intoNicholas Clark2007-09-151-81/+1
* Rejig the word wrapping code for the "Compile-time options:" of perl -VNicholas Clark2007-09-151-31/+12
* Save some C<","> in the embedded program used to generate -V output.Nicholas Clark2007-09-151-6/+6
* Deprecate the -P switch.Rafael Garcia-Suarez2007-09-031-0/+1
* Revert #31690, because it can make -x eat arguments. Even if theAbhijit Menon-Sen2007-08-081-6/+1
* Make '-xx' and '-x x' work the same way (see #44387).Abhijit Menon-Sen2007-08-081-1/+6
* fix up some nested #ifdef indentationDave Mitchell2007-07-191-48/+48
* silence 'unused var' compiler warningDave Mitchell2007-07-191-1/+3
* Patches to compile perl on Cray XT4 Catamount/Qk, by JarkkoRafael Garcia-Suarez2007-06-171-0/+40
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-051-26/+0
* move PL_error_count into the PL_parser structDave Mitchell2007-05-211-3/+2
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-201-2/+0
* move PL_rsfp_filters into the parser structDave Mitchell2007-05-121-6/+6
* move PL_rsfp into the PL_parser structDave Mitchell2007-05-111-40/+39
* move PL_lex_state into the PL_parser structDave Mitchell2007-05-051-1/+0
* Re: mro status, etcBrandon Black2007-04-301-0/+4
* eliminate "unused var" warningDave Mitchell2007-04-261-0/+1
* move PL_linestr from the interpreter struct to the parser structDave Mitchell2007-04-241-5/+0
* eliminate some uses of PL_linestr in perl.cDave Mitchell2007-04-231-10/+13
* inline S_init_lexer() and regenDave Mitchell2007-04-231-12/+6
* make initialisation of PL_sv_no etc unconditionalDave Mitchell2007-04-231-34/+29
* Upgrade to version-0.7203.Rafael Garcia-Suarez2007-04-211-1/+1
* Re: new C3 MRO patchBrandon Black2007-04-191-0/+1
* Silence the g++ warnings "right-hand operand of comma has no effect"Nicholas Clark2007-04-101-3/+3
* MAD do not ignore errors from 'use'Gerard Goossen2007-04-061-4/+0
* Cleanups for PERL_DEBUG_READONLY_OPS debugging code - remove a now-Nicholas Clark2007-04-021-4/+3
* Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optreeNicholas Clark2007-04-021-0/+11
* Eliminate the use of PL_curforce outside of toke.cDave Mitchell2007-04-011-4/+0
* Add some PERL_MEM* defines to the -V output that were missing.Nicholas Clark2007-03-211-2/+20
* Upgrade to version.pm 0.71, by John PeacockRafael Garcia-Suarez2007-03-191-1/+1
* Use another method to avoid the "possible interpolation" warningRafael Garcia-Suarez2007-03-071-5/+0
* Avoid to load the *+ and *- globs too early.Rafael Garcia-Suarez2007-03-071-2/+4
* Add a volatile modifier to avoid possible cloberring by longjmp,Rafael Garcia-Suarez2007-03-031-1/+1
* More efficient to call newSV_type() then SvGROW() instead of newSV()Nicholas Clark2007-02-181-2/+2
* Add a new API function newSV_type, to replace the idiom:Nicholas Clark2007-02-181-6/+3
* Integrate:Nicholas Clark2007-02-121-1/+1