aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-11-05 13:30:47 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-11-05 13:30:47 +0000
commite7d1af5ec84c134d8e3aa61f51b2fa69fd3e9eb5 (patch)
treed777cfc567dcd055aa02b18283b18cf2caacd846 /TODO
parent45236cb88c6b908f0f0bd7e95f14ab5aa283a822 (diff)
downloadmailfromd-e7d1af5ec84c134d8e3aa61f51b2fa69fd3e9eb5.tar.gz
mailfromd-e7d1af5ec84c134d8e3aa61f51b2fa69fd3e9eb5.tar.bz2
Update
git-svn-id: file:///svnroot/mailfromd/trunk@785 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 16 insertions, 1 deletions
diff --git a/TODO b/TODO
index a9881eb4..a22f55a5 100644
--- a/TODO
+++ b/TODO
@@ -4,12 +4,27 @@ Mailfromd TODO list.
** Provide a special exception type for unresolved sendmail macros.
+** Implement \U, \L, \E and other GNU extensions to the replacement strings.
+
* Various items by Jan (ref <Pine.LNX.4.58.0610112345080.2162@cedric.unob.cz>)
** Implement still more string functions
+* Provide a library facility:
+
+1. Compile mailfromd source into a position-independent code:
+
+ mailfromd --compile source.mf -osource.mfo
+
+2. Gather several objects into a library using the standard `ar'
+ utility:
+
+ ar c file.mfl jeden.mfo dwa.mfo trzy.mfo ...
+
+3. Use the archive at the startup to extract the needed functions from
+ it:
-Document it.
+ mailfromd -lfile
Local variables:

Return to:

Send suggestions and report system problems to the System administrator.