summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year, as it's now 2013v5.14.4-RC1David Mitchell2013-03-031-2/+3
* Remove the VMS-specific private len in S_mayberelocate.Craig A. Berry2012-10-251-2/+1
* VMS-specific scope fix for S_mayberelocate.Craig A. Berry2012-10-251-0/+2
* Bump copyright year, as it's now 2012Dominic Hargreaves2012-09-111-2/+2
* Avoid attacks on sitecustomize by using NUL delimiters to wrap filenames.Nicholas Clark2012-03-201-3/+9
* Make sitecustomize relocatableinc awareCarl Hayter2012-03-201-39/+62
* [perl #97020] Carp (actually caller) leaking memoryFather Chrysostomos2011-08-261-1/+1
* #81026: Perl binary no longer relocatableJan Dubois2011-03-171-0/+8
* Add PERL_PRESERVE_IVUV to non_bincompat_options.Nicholas Clark2011-03-121-0/+3
* 59d6f6a4c05afa7f was too aggressive, as it disabled #! line -I on miniperlNicholas Clark2011-03-051-1/+5
* Avoid miniperl SEGVing when processing -I on the #! lineNicholas Clark2011-03-051-5/+10
* In S_incpush, unixify libdir earlier.Craig A. Berry2011-03-041-16/+15
* In S_incpush, omit subdirs when PERL_IS_MINIPERL.Craig A. Berry2011-03-041-0/+4
* For miniperl, use the USE_SITECUSTOMIZE feature to load the build-time @INCNicholas Clark2011-02-151-3/+18
* Bump the perl -V copyright message, as it's now 2011Jesse Vincent2011-01-201-3/+3
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-2/+2
* 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