summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: untieing your victim during the actDave Mitchell2003-08-211-1/+5
* If we are void we cannot return a value.Jarkko Hietaniemi2003-08-121-1/+1
* Apply much of Ilya's microperl patch, but instead ofJarkko Hietaniemi2003-08-121-2/+4
* Move the csighandler to be a data variable so thatJarkko Hietaniemi2003-08-081-8/+8
* warnings, line numbers & windowsMarcus Holland-Moritz2003-07-081-1/+1
* Re: ext/List/Util/t/weak.t panicDave Mitchell2003-07-031-0/+1
* The 'contiguous' test for argv[], envp[] was bogusJarkko Hietaniemi2003-06-301-8/+2
* The joy of $0. Undoing the #16399 makes Andreas'Jarkko Hietaniemi2003-06-291-50/+22
* Two debugging patches.Dave Mitchell2003-06-281-1/+6
* Remove the deprecated $* variable.Rafael Garcia-Suarez2003-06-131-6/+0
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* whichsig() really does return -1 for unknown signals.Jarkko Hietaniemi2003-03-141-1/+1
* Make whichsig() to work also if some system definesJarkko Hietaniemi2003-03-141-4/+4
* Re: odd (or not so odd?) segmentation fault in 5.8.0Yitzchak Scott-Thoennes2003-03-101-0/+6
* mg.c needs Perl_csighandler prototypeCraig A. Berry2003-03-061-0/+2
* Patch by Salvador FandiƱo to read the warning maskRafael Garcia-Suarez2003-03-041-1/+10
* RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch included)Anders Johnson2003-03-021-20/+105
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Re: [perl #20683] [fix] Better PatchAdrian M. Enache2003-02-261-0/+7
* Cleanup #18770 as suggested by Rafael.Jarkko Hietaniemi2003-02-251-15/+0
* A new try at #18765 (for [perl #20920]).Jarkko Hietaniemi2003-02-251-1/+19
* Retract change #18765: makes HiRes.t hang after subtest #11.Jarkko Hietaniemi2003-02-251-20/+2
* PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.Jarkko Hietaniemi2003-02-241-8/+7
* Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)Slaven Rezic2003-02-241-2/+20
* The new(er) way of controlling Unicode I/O (and other) features;Jarkko Hietaniemi2003-02-151-9/+3
* [perl #18232] [PATCH] store PL_reg_match_utf8 in reganchRafael Garcia-Suarez2003-02-021-3/+3
* OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.Dave Mitchell2003-01-261-2/+7
* integrate (by hand) #18353 and #18359 from maint-5.8:Hugo van der Sanden2003-01-211-0/+10
* Make the locale-induced UTF-8-ification of STD fhsJarkko Hietaniemi2003-01-161-6/+12
* Change the value of ${^TAINT} : 0 without taint checks,Rafael Garcia-Suarez2003-01-061-1/+3
* Re: [perl #19330] Uneffective increment of $\Rafael Garcia-Suarez2002-12-301-1/+1
* $0 modifying part II (HP-UX only)Jarkko Hietaniemi2002-12-021-0/+12
* $0 mofifying part IJarkko Hietaniemi2002-12-021-0/+2
* The Inaba patch for tr/// vs. use encodingDan Kogai2002-10-241-14/+19
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-25/+0
* enable -ansi -pedanticJarkko Hietaniemi2002-09-261-1/+8
* Copy On WriteNicholas Clark2002-08-171-0/+5
* Remove pseudo-hashes (complete)Michael G. Schwern2002-08-171-20/+6
* [ID 20020704.001] again: #17678 caused test failures in pod2html,Hugo van der Sanden2002-08-041-13/+14
* Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')Hugo van der Sanden2002-08-041-7/+13
* Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501Jarkko Hietaniemi2002-05-281-11/+2
* A shot in the dark.Jarkko Hietaniemi2002-05-271-3/+3
* Fix for the IO::Scalar bug (I think).Nick Ing-Simmons2002-05-271-2/+11
* manual integrate of change#16332 from maint-5.6 branchGurusamy Sarathy2002-05-021-8/+18
* Integrate #16334 from maint-5.6;Jarkko Hietaniemi2002-05-021-2/+1
* More VC5-induced casting found by Nikola Knezevic.Jarkko Hietaniemi2002-04-271-1/+1
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-10/+10
* Windows 64-bit support:Gurusamy Sarathy2002-04-211-2/+2