summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Reformulate an errorRafael Garcia-Suarez2004-11-021-1/+1
* Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.Nicholas Clark2004-10-311-0/+4
* include flags and refcount in the list of leaked scalarsDave Mitchell2004-10-271-3/+4
* Rephrase "Perl Home Page" Referenceschromatic2004-10-201-1/+1
* Implement a new -dt command-line flag, to enable threads under theRafael Garcia-Suarez2004-10-151-0/+7
* Fix [perl #31971] local $^D gives noiseRafael Garcia-Suarez2004-10-141-3/+3
* A few fixes in the list of -D debugging flagsRafael Garcia-Suarez2004-10-141-3/+3
* Patch for perl.c fixing an obscure environment bugMerijn Broeren2004-09-281-2/+9
* SvO?OK_off()'s return valueMarcus Holland-Moritz2004-09-081-1/+1
* a regex in STDOUT destructor coredumped because regex pad alreadyDave Mitchell2004-08-201-3/+3
* eval_sv() failing a taint test could corrupt the stackDave Mitchell2004-08-091-0/+4
* Final version object core patch?John Peacock2004-08-041-25/+14
* more typo fixes for change 3176 (comments at top of .c files)Dave Mitchell2004-08-031-1/+1
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+6
* remove the return stack PL_retstack, and store return ops in the CXDave Mitchell2004-07-231-7/+0
* Re: "Too late for -T" could be more descriptiveJim Cromie2004-07-221-3/+2
* Encourage compilers to tail call optimise in sv_savepv, sv_savepvnNicholas Clark2004-07-161-2/+1
* on VMS, always exit with failure in my_failure_exitCraig A. Berry2004-06-021-1/+1
* 'perl -v' fails if local_patches contains code snippetsAlan Burlison2004-05-261-1/+2
* Error message too wide.Rafael Garcia-Suarez2004-05-181-5/+4
* Re: a little extra cmdline help. [PATCH]Jim Cromie2004-05-101-6/+39
* Integrate:Nicholas Clark2004-05-031-1/+4
* [patch] log the interpreter id in warningsStas Bekman2004-04-211-1/+3
* Tidy up function prototypes in the light of suidpatchNicholas Clark2004-03-241-7/+4
* 5.9.1 suidperlPaul Szabo2004-03-231-128/+401
* Update the -v copyright notice.Rafael Garcia-Suarez2004-03-221-1/+1
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())Stas Bekman2004-02-121-1/+1
* back out change #22167 "freeing a CV reference that was currentlyDave Mitchell2004-01-171-3/+0
* [perl #24914] freeing a CV reference that was currently beingDave Mitchell2004-01-171-0/+3
* Fix bug #24813 : the -0 wasn't recognized on the #! lineRafael Garcia-Suarez2004-01-061-1/+1
* after back-references, restricted hashes.Adrian M. Enache2003-12-201-3/+0
* Re: Storable ErrorNicholas Clark2003-11-151-2/+3
* Orphaned submission from #21546.Abhijit Menon-Sen2003-11-051-1/+1
* s/new_hash/rehash/g (Stas suggested a better name)Nicholas Clark2003-11-031-5/+5
* Stas spotted a missed s//new_/ for the hash seed renaming gamesNicholas Clark2003-11-021-1/+1
* embedding perlRadu Greab2003-10-211-1/+29
* -u is deprecated.Slaven Rezic2003-10-171-1/+1
* Plan C for foiling the algorithmic complexity attackNicholas Clark2003-10-161-2/+2
* Ensure PL_comppad/curpad point to PL_main_cv's padlist whenDave Mitchell2003-10-161-0/+4
* Further tweak on change #21464.Rafael Garcia-Suarez2003-10-161-1/+1
* perl -h tweak [PATCH]Gisle Aas2003-10-161-4/+4
* Patch based on:Lukas Mai2003-10-091-5/+7
* Security: suidperl path disclosure revisitedBrendan O'Dea2003-09-111-11/+24
* More suidperl path disclosure plugging:Jarkko Hietaniemi2003-09-051-3/+2
* Integrate two DJGPP portability patches from the 5.6.2 branch :Rafael Garcia-Suarez2003-08-261-1/+1
* Oops.Jarkko Hietaniemi2003-08-121-3/+2
* Apply much of Ilya's microperl patch, but instead ofJarkko Hietaniemi2003-08-121-3/+10
* Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().Jarkko Hietaniemi2003-08-041-1/+1
* Silly gcc.Jarkko Hietaniemi2003-07-301-1/+1