| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4 | Alan Burlison | 2003-07-01 | 8 | -34/+22 |
* | Integrate #19892, #19895 from perlio to compile and avoid | Jarkko Hietaniemi | 2003-06-30 | 1 | -0/+4 |
|\ |
|
| * | Win32 hack for doing_taint() | Nick Ing-Simmons | 2003-06-30 | 1 | -1/+4 |
| * | Integrate mainline | Nick Ing-Simmons | 2003-06-30 | 37 | -265/+404 |
| |\
| |/
|/| |
|
* | | int is not UV. | Jarkko Hietaniemi | 2003-06-30 | 1 | -2/+2 |
* | | The 'contiguous' test for argv[], envp[] was bogus | Jarkko Hietaniemi | 2003-06-30 | 3 | -32/+44 |
* | | $0 doc tweakage. | Jarkko Hietaniemi | 2003-06-30 | 1 | -5/+9 |
* | | $0 test tweaks from Andreas. | Jarkko Hietaniemi | 2003-06-30 | 2 | -7/+20 |
* | | Misc Pod Nits. | Rafael Garcia-Suarez | 2003-06-29 | 2 | -4/+4 |
* | | Fix a faulty alias. | Jarkko Hietaniemi | 2003-06-29 | 1 | -1/+1 |
* | | The joy of $0. Undoing the #16399 makes Andreas' | Jarkko Hietaniemi | 2003-06-29 | 3 | -57/+67 |
* | | More on the macro debugging and expansion. | Jarkko Hietaniemi | 2003-06-29 | 1 | -4/+17 |
* | | Perl_doing_taint must be public, for programs that embed perl | Rafael Garcia-Suarez | 2003-06-29 | 3 | -5/+2 |
* | | More coffee... | Jarkko Hietaniemi | 2003-06-29 | 1 | -1/+1 |
* | | argc, argv. | Jarkko Hietaniemi | 2003-06-29 | 1 | -2/+2 |
* | | Another spot where a zero $test{$max} can make things go boom. | Jarkko Hietaniemi | 2003-06-29 | 1 | -1/+1 |
* | | Move the PL_earlytaint initialization to the PERL_SYS_INIT() | Jarkko Hietaniemi | 2003-06-29 | 9 | -12/+30 |
* | | The #19842 is no more needed thanks to #19876, | Jarkko Hietaniemi | 2003-06-28 | 1 | -7/+2 |
* | | Re: your malloc patches | Ilya Zakharevich | 2003-06-28 | 1 | -46/+55 |
* | | Duh. | Jarkko Hietaniemi | 2003-06-28 | 1 | -1/+1 |
* | | Retract #19867; the bug was really much simpler: | Jarkko Hietaniemi | 2003-06-28 | 1 | -19/+17 |
* | | Using $1 without testing success of the regexp, bad. | Rafael Garcia-Suarez | 2003-06-28 | 1 | -4/+5 |
* | | Some clarification about the current semantics of CHECK and | Rafael Garcia-Suarez | 2003-06-28 | 1 | -9/+11 |
* | | [Encode] pre-1.97 patches | Dan Kogai | 2003-06-28 | 3 | -58/+78 |
* | | Two debugging patches. | Dave Mitchell | 2003-06-28 | 9 | -25/+72 |
* | | Fix test count, by Abe Timmerman. | Rafael Garcia-Suarez | 2003-06-28 | 1 | -1/+1 |
| * | "Missing" dTHX for Win32's re-direction of getuid etc. | Nick Ing-Simmons | 2003-06-30 | 1 | -0/+1 |
| * | Integrate mainline | Nick Ing-Simmons | 2003-06-27 | 165 | -1574/+5004 |
| |\
| |/
|/| |
|
* | | The two-for-loops is no more a valid way to walk through | Jarkko Hietaniemi | 2003-06-27 | 1 | -18/+20 |
* | | Some warnings about the (im)proper uses of the hash randomisation. | Jarkko Hietaniemi | 2003-06-27 | 1 | -0/+13 |
* | | atoi() doesn't cut the mustard if the PERL_HASH_SEED | Jarkko Hietaniemi | 2003-06-27 | 1 | -1/+1 |
* | | Use the PL_earlytaint. (PL_earlytaint is a global, | Jarkko Hietaniemi | 2003-06-27 | 2 | -3/+3 |
* | | Introduce (global) variable PL_earlytaint which | Jarkko Hietaniemi | 2003-06-27 | 8 | -13/+22 |
* | | Make doing_taint() always available (though not | Jarkko Hietaniemi | 2003-06-27 | 4 | -3/+11 |
* | | Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG | Jarkko Hietaniemi | 2003-06-27 | 1 | -2/+5 |
* | | Re: Change 19854: Bite the bullet and apply the hash randomisation patch. | Tim Bunce | 2003-06-27 | 1 | -7/+7 |
* | | Hash/Util.t and Encode/t/Aliases.t seem to be having | Jarkko Hietaniemi | 2003-06-27 | 2 | -0/+7 |
* | | perlhack update, by Steve Grazzini | Rafael Garcia-Suarez | 2003-06-26 | 1 | -0/+6 |
* | | Bite the bullet and apply the hash randomisation patch. | Jarkko Hietaniemi | 2003-06-26 | 13 | -68/+248 |
* | | Re: P and V | Philip Newton | 2003-06-25 | 1 | -4/+11 |
* | | Enhance some macro robustness. | Rafael Garcia-Suarez | 2003-06-25 | 2 | -8/+8 |
* | | Fix [perl #21742] : | Rafael Garcia-Suarez | 2003-06-25 | 2 | -6/+14 |
* | | Re: [perl #22719] ISA cache problem with blessed stash objects | Dave Mitchell | 2003-06-24 | 2 | -2/+10 |
* | | lib/Perldoc.pm patch for Cygwin Bleadperl | Gerrit P. Haase | 2003-06-24 | 1 | -1/+2 |
* | | version.pm up to date with CPAN | John Peacock | 2003-06-24 | 3 | -84/+135 |
* | | [perlport.pod] code point of \cU | SADAHIRO Tomoyuki | 2003-06-23 | 1 | -2/+2 |
* | | Test tweaks for VMS from Craig Berry. | Jarkko Hietaniemi | 2003-06-23 | 2 | -4/+4 |
* | | Move the (pseudo)seed functio for (pseudo)random numbers to util.c. | Jarkko Hietaniemi | 2003-06-22 | 5 | -89/+89 |
* | | Until the Perl malloc problems in Tru64 are fixed. | Jarkko Hietaniemi | 2003-06-22 | 1 | -2/+7 |
* | | Re: Is it a Bug? ($c .= "5") . "6" | Adrian M. Enache | 2003-06-22 | 2 | -3/+9 |