summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* more taint fallout from change 24943Dave Mitchell2005-07-071-1/+1
* change 24943 broke restoration of localized taint valuesDave Mitchell2005-07-051-4/+7
* Fix change 25045Steve Hay2005-07-041-0/+1
* Don't check the pointer is non-NULL before calling Safefree() inNicholas Clark2005-07-021-11/+4
* Remove the reference loop between symbol tables and typeglobs.Nicholas Clark2005-06-231-14/+29
* Pre-YAPC consting funAndy Lester2005-06-231-88/+85
* remove taint hack now that local $tainted no longer copies taint magicDave Mitchell2005-06-221-9/+2
* handle magic in local correctlyDave Mitchell2005-06-221-0/+62
* Trim trailing whitespace from $! and $^ESteve Hay2005-06-211-0/+9