Historia zmian

Autor SHA1 Wiadomość Data
  Rob Landley 72e7e3821b Add tar --strip-components. 2 lat temu
  Rob Landley 5f36552394 Cleanup pass and make -O - write to stdout. 2 lat temu
  Rob Landley c3f3f842c5 Replace \033 with \e in strings. 2 lat temu
  Rob Landley 15cbb92dff Move get_line() out of lib/ into last user. 2 lat temu
  Rob Landley d42cb27e0b Tiny cleanup. 2 lat temu
  Mikhail Kashkarov b8418383a0 mkdir: return error for existing directories without -p flag 2 lat temu
  Elliott Hughes 1986075975 pidof: fix -s. 2 lat temu
  Elliott Hughes 0737ba9e8d kill: allow `kill -0` for testing process existence. 2 lat temu
  Rob Landley 0b00ea7fb8 Change xabspath() to more granular (flag based) control interface. 2 lat temu
  Rob Landley ba242e08ee Teach tail -F to work on file that doesn't initially exist (needed 3 lat temu
  Rob Landley d3025b14b9 Convert utf8towc from wchar_t to unsigned (to match wctoutf8). 3 lat temu
  Elliott Hughes 1ba53eead1 dd: simplify signal handling and fix status output. 3 lat temu
  Rob Landley bdb0e5fd6e Yi-Yo Chiang pointed out install -D was broken when the target file exists. 3 lat temu
  Rob Landley 664c417af5 Add lots of "static" annotations, make a couple things use FLAG() macros, etc. 3 lat temu
  Rob Landley af50278fc9 Cleanup base32 slightly. 3 lat temu
  Moritz Röhrich b6b5becf35 new toy: base32 3 lat temu
  Rob Landley 32eed40a14 Fix comma regression reported by Denys Nykula. 3 lat temu
  Elliott Hughes ed3d5eb0ea unicode: new toy. 3 lat temu
  Rob Landley 75b89012c9 Remove CONFIG_TOYBOX_I18N and just always support utf8. 3 lat temu
  Rob Landley 5657214ac2 Small cleanup. 3 lat temu
  Elliott Hughes 60e8974e21 chmod: support complex modes. 3 lat temu
  Rob Landley 67bd0be1a4 toysh: more variable/wildcard plumbing and tests. 3 lat temu
  Rob Landley 5b7cc6d6c2 Replace HR_COMMAS with HR_NODOT 3 lat temu
  Rob Landley 54965cadfe Attempt internationalization of HR_COMMAS, 9 digit memory sizes for top, 3 lat temu
  Rob Landley ec5e6e12ee Add commas to top display, and adjust memory units to megabytes if >10G RAM. 3 lat temu
  Elliott Hughes 330c07adb8 list_signals: fit to window size. 3 lat temu
  Elliott Hughes 3ba988c453 echo: fix trailing \0. 3 lat temu
  Rob Landley 310eefe295 David Legault reported that unescape2() doesn't handle \0 right 4 lat temu
  Rob Landley fa8d18a757 xsignal_all_killers() should install the handler given to it, and do some 4 lat temu
  Rob Landley 71ae0e1617 Add unescape2(), migrate some unescape() users over. 4 lat temu