aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.cpp
Commit message (Expand)AuthorAge
* 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
* | More work on the instanced parserGravatar ridiculousfish2012-01-22
* | More work towards instanced parserGravatar ridiculousfish2012-01-20
| * Fixed calls to expand_variables2() in expand.cppGravatar Siteshwar Vashisht2012-01-19
| * Fixed reader.cpp to not show garbage while showing help on auto completing (o...Gravatar Siteshwar Vashisht2012-01-19
| * Added constructor to completion_t for guarranted initialzation of flags attri...Gravatar Siteshwar Vashisht2012-01-16
| * Converted all auto completion calls (on pressing tab) to use std::vector<comp...Gravatar Siteshwar Vashisht2012-01-16
|/
* Lots of warnings fixes and const correctnessGravatar Peter Ammon2012-01-14
* Redesign new environment variables to use env_var_t instead of wcstringGravatar Peter Ammon2012-01-14
* Modified exec.cpp to use env_get_string(); rolled back changes to expand.cpp ...Gravatar Siteshwar Vashisht2012-01-12
* Revert "Modified expand.cpp and exec.cpp to use env_get_string()"Gravatar Siteshwar Vashisht2012-01-12
* Modified expand.cpp and exec.cpp to use env_get_string()Gravatar Siteshwar Vashisht2012-01-12
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* Initial C++ conversionGravatar ridiculousfish2011-12-26