aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.cpp
Commit message (Expand)AuthorAge
* Improve dangerous/undefined PID expansion behaviorGravatar Ryan Hileman2013-09-22
* Don't do completions or autosuggestions for commands with wildcards.Gravatar ridiculousfish2013-09-11
* Adjust prefix completions to sort alphabetically instead of by length.Gravatar ridiculousfish2013-08-31
* Initial abbreviation work. Tests currently fail.Gravatar ridiculousfish2013-07-19
* Make parse_util_locate_cmdsubst return the innermost command substitution ins...Gravatar ridiculousfish2013-07-17
* Conditionally include sys/sysctl.hGravatar Ian Ray2013-06-01
* Formatting and style updatesGravatar ridiculousfish2013-05-05
* Fix for issue where tab completing an empty string would produce no resultsGravatar ridiculousfish2013-04-21
* Teach case-insensitive completions about tildes. Fixes https://github.com/fis...Gravatar ridiculousfish2013-04-07
* Add some headers to fix the build on OpenBSDGravatar ridiculousfish2013-03-11
* Make subcommands modify $status, and make builtin_set not modify status unles...Gravatar ridiculousfish2013-01-31
* Fix spelling: s/circut/circuit/gGravatar Cheer Xiao2013-01-24
* Fix two clang warningsGravatar Cheer Xiao2013-01-17
* FormattingGravatar ridiculousfish2013-01-12
* Don't call expand_home_directory from within parser_t::test - it may hangGravatar ridiculousfish2013-01-12
* Hack around xdm's dumb assumption that the login shell is POSIX compliant so ...Gravatar ridiculousfish2013-01-04
* Attempt to fix process expansion on LinuxGravatar ridiculousfish2012-12-18
* Fixed compilation error in expand.cppGravatar situ2012-11-22
* Fixed recursive brace expansionGravatar ridiculousfish2012-11-20
* 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
* Fix bug where underlining was failing for paths prefixed with ~Gravatar ridiculousfish2012-08-23
* Added some limited support for autosuggesting processesGravatar ridiculousfish2012-08-07
* Fixed a bunch of clang analyzer warningsGravatar ridiculousfish2012-08-05
* More warning fixes and switching from int to long or size_tGravatar ridiculousfish2012-08-04
* Additional warning cleanup and switching from int to size_t where appropriateGravatar ridiculousfish2012-08-04
* Fixed two small spelling mistakesGravatar Colin Woodbury2012-07-24
* Renamed env_vars to env_vars_snapshot_tGravatar ridiculousfish2012-07-20
* Merge branch 'index_range'Gravatar ridiculousfish2012-07-19
|\
* | Various changes to reduce fish's compiled code sizeGravatar ridiculousfish2012-07-17
* | Fix for process completion on LinuxGravatar ridiculousfish2012-07-16
* | Implemented process expansion on OS XGravatar ridiculousfish2012-07-16
* | Improve error message for $?Gravatar ridiculousfish2012-07-08
* | Fix for https://github.com/fish-shell/fish-shell/issues/50Gravatar ridiculousfish2012-07-08
| * restore tabs instead of spacesGravatar maxfl2012-07-08
| * Fix case when first index is command substitutionGravatar maxfl2012-07-08
| * Fix case when second limit is a variable:Gravatar maxfl2012-07-08
| * Add variable expand rangesGravatar maxfl2012-07-08
| * Implemented index ranges for command substitutionGravatar maxfl2012-07-07
| * miscGravatar maxfl2012-07-07
| * Add index rangesGravatar maxfl2012-07-07
|/
* Disable process expansion in autosuggestionsGravatar ridiculousfish2012-06-29
* Signal handling cleanup and improved safetyGravatar ridiculousfish2012-06-04
* Restore implicit cd for paths starting with ., .., or ~Gravatar ridiculousfish2012-06-02
* Fix to restore completions that use command substitution (like cd)Gravatar ridiculousfish2012-05-06
* Fix lots of bugs related to the static analyzerGravatar ridiculousfish2012-03-26
* Remove some dead variables.Gravatar ridiculousfish2012-03-25
* A bunch of changes working towards eliminating all memory allocation after fo...Gravatar ridiculousfish2012-03-08
* Some initial work towards resolving nasty fork/pthread issues, and to having ...Gravatar ridiculousfish2012-02-27