This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2004-07-09 Craig A. Berryprime_env_iter and zero-length values on VMS
2004-07-08 Nicholas ClarkRandal notes:
2004-07-07 Rafael Garcia... Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
2004-07-07 Nicholas ClarkFirst stab at explaining that CLONE may get more parame...
2004-07-07 Nicholas Clarkhv_store was not passing hash onwards (spotted by Dave)
2004-07-06 Marcus Holland... Failing matches don't reset numbered variables.
2004-07-06 Nicholas ClarkIntegrate:
2004-07-06 Nicholas ClarkStop ENV_IS_CASELESS hv.c picking up the wrong hash...
2004-07-06 Nicholas ClarkA tool to check the AUTHORS file
2004-07-06 Nicholas ClarkAdd some missing authors and remove 1 duplicate
2004-07-05 Nicholas ClarkThere was no need to bump $Text::ParseWords::VERSION...
2004-07-05 Rafael Garcia... Update tests and $VERSION for change 23046
2004-07-05 Stephen McCamantRe: [perl #30504] B::Deparse scoping problem with for...
2004-07-05 Nicholas ClarkBump $B::Deparse::VERSION
2004-07-05 Nicholas Clarkt/op/tie.t test 23 is failing when run with utf8 everyw...
2004-07-04 Craig A. Berry_vms_abs_path on non-directories
2004-07-04 Nicholas Clark/usr/bin/locale steadfastly delivers 8 bit output indep...
2004-07-02 Marcus Holland... More microperl tweaks.
2004-07-02 Rafael Garcia... Maintainer change for Safe
2004-07-02 Rafael Garcia... Bump version number of Safe for CPAN release
2004-07-02 Rafael Garcia... Upgrade to I18N::LangTags 0.33
2004-07-02 Dave Mitchell[perl #30258] utf8 POPSTACK crash on split execution
2004-07-01 Marcus Holland... The microperl config didn't know about usemallocwrap...
2004-07-01 Marcus Holland... Check for definedness of sv before calling sv_derived_f...
2004-07-01 Nicholas ClarkBump version numbers
2004-06-30 Nicholas ClarkAssert that we aren't leaking memory.
2004-06-30 Graham BarrSync to libnet-1.19
2004-06-30 AbigailDocumenting undefined behaviour of $i = $i ++.
2004-06-29 Nicholas ClarkNote that sv_2mortal isn't just "increase reference...
2004-06-29 Rafael Garcia... More caveats in B::Deparse's documentation
2004-06-29 H.Merijn BrandHP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be...
2004-06-28 Dave Mitchell[perl #30509] use encoding and "eq" cause memory leak
2004-06-27 Nicholas ClarkAssimilate Locale-Codes-2.07
2004-06-27 Nicholas ClarkStop 80_all_env.t failing when LC_ALL is set
2004-06-25 Andy DoughertyCorrect detection of absent modules. Based on
2004-06-25 Marcus Holland... Cleanup the main regex in Text::ParseWords and make the
2004-06-25 H.Merijn Brand[perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
2004-06-25 Jeff Pinyanregcomp.c, t/op/regmesg.t -- False range with \p and \P
2004-06-25 Rafael Garcia... More @INC test fixes
2004-06-25 Rafael Garcia... Fix the Cwd tests for the core.
2004-06-24 Marcus Holland... Fix for: [perl #30442] Text::ParseWords does not handle...
2004-06-24 Rafael Garcia... Upgrade to Cwd 2.18
2004-06-24 Marcus Holland... Fix for: [perl #2738] perl segfautls on input
2004-06-24 Rafael Garcia... Upgrade to Cwd 2.17_03
2004-06-23 Nicholas ClarkTest that [] // 0 is []
2004-06-23 Rafael Garcia... Add a regression test for bug #23765 (by Jarkko)
2004-06-23 H.Merijn BrandBackward compatibility issues for HP-UX 10.01 and older
2004-06-22 Marcel GrĂ¼nauerProposed patch + test case.
2004-06-22 bbucklan@jpl... Adjust array index in FileCache.pm.
2004-06-22 Paul MarquessDB_File 1.809 was RE: [perl #30237] DB_File methods...
next