aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.cpp
Commit message (Expand)AuthorAge
* 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
* More work towards autosuggesting completionsGravatar ridiculousfish2012-02-25
* Some work to allow completions to be evaluated off of the main threadGravatar ridiculousfish2012-02-24
* Removed a lot of string_buffer_tGravatar ridiculousfish2012-02-22
* Removed some al_list functionsGravatar ridiculousfish2012-02-10
* Final removal of halloc. It's like Christmas Morning.Gravatar ridiculousfish2012-02-09
* Cleanup al_list from builtin_complete.cppGravatar ridiculousfish2012-02-08
* Cleanup expand_escape_variableGravatar ridiculousfish2012-02-08
* Clean up exec_subshell, removing al_list from itGravatar ridiculousfish2012-02-07
* Work on new history implementationGravatar ridiculousfish2012-02-05
* Clean up uses of completion_tGravatar ridiculousfish2012-02-01
* Migrated off of old variant of expand_one that used hallocGravatar ridiculousfish2012-01-31
* Remove some old functions from expand.cpp that now have modern replacementsGravatar ridiculousfish2012-01-31
* Squashed all known remaining leaks!Gravatar ridiculousfish2012-01-31
* Squash a bunch of warningsGravatar ridiculousfish2012-01-31
* Substantial modifications of expand_variables to modernize, normalize memory ...Gravatar ridiculousfish2012-01-30
* Fix some leaks and clean up expand_pid to use wcstringGravatar ridiculousfish2012-01-30
* Fix to not show thread debugging warning when entering characters like "~%". ...Gravatar Siteshwar Vashisht2012-01-30
* More work to excise hallocGravatar ridiculousfish2012-01-30
* Yet more un-hallocingGravatar ridiculousfish2012-01-30
* Excised some more hallocGravatar ridiculousfish2012-01-29
* A bunch of work to move towards a sane memory model in job_tGravatar ridiculousfish2012-01-29
* Convert jobs list to std::listGravatar ridiculousfish2012-01-29
* buggy-auto-complete is not so buggy now. Merged branch 'buggy-auto-complete' ...Gravatar Siteshwar Vashisht2012-01-29
|\
* | More work towards instanced parser. First successful compilationGravatar ridiculousfish2012-01-22