summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the EPOC port.Nicholas Clark2012-11-191-6/+2
* Hash Function Change - Murmur hash and true per process hash seedYves Orton2012-11-171-14/+25
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-23/+62
* consting in perl.c:S_Internals_V and Win32 DynaLoaderDaniel Dragan2012-10-311-1/+1
* remove redundant calls in S_minus_v in perl.cDaniel Dragan2012-10-081-25/+34
* Remove the MPE/iX port.Nicholas Clark2012-09-211-4/+0
* Get rid of PL_formfeed.Enache Adrian2012-09-201-1/+0
* PL_sawampersand: use 3 bit flags rather than boolDavid Mitchell2012-09-081-3/+4
* Remove the VM/ESA port.Nicholas Clark2012-08-311-4/+0
* [perl #114572] perl.c: fix locality/rmv redundant nulls in call_sv/eval_svDaniel Dragan2012-08-241-5/+3
* don't use PerlHost's getenv after perl_destructDaniel Dragan2012-08-241-6/+10
* Omnibus removal of register declarationsKarl Williamson2012-08-181-3/+3
* ignore PERL_XMLDUMP when taintingTony Cook2012-08-081-1/+2
* Make PL_(top|body|form)target PVIVsFather Chrysostomos2012-08-051-2/+2
* Remove dead code related to the Atari ST port of perl 4.0 patchlevel 19Nicholas Clark2012-07-281-4/+0
* Unify code that initializes constants yes, no, and undefChip Salzenberg2012-07-231-23/+1
* 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