summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner().Nicholas Clark2009-10-121-3/+2
* In Perl_moreswitches(), merge 2 string constants in the code implementing -v.Nicholas Clark2009-10-051-3/+2
* $^O is initalised to OSNAME, so no need to return the latter from Internals::V.Nicholas Clark2009-10-051-3/+1
* Move initialising PL_osname from S_init_predump_symbols to perl_construct().Nicholas Clark2009-10-051-3/+2
* Simplify building the Perl code invoked for perl -VNicholas Clark2009-09-301-4/+3
* Move the implementation of ./perl -V to Internals::V and Config::_VNicholas Clark2009-09-291-83/+89
* For miniperl, disable PERL_UNICODE and -C.Nicholas Clark2009-09-231-0/+2
* Restrict miniperl to just -I..., the split of $ENV{PERL5LIB}, and "." in @INCNicholas Clark2009-09-231-0/+5
* Declare PERL_IS_MINIPERL in the output of ./{mini,}perl -VNicholas Clark2009-09-231-0/+3
* Ensure that the perl build doesn't read any installed sitecustomize script.Nicholas Clark2009-09-151-1/+1
* Avoid setting $! if the sitecustomize script doesn't exist.Nicholas Clark2009-09-151-1/+6
* Remove obsolete interpreter variable PL_utf8_alnumcRafael Garcia-Suarez2009-09-131-2/+0
* call_method() uses newSVpvn_flags(), instead of sv_2mortal(newSVpv(...)), bec...gfx2009-09-051-1/+5
* finish implementing -DB vs. -DxChip Salzenberg2009-08-301-1/+2
* New debugging flag -DB now dumps subroutine definitions,Chip Salzenberg2009-08-261-1/+2
* add -DM flag to track smartmatch resolutionDavid Mitchell2009-08-201-1/+2