Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lots of warnings, most around string literals... | Matthias Andree | 2010-03-18 | 1 | -0/+2 |
| | | | | | | | ...that were converted to char* when they should have been converted to const char *. Use braces for empty if/else statements. | ||||
* | Remove unused assignments/initializations found with llvm-clang. | Matthias Andree | 2010-02-28 | 1 | -1/+1 |
| | |||||
* | Fix a few compiler warnings around implicit conversion or extra ";". | Matthias Andree | 2009-01-14 | 1 | -4/+4 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5261 | ||||
* | Further cleanups to compile with C++ compiler. | Matthias Andree | 2006-03-15 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4744 | ||||
* | Fix cast for %02X format string. | Matthias Andree | 2004-10-20 | 1 | -6/+10 |
| | | | | | | Fix miscellaneous warnings, reformat one if...else for readibility. svn path=/trunk/; revision=3956 | ||||
* | (rfc2047e) Convenience: free the buffer ourselves rather than let the caller ↵ | Matthias Andree | 2004-10-20 | 1 | -1/+10 |
| | | | | | | to it. svn path=/trunk/; revision=3952 | ||||
* | Add RFC-2047 encoder for internationalized mail warnings. | Matthias Andree | 2004-10-19 | 1 | -0/+195 |
svn path=/trunk/; revision=3948 |