Age | Commit message (Collapse) | Author |
|
Prompted-by: Jakub Wilk <jwilk@debian.org>
|
|
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: 2001-02-20 07:03:16 GMT
Join with aliencode
|
|
Author: jgg
Date: 2000-06-18 06:04:45 GMT
Bug fixes to rfc2553 emulation
|
|
Author: jgg
Date: 1999-12-11 02:11:10 GMT
OpenBSD fixes
|
|
Author: jgg
Date: 1999-12-10 08:53:43 GMT
Bug fixes
|
|
Author: jgg
Date: 1999-12-09 03:45:56 GMT
Reorderd error handling
|
|
Author: jgg
Date: 1999-05-27 05:51:18 GMT
More tweaks
|
|
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
|