summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* const-eight.diffAndy Lester2005-04-041-1/+1
* Clean-up some warnings when compiling on Win32 with VC++Steve Hay2005-03-291-1/+1
* Need to return something when the compiler doesn't know that aNicholas Clark2005-03-261-0/+5
* Consting fiveAndy Lester2005-03-251-11/+36
* Consting part 4Andy Lester2005-03-251-0/+1
* Third consting batchAndy Lester2005-03-241-9/+9
* Adding const qualifiersAndy Lester2005-03-141-54/+43
* savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call toNicholas Clark2005-01-091-5/+5
* to improve -DCHECK_FORMATRobin Barker2005-01-071-1/+1
* Stage 1 of utf8 support for soft references.Nicholas Clark2005-01-071-9/+4
* Update copyright years.Nicholas Clark2005-01-041-1/+1
* Add ${^UTF8LOCALE} to give perl space access to PL_utf8localeNicholas Clark2005-01-041-1/+3
* SuSE's perl safe_putenf diffMichael Schroeder2004-11-171-0/+2
* Fix [perl #31971] local $^D gives noiseRafael Garcia-Suarez2004-10-141-1/+1
* SvO?OK_off()'s return valueMarcus Holland-Moritz2004-09-081-5/+5
* more typo fixes for change 3176 (comments at top of .c files)Dave Mitchell2004-08-031-2/+2
* shut up a warning in mg.cDave Mitchell2004-07-311-1/+1
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+18