summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The continuing adventures of Constman and Localize BoyAndy Lester2005-06-201-0/+1
* Remove the deprecated $# variableRafael Garcia-Suarez2005-06-201-8/+0
* whoops, Perl_magic_freearylen_p returns intDave Mitchell2005-06-141-1/+1
* Perl_magic_freearylen_p could coredumpDave Mitchell2005-06-141-0/+4
* Fixes the case of $a = \$#{[]}; and then accessing $$aNicholas Clark2005-06-091-2/+30
* regcomp.c and moreAndy Lester2005-06-091-1/+1
* More SvPV constingNicholas Clark2005-06-091-14/+13
* More SvPV constingNicholas Clark2005-06-081-1/+1
* Add and use MgPV_nolen_constNicholas Clark2005-06-081-8/+4
* Nuke some more n_a, and convert S_gv_ename from char * to const char *Nicholas Clark2005-06-081-2/+1
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-2/+2
* More SvPV constingNicholas Clark2005-06-071-2/+2
* More SvPV consting.Nicholas Clark2005-06-071-2/+2
* Remove unused variable (thanks to Andy's lint)Rafael Garcia-Suarez2005-06-071-1/+0
* one more round of is_utf8_foo tuneupJarkko Hietaniemi2005-06-071-2/+4
* Updated lint infrastructureAndy Lester2005-05-261-4/+0
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-2/+2
* Attribute configurationAndy Lester2005-05-201-6/+1