Historique des commits

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