コミット履歴

作者 SHA1 メッセージ 日付
  Denys Vlasenko ca26f1c238 hush: fix a bug with "stdio rewind on exit". Closes 9186 8 年 前
  Denys Vlasenko 85378cded7 hush: code shrink 9 年 前
  Denys Vlasenko 550bf5b4a4 remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds 9 年 前
  Denys Vlasenko d60752f8c9 build system: -fno-builtin-printf 9 年 前
  Denys Vlasenko 5711a2a4ad libbb: more compact API for bb_parse_mode() 9 年 前
  Denys Vlasenko 6283f98283 hush: fix umask: umask(022) was setting umask(755) 9 年 前
  Denys Vlasenko b5be13ccd9 hush: fix a nommu bug where a part of function body is lost if run in a pipe 9 年 前
  Maninder Singh 97f2f7ca7f Removes stray empty line from code 9 年 前
  Maninder Singh 97c6491b4e typo fixes 9 年 前
  Denys Vlasenko 8dff01d06a libbb: introduce and use is_prefixed_with() 9 年 前
  Denys Vlasenko 841f8331d7 ash,hush: run reinit_unicode() only if makes sense 10 年 前
  Denys Vlasenko c538d5bcc3 hush: make ${#var} unicode-aware 10 年 前
  Denys Vlasenko 3fa97af7cc ash,hush: set $HOSTNAME is bash compat. Closes 7028 10 年 前
  Denys Vlasenko 2bba591991 hush: make "true" built-in 10 年 前
  Denys Vlasenko 8bd810bd27 hush: typo fixes in comments 11 年 前
  Denys Vlasenko e95738f635 typo fix in comment 11 年 前
  Denys Vlasenko 2301d127a2 unicode: check $LC_CTYPE too to detect Unicode mode 11 年 前
  Denys Vlasenko 3e7ecb179b unicode: check $LC_ALL to detect Unicode mode, not only $LANG 11 年 前
  Denys Vlasenko ff463a885d hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVE 11 年 前
  Flemming Madsen d96ffda62e ash,hush: history builtin 11 年 前
  Denys Vlasenko 3beab83e4f hush: fix for "while false && true; do echo BUG; break; done". closes 6170 11 年 前
  Denys Vlasenko 88b532d59a hush: source builtin should override $N only if it has args 11 年 前
  Denys Vlasenko 6830ade6aa whitespace fixes. no code changes 12 年 前
  Denys Vlasenko 60cb48ca50 whitespace cleanup. no code changes 12 年 前
  Denys Vlasenko 9d75370238 hush: remove sighandler_t definition hack, platform.h has it too 12 年 前
  Denys Vlasenko 8cab66730a fix build breakage found by randconfig 12 年 前
  Denys Vlasenko 0d6bbb0497 hush: remove unused member struct command::is_stopped 12 年 前
  Denys Vlasenko e45af7ad17 lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator 13 年 前
  Denys Vlasenko bede215cf1 lineedit: add support for history saving on exit 13 年 前
  Denys Vlasenko 4840ae8a06 lineedit: fix atomic replace of history file; hush: fix $HISTFILE handling 13 年 前