aboutsummaryrefslogtreecommitdiffhomepage
path: root/wildcard.cpp
Commit message (Collapse)AuthorAge
...
* Squash a bunch of warningsGravatar ridiculousfish2012-01-31
|
* Fixed more known auto completion bugs; auto completion calls working fine nowGravatar Siteshwar Vashisht2012-01-20
|
* Removed unnecessary const_cast in wildcard.cppGravatar Siteshwar Vashisht2012-01-19
|
* Fixed reader.cpp to not show garbage while showing help on auto completing ↵Gravatar Siteshwar Vashisht2012-01-19
| | | | (on pressin tab) for executables like "ls -"
* Added constructor to completion_t for guarranted initialzation of flags ↵Gravatar Siteshwar Vashisht2012-01-16
| | | | attribute.
* Merge branch 'CPlusPlus' of ↵Gravatar Siteshwar Vashisht2012-01-16
|\ | | | | | | gitorious.org:~ridiculousfish/fish-shell/fishfish into CPlusPlus
* | Converted all auto completion calls (on pressing tab) to use ↵Gravatar Siteshwar Vashisht2012-01-16
| | | | | | | | std::vector<completion_t>, bugs are yet to be fixed
| * More const and signed correctness. Warnings now fit on one page!Gravatar Peter Ammon2012-01-14
|/
* Incorporate Siteshwar's patch for building on LinuxGravatar ridiculousfish2012-01-05
|
* More work to migrate off of ad-hoc data structuresGravatar ridiculousfish2011-12-31
|
* Migrate some more away from array_list_tGravatar ridiculousfish2011-12-28
|
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
|
* Initial C++ conversionGravatar ridiculousfish2011-12-26