summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-5/+5
* Simplify nested '#ifdef' by replacing it with '#elif defined()'Gisle Aas2006-01-271-10/+4
* Safer implementation of RTRIM().Gisle Aas2006-01-271-3/+3
* Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can caus...Philippe M. Chiasson2006-01-261-4/+6
* SvREADONLY_off inside the magic routines is also dangerous on sharedNicholas Clark2006-01-261-3/+2
* Un-const magic virtual tables; this consting breaks the nastyRafael Garcia-Suarez2006-01-231-1/+1
* A few more places that can use hv_fetchs().Gisle Aas2006-01-111-1/+1
* Make $( and $) list the groups in the order theyGisle Aas2006-01-111-4/+3
* Get rid of the following gcc format warnings by simplifying theGisle Aas2006-01-111-9/+3
* Gisle notes that SvRTRIM should also write a new '\0' at the end.Nicholas Clark2006-01-111-0/+1
* Make setting 'PL_origalen = 1' before perl_parse() disableGisle Aas2006-01-111-2/+2
* It's the Barbie bus patchAndy Lester2006-01-101-6/+6
* Avoid possible dereference of NULL in the initialization of PL_origalen.Gisle Aas2006-01-101-21/+23
* blead: format warningsJarkko Hietaniemi2006-01-081-3/+3
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+29
* Make the new STR_WITH_LEN() affected compile under -Dusethreads.Gisle Aas2006-01-041-1/+1
* Get rid of a few more hardcoded string lengths.Gisle Aas2006-01-041-1/+1
* add svt_local slot to magic vtable, and fix local $sharedDave Mitchell2006-01-021-7/+4
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-021-1/+1
* Making 0 pointers to NULLsAndy Lester2006-01-011-5/+5
* RMAGIC on symbol tables is bad, m'kay.Nicholas Clark2005-12-301-36/+1
* pre-likely cleanupAndy Lester2005-12-271-10/+6
* In this, the last tale of the NGROUPS saga, a former pumpking prodsSteve Peters2005-12-261-19/+28
* Re: [perl #37907] Perl_magic_get reqires ridiculous amounts of stackmemoryJim Cromie2005-12-241-4/+8
* The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,Nicholas Clark2005-12-211-1/+1
* gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, ratherNicholas Clark2005-12-201-3/+3
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-31/+33
* Cleaning up some warnings generated by "gcc -W"Steve Peters2005-11-191-0/+1
* Mark all places where perl needs to look at a possibly-freed scalarNicholas Clark2005-11-141-1/+3
* use clearenv if availableAlan Burlison2005-11-041-33/+7
* Reverting the reversion. va_end() goes with va_start().Steve Peters2005-11-031-5/+1
* Change #25976 seemed to cause test failures in ext/B/t/f_sort.t. WhatSteve Peters2005-11-031-1/+5
* Missing va_end(args) from SA_SIGINFO related code.Steve Peters2005-11-031-0/+2
* Avoid corruption when calling mg_get to retrieve the valueRafael Garcia-Suarez2005-10-311-0/+3
* Oops, missed an sv_force_normal()Steve Peters2005-10-291-1/+1
* Change to use sv_force_normal_flags() directly, rather than callingSteve Peters2005-10-291-1/+1
* [patch@25809]restore documented exit behaviorJohn E. Malmberg2005-10-201-2/+2
* More consting, and DRY leads to shrinking object codeAndy Lester2005-10-191-25/+31
* another Symbian update: Alan's fault :-)Jarkko Hietaniemi2005-10-171-2/+2
* Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns offRafael Garcia-Suarez2005-09-271-4/+9
* Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6Yitzchak Scott-Thoennes2005-09-061-2/+10
* Various patches by John E. Malmberg to fix dataRafael Garcia-Suarez2005-08-011-1/+4
* RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFOPaul Green2005-07-281-1/+1
* tidy up DieNull and DIE_NULLRobin Barker2005-07-281-1/+1
* silence compiler warning in mg.c POSIX.xsRobin Barker2005-07-281-1/+1
* blead help for VMSCraig A. Berry2005-07-241-1/+1
* Re: [PATCH] support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-211-1/+3
* Fix definition of Perl_sighandler following change 25200Steve Hay2005-07-201-0/+4
* support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-201-5/+43
* more embed cleanupAndy Lester2005-07-151-1/+1