- TW-1254 Calc command can segfault on negative numbers (thanks to Renato Alves). - Implemented a recursive descent parser to syntax check the expression, and disambiguate unary minus. The syntax checking is not generating any diagnostics yet.
- Simplified and debugged ISO8601::resolve method regarding UTC, local and specified time offsets.
- Correct a DST error in date handling.
- Merged libexpr ISO8601 code.