summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate PL_OP_SLAB_ALLOCFather Chrysostomos2012-07-121-10/+0
* PERL_DEBUG_READONLY_OPS with the new allocatorFather Chrysostomos2012-07-121-1/+6
* handy.h: Fix isBLANK_uni and isBLANK_utf8Karl Williamson2012-06-291-0/+2
* -DS option for slab allocationFather Chrysostomos2012-06-291-0/+1
* warn on -i with no input files given [perl #113410]Jesse Luehrs2012-06-261-0/+5
* Don’t create pads for sub stubsFather Chrysostomos2012-06-151-4/+1
* Use assertions for /* NOT REACHED */Father Chrysostomos2012-06-151-4/+4
* perl.c: Clarify commentFather Chrysostomos2012-06-151-4/+4
* perl.c:get_cvn_flags: Move a comment where it belongsFather Chrysostomos2012-06-151-3/+3
* eliminate PL_reg_start_tmp, PL_reg_start_tmplDavid Mitchell2012-06-131-3/+0
* Fix up runtime regex codeblocks.David Mitchell2012-06-131-0/+2
* free PL_regex_padav laterDavid Mitchell2012-06-131-3/+16
* Obliterate CopSTASH_freeFather Chrysostomos2012-06-041-2/+0
* [perl #78742] Store CopSTASH in a pad under threadsFather Chrysostomos2012-06-041-0/+2
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* File scope for VMS-specific #includes.Craig A. Berry2012-05-241-1/+4
* SITELIB_EXP may be NULL on WindowsJan Dubois2012-04-161-11/+13
* Avoid 'USE_SITECUSTOMIZE redefined'-warning during compilationGisle Aas2012-03-271-1/+1
* In S_parse_body(), don't "leak" linestr_sv until global destruction.Nicholas Clark2012-03-171-4/+6
* Remove all the never used parameters from the macro validate_suid()Nicholas Clark2012-03-171-6/+3
* The parser should always close the file handle that it opened.Nicholas Clark2012-02-271-1/+3
* Move the close-on-exec logic to one place, at the end of S_open_script().Nicholas Clark2012-02-271-10/+4
* Change S_open_script() to return NULL to signal "read from stdin".Nicholas Clark2012-02-271-1/+4
* In perl.c, change S_open_script() to return rsfp.Nicholas Clark2012-02-271-13/+13
* In S_validate_suid(), move declarations after the first statement.Nicholas Clark2012-02-191-2/+2
* Remove gete?[ug]id cachingÆvar Arnfjörð Bjarmason2012-02-181-16/+19
* Further eliminate POSIX-emulation under LinuxThreadsÆvar Arnfjörð Bjarmason2012-02-151-3/+0
* add wrap_op_checker() API functionZefram2012-02-111-0/+1
* Add PERL_RELOCATABLE_INCPUSH to PL_non_bincompat_options, and hence -V output.Nicholas Clark2012-02-081-0/+3
* [perl #108794] Call special blocks in void contextFather Chrysostomos2012-01-221-1/+1
* Bump several file copyright datesSteffen Schwigon2012-01-191-1/+1
* Bump the visible perl -V copyright to 2012Steffen Schwigon2012-01-191-1/+1
* Provide as much diagnostic information as possible in "panic: ..." messages.Nicholas Clark2012-01-161-2/+2
* Suppress confusing uninit warning from -T _Father Chrysostomos2012-01-131-1/+1
* 'S' case already exists with ALTERNATE_SHEBANG.Craig A. Berry2011-12-311-1/+5
* [perl #104288] Die with ‘Unrecognized switch’ on #! lineFather Chrysostomos2011-12-301-1/+5
* Croak when setting a tied @DB::argsFather Chrysostomos2011-12-281-1/+1
* Fix compiler warning in perl.cFather Chrysostomos2011-12-271-1/+1
* Don’t check for tied @DB'args when not REALFather Chrysostomos2011-12-271-2/+2
* Fix crash when tying @DB::argsFather Chrysostomos2011-12-271-0/+2
* Remove explicit support for pre-7.0 VMS and pre-6.0 DEC C.Craig A. Berry2011-12-101-3/+0
* Simplify S_parse_body() by calling S_usage() and S_minus_v() directly.Nicholas Clark2011-12-041-9/+6
* Break the -v code out from Perl_moreswitches() into S_minus_v().Nicholas Clark2011-12-041-43/+50
* Refactor S_usage() to take 0 parameters and exit directly().Nicholas Clark2011-12-041-6/+4
* Remove the VMS-specific private len in S_mayberelocate.Craig A. Berry2011-12-031-2/+1
* VMS-specific scope fix for S_mayberelocate.Craig A. Berry2011-12-031-0/+2
* Small tidyups in S_incpush() and S_mayberelocate()Nicholas Clark2011-12-031-8/+2
* Avoid attacks on sitecustomize by using NUL delimiters to wrap filenames.Nicholas Clark2011-12-031-3/+9
* Make sitecustomize relocatableinc awareCarl Hayter2011-12-031-39/+62
* In Perl_moreswitches(), merge the cases for 't' and 'T'.Nicholas Clark2011-11-221-6/+2