This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix up the MAP for version following its upgrade to version 0.9906
[perl5.git] / perl.c
2014-01-04 Karl WilliamsonPATCH: [perl #120723] Setting LC_NUMERIC breaks parsing...
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-11-25 Craig A. BerryFix VMS-specific wraparound error in S_mayberelocate.
2013-11-23 Nicholas ClarkRemove redundant SPAGAIN & PUTBACK after PUSHSTACKi().
2013-11-23 Father ChrysostomosGet perl to build under STRESS_REALLOC once more
2013-11-20 Lukas Maifix a few warnings (format strings, unused variable)
2013-11-20 Daniel Draganremove PL_patchlevel from S_minus_v
2013-11-09 Karl Williamsonperl.c: White space only
2013-11-04 Peter MartiniMove the function to set $^X to its own file
2013-10-31 Father ChrysostomosIntroduce PERL_BOOL_AS_CHAR define
2013-10-28 Father ChrysostomosMake PL_incgv fully refcounted
2013-10-28 Father Chrysostomos[perl #54044] Make PL_replgv refcounted
2013-10-28 Father ChrysostomosMake PL_argvgv refcounted
2013-10-28 Father ChrysostomosMake PL_hintgv refcounted
2013-10-28 Father ChrysostomosDon’t create %@ on startup
2013-10-28 Father ChrysostomosMake PL_envgv refcounted
2013-10-26 Father ChrysostomosMake PL_DBgv and other db interp vars refcounted
2013-10-26 Father Chrysostomosperl.c: Avoid redundant gv_AVadd and GvAVn
2013-09-24 Karl Williamsonperl.c: Clean up some SV*s at termination
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-07-29 John Gardiner Myers[perl #52000] Warn/abort on attempted perl exit
2013-07-26 Father Chrysostomospad.c: Use &PL_sv_no for const pad names
2013-07-23 Tony Cook[perl #116190] -F and -a now imply -n
2013-07-23 Aristotle PagaltzisMake the -F switch imply -a
2013-07-12 Nicholas ClarkFix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PR...
2013-07-07 Karl Williamsonperl.c: Use Strerror instead of strerror
2013-07-02 Nicholas ClarkIn the PERL_IMPLICIT_SYS section in perl_free(), use...
2013-07-02 Steffen Mueller-DPERL_TRACE_OPS to produce reports on executed OP...
2013-07-02 Tony CookOP*method was added in c106c2be8b83ee but never used
2013-06-30 Ruslan ZakirovSV_CONST(name) and PL_sv_consts
2013-06-30 Ruslan ZakirovG_METHOD_NAMED flag for call_method and call_sv
2013-06-13 Nicholas ClarkIn miniperl, if lib/buildcustomize.pl fails to load...
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...
next