summary refs log tree commit diff
path: root/src (follow)
Commit message (Expand)AuthorAge
* dash: Stop this stat64 nonsenseJune McEnroe2022-01-21
* dash: Just zero mailsize on changemailJune McEnroe2022-01-21
* dash: Fix chkmail loop break conditionJune McEnroe2022-01-21
* dash: Check sizes of mailboxes, not timesJune McEnroe2022-01-21
* dash: Warn twice about stopped jobsJune McEnroe2022-01-21
* dash: Set H_SETUNIQUEJune McEnroe2022-01-21
* dash: Fix multi-line prompts when right prompts are usedJune McEnroe2022-01-21
* dash: Add RPS1 and RPS2 right prompt variablesJune McEnroe2022-01-21
* dash: Cache the expanded prompt for editlineJune McEnroe2022-01-21
* dash: Bind libedit's secret filename completion functionJune McEnroe2022-01-21
* dash: Replace autotools with cmakeJune McEnroe2022-01-21
* parser: Fix VSLENGTH parsing with trailing garbageHerbert Xu2021-09-03
* eval: Do not cache value of eflag in evaltreeHerbert Xu2021-06-04
* jobs: Only block in waitcmd on first runHerbert Xu2020-12-23
* jobs: Fix waitcmd busy loopHerbert Xu2020-07-08
* parser: Fix double-backslash nl in old-style command subHerbert Xu2020-06-01
* shell: Fix typosMartin Michlmayr2020-05-28
* parser: Save and restore heredoclist in expandstrHerbert Xu2020-05-28
* shell: Always use explicit large file APIHerbert Xu2020-05-15
* input: Fix compiling against libedit with -fno-commonJeroen Roovers2020-05-15
* shell: mktokens relative TMPDIRMichael Greenberg2020-05-15
* expand: Remove unused expandmeta() flag parameterDenys Vlasenko2020-05-15
* parser: Fix alias expansion after heredoc or newlinesHerbert Xu2020-05-15
* parser: Catch errors in expandstrHerbert Xu2020-05-15
* parser: Fix handling of empty aliasesHerbert Xu2020-05-15
* jobs: Fix infinite loop in waitprocHerbert Xu2020-04-29
* var: Remove poplocalvars() always-zero argument, make it staticDenys Vlasenko2020-04-29
* jobs: Rename DOWAIT_NORMAL to DOWAIT_NONBLOCKDenys Vlasenko2020-04-29
* builtin: Fix seconds part of times(1)Herbert Xu2020-04-29
* redir: Clear saved redirections in subshellHerbert Xu2020-04-29
* parser: Only accept single-digit parameter expansion outside of bracesHerbert Xu2020-01-20
* expand: Fix trailing newlines processing in backquote expandingNikolai Merinov2020-01-20
* parser: Fix old-style command substitution here-document crashHerbert Xu2020-01-20
* eval: Reset handler when entering a subshellHerbert Xu2019-03-28
* expand: Fix double-decrement in argstrHerbert Xu2019-03-28
* options: Do not set commandname in procargsHerbert Xu2019-03-28
* redir: Handle nested exec within REALLY_CLOSED redirectionHerbert Xu2019-02-25
* output: Fix clang warnings about GNU old-style field designatorAntonio Ospite2019-02-25
* shell: Fix clang warnings about "string plus integer"Antonio Ospite2019-02-25
* eval: Only restore exit status on exit/returnHerbert Xu2019-02-25
* eval: avoid leaking memory associated with redirectionsHerbert Xu2019-02-25
* system: Disable glibc warning on sigsetmaskHerbert Xu2018-12-14
* eval: Use sh_warnx instead of warnxHerbert Xu2018-12-14
* parser: Do not push token back before parseheredocHerbert Xu2018-12-14
* expand: Eat closing brace for length parameter expansionHerbert Xu2018-12-14
* eval: Use the correct expansion mode for fd redirectionHerbert Xu2018-12-14
* eval: Silence compiler warning about missing parenthesesAntonio Ospite2018-12-14
* shell: Enable automake silent rulesAntonio Ospite2018-12-14
* eval: make traps work when "set -e" is enabledAntonio Ospite2018-12-14
* expand: Fix multiple issues with EXP_DISCARD in evalvarHerbert Xu2018-11-19
d class='logsubject'>Bind up and down arrows to scrollJune McEnroe Honestly it's kind of weird that IRC clients usually use these for input history. 2019-02-22Remove topic TODOJune McEnroe I played around with it and it doesn't look right unless there is only one channel listed in the status. 2019-02-22Add /znc commandJune McEnroe Only because ZNC tells you to use it and expects it to work. 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe