Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a section to describe how to convert variables to K&R style using the | Mark Whitley | 2001-03-14 | 1 | -30/+57 |
| | | | | mk2knr.pl script. Also some minor cleanups. | ||||
* | Added some words on use of getopt in applets. | Mark Whitley | 2001-03-03 | 1 | -1/+45 |
| | |||||
* | Removed section on testing that is now in contributing.txt. | Mark Whitley | 2001-03-02 | 1 | -20/+0 |
| | |||||
* | Fix typo. | Matt Kraai | 2001-02-09 | 1 | -1/+1 |
| | |||||
* | Minor cleanups and clarifications. | Mark Whitley | 2001-02-09 | 1 | -8/+16 |
| | |||||
* | Added some more on paren spacing and a section on testing guidelines. | Mark Whitley | 2001-02-03 | 1 | -2/+38 |
| | |||||
* | Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. | Eric Andersen | 2001-01-25 | 1 | -9/+9 |
| | | | | -Erik | ||||
* | - Added a section on avoiding static buffers, per mailing list discussions | Mark Whitley | 2001-01-24 | 1 | -4/+88 |
| | | | | | | | - Added a section on avoiding dangerous, overrun-prone string functions, per mailing list comment by David Douthitt - Added comment on how to search-and-replace in multiple files per (very old) mailing list comment by Larry Doolittle. | ||||
* | Some corrections, some additions, some embellishments. | Mark Whitley | 2000-12-20 | 1 | -14/+75 |
| | |||||
* | Moar Speling fickes frum Larry Doolittle | Eric Andersen | 2000-11-29 | 1 | -3/+3 |
| | |||||
* | Re-organized some sections and added a whole new section on avoiding the | Mark Whitley | 2000-11-22 | 1 | -58/+204 |
| | | | | preprocessor. Comments welcome. | ||||
* | Numerous spelling / grammar corrections from Larry Doolittle | Mark Whitley | 2000-11-17 | 1 | -27/+52 |
| | | | | <ldoolitt@recycle.lbl.gov>, as well as a few additions / clarifications. | ||||
* | Some additional tips and formatting changes. | Mark Whitley | 2000-08-22 | 1 | -28/+56 |
| | |||||
* | Added a note in the "Tips and Pointer" section on the correct way to test for | Mark Whitley | 2000-07-25 | 1 | -0/+17 |
| | | | | string equivalence with strcmp(). | ||||
* | First revision of the Busybox Style Guide and an accompanying .indent.pro | Mark Whitley | 2000-07-24 | 1 | -0/+224 |
file. |