aboutsummaryrefslogtreecommitdiff
path: root/shellutil.go
Commit message (Collapse)AuthorAgeFilesLines
* [go] fix find_command.mkFumitoshi Ukai2015-08-101-1/+1
|
* [go] implement find emulatorFumitoshi Ukai2015-07-311-331/+96
|
* use github.com/golang/glogFumitoshi Ukai2015-07-101-12/+14
|
* use sync.Pool for evalBuffer and wordBufferFumitoshi Ukai2015-07-091-17/+19
|
* introduce wordBufferFumitoshi Ukai2015-07-071-17/+25
|
* introduce evalWriterFumitoshi Ukai2015-07-071-15/+10
| | | | merge ssvWriter into buffer
* fix android:java_resource_file_groupsFumitoshi Ukai2015-06-291-1/+1
| | | | now, almost equivalent but file order differs (find vs findcache)?
* fix panic based error reportingFumitoshi Ukai2015-06-261-29/+42
|
* unexport Logf, LogAlways, Warn*, Error*Fumitoshi Ukai2015-06-251-12/+12
|
* unexport Func and ExprFumitoshi Ukai2015-06-251-12/+12
|
* go gettable for github.com/google/katiFumitoshi Ukai2015-06-251-13/+11
|
* add -shell-date flag to specify time for $(shell date)Fumitoshi Ukai2015-06-241-0/+57
| | | | | --shell-date=ref uses go reference time. useful to check parsed data with golden data.
* Add Apache license header to recently added filesShinichiro Hamaji2015-06-231-0/+14
|
* support android:all-proto-files-underFumitoshi Ukai2015-06-181-8/+32
|
* add findleaves supportFumitoshi Ukai2015-06-151-3/+135
|
* refactor sh builtinsFumitoshi Ukai2015-06-111-0/+222
add -use_shell_builtins flag to disable the feature (when some builtin is broken)