Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-16 | Install example dictionaries | Anders Svensson | |
2011-12-16 | Move example code to examples/code | 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. | |||
2011-11-10 | Fix comment typo | Anders Svensson | |
2011-11-09 | Minor dependency fix | Anders Svensson | |
2011-10-19 | Dumb down release target to Solaris /usr/ucb/install | Anders Svensson | |
2011-10-19 | Dumb down opt/release targets to make 3.80 | Anders Svensson | |
2011-10-19 | Minor tweaks and cleanup | Anders Svensson | |
Tweak some comments and variable names, move things around a bit (default src target is now opt, not debug), only clean what's built, use +warn_export_vars. | |||
2011-10-18 | Need absolute -pa for bootstrap build | Anders Svensson | |
Otherwise include_lib will fail. | |||
2011-10-18 | Simpler release targets for src subdirectories | Anders Svensson | |
2011-10-17 | Use secondary expansion for src subdirectory rules | Anders Svensson | |
Makes for a quieter rule with no recursion. | |||
2011-10-17 | One makefile for src build instead of recursion | Anders Svensson | |
Simpler, no duplication of similar makefiles and makes for better dependencies. (Aka, recursive make considered harmful.) | |||
2011-05-18 | Initial commit of the diameter application. | Anders Svensson | |
The application provides an implementation of the Diameter protocol as defined in RFC 3588. |