summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #72850 - reading $! shouldn't SEGV if Strerror(errno) returns NULL.Nicholas Clark2010-02-161-1/+2
* Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_flags().Nicholas Clark2010-02-141-3/+3
* Remove a vestigial STRLEN case and convert a label to lowercase.Nicholas Clark2010-02-141-1/+1
* Removes 32-bit limit on substr arguments. The full range of IV and UV is avai...Eric Brine2010-02-141-10/+9
* Fix for #71254: SEGV in Data::DumperFather Chrysostomos2010-01-181-1/+2
* Correct VMS-specific handling of $! in Perl_magic_get.Craig A. Berry2010-01-161-4/+4
* fix for [perl #61976] Errno ($!) not evaluated to a error message stringDavid Mitchell2010-01-121-0/+1
* preserve readonly flag when saving and restoring magic flagsChip Salzenberg2009-12-051-11/+20
* SvREFCNT_dec already checks if the SV is non-NULL (continued)Vincent Pit2009-11-081-6/+3
* mg.c uses a fixed NGROUPS contantperlbug-followup@perl.org2009-10-261-1/+9
* Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner().Nicholas Clark2009-10-121-11/+9
* finish more implementing -DB vs. -DxChip Salzenberg2009-08-301-1/+2
* finish implementing -DB vs. -DxChip Salzenberg2009-08-301-1/+1
* Add clear magic to %^H so that the HE chain is reset when you empty it.Zefram2009-08-211-17/+29
* Add test to make sure everything that outputs an exception or warning has a m...James Mastros2009-06-271-1/+1
* Don't enqueue pending signals during global destructionLubomir Rintel2009-06-251-1/+2
* In Perl_magic_setsig(), silence a "possible loss of data" warning.Nicholas Clark2009-05-221-1/+2
* $? needs upgrade to PVLV when COMPLEX_STATUS is defined.Craig A. Berry2009-05-211-0/+2
* Merge Perl_magic_setisa() and Perl_magic_clearisa(), to remove duplicated logic.Nicholas Clark2009-05-211-25/+12
* In Perl_magic_setisa(), re-order two independant return early checks.Nicholas Clark2009-05-211-3/+3
* Cache the signal number or -1 in mg_private, to reduce calls to Perl_whichsig().Nicholas Clark2009-05-211-2/+9
* Perl_mg_clear() did not cope with the called magic deleting itself - fix this.Nicholas Clark2009-05-201-1/+4
* In Perl_magic_setsig(), don't discard and then recreate the signal name SV.Nicholas Clark2009-05-201-3/+12
* Refactor Perl_magic_setsig() to remove duplication in the function exit logic.Nicholas Clark2009-05-201-36/+32
* Merge the bulk of Perl_magic_clearsig() into Perl_magic_setsig().Nicholas Clark2009-05-201-73/+29
* Perl_magic_clearsig() needs to remove magic, else delete $SIG{INT} returns undefNicholas Clark2009-05-201-1/+2
* In Perl_magic_clearsig(), only call LEAVE if we call ENTER.Nicholas Clark2009-05-201-0/+4
* In Perl_magic_setsig(), clarify the scope of a block that interacts with #ifdef.Nicholas Clark2009-05-191-3/+2
* Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code.Nicholas Clark2009-04-271-22/+7
* Update the documentation of get_hv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-211-1/+1
* standardize save/restore of errno & vaxc$errnoChip Salzenberg2008-12-051-4/+4
* [perl #948] [PATCH] Allow tied $,Chip Salzenberg2008-11-141-12/+0
* Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO} = sub {...}; sets signal h...Chip Salzenberg2008-11-131-3/+3
* Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {...}; sets signalChip Salzenberg2008-11-121-7/+13
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-2/+4
* Explicitly specify some printf formats for constant strings.Rafael Garcia-Suarez2008-11-021-2/+2
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2008-10-311-5/+5
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2008-10-301-11/+11
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2008-10-291-3/+3
* Eliminate (AV *) casts in *.c.Nicholas Clark2008-10-291-7/+7
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2008-10-291-1/+1
* Every remaining (HV *) cast in *.cNicholas Clark2008-10-281-7/+7
* Bugs revealed by replacing (SV *) casts with something that doesn'tNicholas Clark2008-10-271-1/+1
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* Some more missing isGV_with_GP()sBen Morrow2008-06-281-1/+1
* Re: [perl #54566] assertion failure fiddling with @ISARafael Garcia-Suarez2008-05-211-2/+2
* Call SvMAGICAL_off in mg_freeBram2008-05-101-0/+1
* Inline the trivial S_raise_signal function in the perl signal handler.Gisle Aas2008-04-241-32/+14
* Drop #ifdefs that became empty in change #32012.Gisle Aas2008-04-241-4/+0
* Fix for [perl #52074] Segfault on ISA push after symbol table deleteRafael Garcia-Suarez2008-04-151-2/+4