Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2011-12-06 | Minor diameter_dict_scanner fix | Anders Svensson | |
Spec was wrong. Scanning a file that ended with $' or contained an empty $'-delimited string would have failed. | |||
2011-12-04 | Add diameter_dict_util:format/1 for reconstructing a dictionary file | Anders Svensson | |
2011-12-02 | Replace dictionary file parser | Anders Svensson | |
The previous parse was very adhoc and simply crashed on any kind of input error, providing no identification of the objectionable input that caused the parse to fail. The new parser is generated from a yecc grammar, making it easier both to understand what it is that's being parsed and to provide useful diagnostics to the user in case of error. |