diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-06 03:26:54 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-06 03:26:54 +0000 |
commit | 0ff51efc278c0cef1dd1d7684f0ec623079d88c7 (patch) | |
tree | b045e5f18b46aab19953594badd17157ccf54ae6 /Todo-5.005 | |
parent | 78ca652eaf12f3ab6d7714883eec614d257f666a (diff) | |
download | perl-0ff51efc278c0cef1dd1d7684f0ec623079d88c7.tar.gz |
remove spurious unused conflicting globals (PL_yy{v,s}sp)
p4raw-id: //depot/perl@1924
Diffstat (limited to 'Todo-5.005')
-rw-r--r-- | Todo-5.005 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Todo-5.005 b/Todo-5.005 index 404e5ecaff..c76d262272 100644 --- a/Todo-5.005 +++ b/Todo-5.005 @@ -19,7 +19,7 @@ Compiler from where newASSIGNOP steals the field) Namespace cleanup - symbol-space: "pl_" prefix for all global vars + symbol-space: "PL_" prefix for all global vars "Perl_" prefix for all functions CPP-space: restrict what we export from headers stop malloc()/free() pollution unless asked @@ -43,17 +43,15 @@ Win32 stuff rename new headers to be consistent with the rest sort out the spawnvp() mess work out DLL versioning - put perlobject in $ARCHNAME so it can coexist with rest get PERL_OBJECT building on non-win32? style-check Miscellaneous rename and alter ISA.pm magic_setisa should be made to update %FIELDS [???] - be generous in accepting foreign line terminations make filenames 8.3 friendly, where feasible upgrade to newer versions of all independently maintained modules - add new modules (Data-Dumper, Storable?) + add new modules (Archive::Tar, Compress::Zlib, CPAN::FTP?) test it with large parts of CPAN fix pod2html to generate relative URLs @@ -65,4 +63,3 @@ Documentation rework INSTALL to reflect changes in installation structure spot-check all new modules for completeness better docs for pack()/unpack() - add perlport.pod |