Histórico de Commits

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