aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: 97fbe729ac3750349c04536422abdfb6a5fdab92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Mailfromd TODO list.

* Language:

** 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>)

* gsub(regex, repl, string)

** Implement still more string functions

* If an optional numeric argument to a built-in function has value 0 it is
impossible to tell whether it was given explicitely or omitted.

* 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:

  mailfromd -lfile   


Local variables:
mode: outline
paragraph-separate: "[ 	]*$"
end:

Return to:

Send suggestions and report system problems to the System administrator.