提交历史

作者 SHA1 备注 提交日期
  Ron Yorston 760b627e2a lineedit: support empty PATH entries in tab completion 3 年之前
  Ron Yorston cad3fc743a libbb: introduce and use fputs_stdout 3 年之前
  Denys Vlasenko 96717d9fb4 lineedit: code shrink 3 年之前
  Denys Vlasenko fae7332ebf lineedit: add a comment about possible use of tcflush() 3 年之前
  Denys Vlasenko 00eb23b47a bc: do not allocate line editing state until needed 3 年之前
  Denys Vlasenko a97a795dcb lineedit: disable completion and fancy prompts if no shells are selected 3 年之前
  Denys Vlasenko 1d180cd749 lineedit: use strncmp instead of is_prefixed_with (we know the length) 3 年之前
  Denys Vlasenko eaced1ec85 lineedit: remove ->path_lookup if ash is not configured 3 年之前
  Ron Yorston 8baa643a34 lineedit: match local directories when searching PATH 3 年之前
  Ron Yorston 8506dd6730 lineedit: omit directories when tab-completing from PATH 3 年之前
  Audun-Marius Gangstø 9bf4499dd7 lineedit: fix unicode characters in prompt 4 年之前
  Denys Vlasenko d5314e7129 suppress a few compile warnings 4 年之前
  Ron Yorston 9e2a5668fd ash,hush: allow builtins to be tab-completed, closes 7532 4 年之前
  Denys Vlasenko af7169b4a7 clang/llvm 9 fix - do not eliminate a store to a fake "const" 5 年之前
  Denys Vlasenko 8c317f03f6 style fix, no code changes 5 年之前
  Denys Vlasenko 779f96a24c lineedit: fix SEGV in isk, hexedit, ed, closes 11661 5 年之前
  Denys Vlasenko 3d27d435db randomconfig fixes 5 年之前
  Denys Vlasenko 23427a63fc lineedit: fix "defined but not used" sigaction2 warning 6 年之前
  Denys Vlasenko 136fe9bede suppress gcc 8 aliasing warnings 6 年之前
  Denys Vlasenko a68a87cd60 bc: unbreak FEATURE_CLEAN_UP build 6 年之前
  Ron Yorston 3778898f97 Treat custom and applet scripts as applets 6 年之前
  Ron Yorston c9e161277e lineedit: autocompletion for embedded scripts 6 年之前
  Denys Vlasenko 4f2ef4a836 ash: allow shell scripts to be embedded in the binary 6 年之前
  Denys Vlasenko 349d72c19c unzip: use printable_string() for printing filenames 6 年之前
  Denys Vlasenko f5018dac21 hush: fix "unset PS1/PS2", and put them into initial variable set 6 年之前
  Ron Yorston 23286900da lineedit: allow window size tracking to be disabled 6 年之前
  Denys Vlasenko 82d1c1f84a randomconfig fixes 6 年之前
  Denys Vlasenko 0a67722140 lineedit: get terminal width before printing prompt 7 年之前
  Denys Vlasenko c3797d40a1 lineedit: do not tab-complete any strings which have control characters 7 年之前
  Avi Halachmi 0fd5dbba8f lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381 7 年之前