This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2004-08-04 Fergal Dalyextension to diagnostics.pm
2004-08-04 John PeacockFinal version object core patch?
2004-08-03 H.Merijn Brandgcc on AIX 4 doesn't like -G on the commandline too
2004-08-03 H.Merijn Brandgcc on AIX doesn't like -G on the commandline
2004-08-03 Dave Mitchellmore typo fixes for change 3176 (comments at top of...
2004-08-03 Marek Rouchal[perl #30914] ExtUtils::Embed should use libperl name...
2004-08-03 Jim Cromieadditional -V:foo tests
2004-08-02 Nick Ing-SimmonsEnhance the caveat in the description of tell()
2004-08-02 Rafael Garcia... Remove empty rpath from .so files
2004-08-02 Fergal Dalymention refaddr() in overload::StrVal docs
2004-08-02 Steve HayFix breakage caused by Change 23179
2004-08-01 Dave MitchellAdd comment to top of reentr.c and fix typos in other...
2004-08-01 Marcus Holland... Skip test when building without Encode.
2004-08-01 Marcus Holland... Remove redundant SvOOK_off (called implicitly by SvOK_off)
2004-07-31 Dave Mitchellshut up a warning in mg.c
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-31 Marcus Holland... Fix copy & paste bugs in mX?PUSH macro tests.
2004-07-31 H.Merijn BrandFirst steps towards an explicit perl.exp-less AIX build
2004-07-31 Marcus Holland... Fix and update Perl_grok_* docs.
2004-07-30 Steve HayA few minor updates to README.win32 (aka perlwin32)
2004-07-30 Rafael Garcia... Upgrade to Math::BigInt v1.71.
2004-07-30 Steve HayBug report #30132 was resolved before it was finished!
2004-07-28 Rafael Garcia... Upgrade to File::Spec 0.88.
2004-07-28 Audrey TangRe: [perl #30783] Test::Builder does not handle overloa...
2004-07-28 david nicolRe: more 5.9 sort tests (second draft)
2004-07-28 Andy DoughertyRe: AW: [perl #7558] [PATCH] README.solaris
2004-07-26 Andy Dougherty[perl #7558] [PATCH] README.solaris
2004-07-26 Marcus Holland... The byte-order modifiers won't go into 5.8.
2004-07-26 Steve HayWindows-related updates to Porting/repository.pod
2004-07-25 Dave Mitchellmake -Dl log runops loop entry and exit, and jump level...
2004-07-24 Dave Mitchelldocument that -i messes soft as well hard hard links.
2004-07-23 Dave Mitchellmake a note in perlrun that -i doesn't preserve UNIX...
2004-07-23 Dave Mitchell[perl #30733] memory leak in array delete
2004-07-23 Dave Mitchellremove binary compat from #23156 (remove PL_retstack)
2004-07-23 Dave Mitchellremove the return stack PL_retstack, and store return...
2004-07-22 Nicholas ClarkBuild the perldelta copying command for the main Unix...
2004-07-22 Nicholas ClarkGrab perl585delta.pod from maint and
2004-07-22 Rafael Garcia... Upgrade to Cwd 2.20
2004-07-22 Rafael Garcia... Sort perldiag.
2004-07-22 Jim CromieRe: "Too late for -T" could be more descriptive
2004-07-22 Rafael Garcia... Email change for Steffen Mueller.
2004-07-22 Rafael Garcia... Grammar fix by Paul Johnson.
2004-07-22 Nicholas ClarkConfig::config_re and config_sh would report the byteor...
2004-07-21 Jos I. BoumansMention common dynaloader errors in perldiag.pod
2004-07-21 Rick DelaneyRe: [perl #30688] Empty slice arg with ($;$) prototype
2004-07-19 Tels[perl #30609] [PATCH] BigInt v1.71 - first try
2004-07-19 Nicholas ClarkTurn 2 strcpy()s into memcpy() because we know the...
2004-07-16 Nicholas ClarkClarify that it's only Mac OS *Classic* that uses 1904...
2004-07-16 Nicholas ClarkTypo fix from Julian Gilbey, forwarded upstream from...
2004-07-16 Steve HayUse VirtualAlloc() more flexibly when using it to mimic...
2004-07-16 Nicholas Clarkglob('*.c') to find documentation is dangerous when...
2004-07-16 Nicholas ClarkEncourage compilers to tail call optimise in sv_savepv...
2004-07-16 Nicholas ClarkRebuild perlapi.pod
2004-07-16 H.Merijn BrandBe sure HP-UX' ANSI C compiler's PATH is found *before*
2004-07-16 Nicholas Clarkoslevel can fail on AIX, but the output generated would...
2004-07-16 Nicholas ClarkSome calls to PerlMemShared_alloc() aren't checking...
2004-07-15 Nicholas Clarkthreads.xs doesn't check the return value of the thread...
2004-07-15 Nicholas ClarkAssimilate Cwd 2.19
2004-07-15 H.Merijn BrandTrailing semi-colon are not allowed on #ifdef's in...
2004-07-15 Nicholas ClarkAbigail notes that a re-entrant regexp engine is a...
2004-07-15 Nicholas Clarkfor (reverse @foo) now iterates in reverse in place.
2004-07-15 Nicholas ClarkOptimise for (reverse ...)
2004-07-15 Nicholas ClarkNow optimising for $a (reverse ...)
2004-07-15 Nicholas ClarkThe optrees for C<for $_ (...)> and C<for (...)> differ...
2004-07-15 Nicholas ClarkThis seems to be needed to get COW working on Win32
2004-07-14 Nicholas Clark"That's the way to do it"
2004-07-14 Nicholas ClarkOptimise foreach my $i (reverse ...)
2004-07-14 Yitzchak Scott... split doc clarification
2004-07-14 Nicholas ClarkNumeric comparison operators mustn't compare addresses...
2004-07-14 Nicholas ClarkLots of tests for for reverse ...
2004-07-13 Nicholas ClarkSome thoughts on foreach reverse
2004-07-13 Nicholas Clarks/sort/split/; - my mistake spotted by Dave.
2004-07-13 Nicholas ClarkOptimise list context reverse sort to reverse as part...
2004-07-13 Nicholas ClarkWork around evil compiler bug on OS X. (Sucks all memory)
2004-07-13 Nicholas Clarkcheck that reverse (sort (@a), @b) etc work.
2004-07-13 Nicholas ClarkCheck that non-optimimisable sort comparisons work...
2004-07-13 Nicholas ClarkTest reverse sort as the return from a function in...
2004-07-13 Nicholas ClarkAlso test reverse sort in scalar context
2004-07-13 Nicholas ClarkA proper, working, stable optimisation for sort {$b...
2004-07-13 Rafael Garcia... Tweak to change #23089, as suggested by Tim Bunce
2004-07-13 Nicholas ClarkGeneralised "how many in list context" would be useful
2004-07-13 Nicholas ClarkThe current optimisation for sort {$b cmp $a} is bogus...
2004-07-13 LAUN WolfgangRe: [perl #30568] splice generates undef? [PATCH]
2004-07-13 Nicholas ClarkCheck each line of config_re output.
2004-07-13 Nicholas Clarkno_plan support in test.pl
2004-07-13 Andrew PimlottRe: debugger 'R'estart and open database connections
2004-07-13 John Peacockwas Re: UNIVERSAL::VERSION causing "Use of uninitialize...
2004-07-12 Nicholas ClarkBodge to make Tk work - like the UTF8 flag, the READONL...
2004-07-12 Nick Ing-SimmonsNI-S: IMHO utf8_upgrade is just changing representation...
2004-07-12 Nick Ing-SimmonsPerl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
2004-07-11 Nicholas ClarkA decent benchmark would be useful. But it is vague.
2004-07-11 Nicholas ClarkFinding a way to put "I'm MAINT" in perl -v is a TODO
2004-07-10 Nicholas ClarkStore weak references.
2004-07-10 Nicholas ClarkDual lifing and dists is a TODO
2004-07-10 Nicholas ClarkResurrect the TODO items about Unicode filenames and...
2004-07-10 Nicholas ClarkPerl_mode_from_discipline must update len. (else SEGV)
2004-07-10 Dave RolskyBug with NEXT when called from an eval block
2004-07-09 Jarkko HietaniemiRe: Segfault using HTML::Entities
2004-07-09 Nicholas ClarkA more honest TODO
2004-07-09 Nicholas Clarkdor and // fulfil a TODO
next