Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-29 | fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775 | Denys 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-19 | fix typos in comments and doc | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-09-06 | documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
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 | |
-Erik | |||
2001-03-14 | Added a section to describe how to convert variables to K&R style using the | Mark Whitley | |
mk2knr.pl script. Also some minor cleanups. | |||
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 | |
-Erik | |||
2001-01-24 | - Added a section on avoiding static buffers, per mailing list discussions | Mark 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-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 | |
preprocessor. Comments welcome. | |||
2000-11-17 | Numerous spelling / grammar corrections from Larry Doolittle | Mark Whitley | |
<ldoolitt@recycle.lbl.gov>, as well as a few additions / clarifications. | |||
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 | |
string equivalence with strcmp(). | |||
2000-07-24 | First revision of the Busybox Style Guide and an accompanying .indent.pro | Mark Whitley | |
file. |