Commit History

Autor SHA1 Mensaxe Data
  Rob Landley d040b01c2e Fix "toybox command --help" for NEEDROOT commands. %!s(int64=2) %!d(string=hai) anos
  Rob Landley 83d5d7a0bb Fix "toybox command --help". %!s(int64=2) %!d(string=hai) anos
  Rob Landley 0fd6b76887 Don't say "see toybox --help" in "toybox --help". %!s(int64=2) %!d(string=hai) anos
  Rob Landley fc0fbe6788 Move lib/lib.c into main.c so make.sh doesn't have to split it out seperately. (Nothing else in lib/ has to rebuild when command list changes.) %!s(int64=2) %!d(string=hai) anos
  Rob Landley 80f82b2b5e Check for --help before "Not root". %!s(int64=2) %!d(string=hai) anos
  Rob Landley 29e7ed94a1 Second attempt at making --help work with alias ls="ls --color" %!s(int64=3) %!d(string=hai) anos
  Rob Landley 08bfbd965e Revert the --help change, it breaks stuff like "echo -- --help". %!s(int64=3) %!d(string=hai) anos
  Rob Landley 0c6000ad48 Ryan Prichard pointed out --help and --version can't be first in aliases. %!s(int64=3) %!d(string=hai) anos
  Rob Landley a28ad6de96 Use cheaper test that works with "toybox" name as a prefix. %!s(int64=3) %!d(string=hai) anos
  Elliott Hughes 2c30d4f7a6 More line buffering. %!s(int64=3) %!d(string=hai) anos
  Rob Landley 664c417af5 Add lots of "static" annotations, make a couple things use FLAG() macros, etc. %!s(int64=3) %!d(string=hai) anos
  Elliott Hughes 4786fd6103 main.c: construct a combination locale to add UTF-8. %!s(int64=3) %!d(string=hai) anos
  Elliott Hughes bec202875d main.c: fix UTF-8 on macOS. %!s(int64=3) %!d(string=hai) anos
  Rob Landley 67476b1b3d Sigh, remove debug code checked in by mistake. %!s(int64=3) %!d(string=hai) anos
  Rob Landley 4e47b8e583 The "fall back to C.UTF-8" check was backwards, and make TOYFLAG_LINEBUF %!s(int64=3) %!d(string=hai) anos
  Rob Landley 75b89012c9 Remove CONFIG_TOYBOX_I18N and just always support utf8. %!s(int64=3) %!d(string=hai) anos
  Rob Landley 7b0ea0a21f Tweak help text again. %!s(int64=3) %!d(string=hai) anos
  Elliott Hughes 1b276a864b toybox: fit list of commands in terminal width. %!s(int64=3) %!d(string=hai) anos
  Rob Landley efb8060a59 People have been having trouble finding the toybox web page (despite being %!s(int64=3) %!d(string=hai) anos
  Rob Landley f224ac56d9 xexec() shouldn't call a builtin when it's given a path to a command, but %!s(int64=4) %!d(string=hai) anos
  Rob Landley d5680f026f Don't let NOFORK arguments run through the multiplexer. %!s(int64=4) %!d(string=hai) anos
  Rob Landley 114541b98e Redo NOFORK plumbing so commands like eval/unset can access/edit shell state. %!s(int64=4) %!d(string=hai) anos
  Rob Landley 28c9710edf Don't recurse into multiplexer more than once. %!s(int64=4) %!d(string=hai) anos
  Rob Landley 7274458bde Fiddle with main() comments. %!s(int64=4) %!d(string=hai) anos
  Rob Landley 2b729ee1e0 Move TOYBOX_VERSION fallback definition to toys.h. %!s(int64=4) %!d(string=hai) anos
  Rob Landley a2cd46a5f3 Add MAYFORK to "help", teach it to behave differently when called as a %!s(int64=4) %!d(string=hai) anos
  Rob Landley 488f8507dc Streamline init for NOFORK (fewer unnecessary syscalls for shell builtins). %!s(int64=4) %!d(string=hai) anos
  Elliott Hughes 8c6a4db555 main.c: fall back to user's locale. %!s(int64=4) %!d(string=hai) anos
  Rob Landley f5425b1c48 Release 0.8.2 %!s(int64=4) %!d(string=hai) anos
  Rob Landley 764e2ee3ec Off by one error when you try to run a command through two symlinks. %!s(int64=4) %!d(string=hai) anos