summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* setting $0 still brokenJan Dubois2003-12-021-3/+3
* restore_magic needs to undo COWNicholas Clark2003-11-221-0/+7
* Restore errno after having read $^E (like for $!)Rafael Garcia-Suarez2003-11-191-2/+6
* Will the real off by one please stand up?Abhijit Menon-Sen2003-10-271-4/+5
* Fix off-by-one in $0 set magic. (From Autrijus.)Abhijit Menon-Sen2003-10-261-1/+1
* [perl #24122] setreuid and friends borked on darwin/osx pxm@nubz.org2003-10-121-2/+7
* [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS Olli Savia2003-09-241-0/+8
* The change #20809 opened up a code path that might leave s unset.Jarkko Hietaniemi2003-08-221-1/+1
* The magic variables that alter STDOUT have a tendancy to segfaultRafael Garcia-Suarez2003-08-211-6/+12