| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a Configure probe for static inline. | Andy Dougherty | 2010-07-22 | 1 | -0/+12 |
* | Macroify the block_hooks structure. | Ben Morrow | 2010-07-12 | 1 | -0/+2 |
* | add my_[l]stat_flags(); make my_[l]stat() mathoms | David Mitchell | 2010-07-03 | 1 | -0/+4 |
* | Stop using WITH_THR and WITH_THX, as they were never necessary here. | Nicholas Clark | 2010-06-16 | 1 | -2/+2 |
* | add handy note on vtable fields | David Mitchell | 2010-06-05 | 1 | -0/+13 |
* | add PL_signalhook to hook into signal dispatch | David Mitchell | 2010-06-04 | 1 | -1/+2 |
* | On the save stack, store the save type as the bottom 6 bits of a UV. | Nicholas Clark | 2010-05-01 | 1 | -0/+1 |
* | remove Perl_pmflag | Robin Barker | 2010-04-26 | 1 | -8/+0 |
* | Don't allocate pointer table entries from arenas. | Nicholas Clark | 2010-04-25 | 1 | -3/+3 |
* | improve -Dl debugging output | David Mitchell | 2010-03-30 | 1 | -2/+4 |
* | Introduce C<use feature "unicode_strings"> | Rafael Garcia-Suarez | 2009-12-20 | 1 | -1/+1 |
* | Handle $@ being assigned a read-only value (without error or busting the stack). | Nicholas Clark | 2009-11-29 | 1 | -2/+18 |
* | Fix RT #70862 by converting ERRSV to GvSVn() to ensure a non-NULL GvSV(). | Nicholas Clark | 2009-11-29 | 1 | -1/+1 |
* | Make unicode semantics the default | Karl Williamson | 2009-11-23 | 1 | -1/+1 |
* | Inline PL_no_symref_sv into its users. Deprecate the visible global variable. | Nicholas Clark | 2009-11-15 | 1 | -2/+4 |
* | Inline PL_no_symref into pp_entersub. Deprecate the visible global variable. | Nicholas Clark | 2009-11-15 | 1 | -2/+2 |
* | add code for Unicode semantics for non-utf8 latin1 chars | Karl Williamson | 2009-11-14 | 1 | -21/+97 |
* | Merge branch 'legacy-pragma' into blead | Rafael Garcia-Suarez | 2009-11-06 | 1 | -0/+1 |
|\ |
|
| * | Deliver skeleton legacy.pm | Karl | 2009-01-23 | 1 | -0/+1 |
* | | Implement facility to plug in syntax triggered by keywords | Jesse Vincent | 2009-11-05 | 1 | -0/+5 |
* | | Remove Perl_pmflag() from the public API, and mark it as deprecated. | Nicholas Clark | 2009-11-01 | 1 | -0/+8 |
* | | add an elipses to string/ref warnings when str longer than 32 chars | Yves Orton | 2009-10-26 | 1 | -2/+2 |
* | | 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 |