Commit History

Author SHA1 Message Date
  Denys Vlasenko e4a0612efd hush: fix negative_arith.tests: glob-protect dash in "$((arith))" 4 years ago
  Denys Vlasenko 3ced804e31 hush: make "exit" in trap use pre-trap exitcode - fix for nested trap 4 years ago
  Denys Vlasenko cc9ecd9af1 hush: make "exit" in trap use pre-trap exitcode 4 years ago
  Denys Vlasenko bb095f4838 hush: implement "return NUM in trap sets $? after trap" 4 years ago
  Denys Vlasenko 23bc562a05 ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash 4 years ago
  Ron Yorston 9e2a5668fd ash,hush: allow builtins to be tab-completed, closes 7532 4 years ago
  Denys Vlasenko 259747caa7 hush: fix preprocessor directives indentation 5 years ago
  Denys Vlasenko 21806562ca hush: restore redirected stdin 5 years ago
  Denys Vlasenko 18a90ec846 hush: fix "set -o INVALID" affecting -e flag state 5 years ago
  James Byrne 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 years ago
  Denys Vlasenko f3634584d0 ash,hush: show 'c' in $- if run in "sh -c CMD" 5 years ago
  Denys Vlasenko d8740b265a hush: show 's' in $- 5 years ago
  Denys Vlasenko 76a4e8361a hush: allocate line edit buffer only for interactive shell 5 years ago
  Denys Vlasenko ef8985c688 hush: implement $-, set default PATH if it is not set on startup 5 years ago
  Denys Vlasenko 0c36019369 hush: set default PS1/2 only if we interactive 5 years ago
  Denys Vlasenko 08fb82c80c hush: handle LINENO the same way as RANDOM: variable is "ephemeral" 5 years ago
  Denys Vlasenko 4ebcdf7396 hush: remove code to track PS1/2 values dynamically - it's too much work 5 years ago
  Denys Vlasenko 0ee0b658b3 hush: small speedup in handle_changed_special_names() 5 years ago
  Denys Vlasenko 9e0adb9b09 hush: fix quoted "${notexist-}" expansion to not disappear 5 years ago
  Denys Vlasenko d8bd7012a3 hush: fix "export PS1=xyz" and "local PS1=xyz" messing up prompt 5 years ago
  Denys Vlasenko 1c356948f1 httpd: use full size of iobuf[] when piping CGI data 5 years ago
  Ron Yorston a81700bc08 hush: add bash-compatible EPOCH variables 5 years ago
  Denys Vlasenko e6f51ac697 hush: fix "wait -n" to wait for a _job_, not a _process_ 5 years ago
  Denys Vlasenko 4d1c5149a0 hush: add "wait -n" bashism 5 years ago
  Denys Vlasenko b097a84d62 config: update size information 5 years ago
  Denys Vlasenko 3d27d435db randomconfig fixes 5 years ago
  Denys Vlasenko b437df1157 inetd: suppress aliasing warning 6 years ago
  Denys Vlasenko 136fe9bede suppress gcc 8 aliasing warnings 6 years ago
  Ron Yorston 71df2d3589 hush: allow hush to run embedded scripts 6 years ago
  Ron Yorston 060f0a050a hush: correct description for HUSH_TICK config option 6 years ago