summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Extend -d:foo=bar to make -d:-foo expand to C<no foo>, consistent with -M-fooNicholas Clark2010-11-251-4/+14
* Eliminate PL_dirtyFlorian Ragwitz2010-11-141-1/+0
* Add ${^GLOBAL_PHASE}Florian Ragwitz2010-11-141-7/+24
* regexec.c: Don't give up on fold matching earlyKarl Williamson2010-11-071-0/+2
* full API for cop hint hashesZefram2010-10-211-2/+2
* add lex_start to the APIZefram2010-10-211-1/+1
* replace PL_doextract with better kinds of variableZefram2010-10-211-18/+15
* remove filter inheritance option from lex_startZefram2010-10-211-1/+1
* Create populate_isa() to de-duplicate logic to populate @ISA.Nicholas Clark2010-10-091-9/+38
* eval_sv: followup fix to 4aca2f62efDavid Mitchell2010-10-031-4/+5
* better documentation for eval_sv() and G_KEEPERRDavid Mitchell2010-10-031-1/+2
* eval_sv() and eval_pv() don't fail on syntax errDavid Mitchell2010-10-031-7/+6
* call defout/stderr destructors lastDavid Mitchell2010-09-201-5/+0
* fix PL_psig_pend freeingDavid Mitchell2010-09-201-2/+0
* [perl #40388] perl_destruct() leaks PL_main_cvDavid Mitchell2010-09-201-0/+4
* [perl #40389] perl_destruct() leaks PL_defstashDavid Mitchell2010-09-201-0/+2
* function interface to parse Perl statementZefram2010-09-061-1/+1
* PL_my_cxt_list is only available with PERL_IMPLICIT_CONTEXTTony Cook2010-09-011-0/+2
* PL_my_cxt_list leaksJirka Hruška2010-09-011-0/+4
* Remove CALL_FPTR and CPERLscope.Ben Morrow2010-08-201-1/+1
* For both opmini.o and perlmini.o define PERL_EXTERNAL_GLOB and PERL_IS_MINIPERLNicholas Clark2010-08-161-0/+3
* DEBUG_LEAKING_SCALARS: add sv_debug_parentDavid Mitchell2010-08-011-2/+3
* Check API compatibility when loading xs modulesFlorian Ragwitz2010-07-261-0/+2
* Add Perl_init_dbargs(), to set up @DB::args without losing SV references.Nicholas Clark2010-07-211-3/+18
* Remove -w recommendation in perl -hDavid Golden2010-06-071-1/+1
* When assigning to $^P, don't zero $DB::single, $DB::trace and $DB::signal.Nicholas Clark2010-05-291-3/+6
* Make HvFILL() count the allocated buckets, instead of reading a stored value.Nicholas Clark2010-05-211-1/+0
* unwinding target nominated by separate globalZefram2010-04-251-0/+4
* In Perl_get_debug_opts(), restructure the message into fewer string literals.Nicholas Clark2010-04-171-26/+26
* In S_usage(), restructure the storage of the help message into fewer literals.Nicholas Clark2010-04-171-36/+36
* revert "revert perl -h changes"David Golden2010-04-131-2/+6
* Fix comments about @INC orderingRafael Garcia-Suarez2010-03-081-2/+2
* revert perl -h changesDavid Golden2010-02-111-6/+2
* keep -h to 80 characters or lessDavid Golden2010-02-101-2/+2
* Help new users learn how to get helpDavid Golden2010-02-101-0/+4
* Improvements to 31c9a3 - CPAN code did depend on the previous behaviour of bl...Nicholas Clark2010-02-061-0/+24
* Add USE_PERL_ATOF to the list of -V's compile-time options.Nicholas Clark2010-01-211-0/+3
* Changed Copyright year as suggested by karl williamson in http://nntp.perl.or...Abigail2010-01-131-2/+3
* include sv_debug_serial field in debugging outputDavid Mitchell2010-01-081-2/+3
* Sort the initialisers to non_bincompat_options[], and fix a whitespace "error".Nicholas Clark2010-01-051-4/+4
* Add USE_ATTRIBUTES_FOR_PERLIO to the list of -V's compile-time options.Nicholas Clark2010-01-051-0/+3
* Free the PL_scopestack_nameGerard Goossen2009-12-181-0/+3
* Correct some #ifdef USE_ITHREADS / USE_MULTIMax Maischein2009-12-171-2/+0
* Silence Win32 compiler warningNicholas Clark2009-12-041-1/+1
* Change perl -v version formatDavid Golden2009-11-141-3/+5
* Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT...Gerard Goossen2009-11-121-0/+3
* Make my_exit behave the same as the Perl exit. And add tests for itGerard Goossen2009-11-081-14/+0
* Add assertions about there being no leftover scopes when enter perl_destruct.Gerard Goossen2009-11-081-0/+3
* Add a line directive to op.c and perl.c such that error messages refer to the...Gerard Goossen2009-11-061-0/+1
* Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner().Nicholas Clark2009-10-121-11/+11