Historique des commits

Auteur SHA1 Message Date
  Denys Vlasenko a1c7a9e976 hush: fix "set -o INVALID" affecting -e flag state il y a 5 ans
  Denys Vlasenko f3634584d0 ash,hush: show 'c' in $- if run in "sh -c CMD" il y a 5 ans
  Denys Vlasenko d8740b265a hush: show 's' in $- il y a 5 ans
  Denys Vlasenko 76a4e8361a hush: allocate line edit buffer only for interactive shell il y a 5 ans
  Denys Vlasenko ef8985c688 hush: implement $-, set default PATH if it is not set on startup il y a 5 ans
  Denys Vlasenko 0c36019369 hush: set default PS1/2 only if we interactive il y a 5 ans
  Denys Vlasenko 08fb82c80c hush: handle LINENO the same way as RANDOM: variable is "ephemeral" il y a 5 ans
  Denys Vlasenko 4ebcdf7396 hush: remove code to track PS1/2 values dynamically - it's too much work il y a 5 ans
  Denys Vlasenko 0ee0b658b3 hush: small speedup in handle_changed_special_names() il y a 5 ans
  Denys Vlasenko 9e0adb9b09 hush: fix quoted "${notexist-}" expansion to not disappear il y a 5 ans
  Denys Vlasenko d8bd7012a3 hush: fix "export PS1=xyz" and "local PS1=xyz" messing up prompt il y a 5 ans
  Denys Vlasenko 1c356948f1 httpd: use full size of iobuf[] when piping CGI data il y a 5 ans
  Ron Yorston a81700bc08 hush: add bash-compatible EPOCH variables il y a 5 ans
  Denys Vlasenko e6f51ac697 hush: fix "wait -n" to wait for a _job_, not a _process_ il y a 5 ans
  Denys Vlasenko 4d1c5149a0 hush: add "wait -n" bashism il y a 5 ans
  Denys Vlasenko b097a84d62 config: update size information il y a 6 ans
  Denys Vlasenko 3d27d435db randomconfig fixes il y a 6 ans
  Denys Vlasenko b437df1157 inetd: suppress aliasing warning il y a 6 ans
  Denys Vlasenko 136fe9bede suppress gcc 8 aliasing warnings il y a 6 ans
  Ron Yorston 71df2d3589 hush: allow hush to run embedded scripts il y a 6 ans
  Ron Yorston 060f0a050a hush: correct description for HUSH_TICK config option il y a 6 ans
  Denys Vlasenko c97df2939e hush: tweak comment, no code changes il y a 6 ans
  Denys Vlasenko 4bf0854248 hush: add a comment on how globbing (should) work il y a 6 ans
  Denys Vlasenko 19358cc313 ash,hush: fold shell_builtin_read() way-too-many params into a struct param il y a 6 ans
  Denys Vlasenko fd6f295a98 hush: set IFS to default on startup il y a 6 ans
  Denys Vlasenko e9dccab9f4 hush: fix fallout from FILE->HFILE conversion il y a 6 ans
  Denys Vlasenko c2aa218f23 ash,hush: properly handle ${v//pattern/repl} if pattern starts with / il y a 6 ans
  Denys Vlasenko 54fdabda3b hush: speed up ${var:+ARG} for literal ARGs il y a 6 ans
  Denys Vlasenko a5db1d7354 hush: fix another case where empty "for" wasn't setting exitcode to 0 il y a 6 ans
  Denys Vlasenko a8e7441176 hush: disable debug_indent increment/decrement for HUSH_DEBUG < 2 builds il y a 6 ans