Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-06 | CODING_STYLE: Fix misspellings. | Carl Worth | 1 | -2/+2 | |
2006-06-06 | CODING_STYLE: Add notes on avoiding trailing whitespace. | Carl Worth | 1 | -3/+17 | |
2005-12-16 | Globally rename "operator" to "op", to allow writing backends in C++ | Christian Biesinger | 1 | -1/+1 | |
reviewed by: cworth | |||||
2005-08-23 | Revise the description of indentation and tabs to be clear (I hope). | Carl Worth | 1 | -5/+24 | |
2005-07-07 | Add a missing word. | Carl Worth | 1 | -2/+2 | |
Note that the BadMatch bug has been resolved. | |||||
2005-06-03 | Fix spelling errors. | Carl Worth | 1 | -3/+3 | |
2005-06-03 | Fix Freudian unwrapped line in paragraph describing why long lines should be ↵ | Carl Worth | 1 | -2/+3 | |
wrapped. | |||||
2005-06-03 | Add CODING_STYLE document to standardize on some style issues. | Carl Worth | 1 | -0/+211 | |
Standardize brace handling around all else clauses according to new CODING_STYLE guidelines. |