This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH] remove leaveit from toke.c:scan_const
[perl5.git] / pod / perltodo.pod
2006-10-13 Yves OrtonAdd possessive quantifiers to regex engine.
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-10-05 Yves OrtonRe: [PATCH] Add recursive regexes similar to PCRE
2006-07-15 Jarkko Hietaniemivarious safety/portability tweaks
2006-07-12 Rafael Garcia-SuarezIntegration of strlcat is to-done (noticed by Yves)
2006-07-12 Rafael Garcia-SuarezAdditions and removals in perltodo
2006-07-10 Steve PetersChange existing uses of strlcpy()/strlcat() to use...
2006-07-09 Jarkko Hietaniemisome coding guidelines/tips to perlhack (+ one perltodo)
2006-07-08 Steve PetersMaking encoding::warnings lexical is to-done.
2006-06-30 Rafael Garcia-SuarezMust not forget that.
2006-06-30 Rafael Garcia-SuarezSmall adjustment to the Plan
2006-06-23 Rafael Garcia-Suarezperltodo additions by Vadim Konovalov
2006-05-26 Steve PetersFix pod nit in perltodo.
2006-04-18 Steve PetersAdd a TODO regarding merging the win32 and wince codebases.
2006-04-18 Nicholas ClarkExpand "am I hot or not" into a more general "Profile...
2006-04-18 Nicholas ClarkNote that Rafael has done the first cut of state variables.
2006-04-18 Nicholas ClarkRelocatable @INC and parallel builds pretty much work...
2006-04-17 Nicholas ClarkCoderefs in @INC are done and documented.
2006-04-17 Nicholas ClarkNote that PVIOs probably aren't worth shrinking. Note...
2006-03-28 Nicholas ClarkHaving tested IPv6 support in all builtins for TCP...
2006-03-27 Nicholas ClarkIf constant folding fails, don't fold constants, rather...
2006-03-23 Nicholas ClarkMove orphaned documentation back to its functions
2006-03-16 Nicholas ClarkNote that it's worth looking to downsize variables...
2006-03-10 Nicholas ClarkTeaching embed.pl about conditional symbols is a TODO.
2006-03-07 Nicholas ClarkTwo more TODOs for those with C knowledge.
2006-03-07 Nicholas ClarkTPF++ # perlfoundation.org/gc/grants/2006-perl5-improve...
2006-02-17 Rafael Garcia-SuarezIn TODO: make encoding.pm lexical ?
2006-02-08 Rafael Garcia-SuarezWave hands about encoding::warnings
2006-02-06 Nicholas ClarkI think that "merge Perl_sv_2[inpu]v" and "reduce dupli...
2006-02-04 Nicholas ClarkEnhance PERL_TRACK_MEMPOOL so that it also emulates...
2006-02-04 Nicholas ClarkThe TODO 'Tidy up global variables' can go, replaced...
2006-02-04 Nicholas ClarkI believe that mathoms have been completely TODOne.
2006-01-12 Yitzchak Scott-Tho... Re: cloning and foo_dup functions
2005-12-30 Rafael Garcia-SuarezUpdate perltodo. First shot at perl593delta.
2005-12-23 Nicholas Clarkinlining autoloaded constants is TODOne.
2005-12-21 Rafael Garcia-SuarezRemove switch from perltodo
2005-12-08 Steve PetersAdd pointer to Pod::Simple for the Pod -> HTML task.
2005-11-04 Nicholas Clarkftrwrite, ftrexec, fteread, ftewrite and fteexec can...
2005-10-31 Nicholas ClarkAdd "moving common filetest code to a static function...
2005-10-18 Nicholas ClarkAdd Rafael's 5.10 roadmap to perltodo.
2005-09-19 Nicholas ClarkAdd parallel testing to TODO
2005-09-18 Nicholas ClarkTidying up the unused or unneeded global variables...
2005-09-18 Nicholas ClarkControlling what the GNU linker exports from a shared...
2005-09-18 Nicholas ClarkDetail the minimal rewards programme we have on offer.
2005-09-17 Nicholas Clarkrefactoring xsubpp should have been in the "just perl...
2005-09-17 Nicholas ClarkAdd "refactor xsubpp to be a thin wrapper around ExtUti...
2005-09-17 Nicholas ClarkAdd shrinking GVs and CVs to the TODO
2005-09-17 Nicholas ClarkAdd reduce duplication in sv_setsv_flags to TODO
2005-09-17 Nicholas ClarkAdd ordering of "global" variables to TODO
2005-09-17 Nicholas ClarkAdd emulate the per-thread memory pool on Unix to the...
2005-09-17 Nicholas ClarkAdd suggestion to profile to find a better set of hot...
2005-09-17 Nicholas Clarkadd merge Perl_sv_2[inpu]v to TODO
2005-09-17 Nicholas ClarkMaking make -j... work is a TODO
2005-09-17 Nicholas ClarkAdd "automating coverage tests" as a TODO
2005-09-17 Nicholas ClarkRe-order the TODO tasks based on the skills they need...
2005-09-01 Rafael Garcia-SuarezRemove no 6 from the todo list
2005-08-08 Jarkko HietaniemiRe: [PATCH] undup
2005-08-01 Piotr FusikPOD typos
2005-07-16 Gisle AasRe: fchmod, fchown, fchdir
2005-06-29 Nicholas ClarkExpand on parts of perltodo
2005-06-23 Nicholas ClarkThe current implementation of :unique is fundamentally...
2005-04-01 Rafael Garcia-SuarezAdd a note about installhtml
2005-03-18 Rafael Garcia-SuarezRemove trie optimisation from the todo list
2005-01-05 Nicholas ClarkError-free constant folding is a TODO
2004-12-27 Nicholas ClarkAdd investigating self tie segfaults to the TODO
2004-12-06 Nicholas ClarkTests for Config.pm much better now - toDONE
2004-11-12 Richard Soderberg[perl #32419] Spelling fixes for perl@23492
2004-08-09 Rafael Garcia-SuarezAdd a note in perltodo about a potential extension...
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-13 Nicholas ClarkSome thoughts on foreach reverse
2004-07-13 Nicholas Clarks/sort/split/; - my mistake spotted by Dave.
2004-07-13 Nicholas ClarkGeneralised "how many in list context" would be useful
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 ClarkDual lifing and dists is a TODO
2004-07-10 Nicholas ClarkResurrect the TODO items about Unicode filenames and...
2004-07-09 Nicholas ClarkA more honest TODO
2004-07-09 Nicholas Clarkdor and // fulfil a TODO
2003-12-22 Jarkko Hietaniemidoc nits
2003-10-06 Rafael Garcia-SuarezFix broken link in perltodo.pod.
2003-09-12 Jarkko HietaniemiIt's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
2003-07-06 Radu GreabDProf fixes
2003-05-06 Jarkko HietaniemiDocument which interfaces are NOT Unicode-aware.
2002-08-12 Richard Foleyperltodo.pod
2002-06-19 Jarkko Hietaniemiopendir was missing for the list.
2002-06-18 Jarkko HietaniemiDocument the "Unicode in package/sub names" problem;
2002-05-27 Jarkko HietaniemiTodo update.
2002-05-14 Jarkko HietaniemiTodo tweaks.
2002-05-13 Artur BergmanMake the point a bit clearer after suggestion from...
2002-05-13 Rafael Garcia-Suarezperltodo update.
2002-05-12 Jarkko HietaniemiElaborate on the exit/wait plan a bit.
2002-05-12 Artur BergmanUpdate todo, removing things done and adding new things.
2002-04-27 Nick Ing-SimmonsIntegrate mainline
2002-04-26 Jarkko HietaniemiAdd taint rethink to the todo list.
2002-04-26 Jarkko HietaniemiAdd an idea/question from Damian.
2002-04-16 Philip NewtonSmall patch: detypo and style change
2002-04-16 Jarkko HietaniemiSome UTF-8 todos.
2002-04-11 Jarkko HietaniemiMore NT Unicode information from Jan Dubois.
2002-04-11 Jarkko HietaniemiAdd one perltodo item (and move bunch of them to better...
next