| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | If /dev/null is not readable, perl -e fails with | Rafael Garcia-Suarez | 2005-10-13 | 1 | -2/+5 |
* | Comment fix | Rafael Garcia-Suarez | 2005-10-11 | 1 | -2/+2 |
* | environ fixup | Alan Burlison | 2005-10-11 | 1 | -0/+9 |
* | Avoid a cast | Nicholas Clark | 2005-10-06 | 1 | -1/+1 |
* | Add -C to allowed $PERL5OPT options | H.Merijn Brand | 2005-10-06 | 1 | -1/+1 |
* | Re: [PATCH] Random constings and printf cleanup | Andy Lester | 2005-10-05 | 1 | -7/+7 |
* | Re: $^CHILD_ERROR_NATIVE issues (with attachment) | Gisle Aas | 2005-10-04 | 1 | -6/+6 |
* | PL_defoutgv could be used after being freed | Dave Mitchell | 2005-09-29 | 1 | -0/+2 |
* | Attempting to do too many things simultaneously with the C pre- | Nicholas Clark | 2005-09-29 | 1 | -1/+1 |
* | We can use the C pre-processor to build a single, longer string | Nicholas Clark | 2005-09-28 | 1 | -27/+28 |
* | It looks like the only way to reliably make Perl_hv_name_set a pure | Nicholas Clark | 2005-09-18 | 1 | -1/+1 |
* | Fix a couple of random warnings | Steve Peters | 2005-08-09 | 1 | -0/+2 |
* | support POSIX SA_SIGINFO | Jarkko Hietaniemi | 2005-07-20 | 1 | -2/+2 |
* | more embed cleanup | Andy Lester | 2005-07-15 | 1 | -4/+3 |