aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.cpp
Commit message (Collapse)AuthorAge
* Squash some warningsGravatar ridiculousfish2012-02-18
|
* Removed tests for hash_table_t from fish_tests.cppGravatar Siteshwar Vashisht2012-02-18
|
* Fix for properly removing universal variable.Gravatar Siteshwar Vashisht2012-02-18
|
* Squash a leak in LRU cachesGravatar ridiculousfish2012-02-17
|
* Fix for crash in env.cpp where a deleted entry was not removed from the mapGravatar ridiculousfish2012-02-17
|
* Fix to properly null-terminate export listGravatar ridiculousfish2012-02-17
|
* Switched to std::map instead of hash_table_t in env.cpp and ↵Gravatar Siteshwar Vashisht2012-02-18
| | | | env_universal_common.cpp.
* Removed some al_list functionsGravatar ridiculousfish2012-02-10
|
* Get event_t off of halloc (!)Gravatar ridiculousfish2012-02-08
|
* Got rid of multiple cd paths, only current directory will be searched while ↵Gravatar Siteshwar Vashisht2012-02-09
| | | | changing directories, implicit cd (entering directory just by typing it's name) is removed.
* Remove old env_get_names implementationGravatar ridiculousfish2012-02-08
|
* Removed halloc from input.cppGravatar ridiculousfish2012-02-07
|
* Excised some hallocGravatar ridiculousfish2012-02-07
|
* Const correctness changesGravatar ridiculousfish2012-02-06
|
* Work on new history implementationGravatar ridiculousfish2012-02-05
|
* Fixup wsetlocale to use wcstringGravatar ridiculousfish2012-01-31
|
* LRU work to load functions off of the main thread.Gravatar ridiculousfish2012-01-28
| | | | We'll have to reevaluate this after we fix function autocomplete
* Convert some cases where parsers are created to using PARSER_TYPE_GENERALGravatar ridiculousfish2012-01-22
|
* More work towards instanced parserGravatar ridiculousfish2012-01-20
|
* Redesign new environment variables to use env_var_t instead of wcstringGravatar Peter Ammon2012-01-14
| | | | Migrate uses of empty() to missing() to distinguish between empty variable and unset variable
* Introduce env_var_t to replace empty string as missing environment variableGravatar Peter Ammon2012-01-14
|
* Merge branch 'Use_env_get_string' into CPlusPlusGravatar Siteshwar Vashisht2012-01-14
|\ | | | | | | | | Conflicts: function.cpp
| * Fixed connection error to fishd server in env.cppGravatar Siteshwar Vashisht2012-01-12
| |
| * Modified env.cpp to use env_get_string()Gravatar Siteshwar Vashisht2012-01-12
| |
* | Additional migration to STL data structuresGravatar ridiculousfish2012-01-10
| |
| * Modified complete.cpp to use env_get_string(); Fixed env_get_string() return ↵Gravatar Siteshwar Vashisht2012-01-10
|/ | | | an empty wcstring instead of returning 0.
* Incorporate Siteshwar's patch for building on LinuxGravatar ridiculousfish2012-01-05
|
* Migrate some more away from array_list_tGravatar ridiculousfish2011-12-28
|
* Migration of screen away from ad-hoc listsGravatar ridiculousfish2011-12-27
|
* Migrate to std::vector in event classGravatar ridiculousfish2011-12-27
|
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
|
* Initial C++ conversionGravatar ridiculousfish2011-12-26