aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin_complete.cpp
Commit message (Collapse)AuthorAge
* Replaced some calls to unescape with unescape_stringGravatar ridiculousfish2012-05-09
|
* Add some more locking and const correctness to completion_entry_t in ↵Gravatar ridiculousfish2012-02-26
| | | | preparation for supporting better multithreading
* Fix a crash in complete -CGravatar ridiculousfish2012-02-26
|
* Some work to allow completions to be evaluated off of the main threadGravatar ridiculousfish2012-02-24
|
* Large set of changes to migrate sb_out and sb_err to wcstringGravatar ridiculousfish2012-02-22
|
* Squash a bunch of leaksGravatar ridiculousfish2012-02-21
|
* Switched to std::map instead of hash_table_t in env.cpp and ↵Gravatar Siteshwar Vashisht2012-02-18
| | | | env_universal_common.cpp.
* Cleanup al_list from builtin_complete.cppGravatar ridiculousfish2012-02-08
|
* Excised some hallocGravatar ridiculousfish2012-02-07
|
* Const correctness changesGravatar ridiculousfish2012-02-06
|
* Work on new history implementationGravatar ridiculousfish2012-02-05
|
* A bunch of work to move towards a sane memory model in job_tGravatar ridiculousfish2012-01-29
|
* buggy-auto-complete is not so buggy now. Merged branch 'buggy-auto-complete' ↵Gravatar Siteshwar Vashisht2012-01-29
|\ | | | | | | into CPlusPlus
* | Get some basic function signatures right for new instanced parserGravatar ridiculousfish2012-01-16
| |
| * Converted all auto completion calls (on pressing tab) to use ↵Gravatar Siteshwar Vashisht2012-01-16
|/ | | | std::vector<completion_t>, bugs are yet to be fixed
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
|
* Initial C++ conversionGravatar ridiculousfish2011-12-26