aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin_test.cpp
Commit message (Collapse)AuthorAge
* Fix some warnings in Linux buildGravatar ridiculousfish2014-05-31
|
* use wstat in test command to follow symbolic linkGravatar Tony Wang2013-08-25
|
* add -O and -G to test commandGravatar Tony Wang2013-08-25
| | | | they are available on Linux and OS X, and now ported to fish
* builtin_test: drop unused condstrGravatar David Adam (zanchey)2013-07-29
|
* Update code formattingGravatar ridiculousfish2013-03-21
|
* Teach builtin_test about the special precedence rules in IEEE 1003.1Gravatar ridiculousfish2013-03-03
| | | | https://github.com/fish-shell/fish-shell/issues/601
* Make fishd base its variable files on the MAC address instead of hostnameGravatar ridiculousfish2013-01-08
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/183
* Fix for builtin_test crashGravatar ridiculousfish2013-01-06
| | | | https://github.com/fish-shell/fish-shell/issues/497
* Implement builtin [ via builtin testGravatar ridiculousfish2013-01-05
|
* Fix indentation of switch statementsGravatar ridiculousfish2012-11-19
|
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
|
* Remove trailing whitespaces and change tabs to spacesGravatar Łukasz Niemier2012-11-18
|
* Fixed builtin_test to properly handle "just a strings" in combining ↵Gravatar ridiculousfish2012-05-20
| | | | | | expressions, like 'test foo -a bar'. This was causing error messages in the help function. Fixed help function to know about OS X and use the open command to open web pages.
* Made builtin_test handle parenthesisGravatar ridiculousfish2012-03-15
|
* Improve error reporting for builtin_testGravatar ridiculousfish2012-03-07
|
* Fix builtin_test to properly handle last expression in a combining expressionGravatar ridiculousfish2012-03-07
|
* Improved error reporting for builtin_testGravatar ridiculousfish2012-03-07
|
* Implemented test as a builtin (!)Gravatar ridiculousfish2012-03-07