Historique des commits

Auteur SHA1 Message Date
  Denys Vlasenko 6830ade6aa whitespace fixes. no code changes il y a 12 ans
  Denys Vlasenko 60cb48ca50 whitespace cleanup. no code changes il y a 12 ans
  Denys Vlasenko 9d75370238 hush: remove sighandler_t definition hack, platform.h has it too il y a 12 ans
  Denys Vlasenko 8cab66730a fix build breakage found by randconfig il y a 12 ans
  Denys Vlasenko 0d6bbb0497 hush: remove unused member struct command::is_stopped il y a 12 ans
  Denys Vlasenko e45af7ad17 lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator il y a 13 ans
  Denys Vlasenko bede215cf1 lineedit: add support for history saving on exit il y a 13 ans
  Denys Vlasenko 4840ae8a06 lineedit: fix atomic replace of history file; hush: fix $HISTFILE handling il y a 13 ans
  Denys Vlasenko b347df9131 randomconfig fixes il y a 13 ans
  Denys Vlasenko 6e42b89b8d hush: fix remaining known two bugs with IFS expansion. Closes 4027. il y a 13 ans
  Denys Vlasenko 4fb53fb08c hush: partially fix wrong expansion on $IFS (bug 4027). il y a 13 ans
  Denys Vlasenko 56a3b82e96 hush: better comment. No code changes il y a 13 ans
  Denys Vlasenko 00ae989ee5 hush: fix a corner case of empty "do \n done" structure il y a 13 ans
  Denys Vlasenko 29f9b7268a hush: fix misparsing of "... do eval a= ...". Closes 3721 il y a 13 ans
  Denys Vlasenko 60a9414cad fix "variable 'foo' set but not used" warnings il y a 13 ans
  Denys Vlasenko 0806e401d6 hush: install signal handlers with filled sigmask il y a 13 ans
  Denys Vlasenko 75e77deab1 hush: fixes and small shrink for HUSH_JOB!=y il y a 13 ans
  Denys Vlasenko ebc1ee2e2a hush: remove one sigprocmask from exit path il y a 13 ans
  Denys Vlasenko 0c40a731e3 hush: add forgotten {} in multi-statement if. il y a 13 ans
  Denys Vlasenko f58f705c58 hush: fix login shell's signal handling; add -l option so that it's easier to test il y a 13 ans
  Denys Vlasenko 9d6cbafe72 hush: replace signal handling machinery il y a 13 ans
  Denys Vlasenko 10c0131a8a hush: use SA_RESTARTed signal handlers across read. il y a 13 ans
  Denys Vlasenko 54e9e1217c hush: code shrink il y a 13 ans
  Denys Vlasenko 80542bad2f hush: make read builtin interruptible. il y a 13 ans
  Denys Vlasenko b8709032a3 hush: fix incorrect PS2 dispaly and trap handling while reading command il y a 13 ans
  Denys Vlasenko 2c4de5b045 ash,hush: optional support for $HISTFILESIZE. il y a 13 ans
  Denys Vlasenko a439fa93f6 hush: remove outdated comments il y a 13 ans
  Denys Vlasenko cecbc98611 hush: fix source1.tests il y a 13 ans
  Denys Vlasenko 3eab24e64a hush: make parse errors in sourced file non-fatal in interactive script il y a 13 ans
  Denys Vlasenko 68d5cb5dac hush: fix a case where return in sourced file has no effect il y a 13 ans