Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-20 | Fix lots of -Wextra warnings | Matthias Schiffer | |
Everything clang and GCC warn about, except GCC's missing-field-initializers which are just stupid as they don't allow {} syntax to zero a field. | |||
2013-08-16 | lex: fix scanning of IPv6 addresses | Matthias Schiffer | |
2013-08-14 | lex: don't check for NULL before free | Matthias Schiffer | |
2013-08-14 | lex: various fixes | Matthias Schiffer | |
2013-08-14 | Implement new lexer that is not generated by flex to reduce code size | Matthias Schiffer | |