| Commit message (Expand) | Author | Age | Files | Lines |
* | Do nothing in a GCC-friendly way | Andy Lester | 2006-03-14 | 1 | -4/+4 |
* | Almost all the MAD changes for op.c | Nicholas Clark | 2006-03-08 | 1 | -0/+16 |
* | Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp, | Nicholas Clark | 2006-03-07 | 1 | -9/+28 |
* | Remove the #define - ARENASETS are always on now. | Nicholas Clark | 2006-03-07 | 1 | -5/+0 |
* | Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined. | Nicholas Clark | 2006-03-05 | 1 | -1/+3 |
* | Support for __builtin_expect and __builtin_choose_expr | Andy Lester | 2006-03-03 | 1 | -1/+4 |
* | mgvtbl initialization | Andy Lester | 2006-03-02 | 1 | -5/+45 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -2/+10 |
* | unused context warnings | Andy Lester | 2006-02-24 | 1 | -1/+7 |
* | Remove set magic from typeglobs. Remove typeglob magic entirely. | Nicholas Clark | 2006-02-23 | 1 | -12/+0 |
* | Remove get magic from typeglobs. This means that PVGVs holding | Nicholas Clark | 2006-02-23 | 1 | -1/+1 |
* | arena-rework : consolidated patch | Jim Cromie | 2006-02-18 | 1 | -0/+5 |
* | Problem compiling swigged c++ code with 5.8.8 | Merijn Broeren | 2006-02-16 | 1 | -1/+1 |
* | Remove SOFT_CAST() as it no longer does anything useful. | Nicholas Clark | 2006-02-11 | 1 | -10/+0 |
* | A better fix than 27148 | Steve Hay | 2006-02-10 | 1 | -1/+0 |
* | Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost | Nicholas Clark | 2006-02-04 | 1 | -4/+14 |
* | Help to compile on VMS with UNLINK_ALL_VERSIONS | John E. Malmberg | 2006-02-03 | 1 | -1/+1 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -1/+1 |
* | Intel C Compiler 9.0 hatefully defines __GNUC__. Unfortunately, | Steve Peters | 2006-01-31 | 1 | -1/+1 |
* | Un-const magic virtual tables; this consting breaks the nasty | Rafael Garcia-Suarez | 2006-01-23 | 1 | -4/+4 |
* | Fix [perl #38223]; _IOC_SIZE() not always safe. | Gisle Aas | 2006-01-13 | 1 | -2/+2 |
* | Update copyright years (including some years where we made changes but | Nicholas Clark | 2006-01-08 | 1 | -1/+1 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -6/+7 |
* | Marcus Holland-Moritz suggested that assert should | Nicholas Clark | 2005-12-30 | 1 | -1/+1 |
* | re-implement MY_CXT API more efficiently, and add explicit | Dave Mitchell | 2005-12-29 | 1 | -18/+14 |
* | If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble all | Nicholas Clark | 2005-12-23 | 1 | -10/+20 |
* | Create a struct to use as the header with PERL_TRACK_MEMPOOL, so that | Nicholas Clark | 2005-12-23 | 1 | -3/+10 |
* | eliminate HINT_HH_FOR_EVAL | Robin Houston | 2005-12-22 | 1 | -3/+0 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -2/+12 |
* | Two it's => its grammar fixes. | Nicholas Clark | 2005-12-17 | 1 | -1/+1 |
* | Always define PL_memory_wrap, and use it for the new sprintf checks | Rafael Garcia-Suarez | 2005-12-01 | 1 | -2/+0 |
* | Reworked PERL_TRACK_MEMPOOL patch | Jan Dubois | 2005-11-20 | 1 | -3/+13 |
* | Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.h | Rafael Garcia-Suarez | 2005-11-10 | 1 | -4/+4 |
* | This *really* should clear up Win32's Perl_do_exec undefined warnings | Steve Hay | 2005-11-01 | 1 | -3/+0 |
* | I infer that change 25891 as-is would break OS2. This should fix it. | Nicholas Clark | 2005-10-30 | 1 | -2/+4 |
* | Fix win32 breakage inadvertently introduced by 25889 | Nicholas Clark | 2005-10-30 | 1 | -1/+4 |
* | Replace do_aexec() with a macro to call do_aexec5() with the two extra | Nicholas Clark | 2005-10-30 | 1 | -1/+4 |
* | Replace do_exec() with a macro to call do_exec3() with the extra two | Nicholas Clark | 2005-10-30 | 1 | -0/+7 |
* | Replace do_open() with a macro to call do_openn() with the extra two | Nicholas Clark | 2005-10-30 | 1 | -0/+3 |
* | [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, n... | Jason Vas Dias | 2005-10-26 | 1 | -2/+7 |
* | Re: [patch@25838]Hopefully the last VMS exit/error fixes needed. | John E. Malmberg | 2005-10-26 | 1 | -2/+2 |
* | Most platforms don't actually need PL_pidstatus, or the associated | Nicholas Clark | 2005-10-26 | 1 | -0/+4 |
* | Back out change #25839, and apply : | John E. Malmberg | 2005-10-25 | 1 | -3/+31 |
* | VMS exit handling still broken, need some help. | John E. Malmberg | 2005-10-25 | 1 | -13/+16 |
* | Add my_sprintf, which is usually just a macro for sprintf, for those | Nicholas Clark | 2005-10-24 | 1 | -0/+10 |
* | [patch@25809]restore documented exit behavior | John E. Malmberg | 2005-10-20 | 1 | -41/+62 |
* | blead 25801: Symbian batch of today | Jarkko Hietaniemi | 2005-10-19 | 1 | -0/+5 |
* | missed some SYMBIAN ifdefs | Jarkko Hietaniemi | 2005-10-18 | 1 | -6/+6 |
* | another Symbian update: Alan's fault :-) | Jarkko Hietaniemi | 2005-10-17 | 1 | -2/+2 |
* | [patch@25763] Fix VMS error/exit handling, update kill function | John E. Malmberg | 2005-10-16 | 1 | -12/+99 |