This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow core to work with code points above IV_MAX
[perl5.git] / mg.c
2019-10-30 Tony CookFaster feature checks
2019-06-19 Manuel Mausz(perl #134169) mg.c reset endptr after use
2019-06-18 Steve HayThe Windows CE Chainsaw Massacre
2019-05-31 Karl WilliamsonRemove redundant info on =for apidoc lines
2019-04-16 David Mitchellfix locale leak on zero-length strings
2019-03-25 David Mitchellfix leak with local ${^WARNING_BITS} = ...
2018-06-25 Karl Williamsongrok_atoUV: allow non-C strings and document
2018-03-02 Karl Williamsonmg.c: Fix isSCRIPT_RUN call
2018-02-19 Father Chrysostomos‘Nonelems’ for pushing sparse array on the stack
2018-02-18 Karl WilliamsonAdd ${^SAFE_LOCALES}
2018-01-31 Karl WilliamsonAdd check that "$!" is correctly interpreted as UTF-8
2018-01-31 Karl WilliamsonRemove uncompilable code
2017-11-26 Karl Williamsonmg.c: Convert to use is_utf8_non_invariant_string()
2017-11-15 Zeframfix handling of registered warning categories
2017-11-11 Zeframstore AV iterator as mg_len in more cases
2017-11-06 Karl Williamsonmg.c: Use memchr instead of strchr
2017-10-21 Aaron Cranemg.c: simplify cpp conditionals
2017-10-13 Lukas Maiget rid of "implicit fallthrough" warnings with gcc 7
2017-09-11 Tony Cook(perl #127663) safer in-place editing
2017-08-31 Tony Cook(perl #128263) handle PL_last_in_gv being &PL_sv_undef
2017-08-18 Zeframadd sv_string_from_errnum()
2017-08-18 Karl WilliamsonImprove heuristic for UTF-8 detection in "$!"
2017-07-27 David Mitchellchange sv_setsv(sv,NULL) to sv_set_undef(sv)
2017-06-12 David Mitchellgv.c, mg.c: fix 32-bit compiler warnings
2017-06-07 Dagfinn Ilmari Man... Make setting ${^ENCODING} to a defined value fatal
2017-06-05 Dagfinn Ilmari Man... Forbid setting $/ to a reference to a non-postive integer
2017-06-05 Dagfinn Ilmari Man... Fix inconsistent whitespace in mg.c
2017-06-02 Dagfinn Ilmari Man... Define and use symbolic constants for LvFLAGS
2017-03-31 David Mitchellvec(): defer lvalue out-of-range croaking
2017-02-18 Andy LesterMoving variables to their innermost scope.
2017-02-14 Karl Williamsontoke.c: Fix bugs where UTF-8 is turned on in mid chunk
2017-02-14 Karl Williamsonmg.c: PL_hints is unsigned
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
next