| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | s/Nullhv/NULL/g; | Nicholas Clark | 2005-12-16 | 1 | -4/+4 |
* | s/Nullav/NULL/g | Nicholas Clark | 2005-12-16 | 1 | -13/+13 |
* | include PERL_TRACK_MEMPOOL in perl -V output | Dave Mitchell | 2005-11-22 | 1 | -0/+3 |
* | mathoms prototypes aren't prototypes | Andy Lester | 2005-11-12 | 1 | -2/+3 |
* | Patch from Gisle to add NO_MATHOMS to the Compile-time options. | Steve Peters | 2005-11-09 | 1 | -0/+3 |
* | Don't declare a function inside another function | Rafael Garcia-Suarez | 2005-11-09 | 1 | -2/+2 |
* | Eliminate some unnecessary strlen()s | Nicholas Clark | 2005-11-08 | 1 | -2/+5 |
* | Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as | Nicholas Clark | 2005-11-08 | 1 | -0/+3 |
* | Re: C<undef %::> considered harmful | Benjamin Sugars | 2005-11-08 | 1 | -0/+3 |
* | Symbian update blead@26025 | Jarkko Hietaniemi | 2005-11-07 | 1 | -1/+1 |
* | Re: Configure -Dno_mathoms | Gisle Aas | 2005-11-04 | 1 | -0/+8 |
* | Etta James presents: More consting | Andy Lester | 2005-10-31 | 1 | -19/+18 |
* | Most platforms don't actually need PL_pidstatus, or the associated | Nicholas Clark | 2005-10-26 | 1 | -0/+7 |
* | Back out change #25839, and apply : | John E. Malmberg | 2005-10-25 | 1 | -1/+1 |
* | Whoops. The Windows build is going to need to know that this symbol is | Nicholas Clark | 2005-10-25 | 1 | -0/+3 |
* | VMS exit handling still broken, need some help. | John E. Malmberg | 2005-10-25 | 1 | -6/+48 |
* | Fix mismatched braces in S_fd_on_nosuid_fs(). | Marcus Holland-Moritz | 2005-10-23 | 1 | -4/+3 |
* | [patch@25809]restore documented exit behavior | John E. Malmberg | 2005-10-20 | 1 | -10/+12 |
* | another Symbian update: Alan's fault :-) | Jarkko Hietaniemi | 2005-10-17 | 1 | -3/+3 |
* | [patch@25763] Fix VMS error/exit handling, update kill function | John E. Malmberg | 2005-10-16 | 1 | -1/+1 |
* | Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V | Steve Peters | 2005-10-13 | 1 | -0/+3 |
* | Stas' croak patch and then some | Andy Lester | 2005-10-13 | 1 | -1/+1 |