summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The changes #8803 and #8896 that fixed JPL for use withJarkko Hietaniemi2003-06-131-0/+30
* Integrate from maint:Marcus Holland-Moritz2003-06-111-1/+1
* RE: maint @ 19683Robin Barker2003-06-051-1/+1
* allow recursive FETCHesDave Mitchell2003-04-191-1/+1
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Noted by Nat: -0 didn't work that well with Unicode.Jarkko Hietaniemi2003-04-101-13/+36
* Add packname->stash cache before the check if a packname is aArtur Bergman2003-04-021-0/+5
* fix for switchC.t test#6 failure on windowsGurusamy Sarathy2003-03-141-4/+0
* Cygwin doesn't like initing the $0 mutex in perl_construct()Jarkko Hietaniemi2003-03-121-3/+1
* WinCE tweaks from Vadim Konovalov.Jarkko Hietaniemi2003-03-111-2/+2
* clear PL_exitlist in perl_destructCraig A. Berry2003-03-111-0/+3
* Bunch of doc patches from Stas; plus regen.Stas Bekman2003-03-101-1/+1
* Make the -A switch work without an assertion name.Rafael Garcia-Suarez2003-03-061-4/+4
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-2/+2
* The -CI cannot be easily tested under UTF-8 locale withJarkko Hietaniemi2003-03-021-6/+7
* PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.Jarkko Hietaniemi2003-02-241-0/+9
* Make also the -CAL conditional on locale.Jarkko Hietaniemi2003-02-171-2/+4
* add support for assertions. Updated form of:Salvador FandiƱo2003-02-161-1/+18
* The new(er) way of controlling Unicode I/O (and other) features;Jarkko Hietaniemi2003-02-151-23/+40
* Allow explicit -C enable/disable by -C:1/-C:0Jarkko Hietaniemi2003-01-211-0/+4
* perl version reportingH.Merijn Brand2003-01-211-6/+3
* Make the locale-induced UTF-8-ification of STD fhsJarkko Hietaniemi2003-01-161-5/+6
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-2/+1
* Fix up #18229.Jarkko Hietaniemi2002-12-031-4/+3