Historie revizí

Autor SHA1 Zpráva Datum
  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.) před 2 roky
  Rob Landley 61cb6ab6b9 Move #include <sys/syscall.h> into toys.h. před 2 roky
  Rob Landley a558435edc Update version to 0.8.6 and add release notes. před 2 roky
  Rob Landley 29e7ed94a1 Second attempt at making --help work with alias ls="ls --color" před 3 roky
  Rob Landley 7a48df38d4 0.8.5 release před 3 roky
  Rob Landley 75b89012c9 Remove CONFIG_TOYBOX_I18N and just always support utf8. před 3 roky
  Rob Landley dbf10c6437 Past time for 0.8.4 před 3 roky
  Rob Landley 114541b98e Redo NOFORK plumbing so commands like eval/unset can access/edit shell state. před 4 roky
  Rob Landley 2b729ee1e0 Move TOYBOX_VERSION fallback definition to toys.h. před 4 roky
  Rob Landley 0e289fc051 Forgot to check in the toys.envc declaration. před 5 roky
  Rob Landley d1f51490ee Work around musl-libc limitation. před 5 roky
  Rob Landley 677cd8cea2 Add TOYFLAG_ARGFAIL() to allow argument parsing failures to exit with value. před 5 roky
  Elliott Hughes bbadc5e141 Fix sigjmp_buf/jmp_buf mismatches. před 5 roky
  Rob Landley 81207825c5 Fix various warnings building on FreeBSD. před 5 roky
  Rob Landley 747e296ff6 Add FLAG(x) macro, expanding to (toys.optflags & FLAG_##x) před 5 roky
  Elliott Hughes 890909a6d0 macOS: work around header idiosyncracies. před 5 roky
  Rob Landley 7fe1c73cf9 Inline toys/e2fs.h into mke2fs.c. (Debris from the dawn of time.) před 6 roky
  Rob Landley 19ebdb7d87 Use char for exitval and wasroot (first capped at 8 bits and second's a flag). před 6 roky
  Rob Landley eb24df9749 Split out _xexit() from xexit() and give sigatexit() multiple callbacks. před 8 roky
  Rob Landley df07fb73be Wean scripts/install.c off toys.h so cross compiling less brittle. před 8 roky
  Rob Landley ca311f1a41 Fix two CFG_TOYBOX_SUID corner cases: před 8 roky
  Rob Landley f96bb3d8e7 Start of TAGGED_ARRAY() infrastructure. před 8 roky
  Rob Landley fc7543b7f6 Make "ps -o TIME+ -k TIME+" work. Factor out -o field names, field lengths, před 8 roky
  Rob Landley aaecbbac2f Expand toys.optargs to 64 bits so people adding more options to ls don't run out. před 8 roky
  Rob Landley 7d6af77804 Make defconfig build for nommu. před 8 roky
  Rob Landley 3b51a07e47 Another chunk of nommu support, replacing toys.recursion with toys.stacktop. před 8 roky
  Rob Landley e5354ca12a Replace toys.exithelp with help_exit() in lib. před 8 roky
  Rob Landley 0cb5b70fa4 Switch id over to new infrastructure, switch id to use FORCE_FLAGS, and před 9 roky
  Rob Landley 9398f05d34 Move a prototype to the start of portability.h (suggested by Elliott Hughes) před 9 roky
  Rob Landley 0a4bd4b89f Move pty.h back to toys.h (under LSB 4.1 headers). před 9 roky