summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]Gisle Aas2005-05-181-3/+8
* perl 5.9.x (@ 24471): Symbian updateJarkko Hietaniemi2005-05-171-3/+3
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-5/+5
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-1/+9
* s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/Nicholas Clark2005-05-101-2/+2
* Perl_croak uses perl's printf, so can pass in SVs direct - no need forNicholas Clark2005-05-081-2/+1
* Don't pretend SIGZERO exists [#35291].Abhijit Menon-Sen2005-05-061-1/+1
* combopatchJarkko Hietaniemi2005-04-251-12/+3
* Symbian port of PerlJarkko Hietaniemi2005-04-211-42/+34
* [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set glasser@tang-eleven-seventy-nine.mit.edu2005-04-201-2/+1
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-4/+4
* Down with C++ reserved namesNicholas Clark2005-04-051-5/+5