summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Add assert to tell compiler wrong behaviour is UDHEADmasterJari Vetoniemi2017-10-01
|
* s/s32/s64/Jari Vetoniemi2017-08-15
|
* ragel.rl: Add some asserts to confirm inputJari Vetoniemi2017-05-07
| | | | Just some hardening: p should always be equal or behind pe.
* ragel.rl: Make search_err read "p" before stopJari Vetoniemi2017-05-07
| | | | | | | | | If we stop before reading the "p" false positive may be returned since "p" may be the start of new token. Thus case like `type: 3u8[4] str;` would fail to mark the real error since '3' is not read. Thus start marking from the last valid token that is ':'.
* validator.rl: Unused memberJari Vetoniemi2017-05-03
|
* validator.rl: Allow multiple filtersJari Vetoniemi2017-05-02
|
* dump.c: Align to_hex to at least 2 charsJari Vetoniemi2017-05-01
| | | | | This is to have nice aligned output when outputting byte arrays for example.
* dump.c: Fix print_array when data ends on 8 columnJari Vetoniemi2017-05-01
|
* dump.c: More compact hex dumpingJari Vetoniemi2017-05-01
|
* work in progressJari Vetoniemi2017-05-01
|
* Initial commitJari Vetoniemi2017-04-13