mailfromd -- a general-purpose milter - News: Mailfromd 3.0.91 available
[Submit News]
[53 news in archive]
Mailfromd 3.0.91 available
Item posted by Sergey Poznyakoff <gray> on Wed Nov 29 14:16:27 2006.
Mailfromd 3.0.91 is available for download. Hopefully this is the last alpha version before the release of version 3.1.
New in this release:
- Language changes:
- Code optimization
Parse tree is optimized before code generation. This can be
controlled using -Olevel option, where `level' is the ptimization
level. Currently implemented levels are 0 (no optimization) and 1 (full optimization), which is the default.
- New functions:
- I/O functions: open, close, write, getline
- Time functions: time, strftime
- System functions: system
- DBM functions: dbput, dbdel
- String functions: substr, index, rindex
- Debugging functions: debug, cancel_debug, program_trace, cancel_program_trace
- New command line option --xref
Produces the cross-reference listing of global variables.
- Bugfixes
- Switch statements without the default branch produced incorrect code (the very first branch was used as the default one). This is fixed.
- Fix handling of escape sequences at the beginning of a string and before the beginning of an interpreted sequence within the string.
- Fix declarations of the built-in functions `toupper' and `tolower'.
Comments:
No messages in Mailfromd 3.0.91 available