Age | Commit message (Collapse) | Author |
|
|
|
The tool was never called cURL, only the project. But even so, we have
more and more over time switched to just use lower case.
|
|
- Change maximum allowed line length from 80 to 79.
|
|
Note that since the added examples are for column alignment I had to
encapsulate with ~~~c markdown to preserve their alignment.
|
|
Following conversation on the libcurl mailing list.
|
|
... to make it look nicer in markdown outputa
|
|
Rather than use TRUE, FALSE, NULL, 0 or != 0 in if/while conditions.
Additionally, corrected some example code to adhere to the recommended
coding style.
|
|
As just discussed on the mailing list, also document how we prefer
spacing in expressions.
|
|
|
|
|
|
Ripped out from CONTRIBUTE into its own document, but also extended from
there.
|