Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-12 | Make help text spacing consistent. | Rob Landley | |
2019-01-19 | Fix various warnings building on FreeBSD. | Rob Landley | |
2018-08-03 | Don't include toys.h and lib/*.c in config2help.c, the host vs cross compiler | Rob Landley | |
build context (probes for portability.h) is too fiddly to keep stright, just copy the parts we need into the host tool. | |||
2017-10-03 | Workaround from Patrick Oppenlander for a bug in config2help.h that resulted0.7.5 | Rob Landley | |
in segfaults on newer toolchains. (That entire section is due for a rewrite.) | |||
2017-06-13 | config2help.c: Rename trim() to skip_spaces(), fluff out comments a bit. | Rob Landley | |
2016-03-01 | config2help: add missing ctype.h include | Mike Frysinger | |
This file uses isspace which is defined in the ctype.h header. | |||
2016-02-25 | Musl needs an extra #include. | Rob Landley | |
2016-02-10 | Don't include toys.h from config2help.c (so cross-compiling from systems we | Rob Landley | |
don't run on is easier), and use HELP_ instead of help_ for macro prefixes to avoid name collisions (such as help_exit() the function). | |||
2015-09-29 | Make defconfig build for nommu. | Rob Landley | |
Adds XVFORK() macro, teaches xpopen_both() to call /proc/self/exe with NULL argv (and converts cpio -p to use that), adds TOYBOX_FORK guards to some unconverted commands. | |||
2015-09-11 | Replace toys.exithelp with help_exit() in lib. | Rob Landley | |
2014-04-07 | generated/help.h is a lot easier to read with an extra newline between each ↵ | Rob Landley | |
help entry. | |||
2014-02-16 | Various cleanups found by Tom Sparrow's static analysis. | Rob Landley | |
2014-01-29 | More elaborate help text collating logic. | Rob Landley | |
2014-01-20 | Collate usage: lines in help text. | Rob Landley | |
2014-01-15 | Help text, collate usage blocks (badly). | Rob Landley | |
2014-01-03 | Replace python help converter with C implementation. | Rob Landley | |