summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Two debugging patches.Dave Mitchell2003-06-281-18/+36
* | "Missing" dTHX for Win32's re-direction of getuid etc.Nick Ing-Simmons2003-06-301-0/+1
|/
* atoi() doesn't cut the mustard if the PERL_HASH_SEEDJarkko Hietaniemi2003-06-271-1/+1
* Use the PL_earlytaint. (PL_earlytaint is a global,Jarkko Hietaniemi2003-06-271-2/+2
* Introduce (global) variable PL_earlytaint whichJarkko Hietaniemi2003-06-271-9/+9
* Make doing_taint() always available (though notJarkko Hietaniemi2003-06-271-3/+3
* Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUGJarkko Hietaniemi2003-06-271-2/+5
* Hash/Util.t and Encode/t/Aliases.t seem to be havingJarkko Hietaniemi2003-06-271-0/+3
* Bite the bullet and apply the hash randomisation patch.Jarkko Hietaniemi2003-06-261-0/+27
* More Perl malloc debugging magic from Ilya. Seems to work inJarkko Hietaniemi2003-06-201-2/+33
* Retract #19785 and #19756: JPL nowadays works without thisJarkko Hietaniemi2003-06-201-32/+0
* Most often unused variables.Jarkko Hietaniemi2003-06-151-0/+2