aboutsummaryrefslogtreecommitdiffhomepage
path: root/wgetopt.cpp
Commit message (Collapse)AuthorAge
* Properly handle invalid arguments in builtinsGravatar Siteshwar Vashisht2014-07-02
| | | | Fixes #1522
* Revert "Merge pull request #1317 from pullreq/cpp"Gravatar ridiculousfish2014-02-28
| | | | | | | This reverts commit 74135c0600d5dcc40d396d0e7293c17b8d4bdaa7, reversing changes made to 6d749789ce240a3e6f1447777db63fd8e7525560. See discussion in #1317
* Fixes .c -> .cpp in comments. For doxygen.Gravatar Geoff Nixon2014-02-27
|
* Use type int instead of type shortGravatar ridiculousfish2014-02-05
|
* Unbreak C++11 due to narrowing; use non-conflicting declaration FISH_COLORS ↵Gravatar ridiculousfish2014-02-05
| | | | instead of COLORS; remove deprecated register type.
* Fix bad error message for certain options.Gravatar ridiculousfish2013-08-26
| | | | https://github.com/fish-shell/fish-shell/issues/979
* Re-point some URLs at the fish homepage fishshell.comGravatar ridiculousfish2012-12-27
|
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
|
* Remove trailing whitespaces and change tabs to spacesGravatar Łukasz Niemier2012-11-18
|
* Lots of work towards making fish build without warnings on Mountain Lion, ↵Gravatar ridiculousfish2012-08-04
| | | | mostly in terms of using size_t instead of int
* Replaced references to http://fishshell.org/ with ↵Gravatar Anders Bergh2012-08-01
| | | | http://ridiculousfish.com/shell/.
* Incorporate Siteshwar's patch for building on LinuxGravatar ridiculousfish2012-01-05
|
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
|
* Initial C++ conversionGravatar ridiculousfish2011-12-26