summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Use SSize_t for arraysFather Chrysostomos2013-08-251-2/+2
* Revert "[perl #117855] Store CopFILEGV in a pad under ithreads"Father Chrysostomos2013-08-091-2/+0
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-051-0/+2
* [perl #52000] Warn/abort on attempted perl exitJohn Gardiner Myers2013-07-291-0/+16
* pad.c: Use &PL_sv_no for const pad namesFather Chrysostomos2013-07-251-0/+1
* [perl #116190] -F and -a now imply -nTony Cook2013-07-231-0/+2
* Make the -F switch imply -aAristotle Pagaltzis2013-07-231-0/+1
* Fix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PRIVATENicholas Clark2013-07-121-1/+5
* perl.c: Use Strerror instead of strerrorKarl Williamson2013-07-071-2/+2
* In the PERL_IMPLICIT_SYS section in perl_free(), use fewer CPP directives.Nicholas Clark2013-07-021-4/+2
* -DPERL_TRACE_OPS to produce reports on executed OP countsSteffen Mueller2013-07-021-0/+18
* OP*method was added in c106c2be8b83ee but never usedTony Cook2013-07-021-1/+0
* SV_CONST(name) and PL_sv_constsRuslan Zakirov2013-06-301-0/+8
* G_METHOD_NAMED flag for call_method and call_svRuslan Zakirov2013-06-301-12/+28
* In miniperl, if lib/buildcustomize.pl fails to load, exit with an error.Nicholas Clark2013-06-131-1/+3
* Stop making assumptions about uids and gids.Brian Fraser2013-06-041-12/+12
* make PL_reg_curpm globalDavid Mitchell2013-06-021-3/+0
* eliminate PL_reg_poscache, PL_reg_poscache_sizeDavid Mitchell2013-06-021-2/+0
* add regmatch_eval_state structDavid Mitchell2013-06-021-1/+1
* Remove DG/UX support.Nicholas Clark2013-05-271-14/+0
* Add NO_TAINT_SUPPORT to S_Internals_V ()H.Merijn Brand2013-05-241-0/+3
* 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