Historique des commits

Auteur SHA1 Message Date
  Denys Vlasenko d5f5045b43 ash: expand: Fix buffer overflow in expandmeta il y a 6 ans
  Denys Vlasenko 680c3016a2 ash: parser: Allow newlines within parameter substitution il y a 6 ans
  Denys Vlasenko 89e9d5534d hush: do not drop backslash from eval 'echo ok\' il y a 6 ans
  Denys Vlasenko 3632cb15f1 shell: add comments about [[, no code changes il y a 6 ans
  Denys Vlasenko e93031e6dc ash: if "[[" bashism is not supported, do not handle it anywhere il y a 6 ans
  Denys Vlasenko 57b7efb0d5 ash: trivial code shrink il y a 6 ans
  Denys Vlasenko 38ccd6af8a bzip2: fix two crashes on corrupted archives il y a 6 ans
  Denys Vlasenko f2ed39b930 hush: implement "hush -s" il y a 6 ans
  Denys Vlasenko ee1fd1246e ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commit il y a 6 ans
  Denys Vlasenko f50e14632f ash: parser: Fix parameter expansion inside inner double quotes il y a 6 ans
  Denys Vlasenko 9a95df9046 ash: expand: Fix bugs with words connected to the right of $@ il y a 6 ans
  Denys Vlasenko 355ec353be ash: redir: Fix typo in noclobber code il y a 6 ans
  Denys Vlasenko c4c2012284 ash: parser: Fix single-quoted patterns in here-documents il y a 6 ans
  Denys Vlasenko 216913c290 ash: parser: Add syntax stack for recursive parsing il y a 6 ans
  Denys Vlasenko 41fddb4372 parser: Fix backquote support in here-document EOF mark il y a 6 ans
  Denys Vlasenko 1e5111b0f8 ash,hush: handle a few more bkslash-newline cases il y a 6 ans
  Denys Vlasenko 220be537a0 ash: use pgetc_eatbnl() in more places il y a 6 ans
  Martijn Dekker ad4e961352 ash: 'nolog' and 'debug' options cause "$-" to wreak havoc il y a 6 ans
  Denys Vlasenko ac61f44704 ash: fix "char == CTLfoo" comparison signedness bug il y a 6 ans
  Denys Vlasenko 60fb98e51d ash: use F_DUPFD_CLOEXEC and O_CLOEXEC il y a 6 ans
  Denys Vlasenko 9acd63c92c ash,hush: fix "saved" redirected fds still visible in children il y a 6 ans
  Denys Vlasenko 8de5b9f88b ash : fix double-quoted "\z" handling il y a 6 ans
  Denys Vlasenko 6f9442ff30 ash: make it possible to disable "const global ptr" optimization il y a 6 ans
  Denys Vlasenko 675d24aeaf ash: add LINENO support il y a 6 ans
  Denys Vlasenko 54c2111781 hush: add HUSH_BASH_SOURCE_CURDIR config option, to be on par with ash il y a 6 ans
  Denys Vlasenko 01f7b9e182 ash: introduce a config option to search current directory for sourced files il y a 6 ans
  William Pitcock d8fd88a091 ash: add support for command_not_found_handle hook function (bashism) il y a 6 ans
  Denys Vlasenko 1750d3afc1 ash: a bit of NOFORK code should only be active if FEATURE_SH_STANDALONE=y il y a 6 ans
  Denys Vlasenko 03c36e0be1 ash: ALWAYS_INLINE grabstackblock() il y a 6 ans
  Denys Vlasenko baa41c7855 ash: make ${v:N:M} more robust for very large M by clamping to MIN/MAX_INT il y a 6 ans