Historique des commits

Auteur SHA1 Message Date
  Denys Vlasenko 30ffa2bb15 ash: fix ${unset_var/pattern/repl} il y a 4 ans
  Denys Vlasenko e7629ffbf5 ash: jobs: Fix waitcmd busy loop il y a 4 ans
  Denys Vlasenko e4c7cf3f8c ash: jobs: Fix infinite loop in waitproc il y a 4 ans
  Denys Vlasenko 4ac4f60942 ash: remove a tentative TODO, it's a wrong idea il y a 4 ans
  Denys Vlasenko 67e1529b92 nologin: make it possible to build it as single applet il y a 4 ans
  Ron Yorston 9f3b410006 ash,hush: drop pointer check before calls to show_history il y a 5 ans
  Ron Yorston da7a6dbfa5 ash: fix build failure when command built-in is disabled il y a 4 ans
  Denys Vlasenko 1555895b4a ash: expand: Fix multiple issues with EXP_DISCARD in evalvar il y a 4 ans
  Denys Vlasenko 823318822c ash: expand: Do not reprocess data when expanding words il y a 4 ans
  Ron Yorston 6cda0b04a3 ash: move TRACE statement in evalcommand() il y a 4 ans
  Denys Vlasenko 7f19848552 ash: rename some function parameters to match dash il y a 4 ans
  Denys Vlasenko 538ee4102b ash: rename stack_nputstr() back to stnputs() to match dash il y a 4 ans
  Denys Vlasenko c2058ec98c ash: Expand here-documents in the current shell environment il y a 4 ans
  Denys Vlasenko c08993f40c ash: parser: Do not push token back before parseheredoc il y a 4 ans
  Denys Vlasenko 9a1a659707 ash: parser: Fix old-style command substitution here-document crash il y a 4 ans
  Denys Vlasenko 45dd87aac0 ash: expand: Ensure result is escaped in cvtnum il y a 4 ans
  Denys Vlasenko da2e46dff6 ash: memalloc: Avoid looping in growstackto il y a 4 ans
  Denys Vlasenko f977e004ce ash: eval: Only restore exit status on exit/return il y a 4 ans
  Denys Vlasenko cd24a50633 ash: Return without arguments in a trap should use status outside traps il y a 4 ans
  Ron Yorston d5bfe26c45 ash: return exit status of nofork applets (again) il y a 4 ans
  Denys Vlasenko ecc85832f8 ash: expand: Merge syntax/quotes in memtodest with flags il y a 4 ans
  Denys Vlasenko e2dd2afc8e ash: eval: Always set localvar_stop il y a 4 ans
  Denys Vlasenko 3e729102a8 ash: eval: Replace with listsetvar with mklocal/setvareq il y a 4 ans
  Denys Vlasenko 54bef2a8ef ash: eval: Fail immediately with redirections errors for simple command il y a 4 ans
  Denys Vlasenko 7eb8eecbbc ash: eval: Add assignment built-in support again il y a 4 ans
  Denys Vlasenko 23bc562a05 ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash il y a 4 ans
  Denys Vlasenko 47eb979404 ash: jobs: Only clear gotsigchld when waiting for everything il y a 4 ans
  Denys Vlasenko 97edfc42f1 ash: jobs - Do not block when waiting on SIGCHLD il y a 4 ans
  Denys Vlasenko d81af7216b ash: eval: Reap zombies after built-in commands and functions il y a 4 ans
  Denys Vlasenko 22c75924da ash: exec: Never rehash regular built-ins il y a 4 ans