summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Clear up a few more warnings from blead.Steve Peters2006-07-131-1/+1
* PERL_UNUSED_CONTEXT is not enough to silence warnings when pTHXxRafael Garcia-Suarez2006-06-301-4/+4
* Abolish cop_io (the simple way) by storing the value in cop_hints_hash.Nicholas Clark2006-05-201-3/+0
* Rename cop_hints to cop_hints_hashNicholas Clark2006-05-201-2/+2
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-8/+10
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-1/+1
* Inlining static funcs in perl.cAndy Lester2006-04-241-27/+20
* Turn on UTF8 cache assertions with -CaNicholas Clark2006-04-171-0/+2
* Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()Steve Hay2006-04-131-1/+1
* Change cop_warnings from an SV holding the warnings bitmask to aNicholas Clark2006-04-121-4/+5
* Need to migrate the refcounted_he structure to be properly shared.Nicholas Clark2006-04-111-0/+1
* Make perl_fini() run when compiling perl withGisle Aas2006-04-071-0/+2
* Oops. Being too terse for my own good - it's not a great idea to chainNicholas Clark2006-04-071-1/+2
* Move all the regexp state variables into a single structure.Nicholas Clark2006-04-061-0/+4
* use slabs to allocate save state space in regmatch()Dave Mitchell2006-04-021-0/+6
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-0/+2
* Random accumulated patchesAndy Lester2006-03-311-2/+2
* Introduce d_sitearch and d_inc_version_list config.sh variables.Gisle Aas2006-03-301-1/+2
* Merge the cut & paste code from Perl_call_sv/Perl_fold_constants withNicholas Clark2006-03-271-33/+4
* PL_multiline isn't referenced, and can be removed.Nicholas Clark2006-03-251-1/+0
* Move the 12 static MAD variables from toke.c into the interpeterNicholas Clark2006-03-101-0/+4
* Avoid scribbling on the passed in command line string for -i in Nicholas Clark2006-03-091-5/+9
* Further MAD changes.Nicholas Clark2006-03-081-1/+39
* Oops. Didn't mean to commit 27426 to maint first. Integrate it:Nicholas Clark2006-03-081-2/+1
* Add a Configure question for mad (Misc Attribute Decoration - Larry'sNicholas Clark2006-03-071-0/+3
* Don't free thread memory if PERL_DESTRUCT_LEVEL is set to a non-zeroMarcus Holland-Moritz2006-03-061-4/+13
* Don't put strings with embedded NULs in the environment.Rafael Garcia-Suarez2006-03-011-1/+3
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-11/+10
* unused context warningsAndy Lester2006-02-241-3/+4
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-201-2/+2
* Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 WinX...Robin Houston2006-02-171-11/+2
* Get perl_fini() running on HP-UX again.Gisle Aas2006-02-151-1/+1
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-8/+7
* Handle unused argsAndy Lester2006-02-081-2/+4
* Expunge USE_5005THREADS from perl.cNicholas Clark2006-02-061-108/+5
* Yes, I broke Win32 with change 27089 by having a { in the wrong place.Nicholas Clark2006-02-051-1/+1
* Without this Windows and Netware compilers should be complaining Nicholas Clark2006-02-051-5/+7
* Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHostNicholas Clark2006-02-041-0/+14
* Remove obsolete comment.Nicholas Clark2006-02-041-1/+0
* S_find_beginning is only called from one place, so by hoisting theNicholas Clark2006-02-031-7/+8
* And as we've now got to the point where all calls to Perl_moreswitchesNicholas Clark2006-02-031-12/+16
* The MSDOS-only call to moreswitches will never reach forbid_setid, soNicholas Clark2006-02-031-2/+2
* Pull the variables fdscript and suidscript into a much smaller scope.Nicholas Clark2006-02-031-30/+31
* Change 27070 failed to initialise a variable. (But despite that stillNicholas Clark2006-02-031-1/+1
* Eliminating PL_suidscript is more tricky, and requires changing theNicholas Clark2006-02-031-32/+33
* Passing the flag to S_forbit_setid as a single char rather than aNicholas Clark2006-02-031-18/+30
* It's actually easier to get rid of PL_fdscript than we thought.Nicholas Clark2006-02-031-14/+16
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-67/+67
* s/Nullcv/NULL/gSteven Schubiger2006-02-031-4/+4
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-20/+20