remove mail check functionality (everybody SANE uses uw, imaps and mbx now)

update notes
fix Build.sh
This commit is contained in:
tg
2004-11-10 17:13:11 +00:00
parent 84ac6fced0
commit ff8192c9b9
10 changed files with 23 additions and 302 deletions

View File

@@ -1,4 +1,4 @@
$MirBSD: PROJECTS,v 1.4 2004/11/01 12:17:47 tg Exp $
$MirBSD: PROJECTS,v 1.5 2004/11/10 17:13:10 tg Exp $
$OpenBSD: PROJECTS,v 1.5 1999/07/14 13:37:23 millert Exp $
@@ -33,16 +33,6 @@ Things to be done in pdksh (see also the NOTES file):
should be written to be used in regression testing. The tests
directory contains some tests, but many more need to be written.
* internationalization
Need to handle with the LANG and LC_* environment variables. This
involves changes to ensure <ctype.h> macros are being used (currently
uses its own macros in many places), figuring out how to deal with
bases (for integer arithmetic, eg, 12#1A), and (the nasty one) doing
string look ups for error messages, etc.. It probably isn't worth
translating strings to other languages yet as the code is likely
to change a lot in the near future, but it would be good to have the
code set up so string tables can be used.
* trap code
* add the DEBUG trap.
* fix up signal handling code. In particular, fatal vs tty signals,
@@ -92,11 +82,7 @@ Things to be done in pdksh (see also the NOTES file):
* documentation
Some sort of tutorial with examples would be good. Texinfo is probably
the best medium for this. Also, the man page could be converted to
texinfo (if the tutorial and man page are put in the same texinfo
page, they should be somewhat distinct - i.e., the tutorial should
be a separate thread - but there should be cross references between the
two).
the best medium for this.
* miscellaneous
* POSIX specifies what happens when various kinds of errors occur