summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make setting 'PL_origalen = 1' before perl_parse() disableGisle Aas2006-01-111-1/+4
* Avoid possible dereference of NULL in the initialization of PL_origalen.Gisle Aas2006-01-101-2/+2
* sprinkle dVARJarkko Hietaniemi2006-01-061-2/+28
* Move "DEVEL####" marker to the 'perl -v' output.Gisle Aas2006-01-061-1/+5
* Replacing broken call to savepvn() with savepvs() to get threadedSteve Peters2006-01-061-1/+1
* Make '-s' on the shebang line able to parse -foo=bar switches again.Gisle Aas2006-01-061-2/+3
* Make the new STR_WITH_LEN() affected compile under -Dusethreads.Gisle Aas2006-01-041-2/+2
* Introduce newSVpvs_share() macro.Gisle Aas2006-01-041-1/+1
* Get rid of a few more hardcoded string lengths.Gisle Aas2006-01-041-1/+1
* Get rid of a few more hardcoded string lengths.Gisle Aas2006-01-041-2/+2
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-041-36/+36
* Happy New Year. (It's not just embed.pl).Nicholas Clark2006-01-021-2/+2
* Tweak S_init_main_stash so as allocate PL_curstname as a shared stringNicholas Clark2005-12-301-2/+9
* fix errors in new MY_CTX codeDave Mitchell2005-12-301-0/+3
* av.c cleanup, plus!Andy Lester2005-12-291-1/+1
* Feature bundle is now :5.10, and add -E switchRobin Houston2005-12-211-1/+5
* s/Nullhv/NULL/g;Nicholas Clark2005-12-161-4/+4
* s/Nullav/NULL/gNicholas Clark2005-12-161-13/+13