summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* fix threaded NO_TAINT_SUPPORT build errorsDaniel Dragan2013-05-091-5/+5
* add various HASH defines to perl -V outputDavid Mitchell2013-05-081-0/+39
* add PERL_NEW_COPY_ON_WRITE to perl -V outputDavid Mitchell2013-05-071-0/+3
* Make it possible to disable and control hash key traversal randomizationYves Orton2013-05-071-0/+5
* Eliminate PL_reg_state.re_reparsing, part 2David Mitchell2013-04-121-1/+0
* Eliminate PL_reg_state.re_reparsing, part 1David Mitchell2013-04-121-2/+4
* Update copyright statement for the Stratus VOS portPaul Green2013-03-191-1/+1
* Prepare PL_sv_objcount removalSteffen Mueller2013-03-061-9/+6
* Belated Happy New Year!James E Keenan2013-01-271-1/+1
* croak on an attempt to run a directory as a scriptRicardo Signes2013-01-121-0/+8
* Collapse "if(a){b}else{b}" to "b"Eric Brine2013-01-031-10/+6
* Remove redundant NULL checks.Eric Brine2013-01-031-2/+1
* Change core calls of isALNUM() to isWORDCHAR()Karl Williamson2012-12-311-6/+6
* Use an array for some inversion listsKarl Williamson2012-12-221-0/+3
* Use an array for some inversion listsKarl Williamson2012-12-221-0/+3
* Use array for some inversion listsKarl Williamson2012-12-221-0/+4
* perl.c: Use loop to clear arrayKarl Williamson2012-12-221-17/+6
* test the resetting of refcnt for immortalsDavid Mitchell2012-12-181-1/+1
* Remove the BeOS port.Nicholas Clark2012-12-141-10/+1
* Stop renamed packages from making reset() crashFather Chrysostomos2012-12-051-1/+4
* Disable PL_sawampersandFather Chrysostomos2012-11-271-0/+2
* Remove 3 unused interpreter variablesKarl Williamson2012-11-261-6/+0
* Remove "register" declarationsKarl Williamson2012-11-241-3/+3
* prevent multiple evaluations of ERRSVDaniel Dragan2012-11-231-2/+6
* Reduce scope of SP in Perl_eval_pvDaniel Dragan2012-11-231-4/+5
* 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