Commit History

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