summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-02-23ppc64le build producing 50MB executablesppc64leVidar Holen
2021-02-22Merge pull request #2145 from avdv/fix-2143Vidar Holen
2021-02-22Brand New Build!Vidar Holen
2021-02-12Allow `env` to have flags and variables in shebangClaudio Bley
2021-02-02Merge pull request #2119 from josephcsible/refactorsVidar Holen
2021-01-05Improve SC2283 message and positionVidar Holen
2020-12-31Parse heredocs correctly with carriage returns (fixes #2103)Vidar Holen
2020-12-31Escape control characters when adding user data to messagesVidar Holen
2020-12-30Don't treat ${!x@} as reference of x (fixes #2116)Vidar Holen
2020-12-30Improve checks for = in command names (fixes #2102)Vidar Holen
2020-12-28Fuse mapsJoseph C. Sible
2020-12-28Remove unused helper stubJoseph C. Sible
2020-12-28Remove redundant bind and returnJoseph C. Sible
2020-12-28Use execState instead of snd . runStateJoseph C. Sible
2020-12-28Fuse map into anyJoseph C. Sible
2020-12-28Use findJoseph C. Sible
2020-12-28Use syntactic sugar instead of building lists by handJoseph C. Sible
2020-12-28Use mapM instead of reimplementing itJoseph C. Sible
2020-12-28Implement groupByLink in terms of foldrJoseph C. Sible
2020-12-28Use mapM_ instead of reimplementing itJoseph C. Sible
2020-12-28Simplify actualArgsJoseph C. Sible
2020-12-28Simplify parseArgsJoseph C. Sible
2020-12-28Simplify parserJoseph C. Sible
2020-12-28Remove unnecessary use of Maybe from shellForJoseph C. Sible
2020-12-17Treat 'exec $1' like '$1' for the purpose of quoting (fixes #2068)Vidar Holen
2020-12-12Support env -S/--split-string in shebangs (fixes #2105)Vidar Holen
2020-12-11Warn when a variable is assigned to itselfVidar Holen
2020-12-06Improve handling of trailing tokens for []/compounds (fixes #2091)Vidar Holen
2020-12-05Merge pull request #1857 from lukelbd/conda-install-instructionsVidar Holen
2020-12-05Merge pull request #1899 from ArturKlauser/simplify-prepare-deployVidar Holen
2020-12-05Merge pull request #2097 from ylluminarious/patch-1Vidar Holen
2020-12-05Add POSIX checks for more Bash-specific variables (fixes #2093)Vidar Holen
2020-12-01add macports as installation option in README.mdGeorge Plymale II
2020-11-29SC2095: Also warn if the command is backgroundedVidar Holen
2020-11-13Merge pull request #2077 from keith/ks/readonly-maskingVidar Holen
2020-11-12Simplify .prepare-deployArtur Klauser
2020-10-23Add readonly to SC2155Keith Smiley
2020-10-19Optional style warning about [ x$var = xval ]Vidar Holen
2020-10-18Use getopts parser to find 'read' arrays (fixes #2073)Vidar Holen
2020-10-18SC2267: Warn about xargs -i (fixes #2058)Vidar Holen
2020-10-18Rewrite getopts style option parserVidar Holen
2020-10-18Recognize `local -x` similarly to `export` (fixes #2069)Vidar Holen
2020-09-08Update SC2091/SC2092 message and ignore in quotes.Vidar Holen
2020-09-07Improve compatibility checksVidar Holen
2020-09-01Give each sh/dash compatibility warning its own SC3xxx error codeVidar Holen
2020-09-01Allow specifying ranges in disable directivesVidar Holen
2020-09-01Suppress SC2035 for echo * and printf * (fixes #2036)Vidar Holen
2020-08-23Parse assignments according to spec (fixes #2022)Vidar Holen
2020-08-23Merge pull request #2042 from sshine/patch-1Vidar Holen
2020-08-23Upgrade SC2169 (unsupported in dash) from warning to error (fixes #2013)Vidar Holen