Age | Commit message (Collapse) | Author |
|
This makes it easier to see which headers includes what.
The changes were done by running
git grep -l '#\s*include' \
| grep -E '.(cc|h)$' \
| xargs sed -i -E 's/(^\s*)#(\s*)include/\1#\2 include/'
To modify all include lines by adding a space, and then running
./git-clang-format.sh.
|
|
|
|
Author: jgg
Date: 2000-06-18 06:04:45 GMT
Bug fixes to rfc2553 emulation
|
|
Author: jgg
Date: 1999-12-10 07:21:52 GMT
Moved time handling, fixed makefiles
|
|
Author: jgg
Date: 1999-05-26 04:08:39 GMT
Final rfc2553 changes
|
|
Author: jgg
Date: 1999-05-25 05:56:24 GMT
Changed to using rfc2553 name resolution for http
|