Vidar Holen
|
bb49cf8e65
|
Parse the contents of unquoted here documents
|
2013-08-31 17:03:15 -07:00 |
Vidar Holen
|
de1fa61560
|
Warn about client side expansion in ssh strings/heredocs.
|
2013-08-03 21:19:32 -07:00 |
Vidar Holen
|
07b1fd6f44
|
Allow :+- in function names. :(){ :|:;};:, anyone?
|
2013-08-03 20:22:32 -07:00 |
Vidar Holen
|
4d9f8ebb39
|
Allow lack of spaces/separators in for((;;))do ..
|
2013-07-23 23:30:48 -07:00 |
Vidar Holen
|
5ba382d79b
|
Fixed parsing of IFS= read as single assignment
|
2013-07-23 22:12:13 -07:00 |
Vidar Holen
|
6974497f45
|
Don't warn for \. (regex) and \, (printf "%q" output)
|
2013-07-23 21:35:00 -07:00 |
Vidar Holen
|
d6dab3bd05
|
Don't warn about IFS= read ..
|
2013-07-23 21:23:33 -07:00 |
Vidar Holen
|
9393e4405b
|
Fixed accidental warning for $".."
|
2013-07-11 09:32:13 -07:00 |
Vidar Holen
|
e84d5abc3e
|
Support for recursive regex groups
|
2013-07-10 23:47:25 -07:00 |
Vidar Holen
|
0a2314cdcd
|
Also allow array syntax for args to readonly.
|
2013-07-10 23:15:08 -07:00 |
Vidar Holen
|
2214889a36
|
Improved messages for missing spaces in [..]
|
2013-07-10 23:03:42 -07:00 |
Vidar Holen
|
5a3493740e
|
Warn for [ \( foo = bar\) ]
|
2013-07-10 18:05:51 -07:00 |
Vidar Holen
|
e6f2ee1f88
|
Don't try to parse $'..' in ""
|
2013-07-10 17:41:38 -07:00 |
Vidar Holen
|
636c6a9336
|
Parser support for export a=(b c). Also declare/local/typeset.
|
2013-07-09 23:32:13 -07:00 |
Vidar Holen
|
d04262c70f
|
Fixed broken recursive backtick expansion.
|
2013-07-09 21:53:15 -07:00 |
Vidar Holen
|
599beff5b1
|
Moved shebang verification to parser
|
2013-07-08 09:39:54 -07:00 |
Vidar Holen
|
2500b2cce6
|
Fixed parser warning for \{foo,bar\}
|
2013-07-06 15:36:06 -07:00 |
Vidar Holen
|
56e0119db1
|
Fixed some incorrect warnings for PS1 escapes.
|
2013-07-05 19:12:13 -07:00 |
Vidar Holen
|
76c5af2973
|
Parser support for $[..], plus deprecation warning.
|
2013-07-05 09:42:08 -07:00 |
Vidar Holen
|
10b5e44ad0
|
Improved help for missing here doc terminator.
|
2013-07-04 14:19:54 -07:00 |
Vidar Holen
|
dbd4ff109c
|
Mention second level structure being parsed when error.
|
2013-07-04 13:07:27 -07:00 |
Vidar Holen
|
b060370b92
|
Added and improved parse warnings for missing spaces.
|
2013-07-03 16:37:58 -07:00 |
Vidar Holen
|
651bab73de
|
Fixed crash for ''foo due to unsafe 'last'
|
2013-07-01 09:14:33 -07:00 |
Vidar Holen
|
f820298b6e
|
Added recursive parsing support for `..`
|
2013-06-26 21:04:39 -07:00 |
Vidar Holen
|
438c4ec572
|
Fixed up warnings for \r, and added warnings for
|
2013-06-21 01:22:11 -07:00 |
Vidar Holen
|
5794f3d390
|
Fixed parsing of "test$"
|
2013-06-21 00:33:20 -07:00 |
Vidar Holen
|
092073d0b3
|
Fixed parsing for case foo \n in ..
|
2013-06-20 23:57:08 -07:00 |
Vidar Holen
|
3b246f94a3
|
Fixed parsing for cmd &> file
|
2013-06-18 20:08:33 -07:00 |
Vidar Holen
|
564e3c5413
|
Don't start comments for #s in the middle of words. Thanks Mitch!
|
2013-06-07 18:32:59 -07:00 |
Vidar Holen
|
103b037921
|
Fixed parsing for [] in =~ regex
|
2013-05-31 14:22:13 -07:00 |
Vidar Holen
|
1dbbc51f86
|
Improved regex parsing. To think [[ f =~ f( ]] )* ]] is valid..
|
2013-05-28 21:32:15 -07:00 |
Vidar Holen
|
7ae5351de3
|
Added warning for foo$n=42
|
2013-05-23 21:31:29 -07:00 |
Vidar Holen
|
034cfee66e
|
Fixed glob parsing for [[:class:]] and [~.:]. Thanks to dualbus!
|
2013-05-23 20:44:28 -07:00 |
Vidar Holen
|
92d0ae8b6b
|
Allow [ foo \> bar ], while warning for [[ .. \> .. ]] and [ 1 \< 2 ]
|
2013-05-14 15:59:58 -07:00 |
Vidar Holen
|
ce0b313b93
|
Better messages for ignored backslashes like 'echo foo\n'
|
2013-05-13 09:15:45 -07:00 |
Vidar Holen
|
6abb5fe72b
|
Quick hack to read and discard array indexing in arithmetic contexts
|
2013-03-22 16:42:40 -07:00 |
Vidar Holen
|
899d9eb445
|
Warn against open parenthesis in normal words
|
2013-02-05 20:35:39 -08:00 |
Vidar Holen
|
e64698dc78
|
Improved empty then/elif/else clause errors
|
2013-01-26 17:21:34 -08:00 |
Vidar Holen
|
0c66cfb936
|
Add warnings for empty then clauses
|
2013-01-23 17:15:55 -08:00 |
Vidar Holen
|
844a07afa0
|
Added warning for empty do clauses
|
2013-01-23 17:12:05 -08:00 |
Vidar Holen
|
7c18ecee4f
|
Parse single/double quoted literals in arithmetic context
|
2013-01-14 21:52:09 -08:00 |
Vidar Holen
|
b517ad9e19
|
select loops and bases in arithmetic contexts
|
2012-12-31 18:48:57 -08:00 |
Vidar Holen
|
6d2e739e09
|
Hacked in place warnings for if [[ 1 ]] then :; fi
|
2012-12-02 23:47:17 -08:00 |
Vidar Holen
|
6e263e6b76
|
Parsing support for array indices in assignments.
|
2012-12-02 21:29:03 -08:00 |
Vidar Holen
|
b765ed1a44
|
Removed superfluous messages for [ cow]
|
2012-12-02 20:40:01 -08:00 |
Vidar Holen
|
d3a4c9852f
|
Read any -* as binary/unary op, and warn on unknown.
|
2012-12-02 14:50:31 -08:00 |
Vidar Holen
|
35b8d58c3e
|
Fixed warning for [[ greplol ]]
|
2012-12-02 14:15:50 -08:00 |
Vidar Holen
|
55a4c3c44f
|
Added check for bashisms with #!/bin/sh
|
2012-12-02 14:08:50 -08:00 |
Vidar Holen
|
1a4301ea98
|
Added check for "#!/usr/bin/env bash -x"
|
2012-12-02 12:40:46 -08:00 |
Vidar Holen
|
3c2d9557e0
|
Parse the shebang separately
|
2012-12-02 12:02:29 -08:00 |