summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix 2 environment handling bugsJan Dubois2007-02-061-7/+5
* Change 23753 wasn't quite a perfect refactoring, as it omitted callingNicholas Clark2007-02-041-1/+6
* Purge all references to 5005 threads variables in the code.Nicholas Clark2007-02-031-1/+0
* Add av_create_and_push() and av_create_and_unshift_one() to refactorNicholas Clark2007-01-291-25/+10
* Add in missing dVAR that prevents compilation withNicholas Clark2007-01-181-0/+2
* Add get_cvn_flags(), which is like get_cv() but takes a length. ThisNicholas Clark2007-01-151-8/+22
* extend threads 'veto cleanup' to perl_free and system stuffDave Mitchell2007-01-151-1/+5
* Update copyright year in "perl -v" outputSteve Hay2007-01-111-1/+1
* Turn taint warnings (-t) into severe warnings, so they'reRafael Garcia-Suarez2007-01-081-10/+0
* Fix the interaction of -w and -t when provided on the command-lineRafael Garcia-Suarez2007-01-051-2/+8
* Update copyright years in .c filesRafael Garcia-Suarez2007-01-051-1/+1
* 4th patch from: Marcus Holland-Moritz2007-01-041-9/+10
* The first three patches from:Marcus Holland-Moritz2007-01-041-3/+3
* Don't destroy the Unicode system environment on Perl startupJan Dubois2006-12-191-2/+4
* OS/2-specific fixes, round IIIlya Zakharevich2006-12-181-6/+2
* perl.c: leak avoidanceJarkko Hietaniemi2006-12-181-13/+16
* No code specified for -.Jarkko Hietaniemi2006-11-301-3/+3
* Missed a ) in a comment.Nicholas Clark2006-10-311-1/+1
* VOL should be used instead of volatile in the core.Steve Peters2006-10-301-4/+4
* Fix small leak with -F at interpreter destructionRafael Garcia-Suarez2006-10-251-0/+5
* stab at UNITCHECK blocksAlexander Gough2006-10-191-0/+16
* [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking.Jim Cromie2006-10-031-1/+1