This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2005-04-02 Nicholas ClarkSilence compiler warnings about possibly uninitialised...
2005-04-02 Nicholas ClarkFix "[perl #34643] Config_heavy.pl not in archlib"
2005-04-02 Nicholas ClarkOops. Forgot to add this.
2005-04-02 Jarkko HietaniemiUnicode 4.1.0
2005-04-01 Rafael Garcia... Add encoding::warnings to Maintainers.pl and rebuild...
2005-04-01 Rafael Garcia... Update Changes
2005-04-01 Steve HayRemove dependency on tr(1) for MinGW builds on Win32 perl-5.9.2
2005-04-01 Rafael Garcia... Regenerate perltoc and perlmodlib
2005-04-01 Rafael Garcia... POD fixes.
2005-04-01 Rafael Garcia... FAQ sync.
2005-04-01 Rafael Garcia... Add a note about installhtml
2005-03-31 Craig A. Berrypp_pack.c warnings on VMS
2005-03-31 Rafael Garcia... Mention the current MinGW compilation problems
2005-03-31 Rafael Garcia... Update Changes
2005-03-31 Rafael Garcia... This is 5.9.2. Mostly.
2005-03-31 Steve HayFix USE_SITECUSTOMIZE on Win32
2005-03-31 Rafael Garcia... Update copyrights.
2005-03-31 Steve HayAdd support for USE_SITECUSTOMIZE in the Win32 makefiles
2005-03-31 Rafael Garcia... Upgrade to Module::CoreList 1.99
2005-03-31 Rafael Garcia... More known problems.
2005-03-31 Rafael Garcia... Known problems, reported by Merijn
2005-03-31 Rafael Garcia... OS typo.
2005-03-31 Rafael Garcia... Add a tool to generate data for Module::CoreList
2005-03-31 Rafael Garcia... More work on perldelta
2005-03-31 Steve HayAdd support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEE...
2005-03-31 Rafael Garcia... AUTHORS update
2005-03-31 Steve HayA few Win32 makefile tidy-ups (No real changes)
2005-03-31 Steve HayFix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_S...
2005-03-31 Steve HayOne more Win32 compilation clean-up (for when using...
2005-03-31 Steve HayAnother Win32 compilation clean-up (for when using...
2005-03-30 H.Merijn BrandNow that we have the full path, we can skip the which...
2005-03-30 Rafael Garcia... Update copyrights.
2005-03-30 H.Merijn BrandSimplify #24043 note now Configure can do -Dusesitecust...
2005-03-30 H.Merijn BrandSupport for -Dusesitecustomize
2005-03-30 H.Merijn BrandUSE_STRLCAT and USE_STRLCPY now actually used
2005-03-30 Brendan O'Deaext/Errno/Errno_pm.PL: fix for GNU hurd
2005-03-30 Ton HospelRe: PATCH: byte count feature request for unpack
2005-03-30 Steve HayA couple more Win32 compilation clean-ups
2005-03-30 Rafael Garcia... Minor POD nits.
2005-03-30 Steven SchubigerRe: [PATCH] 5.6 File::Glob documentation insufficient...
2005-03-29 Steve HayClean-up some warnings when compiling on Win32 with...
2005-03-29 Rafael Garcia... Downconst external APIs
2005-03-29 Andy LesterThe core part of :
2005-03-29 Steve HayFix Win32 compilation nit following change #24074
2005-03-29 Steve HayFix PerlLIO_chsize() for platforms that don't have...
2005-03-29 Rafael Garcia... Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
2005-03-29 Offer KayeMake the spelling of whitespace (vs white-space and...
2005-03-29 Rafael Garcia... Don't #ifdef out a return statement
2005-03-28 Dave Mitchellexpand -DDEBUG_LEAKING_SCALARS to instrument the creati...
2005-03-27 Rafael Garcia... Raw work on perl592delta.
2005-03-27 Hugo van der... Re: [perl #34195] Regex: Alternations within negative...
2005-03-27 Yves OrtonFix -C option of mktables (for VMS)
2005-03-26 Dave Mitchell[perl #33185] UTF-8 string substitution corrupts memory
2005-03-26 Rafael Garcia... Remove an XXX note from the public doc.
2005-03-26 Nicholas ClarkNeed to return something when the compiler doesn't...
2005-03-25 Andy LesterConsting five
2005-03-25 Gurusamy SarathyRe: [perl #34568] Perl crashes reading past the end...
2005-03-25 Andy LesterConsting part 4
2005-03-25 Nicholas ClarkFreeBSD NDBM appears to generate files ending .db,...
2005-03-25 Rafael Garcia... Remove the const qualifier from argv and env variables
2005-03-25 Craig A. Berryconst fix-up for vms/vms.c
2005-03-25 Steve PetersRe: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3...
2005-03-24 Andy LesterThird consting batch
2005-03-22 Marcus Holland... Mention (un)?pack byte-order modifiers in perldelta
2005-03-22 Rafael Garcia... Some updates in the new perldelta.
2005-03-22 Rafael Garcia... Remove IPC::Run for 5.9.2
2005-03-22 Rafael Garcia... Forbid the -C option on the command-line
2005-03-22 Rafael Garcia... Upgrade to PathTools 3.05
2005-03-22 Rafael Garcia... Upgrade to File::Temp 0.16
2005-03-22 Rafael Garcia... Revert change #24055, which was producing a segfault...
2005-03-22 Rafael Garcia... Fix unresolved POD link
2005-03-22 Rafael Garcia... Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
2005-03-22 Alexey Tourbinsimple optimization for SelectSaver
2005-03-22 Rafael Garcia... minitest fix
2005-03-22 Rafael Garcia... Add in perldelta changes about unpack A and trailing...
2005-03-21 Nicholas ClarkCasts needed to make VMS happy. (It gets very upset...
2005-03-21 Ton HospelRe: unpack A strip patch
2005-03-21 Yves OrtonRe: regexp trie fails compile on VMS
2005-03-21 Yitzchak Scott... Break up long lines in -V output for compile-time options
2005-03-21 Steve HayOops - forgot to update MANIFEST for change 24056.
2005-03-21 Yves OrtonRe: Stop mktables from needlessly re-running when using...
2005-03-21 Rafael Garcia... Resubmit change #24053.
2005-03-21 Alexey TourbinRe: [perl #34493] h2ph `extern inline' problems
2005-03-21 Hugo van der... Re: [perl #34195] Regex: Alternations within negative...
2005-03-21 Ton Hospelpack / for general types
2005-03-21 Rafael Garcia... perldelta suggestions on (un)?pack by Ton Hospel
2005-03-21 Alexey TourbinRe: bugzilla.redhat bug #101767 (threads, threads:...
2005-03-21 Andy LesterMore consting goodness
2005-03-20 Rafael Garcia... Upgrade to Math::BigInt 1.75, by Tels
2005-03-20 Alexey Tourbinperlrun typo (env PERLDB_OPTS)
2005-03-18 Rafael Garcia... Remove an useless line, spotted by Andy Lester
2005-03-18 Rafael Garcia... Remove trie optimisation from the todo list
2005-03-18 Yves OrtonRe: Reworked Trie Patch
2005-03-18 Gisle AasRe: sitecustomize.pl [PATCH]
2005-03-18 Andy LesterMore const parms
2005-03-18 Rafael Garcia... Don't use vars in DynaLoader
2005-03-18 Alexey Tourbin$B::Disassembler::VERSION
2005-03-15 Rafael Garcia... Upgrade to CGI 3.07.
2005-03-14 Ton Hospelpp_pack.c, simplifying genpacksizetables
2005-03-14 Andy LesterAdding const qualifiers
next