This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Support reordered precision arguments in (s)printf
[perl5.git] / mg.c
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
2013-11-27 Karl WilliamsonRespect 'use bytes' in returning $! and $^E
2013-11-27 Karl Williamson$^E should have same handling as $! for Win32 and OS/2
2013-11-27 Karl Williamsonmg.c: Extract code into a function.
2013-11-27 Karl Williamsonmg.c: White-space only
2013-11-27 Karl Williamsonmg.c: Use $! code for $^E on platforms where are same
2013-11-27 Karl Williamsonmg.c: Reorder if else clauses
2013-11-27 Karl Williamsonmg.c: Reorder cases in a switch()
2013-11-24 David Mitchellfix 'ignoring return value' compiler warnings
2013-11-20 Lukas Maifix a few warnings (format strings, unused variable)
2013-11-04 Father Chrysostomosmg.c: Fix misuse of AvARRAY in defelem_target
2013-10-28 Father Chrysostomos[perl #119799] Set breakpoints without *DB::dbline
2013-10-21 Daniel DraganWinCE Makefile and make_ext.pl general and XS fixes
2013-09-16 Steve HayIntercept assignment to $! to translate WSAExxx values...
2013-09-02 Nicholas ClarkSimplify some code in Perl_magic_get() and Perl_magic_s...
2013-09-02 Nicholas ClarkRemove now unused $` $' ${^MATCH} ${^PREMATCH} ${^POSTM...
2013-09-02 Nicholas ClarkStore all other match vars in mg_len instead of mg_ptr...
2013-09-02 Nicholas ClarkStore the match vars in mg_len instead of calling atoi...
2013-08-29 Nicholas ClarkIn Perl_magic_setdbline, replace the use of atoi()...
2013-08-29 Father ChrysostomosMake vivify_defelem allow &PL_sv_undef array entries
2013-08-25 Father ChrysostomosFix assert fail when fetching pos clobbers ref with...
2013-08-25 Father ChrysostomosStop values from ‘sticking’ to @- and @+ elems
2013-08-25 Father ChrysostomosMake @- and @+ return correct offsets beyond 2**31
2013-08-25 Father ChrysostomosStop pos() from being confused by changing utf8ness
2013-08-22 Father ChrysostomosRemove null check from mg.c:magic_getvec
2013-08-22 Father ChrysostomosFix assertion failure with $#a=\1
2013-08-21 Father Chrysostomos[perl #118691] Allow defelem magic with neg indices
2013-08-13 Father Chrysostomosmg.c: Fix U32-to-bool assignment
2013-08-11 Father ChrysostomosMake PL_hints an alias for PL_compiling.cop_hints
2013-08-11 Father ChrysostomosModifying ${^OPEN} changes the value of $^H:
2013-08-11 Father ChrysostomosRemove SvIsCOW checks from mg.c:mg_localize
2013-08-11 Father ChrysostomosRemove SvIsCOW checks from mg.c:S_save_magic
next