This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update CPAN-Meta to CPAN version 2.131560
[perl5.git] / perl.c
2013-06-04 Brian FraserStop making assumptions about uids and gids.
2013-06-02 David Mitchellmake PL_reg_curpm global
2013-06-02 David Mitchelleliminate PL_reg_poscache, PL_reg_poscache_size
2013-06-02 David Mitchelladd regmatch_eval_state struct
2013-05-27 Nicholas ClarkRemove DG/UX support.
2013-05-24 H.Merijn BrandAdd NO_TAINT_SUPPORT to S_Internals_V ()
2013-05-09 Daniel Draganfix threaded NO_TAINT_SUPPORT build errors
2013-05-08 David Mitchelladd various HASH defines to perl -V output
2013-05-07 David Mitchelladd PERL_NEW_COPY_ON_WRITE to perl -V output
2013-05-07 Yves OrtonMake it possible to disable and control hash key traver...
2013-04-12 David MitchellEliminate PL_reg_state.re_reparsing, part 2
2013-04-12 David MitchellEliminate PL_reg_state.re_reparsing, part 1
2013-03-19 Paul GreenUpdate copyright statement for the Stratus VOS port
2013-03-06 Steffen MuellerPrepare PL_sv_objcount removal
2013-01-27 James E KeenanBelated Happy New Year!
2013-01-13 Ricardo Signescroak on an attempt to run a directory as a script
2013-01-04 Eric BrineCollapse "if(a){b}else{b}" to "b"
2013-01-04 Eric BrineRemove redundant NULL checks.
2012-12-31 Karl WilliamsonChange core calls of isALNUM() to isWORDCHAR()
2012-12-22 Karl WilliamsonUse an array for some inversion lists
2012-12-22 Karl WilliamsonUse an array for some inversion lists
2012-12-22 Karl WilliamsonUse array for some inversion lists
2012-12-22 Karl Williamsonperl.c: Use loop to clear array
2012-12-18 David Mitchelltest the resetting of refcnt for immortals
2012-12-14 Nicholas ClarkRemove the BeOS port.
2012-12-06 Father ChrysostomosStop renamed packages from making reset() crash
2012-11-27 Father ChrysostomosDisable PL_sawampersand
2012-11-26 Karl WilliamsonRemove 3 unused interpreter variables
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-23 Daniel Draganprevent multiple evaluations of ERRSV
2012-11-23 Daniel DraganReduce scope of SP in Perl_eval_pv
2012-11-19 Nicholas ClarkRemove the EPOC port.
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-10-31 Daniel Draganconsting in perl.c:S_Internals_V and Win32 DynaLoader
2012-10-09 Daniel Draganremove redundant calls in S_minus_v in perl.c
2012-09-21 Nicholas ClarkRemove the MPE/iX port.
2012-09-20 Enache AdrianGet rid of PL_formfeed.
2012-09-08 David MitchellPL_sawampersand: use 3 bit flags rather than bool
2012-08-31 Nicholas ClarkRemove the VM/ESA port.
2012-08-25 Daniel Dragan[perl #114572] perl.c: fix locality/rmv redundant nulls...
2012-08-24 Daniel Dragandon't use PerlHost's getenv after perl_destruct
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-08-08 Tony Cookignore PERL_XMLDUMP when tainting
2012-08-05 Father ChrysostomosMake PL_(top|body|form)target PVIVs
2012-07-28 Nicholas ClarkRemove dead code related to the Atari ST port of perl...
2012-07-24 Chip SalzenbergUnify code that initializes constants yes, no, and...
2012-07-12 Father ChrysostomosEliminate PL_OP_SLAB_ALLOC
2012-07-12 Father ChrysostomosPERL_DEBUG_READONLY_OPS with the new allocator
2012-06-30 Karl Williamsonhandy.h: Fix isBLANK_uni and isBLANK_utf8
2012-06-29 Father Chrysostomos-DS option for slab allocation
2012-06-26 Jesse Luehrswarn on -i with no input files given [perl #113410]
2012-06-15 Father ChrysostomosDon’t create pads for sub stubs
2012-06-15 Father ChrysostomosUse assertions for /* NOT REACHED */
2012-06-15 Father Chrysostomosperl.c: Clarify comment
2012-06-15 Father Chrysostomosperl.c:get_cvn_flags: Move a comment where it belongs
2012-06-13 David Mitchelleliminate PL_reg_start_tmp, PL_reg_start_tmpl
2012-06-13 David MitchellFix up runtime regex codeblocks.
2012-06-13 David Mitchellfree PL_regex_padav later
2012-06-05 Father ChrysostomosObliterate CopSTASH_free
2012-06-05 Father Chrysostomos[perl #78742] Store CopSTASH in a pad under threads
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-24 Craig A. BerryFile scope for VMS-specific #includes.
2012-04-16 Jan DuboisSITELIB_EXP may be NULL on Windows
2012-03-26 Gisle AasAvoid 'USE_SITECUSTOMIZE redefined'-warning during...
2012-03-17 Nicholas ClarkIn S_parse_body(), don't "leak" linestr_sv until global...
2012-03-17 Nicholas ClarkRemove all the never used parameters from the macro...
2012-02-27 Nicholas ClarkThe parser should always close the file handle that...
2012-02-27 Nicholas ClarkMove the close-on-exec logic to one place, at the end...
2012-02-27 Nicholas ClarkChange S_open_script() to return NULL to signal "read...
2012-02-27 Nicholas ClarkIn perl.c, change S_open_script() to return rsfp.
2012-02-19 Nicholas ClarkIn S_validate_suid(), move declarations after the first...
2012-02-18 Ævar Arnfjörð Bjar... Remove gete?[ug]id caching
2012-02-15 Ævar Arnfjörð Bjar... Further eliminate POSIX-emulation under LinuxThreads
2012-02-11 Zeframadd wrap_op_checker() API function
2012-02-08 Nicholas ClarkAdd PERL_RELOCATABLE_INCPUSH to PL_non_bincompat_option...
2012-01-22 Father Chrysostomos[perl #108794] Call special blocks in void context
2012-01-19 Steffen SchwigonBump several file copyright dates
2012-01-19 Steffen SchwigonBump the visible perl -V copyright to 2012
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2012-01-14 Father ChrysostomosSuppress confusing uninit warning from -T _
2012-01-01 Craig A. Berry'S' case already exists with ALTERNATE_SHEBANG.
2011-12-31 Father Chrysostomos[perl #104288] Die with ‘Unrecognized switch’ on #...
2011-12-29 Father ChrysostomosCroak when setting a tied @DB::args
2011-12-27 Father ChrysostomosFix compiler warning in perl.c
2011-12-27 Father ChrysostomosDon’t check for tied @DB'args when not REAL
2011-12-27 Father ChrysostomosFix crash when tying @DB::args
2011-12-11 Craig A. BerryRemove explicit support for pre-7.0 VMS and pre-6.0...
2011-12-04 Nicholas ClarkSimplify S_parse_body() by calling S_usage() and S_minu...
2011-12-04 Nicholas ClarkBreak the -v code out from Perl_moreswitches() into...
2011-12-04 Nicholas ClarkRefactor S_usage() to take 0 parameters and exit direct...
2011-12-03 Craig A. BerryRemove the VMS-specific private len in S_mayberelocate.
2011-12-03 Craig A. BerryVMS-specific scope fix for S_mayberelocate.
2011-12-03 Nicholas ClarkSmall tidyups in S_incpush() and S_mayberelocate()
2011-12-03 Nicholas ClarkAvoid attacks on sitecustomize by using NUL delimiters...
2011-12-03 Carl HayterMake sitecustomize relocatableinc aware
2011-11-22 Nicholas ClarkIn Perl_moreswitches(), merge the cases for 't' and...
2011-10-22 Father Chrysostomos[perl #101486] Make PL_curstash refcounted
2011-10-02 Father ChrysostomosRemove unused variable from S_set_caret_X
2011-10-01 Karl WilliamsonDon't use swash to find cntrls
next