summary refs log tree commit diff
path: root/src/dash.1 (unfollow)
Commit message (Expand)Author
2022-02-06dash: Link with editline via pkg-configJune McEnroe
2022-01-21dash: Stop this stat64 nonsenseJune McEnroe
2022-01-21dash: Just zero mailsize on changemailJune McEnroe
2022-01-21dash: Fix chkmail loop break conditionJune McEnroe
2022-01-21dash: Check sizes of mailboxes, not timesJune McEnroe
2022-01-21dash: Warn twice about stopped jobsJune McEnroe
2022-01-21dash: Set H_SETUNIQUEJune McEnroe
2022-01-21dash: Fix multi-line prompts when right prompts are usedJune McEnroe
2022-01-21dash: Add RPS1 and RPS2 right prompt variablesJune McEnroe
2022-01-21dash: Cache the expanded prompt for editlineJune McEnroe
2022-01-21dash: Bind libedit's secret filename completion functionJune McEnroe
2022-01-21dash: Replace autotools with cmakeJune McEnroe
2021-09-03Release 0.5.11.5.Herbert Xu
2021-09-03parser: Fix VSLENGTH parsing with trailing garbageHerbert Xu
2021-06-04Release 0.5.11.4.Herbert Xu
2021-06-04eval: Do not cache value of eflag in evaltreeHerbert Xu
2020-12-23Release 0.5.11.3.Herbert Xu
2020-12-23jobs: Only block in waitcmd on first runHerbert Xu
2020-08-28Release 0.5.11.2.Herbert Xu
2020-08-28shell: Group readdir64/dirent64 with open64Herbert Xu
2020-07-08Release 0.5.11.1.Herbert Xu
2020-07-08jobs: Fix waitcmd busy loopHerbert Xu
2020-06-01Release 0.5.11.Herbert Xu
2020-06-01parser: Fix double-backslash nl in old-style command subHerbert Xu
2020-05-28shell: Fix typosMartin Michlmayr
2020-05-28parser: Save and restore heredoclist in expandstrHerbert Xu
2020-05-15shell: Always use explicit large file APIHerbert Xu
2020-05-15input: Fix compiling against libedit with -fno-commonJeroen Roovers
2020-05-15shell: mktokens relative TMPDIRMichael Greenberg
2020-05-15expand: Remove unused expandmeta() flag parameterDenys Vlasenko
2020-05-15parser: Fix alias expansion after heredoc or newlinesHerbert Xu
2020-05-15parser: Catch errors in expandstrHerbert Xu
2020-05-15parser: Fix handling of empty aliasesHerbert Xu
2020-04-29jobs: Fix infinite loop in waitprocHerbert Xu
2020-04-29var: Remove poplocalvars() always-zero argument, make it staticDenys Vlasenko
2020-04-29jobs: Rename DOWAIT_NORMAL to DOWAIT_NONBLOCKDenys Vlasenko
2020-04-29builtin: Fix seconds part of times(1)Herbert Xu
2020-04-29redir: Clear saved redirections in subshellHerbert Xu
2020-01-20shell: delete AC_PROG_YACCFangrui Song
2020-01-20parser: Only accept single-digit parameter expansion outside of bracesHerbert Xu
2020-01-20expand: Fix trailing newlines processing in backquote expandingNikolai Merinov
2020-01-20parser: Fix old-style command substitution here-document crashHerbert Xu
2019-03-28eval: Reset handler when entering a subshellHerbert Xu
2019-03-28expand: Fix double-decrement in argstrHerbert Xu
2019-03-28options: Do not set commandname in procargsHerbert Xu
2019-02-25redir: Handle nested exec within REALLY_CLOSED redirectionHerbert Xu
2019-02-25output: Fix clang warnings about GNU old-style field designatorAntonio Ospite
2019-02-25shell: Fix clang warnings about "string plus integer"Antonio Ospite
2019-02-25eval: Only restore exit status on exit/returnHerbert Xu
2019-02-25eval: avoid leaking memory associated with redirectionsHerbert Xu