This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2003-07-01 Jarkko HietaniemiMore nanosleep removal.
2003-07-01 Jarkko HietaniemiRework Time::HiRes not to need HAS_NANOSLEEP from Confi...
2003-07-01 Alan BurlisonRe: Subject: Problems: 5.8.1, Solaris, Configure, sched...
2003-06-30 Jarkko HietaniemiIntegrate #19892, #19895 from perlio to compile and...
2003-06-30 Nick Ing-SimmonsWin32 hack for doing_taint()
2003-06-30 Nick Ing-SimmonsIntegrate mainline
2003-06-30 Nick Ing-Simmons"Missing" dTHX for Win32's re-direction of getuid etc.
2003-06-30 Jarkko Hietaniemiint is not UV.
2003-06-30 Jarkko HietaniemiThe 'contiguous' test for argv[], envp[] was bogus
2003-06-30 Jarkko Hietaniemi$0 doc tweakage.
2003-06-30 Jarkko Hietaniemi$0 test tweaks from Andreas.
2003-06-29 Rafael Garcia... Misc Pod Nits.
2003-06-29 Jarkko HietaniemiFix a faulty alias.
2003-06-29 Jarkko HietaniemiThe joy of $0. Undoing the #16399 makes Andreas'
2003-06-29 Jarkko HietaniemiMore on the macro debugging and expansion.
2003-06-29 Rafael Garcia... Perl_doing_taint must be public, for programs that...
2003-06-29 Jarkko HietaniemiMore coffee...
2003-06-29 Jarkko Hietaniemiargc, argv.
2003-06-29 Jarkko HietaniemiAnother spot where a zero $test{$max} can make things...
2003-06-29 Jarkko HietaniemiMove the PL_earlytaint initialization to the PERL_SYS_I...
2003-06-28 Jarkko HietaniemiThe #19842 is no more needed thanks to #19876,
2003-06-28 Ilya ZakharevichRe: your malloc patches
2003-06-28 Jarkko HietaniemiDuh.
2003-06-28 Jarkko HietaniemiRetract #19867; the bug was really much simpler:
2003-06-28 Rafael Garcia... Using $1 without testing success of the regexp, bad.
2003-06-28 Rafael Garcia... Some clarification about the current semantics of CHECK and
2003-06-28 Dan Kogai[Encode] pre-1.97 patches
2003-06-28 Dave MitchellTwo debugging patches.
2003-06-28 Rafael Garcia... Fix test count, by Abe Timmerman.
2003-06-27 Nick Ing-SimmonsIntegrate mainline
2003-06-27 Jarkko HietaniemiThe two-for-loops is no more a valid way to walk through
2003-06-27 Jarkko HietaniemiSome warnings about the (im)proper uses of the hash...
2003-06-27 Jarkko Hietaniemiatoi() doesn't cut the mustard if the PERL_HASH_SEED
2003-06-27 Jarkko HietaniemiUse the PL_earlytaint. (PL_earlytaint is a global,
2003-06-27 Jarkko HietaniemiIntroduce (global) variable PL_earlytaint which
2003-06-27 Jarkko HietaniemiMake doing_taint() always available (though not
2003-06-27 Jarkko HietaniemiDo not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
2003-06-27 Tim BunceRe: Change 19854: Bite the bullet and apply the hash...
2003-06-27 Jarkko HietaniemiHash/Util.t and Encode/t/Aliases.t seem to be having
2003-06-26 Rafael Garcia... perlhack update, by Steve Grazzini
2003-06-26 Jarkko HietaniemiBite the bullet and apply the hash randomisation patch.
2003-06-25 Philip NewtonRe: P and V
2003-06-25 Rafael Garcia... Enhance some macro robustness.
2003-06-25 Rafael Garcia... Fix [perl #21742] :
2003-06-24 Dave MitchellRe: [perl #22719] ISA cache problem with blessed stash...
2003-06-24 Gerrit P. Haaselib/Perldoc.pm patch for Cygwin Bleadperl
2003-06-24 John Peacockversion.pm up to date with CPAN
2003-06-23 SADAHIRO Tomoyuki[perlport.pod] code point of \cU
2003-06-23 Jarkko HietaniemiTest tweaks for VMS from Craig Berry.
2003-06-22 Jarkko HietaniemiMove the (pseudo)seed functio for (pseudo)random number...
2003-06-22 Jarkko HietaniemiUntil the Perl malloc problems in Tru64 are fixed.
2003-06-22 Adrian M. EnacheRe: Is it a Bug? ($c .= "5") . "6"
2003-06-22 Fergal Daly[perl #22753] overload::StrVal() fails for regexp refs
2003-06-22 Craig A. BerryFileCache 1.03 broken on VMS -- possible patch
2003-06-22 Jarkko HietaniemiDebian fix from Brendan O'Dea:
2003-06-22 Jarkko HietaniemiDebian fix from Brendan O'Dea:
2003-06-22 Jarkko HietaniemiDebian fix from Brendan O'Dea:
2003-06-22 Jarkko HietaniemiFor characters beyond the BMP the $bits will be undef,
2003-06-20 Jarkko HietaniemiAllow for things like -DFILL_CHECK_DEFAULT=0 (from...
2003-06-20 Jarkko HietaniemiDon't do sprintf().
2003-06-20 Jarkko HietaniemiShow the source code location of an "assertion botch".
2003-06-20 Jarkko HietaniemiMore Perl malloc debugging magic from Ilya. Seems...
2003-06-20 Jarkko HietaniemiRetract #19785 and #19756: JPL nowadays works without...
2003-06-19 Jarkko HietaniemiApparently this is needed for VMS (Craig Berry).
2003-06-19 Jarkko HietaniemiBump Time::HiRes to 1.49.
2003-06-19 Jarkko HietaniemiThis change chunk doesn't work well with blead.
2003-06-19 Jarkko HietaniemiA tweak from Alan Burlison for MM 6.10_07 that makes...
2003-06-19 Jarkko HietaniemiUpgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
2003-06-19 Steve GrazziniRe: [perl #17934] tied STDERR and internal warnings
2003-06-19 Richard Soderbergemail address correction
2003-06-19 Jarkko HietaniemiMPE/iX gets serious indigestion on w-packed infinities.
2003-06-18 Rafael Garcia... A bunch of minor changes to perlguts.pod.
2003-06-18 Adrian M. EnacheRe: [perl #22727] split() with re_eval segfaults/panics
2003-06-18 Jarkko HietaniemiUpgrade to Tie::File 0.97.
2003-06-18 Graham BarrSync with libnet 1.16
2003-06-18 Dan KogaiEncode] 1.96 Released
2003-06-18 Jarkko HietaniemiOops in change #19809.
2003-06-18 Jarkko HietaniemiIf the first argument of sigaction() was a string,...
2003-06-17 Rafael Garcia... Some docs for the assertions.
2003-06-17 Jarkko Hietaniemiio_dir.t tweak from Craig Berry.
2003-06-17 Peter O'Gorman/ext/DynaLoader/dl_dyld.xs
2003-06-17 Jarkko HietaniemiDOCPATCH Re: $1 remains uncleared for failed matches
2003-06-17 Jarkko HietaniemiUNICOS: try papering over the Configure symbol scan...
2003-06-16 Marcus Holland... Revert change #19126, a poor attempt at fixing bug...
2003-06-16 Steve Grazziniunnecessary stringification in eval/die
2003-06-16 Amick, Eric[perl #22622] Bogus error codes from File::Copy::move
2003-06-16 Jarkko HietaniemiAnd even more glibc fcntl constants, this time mostly...
2003-06-16 Jarkko HietaniemiEven more glibc O_ modes.
2003-06-16 Jarkko HietaniemiAdd O_NOATIME.
2003-06-16 Jarkko HietaniemiInstead of fancy condvar footwork do a simple join,
2003-06-15 Rafael Garcia... Rename again the warning about $* being no longer supported
2003-06-15 Aaron J. MackeyRemove all magic in untie()
2003-06-15 Dan KogaiStart using Perl malloc in FreeBSD since the system...
2003-06-15 Ilya ZakharevichOS2 patches
2003-06-15 Jarkko HietaniemiReindent a section of the file.
2003-06-15 Jarkko HietaniemiUnused variable.
2003-06-15 Marcus Holland... Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
2003-06-15 Jarkko HietaniemiMost often unused variables.
2003-06-14 Rafael Garcia... Rename the warning about $* being removed,
2003-06-14 Jarkko HietaniemiThe FileCache 1.03 tests from belg4mit.
next