Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-06-30 | Offer suggestions for misspelled --param names. | David Malcolm | 1 | -18/+0 |
2016-06-15 | spellcheck.h: add best_match template; implement early-reject | David Malcolm | 1 | -21/+21 |
2016-06-15 | Add more spellcheck selftests | David Malcolm | 1 | -0/+65 |
2016-06-07 | spellcheck.c: add test_find_closest_string | David Malcolm | 1 | -0/+23 |
2016-06-06 | Selftest framework | David Malcolm | 1 | -0/+58 |
2016-02-12 | PR driver/69265 and 69453: improved suggestions for various misspelled options | David Malcolm | 1 | -0/+46 |
2016-02-12 | cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor. | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-13 | PR driver/67613 - spell suggestions for misspelled command line options | David Malcolm | 1 | -18/+3 |
2015-11-13 | Implement Levenshtein distance; use in C FE for misspelled field names | David Malcolm | 1 | -0/+136 |