aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.cpp
Commit message (Expand)AuthorAge
...
* More cleanup of static string buffers in favor of wcstringGravatar ridiculousfish2012-01-31
* Cleanup of builtins. No more hashes.Gravatar ridiculousfish2012-01-31
* Change parser_t::parse_job's args array to be a local, rather than just leak ...Gravatar ridiculousfish2012-01-31
* 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
|\
* | Migrate input_function_get_names to wcstring_list_tGravatar ridiculousfish2012-01-23
* | More work towards instanced parser. First successful compilationGravatar ridiculousfish2012-01-22
* | More work on the instanced parserGravatar ridiculousfish2012-01-22
* | More work on instancing the parserGravatar ridiculousfish2012-01-19
| * Fixed reader.cpp to not show garbage while showing help on auto completing (o...Gravatar Siteshwar Vashisht2012-01-19
* | Get some basic function signatures right for new instanced parserGravatar ridiculousfish2012-01-16
| * 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
|/
* Redesign new environment variables to use env_var_t instead of wcstringGravatar Peter Ammon2012-01-14
* Migrate function.cpp to STL types.Gravatar ridiculousfish2012-01-13
* Further changes in builtin.cpp to use env_get_string()Gravatar Siteshwar Vashisht2012-01-10
* Modified builting.cpp to use env_get_string()Gravatar Siteshwar Vashisht2012-01-10
* More work to migrate off of ad-hoc data structuresGravatar ridiculousfish2011-12-31
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* Initial C++ conversionGravatar ridiculousfish2011-12-26