| Commit message (Expand) | Author | Age | Files | Lines |
* | New debugging flag -DB now dumps subroutine definitions, | Chip Salzenberg | 2009-08-26 | 1 | -2/+8 |
* | Eliminate *_ALLOCATED_HEAD and *_HEAD macros which are now used only once. | Nicholas Clark | 2009-08-22 | 1 | -1/+0 |
* | Add clear magic to %^H so that the HE chain is reset when you empty it. | Zefram | 2009-08-21 | 1 | -2/+14 |
* | add -DM flag to track smartmatch resolution | David Mitchell | 2009-08-20 | 1 | -1/+7 |
* | The op_free() hook doesn't need to return an OP*, so introduce a new typedef ... | Vincent Pit | 2009-07-15 | 1 | -0/+1 |
* | Added missing 2009 to perl.h copyright header | Offer Kaye | 2009-07-06 | 1 | -1/+1 |
* | Add test to make sure everything that outputs an exception or warning has a m... | James Mastros | 2009-06-27 | 1 | -0/+1 |
* | Remove binary compatibility scaffolding for the change to PL_bitcount. | Nicholas Clark | 2009-05-20 | 1 | -15/+0 |
* | Replace run-time on-demand initialisation of PL_bitcount with a constant table. | Nicholas Clark | 2009-05-20 | 1 | -0/+19 |
* | Fix -p function and Fcntl::S_IFIFO constant under Microsoft VC compiler | Jan Dubois | 2009-04-28 | 1 | -0/+7 |
* | Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code. | Nicholas Clark | 2009-04-27 | 1 | -10/+3 |
* | document PERL_SYS_INIT, PERL_SYS_TERM and that they should only be used once | David Mitchell | 2009-04-02 | 1 | -0/+19 |
* | Move PERL_VERSION_STRING from patchlevel.h to perl.h | Nicholas Clark | 2009-02-16 | 1 | -0/+4 |
* | PERL_FS_VER_FMT is only used with the current perl version, which is known at | Nicholas Clark | 2009-02-16 | 1 | -2/+10 |
* | suidperl goes. | Nicholas Clark | 2009-01-23 | 1 | -76/+0 |
* | Ensure that C++ modules can be built against a perl configured with -DPERL_GL... | Marcus Holland-Moritz | 2009-01-23 | 1 | -14/+14 |
* | VMS posix exit fixes | John Malmberg | 2009-01-04 | 1 | -27/+28 |
* | 'overloading' pragma | Yuval Kogman | 2009-01-02 | 1 | -0/+2 |
* | WCOREDUMP is in <sys/wait.h> | Niko Tyni | 2008-12-21 | 1 | -0/+5 |
* | standardize save/restore of errno & vaxc$errno | Chip Salzenberg | 2008-12-05 | 1 | -0/+10 |
* | The gcc attribute "deprecated" seems to have been available since gcc 3.1 | Rafael Garcia-Suarez | 2008-12-03 | 1 | -0/+3 |
* | Configure detection of __attribute__((deprecated)) | Rafael Garcia-Suarez | 2008-12-03 | 1 | -0/+6 |
* | Implement PERLDBf_SAVESRC_INVALID, which saves source lines for string | Nicholas Clark | 2008-12-02 | 1 | -4/+0 |
* | Followup to change 34979. Tests are good, m'kay. Particularly when they | Nicholas Clark | 2008-12-02 | 1 | -0/+4 |
* | Remove last reference to PERLDB_ASSERTION | Nicholas Clark | 2008-12-02 | 1 | -2/+1 |
* | Add two more flags, PERLDBf_SAVESRC_NOSUBS and PERLDBf_SAVESRC_INVALID, | Nicholas Clark | 2008-12-02 | 1 | -0/+4 |
* | [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 |