This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Fix grammar
[perl5.git] / mg.c
2017-01-25 Dagfinn Ilmari Man... Use cBOOL() instead of ? TRUE : FALSE
2017-01-21 David Mitchellavoid disabling utf8 pos cache on tainted strings
2017-01-16 AbigailReformat overlong comment.
2017-01-16 Abigail$/ = \-1 will be fatal in Perl 5.28.
2017-01-16 AbigailSetting ${^ENCODE} will be fatal by 5.28.
2017-01-07 Peter Avalosadd setproctitle() support for DragonFly BSD
2016-11-24 David Mitchelladd sv_set_undef() API function
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-12 David Mitchelleliminate SVpbm_VALID flag
2016-11-12 David Mitchelleliminate SVpbm_TAIL/SvTAIL_on()/SvTAIL_off()
2016-11-01 Yves Ortonnew feature @{^CAPTURE} (and %{^CAPTURE} and %{^CAPTURE...
2016-10-19 Yves Ortonmg.c: use new SvPVCLEAR and constant string friendly...
2016-09-07 David Mitchelladd some code comments for the users of delimcpy()
2016-09-05 Craig A. BerryTainted dirs on VMS when not under DCL.
2016-09-04 Father ChrysostomosFix checks for tainted dir in $ENV{PATH}
2016-09-01 Karl WilliamsonUse new name 'is_utf8_invariant_string' in core
2016-07-13 Father ChrysostomosRemove mg.c:_get_encoding
2016-07-13 Father ChrysostomosRemove PL_(lex_)encoding and all dependent code
2016-07-13 Father ChrysostomosDisable ${^ENCODING}
2016-01-30 Lukas Maimg.c: move declaration of i closer to its use
2016-01-26 Dagfinn Ilmari Man... Probe for and expose more fields for SA_SIGINFO
2015-12-01 David MitchellPerl_magic_set(): remove unused var 's'
2015-11-23 Jarkko Hietaniemisplit off the $0 setting so mutex use can be annotated
2015-10-19 Daniel Draganreimplement $^WIN32_SLOPPY_STAT as a magic var
2015-10-02 David Mitchellfix up EXTEND() callers
2015-09-05 Andy Broadamigaos4: setenv magic should work with __amigaos4__
2015-09-04 Karl Williamsonperlapi: Change some 'eg' to 'e.g.'
2015-09-04 Karl Williamsonperlapi: Add some S<>
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-09-04 Karl Williamsonperlapi, perlintern: Add L<> links to pod
2015-08-01 Karl Williamsonperlapi: Use C<> instead of I<> for parameter names...
2015-06-29 Father ChrysostomosRemove PERL_OLD_COPY_ON_WRITE
2015-06-19 David Mitchellsilence some gcc -pendantic warnings
2015-03-30 David MitchellRevert "Don’t call save_re_context"
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-10 Hugo van der Sandenmg.c:Perl_magic_set: don't use 0 as "failed" gid_t
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-02-08 Father ChrysostomosRemove get-magic from $/
2015-02-04 Tony Cook[perl #123218] "preserve" $/ if set to a bad value
2015-01-25 Ævar Arnfjörð Bjar... Revert the support for new warning categories outside...
2015-01-21 David Mitchellavoid C labels in column 0
2014-12-29 Ævar Arnfjörð Bjar... Add support for new warning categories outside of ...
2014-12-24 Steve HayFix compilation errors in mg.c with MinGW/gcc -xc++
2014-11-30 Father ChrysostomosMake PADNAMELIST a separate type
2014-11-27 Jarkko Hietaniemihv_store_ent() return value unused.
2014-11-26 Karl WilliamsonChange core to use is_invariant_string()
2014-11-22 Father ChrysostomosProtect ${^E_NCODING} from abuse
2014-11-21 Karl Williamsonmg.c: Remove poorly considered assertion
2014-11-21 Father Chrysostomosmg.c: _get_encoding needs dVAR
2014-11-21 Dagfinn Ilmari Man... Deprecate setting ${^ENCODING}
2014-11-21 Karl Williamsonmg.c: White-space only
2014-11-21 Karl WilliamsonMake encoding pragma lexical in scope
2014-11-21 Karl WilliamsonMake a function to get PL_encoding's value
2014-11-15 Father ChrysostomosMake $/=-1 warning default like other dep warnings
2014-10-17 David Mitchellfix some recent compiler warnings
2014-10-11 Father Chrysostomosforeach \$var
2014-10-11 Father ChrysostomosList assignment to array and hash refs
2014-10-11 Father ChrysostomosAssignment to hash element refs
2014-10-11 Father ChrysostomosAssignment to array elem refs
2014-10-11 Father ChrysostomosList assignment to lexical scalar refs
2014-10-11 Father ChrysostomosList assignment to package scalar ref
2014-10-11 Father ChrysostomosAdd lvref magic type
2014-10-09 Tony Cook[perl #122445] use magic on $DB::single etc to avoid...
2014-09-20 Father ChrysostomosImplement the bipolar read-only system
2014-09-16 Father Chrysostomosmg.c: Avoid reifying GV for undefined sig handler
2014-09-16 Father ChrysostomosMake ‘SIG handler not defined’ UTF8- and null-safe
2014-09-12 Father ChrysostomosDon’t call save_re_context
2014-08-31 Father Chrysostomos[perl #122669] Don’t taint at compile time
2014-07-23 Jarkko HietaniemiAtol can be strtol in disguise, so grok_atou.
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-18 Jarkko HietaniemiWith this we are g++ -Wunused-* clean.
2014-06-16 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-14 Jarkko HietaniemiRevert "Some low-hanging -Wunreachable-code fruits."
2014-06-14 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-12 Brian FraserSilence several -Wunused-parameter warnings about my_perl
2014-06-05 Karl Williamsonperlapi: Include general information
2014-06-05 Karl WilliamsonRevert "PATCH: [perl #119499] "$!" with UTF-8 flag"
2014-06-05 Karl WilliamsonUse C locale for "$!" ouside 'use locale' scope
2014-06-02 Jarkko HietaniemiUse PERL_UNUSED_RESULT.
2014-05-29 Jarkko Hietaniemifcntl receiving -1 from fileno, fcntl failing.
2014-05-29 Jarkko HietaniemiInsert asserts to paths suspected by Coverity.
2014-04-01 Karl WilliamsonPATCH: [perl #119499] "$!" with UTF-8 flag
2014-04-01 Karl Williamsonmg.c: Fix comment typo
2014-02-20 Karl WilliamsonRestore proper functioning of -Mdiagnostics
2014-02-18 Karl WilliamsonFix pod errors
2014-02-09 Father ChrysostomosUse ‘an’ for $/=[] error message
2014-02-04 Yves OrtonAdd tests and fix new fatal errors related to $/
2014-02-03 Yves Ortondeal with assignment to $/ better, deprecate edge cases...
2013-12-29 Father ChrysostomosConsistent spaces after dots in perlintern.pod
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-26 Father ChrysostomosRevert "[perl #119801] Stop @DB::dbline modifications...
2013-12-22 Father Chrysostomos[perl #119801] Stop @DB::dbline modifications from...
2013-12-17 Karl Williamsonmg.c: White-space only
2013-12-17 Karl WilliamsonFix HP-UX $! failure
2013-12-17 Karl Williamsonmg.c: White-space only
2013-11-29 Father ChrysostomosRevert part of 2efab60d9
2013-11-28 Father Chrysostomosmg.c: Remove redundant SvOK checks
next