summaryrefslogtreecommitdiff
path: root/docs/style-guide.txt
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
| | | | | | By klemens <ka7@github.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775Denys Vlasenko2011-05-291-6/+5
| | | | | | | | | When compiling with !ENABLE_FEATURE_GETOPT_LONG, busybox still tries to include getopt.h which is not available; for example with uClibc when !UCLIBC_HAS_GETOPT_LONG. getopt.h is only required for the _long set of functions. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix typos in comments and docDenys Vlasenko2010-02-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-3/+3
|
* doc: fix code example which may provoke warningDenis Vlasenko2007-04-151-1/+1
|
* update style-guide.txtDenis Vlasenko2007-04-151-54/+79
|
* fixes from ldoolitt@recycle.lbl.gov to use proper tab escaping and fix a typoMike Frysinger2006-07-051-8/+8
|
* add exception for uncuddling bracketsMike Frysinger2006-02-241-0/+9
|
* Actually, static buffers look like _this_...Rob Landley2005-12-201-1/+1
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-6/+6
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-5/+5
| | | | -Erik
* 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.