summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
Commit message (Collapse)AuthorAgeFilesLines
* Add a placeholder man page for perltodo, directing people to look at git.Nicholas Clark2012-03-191-0/+10
| | | | (Done as a second commit to avoid confusing git's rename detection.)
* Move the todo list from pod/ to Porting/Nicholas Clark2012-03-191-1260/+0
| | | | | | Installing the Perl 5 to-do list as a manpage isn't that useful to anyone, as it's a snapshot that becomes increasingly out of date. Much better to point anyone interested in contributing direct to git HEAD, to view the current list.
* pod/buildtoc now generates pod/roffitallNicholas Clark2011-11-281-4/+0
| | | | | | roffitall remains a shell script, identical apart from a dynamically generated list of man pages (and removal of the comment from 2000 that this should be done).
* A perltodone! ExtUtils::ParseXS uses strictSteffen Mueller2011-07-121-12/+0
| | | | This is thanks to James Keenan's work! Finally!
* Remove old perltodoMatthew Horsfall2011-07-071-9/+0
|
* Add todo of documenting diagnosticsKarl Williamson2011-07-031-0/+5
|
* perltodo: Change some C<> into F<>Karl Williamson2011-06-211-1/+1
|
* Fix bad pod links found by Test::Pod::LinkCheckApocalypse2011-02-151-1/+1
|
* consistent URL linksRobin Barker2011-02-151-11/+13
|
* Todo item done - 3879ea51d63e30f393172fcd711bc89f88997019Robin Barker2011-01-211-18/+0
|
* Fix typos in pod/*Peter J. Acklam) (via RT2011-01-071-2/+2
| | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81906] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81906 >
* perltodo: Revise utf8 todoKarl Williamson2010-12-191-4/+7
|
* It's a little late to get changes into 5.12Florian Ragwitz2010-11-251-2/+2
|
* Remove or update pod references to regexp reëntrance.Father Chrysostomos2010-10-131-5/+0
|
* Moving all pod/*.PL files to ext/ (and cpan/) is now done.Nicholas Clark2010-10-051-8/+0
|
* Modify the Perl_dirp_dup entry in perltodoFather Chrysostomos2010-09-271-1/+2
|
* Add more advantages of a perl.def file.Reini Urban2010-07-251-1/+2
|
* docs: updates for git-based cmpVERSION.plMatt Johnson2010-07-041-4/+0
| | | | | Update the release_managers_guide.pod with the new command usage, and remove the todo item
* Add perltodo entry for 0odddd, octal constantKarl Williamson2010-06-281-0/+6
|
* Change to use a link in perltodoKarl Williamson2010-06-281-1/+1
|
* Remove 'delete &function' from perltodo.Florian Ragwitz2010-04-151-5/+0
| | | | | It wouldn't add any new feature we don't already have and be inconsistent with the behaviour of other things.
* Note that forbidding keywords as labels is controversialJan Dubois2010-03-151-1/+3
|
* Revert "Forbid labels with keyword names"Jan Dubois2010-03-021-0/+9
| | | | | | | | This reverts commit f71d6157c7933c0d3df645f0411d97d7e2b66b2f. Revert "Add new error "Can't use keyword '%s' as a label"" This reverts commit 28ccebc469d90664106fcc1cb73d7321c4b60716.
* Note which t/ subdirs are not suitable for test.pl useRafael Garcia-Suarez2010-01-051-0/+3
|
* PATCH: minor typo cleanup of pod/ directoryTom Christiansen2010-01-051-2/+2
| | | | | | | | | | | | | | These are all in the pod/ directory, and only the first is a code fix. There was also a single lingering ISO 8859-1 encoding that missed the UTF-8 upconvert. The rest are cleanups for typos, some of which seem to have been around for a rather long time: spelling errors, incorrect possessives, and extra, missing, or duplicated words. If you actually read through, I bet you'll realize what sparked this. :) --tom Signed-off-by: Abigail <abigail@abigail.be>
* A mechanism for inlineable OP equivalents of XSUBs is a TODO.Nicholas Clark2010-01-041-0/+56
|
* Update .podsKarl Williamson2009-12-251-8/+1
| | | | Signed-off-by: Abigail <abigail@abigail.be>
* Added a todo about some releng automation we could useJesse Vincent2009-12-201-0/+4
|
* Added a perltodo about enabling/disabling individual warningsJesse Vincent2009-11-231-0/+5
|
* Note that a test that regen.pl was run is TODO.Nicholas Clark2009-10-131-0/+18
|
* Refactoring tests to use test.pl is a TODO.Nicholas Clark2009-10-091-0/+10
|
* Expand on cookbook todoDavid Golden2009-10-061-0/+10
|
* Add perltodo: write an XS cookbookDavid Golden2009-10-061-0/+8
|
* Core tests purged from macperl references: done (as 7b903762ad0ebd5d04)Rafael Garcia-Suarez2009-09-141-4/+0
|
* Note how various parts of perldelta writing could be automated.Nicholas Clark2009-09-141-0/+18
|
* Some POD and spelling fixesRafael Garcia-Suarez2009-09-141-1/+1
|
* Moving pod/*.PL to ext is the last major part remaining for the dual-life move.Nicholas Clark2009-09-141-6/+3
|
* Parallel testing is pretty much done.Nicholas Clark2009-09-141-12/+0
|
* Note that we need a way of building pod/*.PL directly by distributions in ext/Nicholas Clark2009-09-131-0/+5
|
* perltodo: Propagate compilation hints to the debuggerRafael Garcia-Suarez2009-08-071-0/+9
| | | | Suggested by Ben Morrow
* MacPerl is gone. Its test bits should be now removed (per nicholas)Jesse Vincent2009-08-031-0/+4
|
* Move content of Todo.micro into perltodoJesse Vincent2009-08-031-0/+21
|
* Forbid labels with keyword namesRafael Garcia-Suarez2009-07-291-9/+0
|
* Todo: decapsulation of smart match argumentRafael Garcia-Suarez2009-07-241-0/+7
|
* perltodo: truncate() prototypeRafael Garcia-Suarez2009-07-211-0/+5
|
* perltodo: forbid labels with keyword namesRafael Garcia-Suarez2009-07-211-0/+9
|
* Basic docs for \NRafael Garcia-Suarez2009-06-171-6/+0
|
* Add \N idea from Perl 6 to perltodoRafael Garcia-Suarez2009-06-131-0/+6
|
* Disentangling -g and -DDEBUGGING is a TODO.Nicholas Clark2009-06-021-0/+9
|
* Merge branch 'smartmatch' into bleadRafael Garcia-Suarez2009-05-131-49/+0
|\