summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* Be paranoid about PL_origargv.Jarkko Hietaniemi2003-07-301-17/+18
* Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.xMarcus Holland-Moritz2003-07-271-0/+6
* This should make Stas happy.Jarkko Hietaniemi2003-07-231-1/+2
* Rename get_seed() to get_hash_seed(), as suggested byRafael Garcia-Suarez2003-07-181-1/+1
* I think the API for mod_perl v2 should be simply thatJarkko Hietaniemi2003-07-111-1/+3
* Chicken out: the hash randomisation is not on by default.Jarkko Hietaniemi2003-07-111-24/+11
* Check PERL_HASH_SEED even when tainted.Jarkko Hietaniemi2003-07-101-5/+1
* [comment patch]Stas Bekman2003-07-101-1/+1
* Restore SIGFPE on exec()Chip Salzenberg2003-07-101-0/+6
* Mark Bixby ++.Jarkko Hietaniemi2003-07-071-1/+1
* DProf fixesRadu Greab2003-07-061-7/+7
* The logic for additional randomisation for 64-bit UVJarkko Hietaniemi2003-07-051-6/+6
* IIRC gcc would complain about if (s = ...).Jarkko Hietaniemi2003-07-051-1/+1
* Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;Jarkko Hietaniemi2003-07-051-1/+1
* Remove PL_earlytaint since the hash seed codeJarkko Hietaniemi2003-07-041-35/+36
* Do the "aligned contiguous" check only if the argumentsJarkko Hietaniemi2003-07-011-28/+60
* Switch on PERL_IMPLICIT_SYS, not on Win32.Jarkko Hietaniemi2003-07-011-4/+10
* Win32 hack for doing_taint()Nick Ing-Simmons2003-06-301-1/+4
* Integrate mainlineNick Ing-Simmons2003-06-301-18/+90
|\
| * int is not UV.Jarkko Hietaniemi2003-06-301-2/+2
| * The 'contiguous' test for argv[], envp[] was bogusJarkko Hietaniemi2003-06-301-22/+39
| * The joy of $0. Undoing the #16399 makes Andreas'Jarkko Hietaniemi2003-06-291-0/+37