index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
docs
/
style-guide.txt
Age
Commit message (
Expand
)
Author
2011-05-29
fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775
Denys Vlasenko
2010-02-19
fix typos in comments and doc
Denys Vlasenko
2009-09-06
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2007-08-13
s/#ifdef CONFIG_/#if ENABLE_/g
Denis Vlasenko
2007-04-15
doc: fix code example which may provoke warning
Denis Vlasenko
2007-04-15
update style-guide.txt
Denis Vlasenko
2006-07-05
fixes from ldoolitt@recycle.lbl.gov to use proper tab escaping and fix a typo
Mike Frysinger
2006-02-24
add exception for uncuddling brackets
Mike Frysinger
2005-12-20
Actually, static buffers look like _this_...
Rob Landley
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-03-14
Added a section to describe how to convert variables to K&R style using the
Mark Whitley
2001-03-03
Added some words on use of getopt in applets.
Mark Whitley
2001-03-02
Removed section on testing that is now in contributing.txt.
Mark Whitley
2001-02-09
Fix typo.
Matt Kraai
2001-02-09
Minor cleanups and clarifications.
Mark Whitley
2001-02-03
Added some more on paren spacing and a section on testing guidelines.
Mark Whitley
2001-01-25
Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.
Eric Andersen
2001-01-24
- Added a section on avoiding static buffers, per mailing list discussions
Mark Whitley
2000-12-20
Some corrections, some additions, some embellishments.
Mark Whitley
2000-11-29
Moar Speling fickes frum Larry Doolittle
Eric Andersen
2000-11-22
Re-organized some sections and added a whole new section on avoiding the
Mark Whitley
2000-11-17
Numerous spelling / grammar corrections from Larry Doolittle
Mark Whitley
2000-08-22
Some additional tips and formatting changes.
Mark Whitley
2000-07-25
Added a note in the "Tips and Pointer" section on the correct way to test for
Mark Whitley
2000-07-24
First revision of the Busybox Style Guide and an accompanying .indent.pro
Mark Whitley