5
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 18 hours ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Parse single/double quoted literals in arithmetic context More... over 11 years ago
select loops and bases in arithmetic contexts More... over 11 years ago
Don't warn for awk '$1' More... over 11 years ago
Fixed bad for f in $(ls *.mp3) after T_Glob More... over 11 years ago
{1..$n} is only a problem in Bash More... over 11 years ago
Hacked in place warnings for if [[ 1 ]] then :; fi More... over 11 years ago
Parsing support for array indices in assignments. More... over 11 years ago
Removed superfluous messages for [ cow] More... over 11 years ago
Added warning for find . -execdir rm *.jpg \; More... over 11 years ago
Fixed space warning for foo=$(echo $foo) More... over 11 years ago
Read any -* as binary/unary op, and warn on unknown. More... over 11 years ago
Fixed warning for [[ greplol ]] More... over 11 years ago
Added check for bashisms with #!/bin/sh More... over 11 years ago
Added check for "#!/usr/bin/env bash -x" More... over 11 years ago
Parse the shebang separately More... over 11 years ago
Fixed warning for tr abc '[d*]' More... over 11 years ago
Support for arithmetic for loops. More... over 11 years ago
Fixed mistaked message for tr '[:upper:]' More... over 11 years ago
Added warning for { if :; then :; fi > cow } More... over 11 years ago
Fixed message for (($1)) More... over 11 years ago
Revert "Added warning for fi }, and not for ) }" More... over 11 years ago
Added warning for fi }, and not for ) } More... over 11 years ago
Added better malformed parsing messages More... over 11 years ago
Compile with -O9 More... over 11 years ago
Check for tr hello world More... over 11 years ago
Parser help with globs, fixed message for grep foo\* More... over 11 years ago
Added check for find / -exec foo && bar \; More... over 11 years ago
Warning for dirname/basename More... over 11 years ago
Added parsing support for $'..', which also fixed bug in `\`` More... over 11 years ago
Added support for process substitution More... over 11 years ago