| Commit message (Expand) | Author | Age | Files | Lines |
* | [patch@34779] Get posix exit mode working/tested on VMS | John E. Malmberg | 2008-11-10 | 1 | -6/+10 |
* | Assigning to DEFSV leaks if PL_defgv's gp_sv isn't set. | Marcus Holland-Moritz | 2008-11-08 | 1 | -2/+6 |
* | Add a flag PERLDBf_SAVESRC, which enables the saved lines part of | Nicholas Clark | 2008-11-01 | 1 | -1/+4 |
* | Haiku Port | Ingo Weinhold | 2008-10-29 | 1 | -7/+11 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Rename the new macro clear_errsv() from last patch to CLEAR_ERRSV() | Rafael Garcia-Suarez | 2008-06-17 | 1 | -1/+1 |
* | [perl #51370] length($@)>0 for empty $@ if utf8 is in use | Bram | 2008-06-17 | 1 | -0/+2 |
* | Cast the result of fpsetmask(0) to (void), as some implementations | Nicholas Clark | 2008-04-28 | 1 | -1/+5 |
* | Fix bug in change 33379 - if we're using malloc_size() as well as being | Nicholas Clark | 2008-04-02 | 1 | -5/+13 |
* | Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5/1 cpu) | Dominic Dunlop | 2008-03-29 | 1 | -0/+5 |
* | Silence some warnings on Win32 with VC6 | Steve Hay | 2008-03-06 | 1 | -1/+1 |
* | Use malloc_good_size() to round up the size of requested arenas to the | Nicholas Clark | 2008-02-27 | 1 | -0/+9 |
* | Fix preprocessor syntax | Rafael Garcia-Suarez | 2008-02-27 | 1 | -3/+5 |
* | If the C library provides malloc_size(), we can use that in the same | Nicholas Clark | 2008-02-26 | 1 | -0/+6 |
* | Chainsaw DEBUG_S out, as suggested by Vincent Pit. | Rafael Garcia-Suarez | 2008-02-26 | 1 | -8/+2 |
* | Silence Borland compiler warnings (except for warnings from zlib) here: | Steve Hay | 2008-02-25 | 1 | -1/+1 |
* | Fix Win32/VC6 compiler warnings caused by #33231 | Steve Hay | 2008-02-20 | 1 | -1/+1 |
* | Fix bit-fields for VC [was RE: [perl #50386] GIMME_V broken with 5.10.0/GCC a... | Jan Dubois | 2008-02-12 | 1 | -0/+11 |
* | Micro-optimise the order of the context types. [Because I can :-)] | Nicholas Clark | 2008-02-04 | 1 | -4/+4 |
* | don't forbid brace groups with g++ 4.2.2 | Robin Barker | 2008-01-31 | 1 | -2/+6 |
* | FW: [PATCH] RE: [PATCH] volatile, avoid clobbered | Robin Barker | 2008-01-28 | 1 | -4/+0 |
* | Re: struct context now 12.5% smaller than 5.10 | Benjamin Smith | 2008-01-26 | 1 | -2/+5 |
* | Eliminate all PERL_UNUSED_ARG()s in S_validate_suid() by changing its | Nicholas Clark | 2008-01-18 | 1 | -0/+18 |
* | Rename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per Tim Bunce's | Rafael Garcia-Suarez | 2008-01-11 | 1 | -2/+2 |
* | Introduce macro PERL_MAX_SUB_DEPTH | Rafael Garcia-Suarez | 2008-01-11 | 1 | -0/+5 |
* | Re: [perl #49564] Re: MRO and av_clear | Rick Delaney | 2008-01-11 | 1 | -1/+1 |
* | Move the reg_stringify logic to Perl_sv_2pv_flags | Ævar Arnfjörð Bjarmason | 2008-01-10 | 1 | -4/+0 |
* | Make REGEXP a type distinct from SV. (Much like AV, CV, GV, HV). | Nicholas Clark | 2008-01-05 | 1 | -1/+1 |
* | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs, | Nicholas Clark | 2008-01-02 | 1 | -3/+4 |
* | Wrap all deferences of struct regexp* in macros RX_*() [and for | Nicholas Clark | 2008-01-02 | 1 | -19/+19 |
* | Add editor blocks to some header files. | Marcus Holland-Moritz | 2008-01-01 | 1 | -0/+10 |
* | Perl_magic_setbm() and Perl_magic_setfm() are mathoms that can be | Nicholas Clark | 2007-12-31 | 1 | -2/+2 |
* | factor out duplicate code in struct xpv* | Marcus Holland-Moritz | 2007-12-30 | 1 | -0/+5 |
* | Correct the correction. This one is both a correcly spelled word, and | Nicholas Clark | 2007-12-23 | 1 | -1/+1 |
* | Fix my typo in a comment. | Nicholas Clark | 2007-12-23 | 1 | -1/+1 |
* | Replace our assert-which-can-be-caught-by-eval with the real deal from | Nicholas Clark | 2007-12-22 | 1 | -2/+10 |
* | Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_na | Nicholas Clark | 2007-12-22 | 1 | -0/+5 |
* | Integrate: | Nicholas Clark | 2007-12-22 | 1 | -0/+1 |
* | make miniperl -Wwrite-strings clean | Robin Barker | 2007-12-20 | 1 | -1/+1 |
* | Re: [PATCH] various RC1 nits | Jarkko Hietaniemi | 2007-11-20 | 1 | -0/+2 |
* | Bug fix for storing shared objects in shared structures | Jerry D. Hedden | 2007-11-08 | 1 | -0/+1 |
* | "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_SUBVERSION | Nicholas Clark | 2007-11-07 | 1 | -6/+4 |
* | make PERLSYS_TERM not require a context | Dave Mitchell | 2007-11-03 | 1 | -3/+3 |
* | Re: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096) | Jarkko Hietaniemi | 2007-11-03 | 1 | -1/+1 |
* | VDf no longer in PERL_CORE | Robin Barker | 2007-10-20 | 1 | -13/+7 |
* | RE: [PATCH] RE: PERL_CORE UVf logic | Robin Barker | 2007-10-19 | 1 | -2/+2 |
* | Nothing* outside the core uses the old misspelling | Nicholas Clark | 2007-10-06 | 1 | -2/+0 |
* | Add a new flag PERL_PV_PRETTY_NOCLEAR (actually just | Nicholas Clark | 2007-10-06 | 1 | -0/+2 |
* | PL_cshname is actually a constant value known at compile time. | Nicholas Clark | 2007-10-05 | 1 | -0/+6 |
* | API spelling patch, by Jerry D. Hedden | Rafael Garcia-Suarez | 2007-09-26 | 1 | -3/+4 |