summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanningNicholas Clark2006-02-021-18/+20
* Yet more instances of gv_fetchpv... that should be GV_ADD rather thanNicholas Clark2006-02-021-20/+20
* Make Perl_gv_fetchpvn_flags actually heed the passed in length.Nicholas Clark2006-01-311-3/+3
* Use a union for storing the shared hash key reference count, ratherNicholas Clark2006-01-301-1/+1
* Avoid using space to create 2 functions just to force mathoms to beNicholas Clark2006-01-291-9/+0
* Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.Nicholas Clark2006-01-281-28/+30
* Make dump and -u croak on Win32 and Cygwin to avoid confusionYves Orton2006-01-261-0/+2
* Fix a regression on suidperl : the error message "No #! line" wasRafael Garcia-Suarez2006-01-241-3/+5
* SPRINTF_RETURNS_STRLEN isn't really a compile-time option Steve Hay2006-01-241-3/+0
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-12/+12