summaryrefslogtreecommitdiff
path: root/docs/style-guide.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added a section to describe how to convert variables to K&R style using theMark Whitley2001-03-141-30/+57
| | | | mk2knr.pl script. Also some minor cleanups.
* Added some words on use of getopt in applets.Mark Whitley2001-03-031-1/+45
|
* Removed section on testing that is now in contributing.txt.Mark Whitley2001-03-021-20/+0
|
* Fix typo.Matt Kraai2001-02-091-1/+1
|
* Minor cleanups and clarifications.Mark Whitley2001-02-091-8/+16
|
* Added some more on paren spacing and a section on testing guidelines.Mark Whitley2001-02-031-2/+38
|
* Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.Eric Andersen2001-01-251-9/+9
| | | | -Erik
* - Added a section on avoiding static buffers, per mailing list discussionsMark Whitley2001-01-241-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 Whitley2000-12-201-14/+75
|
* Moar Speling fickes frum Larry DoolittleEric Andersen2000-11-291-3/+3
|
* Re-organized some sections and added a whole new section on avoiding theMark Whitley2000-11-221-58/+204
| | | | preprocessor. Comments welcome.
* Numerous spelling / grammar corrections from Larry DoolittleMark Whitley2000-11-171-27/+52
| | | | <ldoolitt@recycle.lbl.gov>, as well as a few additions / clarifications.
* Some additional tips and formatting changes.Mark Whitley2000-08-221-28/+56
|
* Added a note in the "Tips and Pointer" section on the correct way to test forMark Whitley2000-07-251-0/+17
| | | | string equivalence with strcmp().
* First revision of the Busybox Style Guide and an accompanying .indent.proMark Whitley2000-07-241-0/+224
file.