newsmailfromd -- a general-purpose milter - News: Mailfromd 3.0.91 available

 
 
Show feedback again
Latest News
Version 9.0 posted by gray, Mon Jan 8 21:05:21 2024 - 0 replies
Version 8.17.1 posted by gray, Thu Jul 20 09:46:22 2023 - 0 replies
Version 8.17 posted by gray, Fri Jul 7 11:04:32 2023 - 0 replies
Version 8.16 posted by gray, Mon May 1 12:58:15 2023 - 0 replies
Version 8.15 posted by gray, Sun Dec 11 09:36:34 2022 - 0 replies
[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

 

Show feedback again

Back to the top


Powered by Savane 3.1-cleanup+gray