| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't put strings with embedded NULs in the environment. | Rafael Garcia-Suarez | 2006-03-01 | 1 | -1/+3 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -11/+10 |
* | unused context warnings | Andy Lester | 2006-02-24 | 1 | -3/+4 |
* | More NullXXX macro removal from Andy Lester | Rafael Garcia-Suarez | 2006-02-20 | 1 | -2/+2 |
* | Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 WinX... | Robin Houston | 2006-02-17 | 1 | -11/+2 |
* | Get perl_fini() running on HP-UX again. | Gisle Aas | 2006-02-15 | 1 | -1/+1 |
* | Trying my "remove the pTHXes" patch again | Andy Lester | 2006-02-09 | 1 | -8/+7 |
* | Handle unused args | Andy Lester | 2006-02-08 | 1 | -2/+4 |
* | Expunge USE_5005THREADS from perl.c | Nicholas Clark | 2006-02-06 | 1 | -108/+5 |
* | Yes, I broke Win32 with change 27089 by having a { in the wrong place. | Nicholas Clark | 2006-02-05 | 1 | -1/+1 |
* | Without this Windows and Netware compilers should be complaining | Nicholas Clark | 2006-02-05 | 1 | -5/+7 |
* | Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost | Nicholas Clark | 2006-02-04 | 1 | -0/+14 |
* | Remove obsolete comment. | Nicholas Clark | 2006-02-04 | 1 | -1/+0 |
* | S_find_beginning is only called from one place, so by hoisting the | Nicholas Clark | 2006-02-03 | 1 | -7/+8 |
* | And as we've now got to the point where all calls to Perl_moreswitches | Nicholas Clark | 2006-02-03 | 1 | -12/+16 |
* | The MSDOS-only call to moreswitches will never reach forbid_setid, so | Nicholas Clark | 2006-02-03 | 1 | -2/+2 |
* | Pull the variables fdscript and suidscript into a much smaller scope. | Nicholas Clark | 2006-02-03 | 1 | -30/+31 |
* | Change 27070 failed to initialise a variable. (But despite that still | Nicholas Clark | 2006-02-03 | 1 | -1/+1 |
* | Eliminating PL_suidscript is more tricky, and requires changing the | Nicholas Clark | 2006-02-03 | 1 | -32/+33 |
* | Passing the flag to S_forbit_setid as a single char rather than a | Nicholas Clark | 2006-02-03 | 1 | -18/+30 |
* | It's actually easier to get rid of PL_fdscript than we thought. | Nicholas Clark | 2006-02-03 | 1 | -14/+16 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -67/+67 |
* | s/Nullcv/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -4/+4 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -20/+20 |
* | gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning | Nicholas Clark | 2006-02-02 | 1 | -18/+20 |
* | Yet more instances of gv_fetchpv... that should be GV_ADD rather than | Nicholas Clark | 2006-02-02 | 1 | -20/+20 |
* | Make Perl_gv_fetchpvn_flags actually heed the passed in length. | Nicholas Clark | 2006-01-31 | 1 | -3/+3 |
* | Use a union for storing the shared hash key reference count, rather | Nicholas Clark | 2006-01-30 | 1 | -1/+1 |
* | Avoid using space to create 2 functions just to force mathoms to be | Nicholas Clark | 2006-01-29 | 1 | -9/+0 |
* | Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags. | Nicholas Clark | 2006-01-28 | 1 | -28/+30 |
* | Make dump and -u croak on Win32 and Cygwin to avoid confusion | Yves Orton | 2006-01-26 | 1 | -0/+2 |
* | Fix a regression on suidperl : the error message "No #! line" was | Rafael Garcia-Suarez | 2006-01-24 | 1 | -3/+5 |
* | SPRINTF_RETURNS_STRLEN isn't really a compile-time option | Steve Hay | 2006-01-24 | 1 | -3/+0 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -12/+12 |
* | Make setting 'PL_origalen = 1' before perl_parse() disable | Gisle Aas | 2006-01-11 | 1 | -1/+4 |
* | Avoid possible dereference of NULL in the initialization of PL_origalen. | Gisle Aas | 2006-01-10 | 1 | -2/+2 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -2/+28 |
* | Move "DEVEL####" marker to the 'perl -v' output. | Gisle Aas | 2006-01-06 | 1 | -1/+5 |
* | Replacing broken call to savepvn() with savepvs() to get threaded | Steve Peters | 2006-01-06 | 1 | -1/+1 |
* | Make '-s' on the shebang line able to parse -foo=bar switches again. | Gisle Aas | 2006-01-06 | 1 | -2/+3 |
* | Make the new STR_WITH_LEN() affected compile under -Dusethreads. | Gisle Aas | 2006-01-04 | 1 | -2/+2 |
* | Introduce newSVpvs_share() macro. | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
* | Get rid of a few more hardcoded string lengths. | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
* | Get rid of a few more hardcoded string lengths. | Gisle Aas | 2006-01-04 | 1 | -2/+2 |
* | Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). | Gisle Aas | 2006-01-04 | 1 | -36/+36 |
* | Happy New Year. (It's not just embed.pl). | Nicholas Clark | 2006-01-02 | 1 | -2/+2 |
* | Tweak S_init_main_stash so as allocate PL_curstname as a shared string | Nicholas Clark | 2005-12-30 | 1 | -2/+9 |
* | fix errors in new MY_CTX code | Dave Mitchell | 2005-12-30 | 1 | -0/+3 |
* | av.c cleanup, plus! | Andy Lester | 2005-12-29 | 1 | -1/+1 |
* | Feature bundle is now :5.10, and add -E switch | Robin Houston | 2005-12-21 | 1 | -1/+5 |