aboutsummaryrefslogtreecommitdiff
path: root/docs/style-guide.txt
AgeCommit message (Collapse)Author
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
By klemens <ka7@github.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2011-05-29fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775Denys Vlasenko
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>
2010-02-19fix typos in comments and docDenys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-09-06documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko
2007-04-15doc: fix code example which may provoke warningDenis Vlasenko
2007-04-15update style-guide.txtDenis Vlasenko
2006-07-05fixes from ldoolitt@recycle.lbl.gov to use proper tab escaping and fix a typoMike Frysinger
2006-02-24add exception for uncuddling bracketsMike Frysinger
2005-12-20Actually, static buffers look like _this_...Rob Landley
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
-Erik
2001-03-14Added a section to describe how to convert variables to K&R style using theMark Whitley
mk2knr.pl script. Also some minor cleanups.
2001-03-03Added some words on use of getopt in applets.Mark Whitley
2001-03-02Removed section on testing that is now in contributing.txt.Mark Whitley
2001-02-09Fix typo.Matt Kraai
2001-02-09Minor cleanups and clarifications.Mark Whitley
2001-02-03Added some more on paren spacing and a section on testing guidelines.Mark Whitley
2001-01-25Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.Eric Andersen
-Erik
2001-01-24 - Added a section on avoiding static buffers, per mailing list discussionsMark Whitley
- 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.
2000-12-20Some corrections, some additions, some embellishments.Mark Whitley
2000-11-29Moar Speling fickes frum Larry DoolittleEric Andersen
2000-11-22Re-organized some sections and added a whole new section on avoiding theMark Whitley
preprocessor. Comments welcome.
2000-11-17Numerous spelling / grammar corrections from Larry DoolittleMark Whitley
<ldoolitt@recycle.lbl.gov>, as well as a few additions / clarifications.
2000-08-22Some additional tips and formatting changes.Mark Whitley
2000-07-25Added a note in the "Tips and Pointer" section on the correct way to test forMark Whitley
string equivalence with strcmp().
2000-07-24First revision of the Busybox Style Guide and an accompanying .indent.proMark Whitley
file.