summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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