This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
epigraphs - Correct some dates and links and fill in a couple of missing names
[perl5.git] / perl.c
2015-01-12 David Mitchellperl.c: silence compiler warning:
2014-12-29 Karl WilliamsonDon't raise 'poorly supported' locale warning unnecessarily
2014-12-09 Karl Williamson-Dp does work on EBCDIC.
2014-12-05 Father ChrysostomosRestore profile dump under PERL_DESTRUCT_LEVEL
2014-11-29 Lukas Maimake more use of NOT_REACHED
2014-11-15 Daniel Draganmake debugging easier in memory allocator code in perl...
2014-11-08 Daniel Draganadd xs_handshake API
2014-11-07 Daniel Draganremove obsolete PL_apiversion
2014-10-31 Daniel Draganfree up CvPADLIST slot for XSUBs for future use
2014-10-09 Tony Cook[perl #122445] use magic on $DB::single etc to avoid...
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-09-05 Alexandre (Midnite... perl.c: fix small bug on Android from commit 9054c81
2014-09-03 Karl WilliamsonAllow for changing size of bracketed regex char class
2014-09-01 Father Chrysostomosperl.c: Improve buildcustomize error message
2014-08-31 Father ChrysostomosGet ‘./miniperl -Ilib -T’ working
2014-08-24 Tadeusz SośnierzMake eval_pv documentation more precise
2014-08-22 Karl WilliamsonAdd and use macros for case-insensitive comparison
2014-07-23 Jarkko HietaniemiUse grok_atou instead of atoi.
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-24 Daniel DraganPERL_UNUSED_CONTEXT -> remove interp context where...
2014-06-19 Jarkko HietaniemiRevert "/* NOTREACHED */ belongs *before* the unreachable."
2014-06-19 Jarkko Hietaniemi/* NOTREACHED */ belongs *before* the unreachable.
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-06-12 Brian FraserAdding missing SVfARG() invocations
2014-06-11 Brian FraserRemoved NeXT support
2014-06-05 Karl WilliamsonKeep LC_NUMERIC in C locale, except for brief periods
2014-05-30 Jarkko HietaniemiUnify the "fall-through" lint annotation.
2014-05-29 Jarkko Hietaniemifcntl receiving -1 from fileno, fcntl failing.
2014-05-28 Jarkko HietaniemiFix for Coverity perl5 CID 29068: Insecure temporary...
2014-05-28 Jarkko HietaniemiUse the C_ARRAY_LENGTH.
2014-05-28 Jarkko HietaniemiFor ptr masking use PTRSIZE-1, not nested conditional...
2014-04-01 Karl WilliamsonPATCH: [perl 121317] Gconvert() obeys LC_NUMERIC withou...
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-02-19 H.Merijn BrandNew bincompat options
2014-02-05 Brian FraserFix the prototypes of some functions without context
2014-02-05 Brian FraserAvoid compiler warnings by consistently using #ifdef...
2014-02-04 Karl WilliamsonAdd -DL option to trace setlocale calls
2014-01-22 Karl Williamsonperl.c: Add missing ref count decrement
2014-01-20 David Mitchellrename sTHX to PERL_MEMORY_DEBUG_HEADER_SIZE
2014-01-19 Ricardo Signesupdate latest copyright year to 2014
2014-01-09 Karl WilliamsonMove initialization of PL_XPosix_ptrs[] to perl.c
2014-01-09 Karl WilliamsonRmv PL_Posix_ptrs
2014-01-09 Karl WilliamsonRemove PL_L1Posix_ptrs
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
next