diff options
author | Dominic Dunlop <domo@computer.org> | 1998-03-18 13:44:58 +0100 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-04-02 14:17:31 +0000 |
commit | 2a26e2f19442b809001f7cd459852d056a3d645b (patch) | |
tree | 286ec8619fc059f2b994dea7fd01572fb4812480 | |
parent | 99cae59c9804a54de2c24faf30346c9dabda889c (diff) | |
download | perl-2a26e2f19442b809001f7cd459852d056a3d645b.tar.gz |
Add "Full 64 bit support" to Todo; document Todo in pumpkin.pod
p4raw-id: //depot/perl@841
-rw-r--r-- | Porting/pumpkin.pod | 14 | ||||
-rw-r--r-- | Todo | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod index 28d428bea4..27cf1198ee 100644 --- a/Porting/pumpkin.pod +++ b/Porting/pumpkin.pod @@ -494,6 +494,20 @@ ought to go in the Changes file or whether they ought to be available separately in the patch file (or both). There is no disagreement that detailed descriptions ought to be easily available somewhere. +=head2 Todo + +The F<Todo> file contains a roughly-catgorized unordered list of +aspects of Perl that could use enhancement, features that could be +added, areas that could be cleaned up, and so on. During your term as +pumpkin-holder, you will probably address some of these issues, and +perhaps identify others which, while you decide not to address them +this time around, may be tackled in the future. Update the file +reflect the situation as it stands when you hand over the pumpkin. + +You might like, early in your pumpkin-holding career, to see if you +can find champions for partiticular issues on the to-do list: an issue +owned is an issue more likely to be resolved. + =head2 OS/2-specific updates In the os2 directory is F<diff.configure>, a set of OS/2-specific @@ -21,6 +21,7 @@ Would be nice to have reference to compiled regexp lexically scoped functions: my sub foo { ... } lvalue functions + Full 64 bit support Possible pragmas debugger |