index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
wildcard.h
Commit message (
Expand
)
Author
Age
*
Support for fuzzy completions
ridiculousfish
2013-05-25
*
Don't block "hidden files" for wildcard expansions that aren't files (like case)
ridiculousfish
2013-04-20
*
Apply new indentation, brace, and whitespace style
ridiculousfish
2012-11-18
*
Remove trailing whitespaces and change tabs to spaces
Ćukasz Niemier
2012-11-18
*
Make wildcards beginning with dots not match . and ..
ridiculousfish
2012-10-15
*
Work towards getting function.h off of shared_ptr
ridiculousfish
2012-05-17
*
Lots of modernization changed
ridiculousfish
2012-05-09
*
Some cleanup of completions in preparation for more multithreading
ridiculousfish
2012-02-26
*
Some work to allow completions to be evaluated off of the main thread
ridiculousfish
2012-02-24
*
Removed array_list_t (!)
ridiculousfish
2012-02-21
*
Modified functions in function.h/.cpp to use wcstring instead wchar_t*, other...
Siteshwar Vashisht
2012-02-19
*
Removed discriminated union from block_t type, allowing us to store wcstrings...
ridiculousfish
2012-02-07
*
Clean up uses of completion_t
ridiculousfish
2012-02-01
*
Converted all auto completion calls (on pressing tab) to use std::vector<comp...
Siteshwar Vashisht
2012-01-16
*
More work to migrate off of ad-hoc data structures
ridiculousfish
2011-12-31
*
Some changes to migrate towards C++ and a multithreaded model
ridiculousfish
2011-12-26
*
remove trailing spaces
Grissiom
2010-09-18
*
Round of bug fixes and minor code improvements after the completions struct u...
axel
2007-02-25
*
Make it possible to cancel a long-winded wildcard match by pressing ^C
axel
2007-01-10
*
Documentation updates. Fixes a few formating bugs, adds various minor missing...
axel
2006-06-17
*
Minor edits, additional comments, etc.
axel
2006-02-19
*
Spelling
axel
2005-12-08
*
Added support for recursive wildcards
horeah
2005-11-24
*
Huge API documentation cleanup
axel
2005-10-25
*
Use private use area for internal non-unicode characters
axel
2005-10-20
*
Initial update for new event subsystem
axel
2005-10-06
*
Add header guards to the header files.
James Vega
2005-10-05
*
Initial revision
axel
2005-09-20