summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove the return stack PL_retstack, and store return ops in the CXDave Mitchell2004-07-231-8/+0
* t/op/tie.t test 23 is failing when run with utf8 everywhere.Nicholas Clark2004-07-051-16/+18
* Abolish the "Tied variable freed while still in use" error - I haveNicholas Clark2004-06-221-5/+17
* Include variable names in "Use of uninitialized value" warningsDave Mitchell2004-04-231-2/+2
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* Re: [perl #24346] pulling in stuff from outside the substr lvalueGraham Barr2004-02-291-2/+7
* make the bison-based parser threadsafe and capable of deepDave Mitchell2004-02-281-3/+0
* change #22071 (taint bug in $^0) introduced a potential doubleDave Mitchell2004-01-191-3/+3
* [perl #24674]Dave Mitchell2004-01-051-2/+6
* fix [perl #24660], [perl #24663].Adrian M. Enache2003-12-201-2/+2
* Remove incorrect guards around inclusion of <signal.h>Alan Burlison2003-12-151-3/+0
* Modify the common guard for the signal.h header, becauseAlan Burlison2003-12-121-1/+1
* #21866 was wrong. another try to plumb that damn leak.Adrian M. Enache2003-12-111-1/+1
* iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in...Tassilo von Parseval2003-12-081-5/+0
* SCALAR/FIRSTKEY for tied hashes in scalar contextTassilo von Parseval2003-12-061-0/+41
* $^P, eval and callerPaul Johnson2003-12-051-1/+2