Historial de Commits

Autor SHA1 Mensaje Fecha
  Ron Yorston c1565a04f2 ash: simplify EOF/newline handling in list parser hace 9 años
  Ron Yorston acad7392ee Revert "ash: fix a SEGV case in an invalid heredoc" xxx hace 9 años
  Ron Yorston 856af4e3dc ash: fix corruption of ${#var} if $var contains UTF-8 characters hace 8 años
  Ron Yorston 4194c28753 ash: fix error during recursive processing of here document hace 9 años
  Denys Vlasenko 005c492c40 ash: shrink umask code hace 9 años
  Denys Vlasenko 4cd99e7c6c ash: "you have mail" should ignore first change in mtime hace 9 años
  Denys Vlasenko 2384162f64 ash: simplify "you have mail" code hace 9 años
  Denys Vlasenko 4700fb5bea ash: make dowait() a bit more readable. Logic is unchanged hace 9 años
  Denys Vlasenko d60752f8c9 build system: -fno-builtin-printf hace 9 años
  Denys Vlasenko ec046f74a3 ash: use a more typical form of "print four octal digits" format hace 9 años
  Denys Vlasenko 5711a2a4ad libbb: more compact API for bb_parse_mode() hace 9 años
  Denys Vlasenko c1e2e005b4 ash: shrink "umask -S" code hace 9 años
  Denys Vlasenko 6283f98283 hush: fix umask: umask(022) was setting umask(755) hace 9 años
  Denys Vlasenko 9c5410023a ash: a bunch of trivial simplifications hace 9 años
  Ron Yorston ca25af9b06 ash: fix slash treatment in expmeta hace 9 años
  Ron Yorston d840c5d139 libbb: add a function to make a copy of a region of memory hace 9 años
  Ron Yorston 072fc60f29 ash: use alloca to get rid of setjmp hace 9 años
  Ron Yorston 0e056f7e9e ash: remove parsebackquote flag hace 9 años
  Maninder Singh 97f2f7ca7f Removes stray empty line from code hace 9 años
  Ron Yorston 417622cc2e ash: fix breakage of ${v/pat/str} hace 9 años
  Ron Yorston 549deab5ab ash: move parse-time quote flag detection to run-time hace 9 años
  Ron Yorston ad88bdee0c ash: remove arithmetic expansion collapsing at parse time hace 9 años
  Ron Yorston 7e4ed267b6 ash: remove superfluous code in arithmetic mode hace 9 años
  Ron Yorston 3df47f9cbb ash: do not expand tilde in parameter expansion within quotes hace 9 años
  Ron Yorston eb6b48ba74 ash: perform tilde expansion in all parameter expansion words hace 9 años
  Ron Yorston d68d1fbd6c ash: code shrink around varvalue hace 9 años
  Denys Vlasenko e0a4e107aa ash: explain what "local -" does hace 9 años
  Eugene Rudoy 1285aa62f9 ash: consider "local -" case while iterating over local variables in mklocal. hace 9 años
  Ron Yorston 61d6ae244a libbb: remove unnecessary argument to nonblock_immune_read hace 9 años
  Denys Vlasenko 0a0acb55db ash: fix handling of duplicate "local" hace 9 años