Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-05 | Fix up the freshmeat appindex record. | Eric Andersen | |
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-03-02 | Added 'How to contribute to Busybox' doc. | Mark Whitley | |
2001-02-26 | - changed the way POD is generated such that the dashed | John Beppu | |
line appears at the bottom instead of the top. The indentation semantics of POD make the first item in the (=over,=back) block look weird the other way. - implemented a way to encode example usage into usage.h One would define a macro called "${applet}_example_usage" which would expand to the example text. - The example usage is considered optional, but trivial and full usage are not. Here's an example using chown. ---- before #define chown_trivial_usage \ "[OPTION]... OWNER[<.|:>[GROUP] FILE..." #define chown_full_usage \ "Change the owner and/or group of each FILE to OWNER and/or GROUP.\n" \ "\nOptions:\n" \ "\t-R\tChanges files and directories recursively." #define chown_example_usage \ "\t$ ls -l /tmp/foo\n" \ "\t-r--r--r-- 1 andersen andersen 0 Apr 12 18:25 /tmp/foo\n" \ "\t$ chown root /tmp/foo\n" \ "\t$ ls -l /tmp/foo\n" \ "\t-r--r--r-- 1 root andersen 0 Apr 12 18:25 /tmp/foo\n" \ "\t$ chown root.root /tmp/foo\n" \ "\tls -l /tmp/foo\n" \ "\t-r--r--r-- 1 root root 0 Apr 12 18:25 /tmp/foo\n" ---- after =item I<chown> chown [OPTION]... OWNER[<.|:>[GROUP] FILE... Change the owner and/or group of each FILE to OWNER and/or GROUP. Options: -R Changes files and directories recursively. Example: $ ls -l /tmp/foo -r--r--r-- 1 andersen andersen 0 Apr 12 18:25 /tmp/foo $ chown root /tmp/foo $ ls -l /tmp/foo -r--r--r-- 1 root andersen 0 Apr 12 18:25 /tmp/foo $ chown root.root /tmp/foo ls -l /tmp/foo -r--r--r-- 1 root root 0 Apr 12 18:25 /tmp/foo ------------------------------- | |||
2001-02-24 | ... | John Beppu | |
2001-02-24 | refinement | John Beppu | |
2001-02-23 | formatting ... | John Beppu | |
2001-02-23 | Added some documentation and made --sgml use sgml_from_usage(). | John Beppu | |
pod_from_usage() is the default generator. | |||
2001-02-23 | During POD generation, it inserts a blank line before lines | John Beppu | |
that were intended to be indented. | |||
2001-02-23 | forgot to remove some debugging noise | John Beppu | |
2001-02-23 | This one should be able to deal with the USAGE macros a little | John Beppu | |
more robustly. I also blow away any USAGE_NOT_\w+ macros. | |||
2001-02-23 | forgot a comma. | John Beppu | |
2001-02-23 | I can't leave it alone. | John Beppu | |
2001-02-23 | minor cleanup... all that's left to do is | John Beppu | |
* make headers and footers for both the POD and SGML content * make an SGML generator * finish the command-line handling Also, some of the documentation in usage.h will have to be adjusted. expr needs some lines to be indented, and ls has a stray comma. I may have missed some things... but it looks OK for the most part. | |||
2001-02-23 | This is the remixed autodocufier.pl. | John Beppu | |
2001-02-22 | First pass at making up an automagical usage message extractor, which | Eric Andersen | |
will be used (when it works) to autogenerate documentation. Based on code written by Mark Whitley. | |||
2001-02-09 | Fix typo. | Matt Kraai | |
2001-02-09 | Minor cleanups and clarifications. | Mark Whitley | |
2001-02-07 | Add listening support. | Matt Kraai | |
2001-02-07 | Added documentation for new find options. | Matt Kraai | |
2001-02-03 | Added some more on paren spacing and a section on testing guidelines. | Mark Whitley | |
2001-01-31 | Added floppyfw to list of known projects using BusyBox. | Mark Whitley | |
2001-01-31 | Wrap a table (bg set to black, width=80%) around the screenshot | Eric Andersen | |
so it doesn't look like crap in Netscape. Should look fine in Mozilla either way. I think. -Erik | |||
2001-01-31 | Make it validate. | Matt Kraai | |
2001-01-31 | Close IMG tag. | Matt Kraai | |
2001-01-30 | Added a new screenshot of Busybox. :-) | Mark Whitley | |
2001-01-27 | Fix up copyright msgs. Bump version to 0.49 in preparation for | Eric Andersen | |
a release. Update the website with release details. -Erik | |||
2001-01-25 | Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. | Eric Andersen | |
-Erik | |||
2001-01-25 | Add in spoon's watchdog timer app. | Eric Andersen | |
-Erik | |||
2001-01-25 | Because you demanded it, source tree snapshots are made available daily. | Mark Whitley | |
2001-01-25 | Added Linux on nanoEngine to the list of known users. | Mark Whitley | |
2001-01-25 | Update contact info. | Eric Andersen | |
2001-01-25 | Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add | Eric Andersen | |
'id -n' support. -Erik | |||
2001-01-24 | Fix up insmod usage info to mention -L | Eric Andersen | |
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. | |||
2001-01-03 | Add dpkg-deb documentation | Glenn L McGrath | |
2001-01-02 | Update logger usage information. | Matt Kraai | |
2000-12-20 | Some corrections, some additions, some embellishments. | Mark Whitley | |
2000-12-19 | More spelling fixes from Larry Doolittle. | Mark Whitley | |
2000-12-19 | Added a paragraph from Larry Dolittle, made some more section headers. | Mark Whitley | |
2000-12-19 | New applet HOWTO. Written by Matt Kraai with some formating and additions by me. | Mark Whitley | |
2000-12-18 | Doc update from Matt Kraai, better describing the init process. | Eric Andersen | |
2000-12-15 | Only say mailing list once. | Matt Kraai | |
2000-12-14 | Add in mkCDrec - make CD-ROM recovery project. | Eric Andersen | |
2000-12-13 | Ran aspell. | Matt Kraai | |
2000-12-13 | Website update for the release | Eric Andersen | |
2000-12-13 | Document gzip -d | Eric Andersen | |
2000-12-11 | Fix spelling error s/defaut/default/g | Eric Andersen | |
2000-12-11 | Reverse logic so when network logging, it by default does not log locally. | Eric Andersen | |