| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor Perl_get_vtbl() to a small array lookup from a large switch statement. | Nicholas Clark | 2011-06-11 | 1 | -95/+2 |
* | Abolish PL_vtbl_sig. It's been all 0s since it was added in 5.0 alpha 2. | Nicholas Clark | 2011-06-11 | 1 | -3/+0 |
* | Don't even declare PL_vtbl_sigelem under -DPERL_MICRO | Nicholas Clark | 2011-06-11 | 1 | -0/+2 |
* | Store FBMs in PVMGs, instead of GVs. | Nicholas Clark | 2011-06-11 | 1 | -2/+2 |
* | Store the BM table in mg_ptr instead of after SvCUR(). | Nicholas Clark | 2011-06-11 | 1 | -11/+28 |
* | Exit early from Perl_fbm_compile() if the SV is already "compiled". | Nicholas Clark | 2011-06-11 | 1 | -0/+3 |
* | In Perl_fbm_instr(), use a switch() statement for the special case code. | Nicholas Clark | 2011-06-11 | 1 | -8/+10 |
* | In Perl_fbm_compile(), use STRLEN instead of U32 to calculate BmPREVIOUS(). | Nicholas Clark | 2011-06-11 | 1 | -4/+4 |
* | Use SvTAIL() instead of BmFLAGS(). The core no longer uses BmFLAGS(). | Nicholas Clark | 2011-06-11 | 1 | -1/+1 |
* | Emulate the value of BmFLAGS() using SvTAIL(). | Nicholas Clark | 2011-06-11 | 1 | -1/+0 |
* | Don't fbm_compile() studied scalars, to give more flexibility in SV flag usage. | Nicholas Clark | 2011-06-11 | 1 | -0/+7 |
* | unused variable tmpgv | Robin Barker | 2011-06-10 | 1 | -1/+0 |
* | Turn $$ into a magical readonly variable that always fetches getpid() instead... | Max Maischein | 2011-05-22 | 1 | -6/+0 |
* | In Perl_safesyscalloc(), only declare total_size if conditional code needs it. | Nicholas Clark | 2011-05-18 | 1 | -1/+6 |
* | Fix building with -Uuseperlio | Nicholas Clark | 2011-03-07 | 1 | -0/+4 |
* | Windows builds require perliol.h conditional on USE_PERLIO. | George Greer | 2011-02-16 | 1 | -0/+2 |
* | [perl #78494] Pipes cause threads to hang on join() | Father Chrysostomos | 2011-02-15 | 1 | -4/+15 |
* | Silence util.c compiler warning from win32 smokes | Karl Williamson | 2011-02-13 | 1 | -1/+1 |
* | Move grok_bslash_c to dquote.c and make static | Karl Williamson | 2011-02-09 | 1 | -41/+0 |
* | Move grok_blsash_o and make static | Karl Williamson | 2011-02-09 | 1 | -79/+0 |
* | util.c handling of return value of vsnprintf | Robin Barker | 2011-01-16 | 1 | -4/+16 |
* | In Perl_write_to_stderr(), use Perl_magic_methcall() if STDERR is tied. | Nicholas Clark | 2011-01-13 | 1 | -22/+2 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -2/+2 |
* | Calling "PRINT" on a tied STDERR can use G_DISCARD, as the result is ignored. | Nicholas Clark | 2011-01-05 | 1 | -1/+1 |
* | Argument op to report_evil_fh() is always PL_op->op_type, so need not be passed | Nicholas Clark | 2010-12-28 | 1 | -2/+2 |
* | The io argument to report_evil_fh() is always GvIO(gv), so need not be passed. | Nicholas Clark | 2010-12-28 | 1 | -4/+5 |
* | Extract the OP_phoney_* code from report_evil_fh() into report_wrongway_fh() | Nicholas Clark | 2010-12-28 | 1 | -59/+60 |
* | Add Perl_foldEQ_latin1() | Karl Williamson | 2010-11-28 | 1 | -0/+21 |
* | Bring core Perl in line with CPAN 0.86 release | John Peacock | 2010-11-27 | 1 | -21/+32 |
* | Document the refcount of version functions’ retval | Father Chrysostomos | 2010-11-23 | 1 | -1/+7 |
* | Eliminate PL_dirty | Florian Ragwitz | 2010-11-14 | 1 | -2/+2 |
* | adjust output of -Dm | David Mitchell | 2010-10-31 | 1 | -1/+1 |
* | Refactor Perl_xs_apiversion_bootcheck() | Nicholas Clark | 2010-10-08 | 1 | -7/+12 |
* | Convert the implementation of XS_APIVERSION_BOOTCHECK to a function. | Nicholas Clark | 2010-10-08 | 1 | -0/+25 |
* | Refactor xs_version_bootcheck() to remove complex constructions. | Nicholas Clark | 2010-10-08 | 1 | -13/+22 |
* | xs_version_bootcheck() must use mortals, as {new,upg}_version() can croak. | Nicholas Clark | 2010-10-08 | 1 | -7/+3 |
* | Change vverify() to return HV or NULL (RT#78286) | David Golden | 2010-10-08 | 1 | -28/+23 |
* | Convert the implementation of XS_VERSION_BOOTCHECK to a function from a macro. | Nicholas Clark | 2010-10-07 | 1 | -0/+43 |
* | [perl #48332] Debugger corrupts symbol table munging | Father Chrysostomos | 2010-09-30 | 1 | -2/+6 |
* | systematically provide pv/pvn/pvs/sv quartets | Zefram | 2010-09-28 | 1 | -0/+19 |
* | #!perl -C -w dies | Father Chrysostomos | 2010-09-26 | 1 | -2/+10 |
* | [perl #77362] Assigning glob to lvalue causes stringification | Father Chrysostomos | 2010-09-26 | 1 | -1/+2 |
* | Fix warn to respect utf8-encoded scalars [perl #45549] | Father Chrysostomos | 2010-09-16 | 1 | -3/+1 |
* | don't taint $DB::sub | David Mitchell | 2010-08-25 | 1 | -0/+4 |
* | Change function signature of grok_bslash_o | Karl Williamson | 2010-07-27 | 1 | -13/+26 |
* | C++ compiler fix for util.c | George Greer | 2010-07-21 | 1 | -1/+1 |
* | Add \o{} escape | Karl Williamson | 2010-07-17 | 1 | -1/+67 |
* | RT #73520: POSIX::strftime memory leak | Tony Cook | 2010-07-11 | 1 | -1/+1 |
* | POD fix | Rafael Garcia-Suarez | 2010-06-28 | 1 | -0/+1 |
* | Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify). | Nicholas Clark | 2010-06-27 | 1 | -0/+15 |