| Commit message (Expand) | Author | Age | Files | Lines |
* | SVTYPEMASK must be cast to (svtype) when comparing to SvTYPE() | Chip Salzenberg | 2011-08-23 | 1 | -1/+1 |
* | [perl #97020] Carp (actually caller) leaking memory | Father Chrysostomos | 2011-08-18 | 1 | -1/+1 |
* | Simplify embedvar.h, removing a level of macro indirection for PL_* variables. | Nicholas Clark | 2011-08-11 | 1 | -10/+10 |
* | Add UNLINK_ALL_VERSIONS to PL_non_bincompat_options, and hence -V output. | Nicholas Clark | 2011-07-24 | 1 | -0/+3 |
* | perlapi.pod Enhancements | Shlomi Fish | 2011-07-18 | 1 | -3/+9 |
* | PL_bincompat_options was missing options that affect the interpreter struct. | Nicholas Clark | 2011-07-18 | 1 | -6/+0 |
* | Factor out a PERL_SET_PHASE macro | Shawn M Moore | 2011-07-11 | 1 | -8/+8 |
* | Store C<study>'s data in in mg_ptr instead of interpreter variables. | Nicholas Clark | 2011-07-01 | 1 | -6/+0 |
* | Merge PL_scream{first,next} into one allocated buffer. | Nicholas Clark | 2011-07-01 | 1 | -2/+0 |
* | Turn $$ into a magical readonly variable that always fetches getpid() instead... | Max Maischein | 2011-05-22 | 1 | -5/+0 |
* | Add USE_LOCALE{,_COLLATE,_CTYPE,_NUMERIC} to the output of perl -V | Nicholas Clark | 2011-05-20 | 1 | -0/+12 |
* | #81026: Perl binary no longer relocatable | Jan Dubois | 2011-03-17 | 1 | -0/+8 |
* | Add PERL_PRESERVE_IVUV to non_bincompat_options. | Nicholas Clark | 2011-03-12 | 1 | -0/+3 |
* | 59d6f6a4c05afa7f was too aggressive, as it disabled #! line -I on miniperl | Nicholas Clark | 2011-03-05 | 1 | -1/+5 |
* | Avoid miniperl SEGVing when processing -I on the #! line | Nicholas Clark | 2011-03-05 | 1 | -5/+10 |
* | In S_incpush, unixify libdir earlier. | Craig A. Berry | 2011-03-04 | 1 | -16/+15 |
* | In S_incpush, omit subdirs when PERL_IS_MINIPERL. | Craig A. Berry | 2011-03-04 | 1 | -0/+4 |
* | For miniperl, use the USE_SITECUSTOMIZE feature to load the build-time @INC | Nicholas Clark | 2011-02-15 | 1 | -3/+18 |
* | Bump the perl -V copyright message, as it's now 2011 | Jesse Vincent | 2011-01-20 | 1 | -3/+3 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -2/+2 |
* | Extend -d:foo=bar to make -d:-foo expand to C<no foo>, consistent with -M-foo | Nicholas Clark | 2010-11-25 | 1 | -4/+14 |
* | Eliminate PL_dirty | Florian Ragwitz | 2010-11-14 | 1 | -1/+0 |
* | Add ${^GLOBAL_PHASE} | Florian Ragwitz | 2010-11-14 | 1 | -7/+24 |
* | regexec.c: Don't give up on fold matching early | Karl Williamson | 2010-11-07 | 1 | -0/+2 |
* | full API for cop hint hashes | Zefram | 2010-10-21 | 1 | -2/+2 |
* | add lex_start to the API | Zefram | 2010-10-21 | 1 | -1/+1 |
* | replace PL_doextract with better kinds of variable | Zefram | 2010-10-21 | 1 | -18/+15 |
* | remove filter inheritance option from lex_start | Zefram | 2010-10-21 | 1 | -1/+1 |
* | Create populate_isa() to de-duplicate logic to populate @ISA. | Nicholas Clark | 2010-10-09 | 1 | -9/+38 |
* | eval_sv: followup fix to 4aca2f62ef | David Mitchell | 2010-10-03 | 1 | -4/+5 |
* | better documentation for eval_sv() and G_KEEPERR | David Mitchell | 2010-10-03 | 1 | -1/+2 |
* | eval_sv() and eval_pv() don't fail on syntax err | David Mitchell | 2010-10-03 | 1 | -7/+6 |
* | call defout/stderr destructors last | David Mitchell | 2010-09-20 | 1 | -5/+0 |
* | fix PL_psig_pend freeing | David Mitchell | 2010-09-20 | 1 | -2/+0 |
* | [perl #40388] perl_destruct() leaks PL_main_cv | David Mitchell | 2010-09-20 | 1 | -0/+4 |
* | [perl #40389] perl_destruct() leaks PL_defstash | David Mitchell | 2010-09-20 | 1 | -0/+2 |
* | function interface to parse Perl statement | Zefram | 2010-09-06 | 1 | -1/+1 |
* | PL_my_cxt_list is only available with PERL_IMPLICIT_CONTEXT | Tony Cook | 2010-09-01 | 1 | -0/+2 |
* | PL_my_cxt_list leaks | Jirka Hruška | 2010-09-01 | 1 | -0/+4 |
* | Remove CALL_FPTR and CPERLscope. | Ben Morrow | 2010-08-20 | 1 | -1/+1 |
* | For both opmini.o and perlmini.o define PERL_EXTERNAL_GLOB and PERL_IS_MINIPERL | Nicholas Clark | 2010-08-16 | 1 | -0/+3 |
* | DEBUG_LEAKING_SCALARS: add sv_debug_parent | David Mitchell | 2010-08-01 | 1 | -2/+3 |
* | Check API compatibility when loading xs modules | Florian Ragwitz | 2010-07-26 | 1 | -0/+2 |
* | Add Perl_init_dbargs(), to set up @DB::args without losing SV references. | Nicholas Clark | 2010-07-21 | 1 | -3/+18 |
* | Remove -w recommendation in perl -h | David Golden | 2010-06-07 | 1 | -1/+1 |
* | When assigning to $^P, don't zero $DB::single, $DB::trace and $DB::signal. | Nicholas Clark | 2010-05-29 | 1 | -3/+6 |
* | Make HvFILL() count the allocated buckets, instead of reading a stored value. | Nicholas Clark | 2010-05-21 | 1 | -1/+0 |
* | unwinding target nominated by separate global | Zefram | 2010-04-25 | 1 | -0/+4 |
* | In Perl_get_debug_opts(), restructure the message into fewer string literals. | Nicholas Clark | 2010-04-17 | 1 | -26/+26 |
* | In S_usage(), restructure the storage of the help message into fewer literals. | Nicholas Clark | 2010-04-17 | 1 | -36/+36 |