| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | revert "revert perl -h changes" | David Golden | 2010-04-13 | 1 | -2/+6 |
* | Fix comments about @INC ordering | Rafael Garcia-Suarez | 2010-03-08 | 1 | -2/+2 |
* | revert perl -h changes | David Golden | 2010-02-11 | 1 | -6/+2 |
* | keep -h to 80 characters or less | David Golden | 2010-02-10 | 1 | -2/+2 |
* | Help new users learn how to get help | David Golden | 2010-02-10 | 1 | -0/+4 |
* | Improvements to 31c9a3 - CPAN code did depend on the previous behaviour of bl... | Nicholas Clark | 2010-02-06 | 1 | -0/+24 |
* | Add USE_PERL_ATOF to the list of -V's compile-time options. | Nicholas Clark | 2010-01-21 | 1 | -0/+3 |
* | Changed Copyright year as suggested by karl williamson in http://nntp.perl.or... | Abigail | 2010-01-13 | 1 | -2/+3 |
* | include sv_debug_serial field in debugging output | David Mitchell | 2010-01-08 | 1 | -2/+3 |
* | Sort the initialisers to non_bincompat_options[], and fix a whitespace "error". | Nicholas Clark | 2010-01-05 | 1 | -4/+4 |
* | Add USE_ATTRIBUTES_FOR_PERLIO to the list of -V's compile-time options. | Nicholas Clark | 2010-01-05 | 1 | -0/+3 |
* | Free the PL_scopestack_name | Gerard Goossen | 2009-12-18 | 1 | -0/+3 |
* | Correct some #ifdef USE_ITHREADS / USE_MULTI | Max Maischein | 2009-12-17 | 1 | -2/+0 |
* | Silence Win32 compiler warning | Nicholas Clark | 2009-12-04 | 1 | -1/+1 |
* | Change perl -v version format | David Golden | 2009-11-14 | 1 | -3/+5 |
* | Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT... | Gerard Goossen | 2009-11-12 | 1 | -0/+3 |
* | Make my_exit behave the same as the Perl exit. And add tests for it | Gerard Goossen | 2009-11-08 | 1 | -14/+0 |
* | Add assertions about there being no leftover scopes when enter perl_destruct. | Gerard Goossen | 2009-11-08 | 1 | -0/+3 |
* | Add a line directive to op.c and perl.c such that error messages refer to the... | Gerard Goossen | 2009-11-06 | 1 | -0/+1 |
* | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -11/+11 |
* | Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -3/+2 |
* | In Perl_moreswitches(), merge 2 string constants in the code implementing -v. | Nicholas Clark | 2009-10-05 | 1 | -3/+2 |
* | $^O is initalised to OSNAME, so no need to return the latter from Internals::V. | Nicholas Clark | 2009-10-05 | 1 | -3/+1 |
* | Move initialising PL_osname from S_init_predump_symbols to perl_construct(). | Nicholas Clark | 2009-10-05 | 1 | -3/+2 |
* | Simplify building the Perl code invoked for perl -V | Nicholas Clark | 2009-09-30 | 1 | -4/+3 |
* | Move the implementation of ./perl -V to Internals::V and Config::_V | Nicholas Clark | 2009-09-29 | 1 | -83/+89 |
* | For miniperl, disable PERL_UNICODE and -C. | Nicholas Clark | 2009-09-23 | 1 | -0/+2 |
* | Restrict miniperl to just -I..., the split of $ENV{PERL5LIB}, and "." in @INC | Nicholas Clark | 2009-09-23 | 1 | -0/+5 |