aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.cpp
Commit message (Expand)AuthorAge
...
* | 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