This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2005-07-28 Piotr Fusik[perl #36672] Swapped warnings for -o and -O file tests
2005-07-28 Jarkko HietaniemiRe: [PATCH] Tru64: use -c99 for ccflags if available
2005-07-27 H.Merijn BrandSome signals are more real than others
2005-07-27 Steve Petersid est is i.e.
2005-07-26 H.Merijn BrandUse the correct gcc when more than one gcc is installed
2005-07-26 John W. Krahn[perl #36658] Typo in perlfunc.pod
2005-07-25 Steve HayReinstate PERL_MALLOC_WRAP for bcc32 on Win32
2005-07-25 Steve HayKen pointed out that CBuilder's cleanup is too agrressive
2005-07-25 Steve HaySilence uninitialized value warnings in Net::Cmd
2005-07-25 H.Merijn Branduse POSIX might not throw an error. Check for useful...
2005-07-25 Steve HayMake CBuilder and ParseXS clean up their temp test...
2005-07-25 Rafael Garcia... Increment the version number of version.pm
2005-07-25 Michael G.... [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
2005-07-25 Piotr Fusikperlfunc.pod: s/definetely/definitely/
2005-07-24 Craig A. BerryRe: blead@25210 on OpenVMS (not good)
2005-07-24 Craig A. Berryblead help for VMS
2005-07-22 Steve HayFix USE_LARGE_FILES with bcc32 on Win32?
2005-07-22 Steve HayTweak the canned win32/config.* files
2005-07-22 Steve HayAdd missing entries to win32/config.*
2005-07-22 Michael G Schwern[perl #36612] [PATCH] Misleading shift docs about ...
2005-07-22 Steve HayTidy up options / defines output from makedef.pl
2005-07-22 Steve HaySilence Win32 warnings when not using USE_LARGE_FILES
2005-07-21 H.Merijn BrandI *DO* have AIX, and extending #25209 like this make...
2005-07-21 Steve HayMake makedef.pl read "miniperl -V" on Win32
2005-07-21 Steve HayMake the canned config.h files used on Win32 more minimal
2005-07-21 Jarkko HietaniemiRe: [PATCH] support POSIX SA_SIGINFO
2005-07-21 Steve HayRearrange win32/config_H.* to match config_h.SH
2005-07-21 Paul MarquessCompress::Zlib 1.35
2005-07-20 Rafael Garcia... Remove :base_io from the set of default "safe" opcodes.
2005-07-20 Steve HayFix definition of Perl_sighandler following change...
2005-07-20 Steve PetersConvert t/op/vec.t to test.pl
2005-07-20 Steve HaySilence Win32 compiler warning (signed/unsigned mismatch)
2005-07-20 Jarkko Hietaniemisupport POSIX SA_SIGINFO
2005-07-20 Steve HaySilence warnings about NSIG redefinition on Win32
2005-07-20 Rafael Garcia... Remove obsolete error messages
2005-07-20 Rafael Garcia... croak() accepts Nullch as a parameter.
2005-07-20 Steve HayFix Newz() backwards-compatibility macro
2005-07-20 Rafael Garcia... Remove :unique attribute from Config.pm,
2005-07-20 Tassilo von... lvalue-subs returning elements of tied hashes/arrays
2005-07-20 Steve HayExit test script (if we're going to) *before* declaring...
2005-07-20 Robin BarkerRE: rebuilding lib/Config*
2005-07-20 Jarkko Hietaniemimove NSIG logic
2005-07-19 Nicholas Clark C<use Foo;> inside Foo.pm considered a "bad...
2005-07-19 Nicholas ClarkC<use Foo;> inside Foo.pm considered a "bad thing"
2005-07-19 Nicholas ClarkXS constants fail when their value is called for, not...
2005-07-19 Rafael Garcia... Extend the the "our variable redeclared" warning to...
2005-07-19 Steve HayFix test following change #25181
2005-07-19 Jarkko Hietaniemiallow POSIX SIGRTMIN...SIGRTMAX signals (and plug a...
2005-07-19 Rafael Garcia... Fix strict test to go with the precedent warning change
2005-07-19 Earl Hood[perl #36526] Incorrect (X)HTML generated by Pod::Html
2005-07-19 Rafael Garcia... Silence new (expected) warnings
2005-07-19 Rafael Garcia... Overhaul the semantics of the warning
2005-07-19 Steve PetersFinal (hopefully) fix for fchdir
2005-07-19 Piotr FusikRe: [PATCH] Faster **
2005-07-19 Dave Mitchellthe "local @foo with $#foo" tests are no longer TODO
2005-07-18 Rafael Garcia... Re: [PATCH] RE: blead: no longer supports %vd format
2005-07-18 Campo WeijermanRe: AIX 5.2 localtime bug attack
2005-07-18 Andy LesterThe continuing plod through embed.fnc
2005-07-18 Robin BarkerRE: blead: no longer supports %vd format
2005-07-18 H.Merijn Brandtests are expected to fail if dirfd () does not exist
2005-07-18 H.Merijn Brand1. Typo detected by Schwern (#25151)
2005-07-18 Steve HaySilence compiler warning following change 25157
2005-07-18 Rick DelaneyRe: [perl #27028] /$/ not honouring /m in some cases
2005-07-18 SADAHIRO Tomoyukiperlop: why \c\ cannot be placed just before the termin...
2005-07-18 Michael G.... Re: Why does our() cross packages? (PATCH)
2005-07-18 Dave Mitchellperl -Dstv -e'... for min..max' displayed wrong stack...
2005-07-17 Dave Mitchelldelete a non-fucntioning chown in stat.t: it didn't...
2005-07-17 Dave Mitchell[perl #9720] document what can be assigned to a shared...
2005-07-17 Dave Mitchell$SIG{__WARN__} = sub { goto &foo } could recurse infinitely
2005-07-17 Dave Mitchellchange #25129 was overzealous in delaying the call...
2005-07-16 SADAHIRO TomoyukiRe: [perl #36569] chop fails on decoded string with...
2005-07-16 Gisle AasRe: fchmod, fchown, fchdir
2005-07-15 Andy Lestermore embed cleanup
2005-07-15 Michael G Schwern[perl #36514] Add curl support to CPAN.pm
2005-07-15 Steve HayRe: [PATCH blead] Re: [perl #3269] no warnings "foo...
2005-07-15 Steve HayFix static extensions when building with nmake on Win32
2005-07-15 Michael G Schwern[perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1
2005-07-15 Michael G Schwern[perl #36538] perlfunc/our contradicts itself
2005-07-15 Michael G Schwern[perl #24691] leading spaces on cpan configuration...
2005-07-15 Michael G.... Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL...
2005-07-15 Matt SergeantMissing tie() call in NDBM_File SYNOPSIS
2005-07-15 Gisle AasTypo in t/op/stat.t
2005-07-14 Michael G.... Re: [perl #36507] File::Copy::copy($foo, $foo) dies
2005-07-14 Michael G Schwern[perl #5634] CPAN.pm v1.59 chdirs before looking for...
2005-07-13 John Peacockwas Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
2005-07-13 Steve Peters[perl #9565] [PATCH] /op/groups.t bug
2005-07-13 Steve PetersRe: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc...
2005-07-13 Andy LesterMore embed.fnc plowing
2005-07-13 Robin BarkerError in earlier patch in sv.c
2005-07-13 Steve HayMake -V "Compile-time options" list everything used...
2005-07-13 David ManuraRe: [perl #25157] [PATCH] Text-Balanced extract_quoteli...
2005-07-13 Tels#2 try at Text::Balanced patch and maintainership
2005-07-13 Michael G Schwern[perl #28385] minor bug in cpan -- the i command does...
2005-07-13 Michael G Schwern[perl #24275] CPAN shell - online help not clear
2005-07-13 Michael G.... Re: Documentation error in IO::Socket
2005-07-13 Michael G Schwern[perl #6749] Perl debugger outputs ctrl-\ wrongly
2005-07-13 Dave Mitchellmake the expensive ckWARN() be called as late as possible
2005-07-12 Jarkko HietaniemiMake PERL_MEM_LOG more portable.
2005-07-12 Dave MitchellS_pad_findlex has side effects, so its return value...
2005-07-12 Dave Mitchellget_?v have side effects, so their return values may...
next