aboutsummaryrefslogtreecommitdiffhomepage
path: root/wildcard.h
Commit message (Expand)AuthorAge
* Revert "Prepend ./ to "flag-like file" wildcard expansions and completions"Gravatar ridiculousfish2014-09-25
* Prepend ./ to "flag-like file" wildcard expansions and completionsGravatar ridiculousfish2014-09-24
* Clean up variable expansion, and properly handle embedded NULsGravatar ridiculousfish2014-08-24
* Support for fuzzy completionsGravatar ridiculousfish2013-05-25
* Don't block "hidden files" for wildcard expansions that aren't files (like case)Gravatar ridiculousfish2013-04-20
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* Make wildcards beginning with dots not match . and ..Gravatar ridiculousfish2012-10-15
* Work towards getting function.h off of shared_ptrGravatar ridiculousfish2012-05-17
* Lots of modernization changedGravatar ridiculousfish2012-05-09
* Some cleanup of completions in preparation for more multithreadingGravatar ridiculousfish2012-02-26
* Some work to allow completions to be evaluated off of the main threadGravatar ridiculousfish2012-02-24
* Removed array_list_t (!)Gravatar ridiculousfish2012-02-21
* Modified functions in function.h/.cpp to use wcstring instead wchar_t*, other...Gravatar Siteshwar Vashisht2012-02-19
* Removed discriminated union from block_t type, allowing us to store wcstrings...Gravatar ridiculousfish2012-02-07
* Clean up uses of completion_tGravatar ridiculousfish2012-02-01
* Converted all auto completion calls (on pressing tab) to use std::vector<comp...Gravatar Siteshwar Vashisht2012-01-16
* More work to migrate off of ad-hoc data structuresGravatar ridiculousfish2011-12-31
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Round of bug fixes and minor code improvements after the completions struct u...Gravatar axel2007-02-25
* Make it possible to cancel a long-winded wildcard match by pressing ^CGravatar axel2007-01-10
* Documentation updates. Fixes a few formating bugs, adds various minor missing...Gravatar axel2006-06-17
* Minor edits, additional comments, etc.Gravatar axel2006-02-19
* SpellingGravatar axel2005-12-08
* Added support for recursive wildcardsGravatar horeah2005-11-24
* Huge API documentation cleanupGravatar axel2005-10-25
* Use private use area for internal non-unicode charactersGravatar axel2005-10-20
* Initial update for new event subsystemGravatar axel2005-10-06
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Initial revisionGravatar axel2005-09-20