summary refs log tree commit diff
path: root/debian/dash.prerm (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
> 2021-09-15Remove typer, add downgrade to READMEJune McEnroe 2021-09-15Set bot mode on downgradeJune McEnroe 2021-09-15Enter capsicum in downgradeJune McEnroe 2021-09-15Factor out common parts of downgrade messagesJune McEnroe Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages. 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe