This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2006-01-09 Xavier Noriaidentifiers always in main (was: defining a _ function...
2006-01-08 Nicholas ClarkCope with change entries that are \r terminated
2006-01-08 Craig A. Berryfollow-up to 26740, shasum --> shasum.com
2006-01-08 Craig A. BerryGrr. #26690 broke handling of old ODS-2 style names
2006-01-08 Craig A. BerryVMS needs the meta-quoted version of $0
2006-01-08 Rafael Garcia... Install shasum on Windows and VMS too
2006-01-08 SADAHIRO TomoyukiRe: [perl #38181] Default IO Layer is ignored in 3...
2006-01-08 Nicholas ClarkUpdate copyright with the 2 years where changes were...
2006-01-08 Nicholas ClarkUpdate the copyright years in the generated files,...
2006-01-08 Dave Mitchelldocument svt_copy, svt_dup and svt_local vtable slots
2006-01-08 Rafael Garcia... Add shasum (from Digest::SHA) to utils.lst
2006-01-08 Nicholas ClarkUpdate copyright years (including some years where...
2006-01-08 Nicholas Clarkrun pod/buildtoc --build-all
2006-01-08 Nicholas ClarkWith VMS moving from [lib.pod] to [lib.pods] then pod...
2006-01-08 Nicholas ClarkAdd an option 'opened' which reports on the maintainers...
2006-01-08 Craig A. Berrypod2usage2.t is not readily portable to VMS either
2006-01-08 Nicholas ClarkTweak the code that generates unique entries in @POSIX...
2006-01-08 Jarkko Hietaniemiblead: format warnings
2006-01-08 Jarkko Hietaniemihints/dec_osf.sh (Re: blead@26701 compilation warning...
2006-01-08 Nicholas ClarkAdd utils/shasum.PL to MANIFEST
2006-01-08 Nicholas ClarkAdd missing files in ext/Digest/SHA/src that somehow...
2006-01-08 Steve PetersAdd Digest-SHA-5.32 for SHA-256 support for CPAN.
2006-01-07 Craig A. BerryMake v?snprintf available on VMS v7.3-2 and later and...
2006-01-07 Nicholas ClarkRemove the greedy quantifier from inside the grouping...
2006-01-07 Nicholas ClarkReorder Fcntl's bootstrapping so that the constants...
2006-01-07 Dave Mitchell[perl #37946] preserve the referent associated with...
2006-01-07 Steve PetersAdditional const prototype fixes.
2006-01-07 Dave Mitchellfix coredump on 'local $shared[N]' introduced by change...
2006-01-06 Nicholas ClarkDon't code the absolute number of tests for the UTF8...
2006-01-06 Craig A. BerryMake VMS manifest checker handle multi-dot filenames...
2006-01-06 Nicholas ClarkCorrect the typo in the description of change 24253
2006-01-06 Steve PetersUpgrade to version-0.52
2006-01-06 Dave Mitchellmake ithreads shared vars smaller/quicker by eliminatin...
2006-01-06 Steve Petersconst'ing parameters killed the builds for djgpp. ...
2006-01-06 Nicholas ClarkNegating an unsigned value generates warnings for some...
2006-01-06 Steve HayDBL_MAX and FLT_MAX are not constants in Borland C++
2006-01-06 Andy Lesterhv_fetchs() support
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-06 Andy Lesterperformance tweaking op.c
2006-01-06 Gisle AasRemove code duplicated a few lines above by change...
2006-01-06 Gisle AasMove "DEVEL####" marker to the 'perl -v' output.
2006-01-06 Steve PetersReplacing broken call to savepvn() with savepvs() to...
2006-01-06 Gisle AasMake '-s' on the shebang line able to parse -foo=bar...
2006-01-06 Gisle AasImprove description of the -s switch.
2006-01-05 H.Merijn BrandTest if the probed availability of v?snprintf () is
2006-01-05 Rafael Garcia... Upgrade to CPAN.pm 1.83
2006-01-05 Rafael Garcia... Regenerate PODs
2006-01-05 Steve HayWorkaround another problem following change 26395
2006-01-05 Rafael Garcia... Really commit change 26662 (duh)
2006-01-05 Rafael Garcia... Let table of contents know about perllinux man page
2006-01-05 Rafael Garcia... Update Changes
2006-01-05 SisyphusMinGW and lib/CORE/Win32.h
2006-01-05 Rafael Garcia... Install less README files
2006-01-05 Rafael Garcia... Remove old Pod::Man parser creation.
2006-01-05 Steve PetersChange installman to instantiate a new Pod::Man instanc...
2006-01-05 Steve HayReorder changes made in change 26630
2006-01-04 Steve HayRun regen.pl (Just updating copyright years)
2006-01-04 Steve HayDon't try to export PL_my_ctx_mutex and PL_my_cxt_...
2006-01-04 Rafael Garcia... More copyright updates
2006-01-04 Jim CromieRe: [patch] optimized constant subs are cool, teach...
2006-01-04 Gisle AasMove all the xxxpvs() macros to handy.h.
2006-01-04 Gisle AasMake the new STR_WITH_LEN() affected compile under...
2006-01-04 Gisle AasAdd an extra NUL so that we can use sv_catpvs()
2006-01-04 Gisle AasGet rid of hardcoded string length.
2006-01-04 Gisle AasIntroduce newSVpvs_share() macro.
2006-01-04 Gisle AasGet rid of a few more hardcoded string lengths.
2006-01-04 Steve PetersUpdate copyright year.
2006-01-04 Rafael Garcia... Fix some compilation warnings
2006-01-04 Gisle AasGet rid of a few more hardcoded string lengths.
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-04 Gisle AasRemoved unused part of string passed to sv_catpvn().
2006-01-04 Steve PetersUpdates to various configurations courtesy of Jarkko.
2006-01-04 Steve PetersDon't warn about invalid dirhandles in DirHandle::DESTR...
2006-01-04 Steve HayMake Borland and MinGW happy with change 26379
2006-01-04 Gisle AasFix typo in comment.
2006-01-04 Gisle AasIntroduce STR_WITH_LEN macro in the form suggested...
2006-01-04 Steve HayWorkaround Win32 compiler bugs following change 26395
2006-01-04 Gisle AasSilence compiler warning; ref change 26598
2006-01-04 Steve PetersAdded snprintf() and vsnprintf() to configure.com as...
2006-01-04 Steve PetersAdd warnings for the various other *dir() functions...
2006-01-04 Steve PetersAdd snprintf() and vsnprintf() to the various Win32...
2006-01-03 Mike GuyRe: [perl #38034] A combination eval, DESTROY method...
2006-01-03 Nicholas ClarkIf NV_ZERO_IS_ALLBITS_ZERO is not true, then it's impor...
2006-01-03 Steve PetersAttemting to readdir() something that isn't a dirhandle...
2006-01-03 Steve HayFix release mode builds following change 26598
2006-01-03 Steve Petersperldiag.pod additions to go with change #26602.
2006-01-03 Steve PetersAdd probe for snprintf () and vsnprintf ()
2006-01-03 Rafael Garcia... Update perldelta, up to change 25344 more or less.
2006-01-03 Steve PetersBad symbols that are pretending to be dirhandles, shoul...
2006-01-03 Rafael Garcia... Sync perlfaq.
2006-01-03 Dave Mitchellsilence some compiler warnings
2006-01-03 Jim CromieRe: [patch] optimized constant subs are cool, teach...
2006-01-03 Stephen McCamantRe: [perl #36837] B::Deparse fails when it comes to...
2006-01-03 John E. Malmberg[patch@26561] utf8.c const issue.
2006-01-03 Andreas König[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
2006-01-03 Dave Mitchellithreads: SVs that were only on the tmps stack leaked
2006-01-02 Nicholas ClarkThe two never used NOTYET switch ops can go.
2006-01-02 Dave Mitchellstop DEBUG_LEAKING_SCALARS producing spurious memory...
2006-01-02 Nicholas ClarkMore missing AUTHORS
2006-01-02 John E. Malmbergpatch@26561 & earlier - buffer overrun in VMS.C
next