summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4Alan Burlison2003-07-018-34/+22
* Integrate #19892, #19895 from perlio to compile and avoidJarkko Hietaniemi2003-06-301-0/+4
|\
| * Win32 hack for doing_taint()Nick Ing-Simmons2003-06-301-1/+4
| * Integrate mainlineNick Ing-Simmons2003-06-3037-265/+404
| |\ | |/ |/|
* | int is not UV.Jarkko Hietaniemi2003-06-301-2/+2
* | The 'contiguous' test for argv[], envp[] was bogusJarkko Hietaniemi2003-06-303-32/+44
* | $0 doc tweakage.Jarkko Hietaniemi2003-06-301-5/+9
* | $0 test tweaks from Andreas.Jarkko Hietaniemi2003-06-302-7/+20
* | Misc Pod Nits.Rafael Garcia-Suarez2003-06-292-4/+4
* | Fix a faulty alias.Jarkko Hietaniemi2003-06-291-1/+1
* | The joy of $0. Undoing the #16399 makes Andreas'Jarkko Hietaniemi2003-06-293-57/+67
* | More on the macro debugging and expansion.Jarkko Hietaniemi2003-06-291-4/+17
* | Perl_doing_taint must be public, for programs that embed perlRafael Garcia-Suarez2003-06-293-5/+2
* | More coffee...Jarkko Hietaniemi2003-06-291-1/+1
* | argc, argv.Jarkko Hietaniemi2003-06-291-2/+2
* | Another spot where a zero $test{$max} can make things go boom.Jarkko Hietaniemi2003-06-291-1/+1
* | Move the PL_earlytaint initialization to the PERL_SYS_INIT()Jarkko Hietaniemi2003-06-299-12/+30
* | The #19842 is no more needed thanks to #19876,Jarkko Hietaniemi2003-06-281-7/+2
* | Re: your malloc patchesIlya Zakharevich2003-06-281-46/+55
* | Duh.Jarkko Hietaniemi2003-06-281-1/+1
* | Retract #19867; the bug was really much simpler:Jarkko Hietaniemi2003-06-281-19/+17
* | Using $1 without testing success of the regexp, bad.Rafael Garcia-Suarez2003-06-281-4/+5
* | Some clarification about the current semantics of CHECK andRafael Garcia-Suarez2003-06-281-9/+11
* | [Encode] pre-1.97 patchesDan Kogai2003-06-283-58/+78
* | Two debugging patches.Dave Mitchell2003-06-289-25/+72
* | Fix test count, by Abe Timmerman.Rafael Garcia-Suarez2003-06-281-1/+1
| * "Missing" dTHX for Win32's re-direction of getuid etc.Nick Ing-Simmons2003-06-301-0/+1
| * Integrate mainlineNick Ing-Simmons2003-06-27165-1574/+5004
| |\ | |/ |/|
* | The two-for-loops is no more a valid way to walk throughJarkko Hietaniemi2003-06-271-18/+20
* | Some warnings about the (im)proper uses of the hash randomisation.Jarkko Hietaniemi2003-06-271-0/+13
* | 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-272-3/+3
* | Introduce (global) variable PL_earlytaint whichJarkko Hietaniemi2003-06-278-13/+22
* | Make doing_taint() always available (though notJarkko Hietaniemi2003-06-274-3/+11
* | Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUGJarkko Hietaniemi2003-06-271-2/+5
* | Re: Change 19854: Bite the bullet and apply the hash randomisation patch.Tim Bunce2003-06-271-7/+7
* | Hash/Util.t and Encode/t/Aliases.t seem to be havingJarkko Hietaniemi2003-06-272-0/+7
* | perlhack update, by Steve GrazziniRafael Garcia-Suarez2003-06-261-0/+6
* | Bite the bullet and apply the hash randomisation patch.Jarkko Hietaniemi2003-06-2613-68/+248
* | Re: P and VPhilip Newton2003-06-251-4/+11
* | Enhance some macro robustness.Rafael Garcia-Suarez2003-06-252-8/+8
* | Fix [perl #21742] :Rafael Garcia-Suarez2003-06-252-6/+14
* | Re: [perl #22719] ISA cache problem with blessed stash objectsDave Mitchell2003-06-242-2/+10
* | lib/Perldoc.pm patch for Cygwin BleadperlGerrit P. Haase2003-06-241-1/+2
* | version.pm up to date with CPANJohn Peacock2003-06-243-84/+135
* | [perlport.pod] code point of \cUSADAHIRO Tomoyuki2003-06-231-2/+2
* | Test tweaks for VMS from Craig Berry.Jarkko Hietaniemi2003-06-232-4/+4
* | Move the (pseudo)seed functio for (pseudo)random numbers to util.c.Jarkko Hietaniemi2003-06-225-89/+89
* | Until the Perl malloc problems in Tru64 are fixed.Jarkko Hietaniemi2003-06-221-2/+7
* | Re: Is it a Bug? ($c .= "5") . "6"Adrian M. Enache2003-06-222-3/+9