This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2006-02-23 Steve PetersConverted t/op/pos.t to use test.pl and added TODO...
2006-02-23 Jan DuboisImplement ${^WIN32_SLOPPY_STAT}
2006-02-23 Nicholas ClarkRecalculate dstr in Perl_sv_setsv_flags, as dstr may...
2006-02-23 Nicholas ClarkRemove un-needed case in Perl_sv_setsv_flags (sv_upgrad...
2006-02-23 Nicholas ClarkRemove get magic from typeglobs. This means that PVGVs...
2006-02-23 Nicholas ClarkFix the copy sizes for PVFM and PVCV back to sanity.
2006-02-22 Nicholas ClarkFix typos and a missing bracket.
2006-02-22 Nicholas ClarkAvoid C<study>ing any strings that might change underne...
2006-02-22 Rafael Garcia... Mark some new study tests as TODO
2006-02-22 Rafael Garcia... Add a test for study() on tied scalars, by Andy Lester...
2006-02-22 Jarkko HietaniemiTurn on match string copying when /e flag is set on...
2006-02-22 Nicholas Clarksv_dump should report the PV for PVGVs, as it can get...
2006-02-22 Nicholas ClarkTest warnings for converting globs to other forms.
2006-02-22 Nicholas ClarkChange 24643 made the mistake of assuming that CvCONST...
2006-02-21 Nicholas ClarkCan merge the two arms of Perl_magic_getglob to save...
2006-02-21 Nicholas ClarkReorder the SV flags so that SVp_?OK and SVf_?OK occupy...
2006-02-21 Steve PetersAdditional hints needed to build threaded Perls on...
2006-02-21 Nicholas ClarkPL_body_arenas should be set to NULL when the interpret...
2006-02-21 Nicholas ClarkTeach B about CVf_ISXSUB
2006-02-21 Nicholas ClarkGoodbye PERL_XSUB_OLDSTYLE.
2006-02-21 Nicholas ClarkRe-order the definitions of the private bits in SvFLAGS...
2006-02-21 Nicholas ClarkDocument the many uses of SVf_FAKE.
2006-02-21 Steve PetersAdd tests for the previously untested Hash::Util::all_k...
2006-02-21 Steve Peters$ExtUtils::MM_Unix::VERSION needs to stay numeric to...
2006-02-21 Joshua ben... Patches: B, CGI, ExtUtils::MM_Unix
2006-02-21 Joshua ben... Re: Patches: B, CGI, ExtUtils::MM_Unix
2006-02-20 Yitzchak Scott... op/magic failure on cygwin after 1.5.19-4
2006-02-20 Nicholas ClarkSteal code from maint, and use PERL_ARENA_ROOTS_SIZE...
2006-02-20 Dominic DunlopMake SDBM_File work with -Duse64bitall on Darwin (Mac...
2006-02-20 Nicholas ClarkPVCVs don't need XNVs either.
2006-02-20 Dominic DunlopTrouble with $ENV{CDPATH} after change #27236
2006-02-20 Nicholas ClarkPVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2006-02-20 Nicholas ClarkFix sv_dump to dump formats without the (non-existent...
2006-02-20 Nicholas Clarkxcv_root and xcv_xsub can also be merged into a union...
2006-02-20 Nicholas Clarkxcv_start and xcv_xsubany can be merged into a union...
2006-02-20 Nicholas ClarkNeed to clear CvXSUBANY() too to turn a constant sub...
2006-02-20 Nicholas ClarkAdd a new CvISXSUB() macro, for abstracting the test...
2006-02-20 Nicholas ClarkAbolish BROKEN_UNION_INIT in B::C, as it works around...
2006-02-20 John E. Malmbergpatch@27236 vms glob/readdir/chdir EFS/long filename...
2006-02-20 Rafael Garcia... More NullXXX macro removal from Andy Lester
2006-02-20 Rafael Garcia... Yitzchak points out that the perldiag entry for "Intege...
2006-02-20 Nicholas Clarkutftaint.t won't be able to run tests with -T if you...
2006-02-20 Nicholas ClarkRemove the last (U16) cast for CV depths, missed by...
2006-02-20 Nicholas ClarkRe-order CV flags to bring the 4 CVf_BUILTIN_ATTRS...
2006-02-19 Nicholas ClarkMinistry of Truth removes typo in description of Change...
2006-02-19 Nicholas ClarkShave sizeof(NV) bytes from formats, by using the same...
2006-02-19 Nicholas ClarkAVs and HVs don't have IVXs or NVXs, so assert this...
2006-02-19 Nicholas ClarkUnder -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX...
2006-02-19 Nicholas ClarkTo make arithmetic on tainted dualvars work properly...
2006-02-19 Nicholas ClarkSvROK(sv) will never be true when SvIOKp() or SvNOKp...
2006-02-18 Rafael Garcia... As Anno Siegel points out, mtime/ctime test should...
2006-02-18 Nicholas Clarksave_re_context() and even errsv_save = newSVsv(ERRSV...
2006-02-18 Nicholas ClarkTurn of tainting locally inside swash_init(), as the...
2006-02-18 Nicholas ClarkAssume that if runperl is called under tainting, that...
2006-02-18 Nicholas ClarkConvert utftaint.t to test.pl (from Test.pm) and provid...
2006-02-18 Steve PetersUpgrade to Digest-SHA-5.34.
2006-02-18 Jim Cromiearena-rework : consolidated patch
2006-02-17 Abe TimmermanRe: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu)
2006-02-17 Jim CromieThe two whitespace changes from
2006-02-17 Brendan O'DeaDon't add -fPIC if already present.
2006-02-17 Brendan O'DeaFix precedence.
2006-02-17 Brendan O'DeaFix quote typo.
2006-02-17 Rafael Garcia... In TODO: make encoding.pm lexical ?
2006-02-17 Andy Lestercleaning up perly.c
2006-02-17 Robin HoustonRe: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127...
2006-02-17 Yitzchak Scott... Re: [perl #38485] use integer; 0x80000000/-1; # coredump
2006-02-16 Andy DoughertyRe: how to build with -DPERL_MEM_LOG ?
2006-02-16 Merijn BroerenProblem compiling swigged c++ code with 5.8.8
2006-02-16 Steve PetersUpgrade to CGI-3.16, with version bump on CGI.pm for...
2006-02-16 Rafael Garcia... Remove lib/Hash directory when doing make distclean
2006-02-16 Jan Duboisstat() on Windows doesn't handle trailing slashes/backs...
2006-02-16 Paul Green[patch] t/lib/warnings/pp_sys
2006-02-16 Rafael Garcia... CPAN::FirstTime can go as well from the untested module...
2006-02-16 Rafael Garcia... Pod::Plainer is tested, actually (spotted by chromatic)
2006-02-16 Yves OrtonMake XCOPY not prompt every two seconds when rebuilding...
2006-02-15 Gisle AasGet perl_fini() running on HP-UX again.
2006-02-15 Rafael Garcia... Fix to run this test in the core
2006-02-15 Andreas König[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.84.tar.gz
2006-02-15 H.Merijn BrandAdded hints/dragonfly.sh for #27189
2006-02-15 Robert Sebastian... Patch for perl to compile/work on DragonFlyBSD
2006-02-15 John E. Malmbergpatch@27162 long path name support in readdir / cando_b...
2006-02-15 Steve PetersVersion bump to go along with change #27185
2006-02-15 AbigailGetopt::Long::Configure 'no_getopt_compat'
2006-02-14 Nicholas ClarkBack out change change 10214 (drop SVp_IOK from >>...
2006-02-14 Steve PetersUpgrade to Time-HiRes-1.87
2006-02-14 Steve PetersHash::Util tests should check if Hash::Util has been...
2006-02-14 Yves Orton[Patch] Enhance Hash::Util
2006-02-14 Yitzchak Scott... One shouldn't be able to dereference a GLOB as a SCALAR.
2006-02-14 Rafael Garcia... Remove a my_perl that slipped in
2006-02-14 Andy LesterSun Studio lint patches
2006-02-13 Nicholas ClarkEnsure that public I, N and P flags are off when SvTAIN...
2006-02-13 Andy Lesterperldiag.pod patching re: integer overflow
2006-02-13 Stephen McCamant[perl #38346] [PATCH] Re: B::Deparse's bug?
2006-02-13 Steve HayTeach checkAUTHORS.pl about Changelogs with leading...
2006-02-13 Steve HayRevert an assert() fix in the light of change #27152
2006-02-13 Nicholas ClarkAll the bits of clone_params.flags need to be initialis...
2006-02-12 Nicholas ClarkFix change 27059 so that it actually works with >16...
2006-02-11 Nicholas ClarkIn perldiag.pod add an entry for the error message...
2006-02-11 Nicholas ClarkRemove SOFT_CAST() as it no longer does anything useful.
2006-02-11 Nicholas ClarkCoalesce 2 if blocks with duplicated conditions in...
next