summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* eliminate PL_regindent and improve -Mre=Debug,STATE outputDave Mitchell2006-09-251-1/+0
* 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