index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
env.cpp
Commit message (
Expand
)
Author
Age
...
*
More work on improving interaction between fork and pthreads. Added null_term...
ridiculousfish
2012-02-29
*
Fix for error messages when loading completions
ridiculousfish
2012-02-26
*
More work towards autosuggesting completions
ridiculousfish
2012-02-25
*
Modified env_get_string() to accept wcstring instead of wchar_t*.
Siteshwar Vashisht
2012-02-24
*
Removed a leaking wcsdup
ridiculousfish
2012-02-21
*
Removed an optimization obviated by our use of wcstring from env.cpp
ridiculousfish
2012-02-21
*
Squash some warnings
ridiculousfish
2012-02-18
*
Removed tests for hash_table_t from fish_tests.cpp
Siteshwar Vashisht
2012-02-18
*
Fix for properly removing universal variable.
Siteshwar Vashisht
2012-02-18
*
Squash a leak in LRU caches
ridiculousfish
2012-02-17
*
Fix for crash in env.cpp where a deleted entry was not removed from the map
ridiculousfish
2012-02-17
*
Fix to properly null-terminate export list
ridiculousfish
2012-02-17
*
Switched to std::map instead of hash_table_t in env.cpp and env_universal_com...
Siteshwar Vashisht
2012-02-18
*
Removed some al_list functions
ridiculousfish
2012-02-10
*
Get event_t off of halloc (!)
ridiculousfish
2012-02-08
*
Got rid of multiple cd paths, only current directory will be searched while c...
Siteshwar Vashisht
2012-02-09
*
Remove old env_get_names implementation
ridiculousfish
2012-02-08
*
Removed halloc from input.cpp
ridiculousfish
2012-02-07
*
Excised some halloc
ridiculousfish
2012-02-07
*
Const correctness changes
ridiculousfish
2012-02-06
*
Work on new history implementation
ridiculousfish
2012-02-05
*
Fixup wsetlocale to use wcstring
ridiculousfish
2012-01-31
*
LRU work to load functions off of the main thread.
ridiculousfish
2012-01-28
*
Convert some cases where parsers are created to using PARSER_TYPE_GENERAL
ridiculousfish
2012-01-22
*
More work towards instanced parser
ridiculousfish
2012-01-20
*
Redesign new environment variables to use env_var_t instead of wcstring
Peter Ammon
2012-01-14
*
Introduce env_var_t to replace empty string as missing environment variable
Peter Ammon
2012-01-14
*
Merge branch 'Use_env_get_string' into CPlusPlus
Siteshwar Vashisht
2012-01-14
|
\
|
*
Fixed connection error to fishd server in env.cpp
Siteshwar Vashisht
2012-01-12
|
*
Modified env.cpp to use env_get_string()
Siteshwar Vashisht
2012-01-12
*
|
Additional migration to STL data structures
ridiculousfish
2012-01-10
|
*
Modified complete.cpp to use env_get_string(); Fixed env_get_string() return ...
Siteshwar Vashisht
2012-01-10
|
/
*
Incorporate Siteshwar's patch for building on Linux
ridiculousfish
2012-01-05
*
Migrate some more away from array_list_t
ridiculousfish
2011-12-28
*
Migration of screen away from ad-hoc lists
ridiculousfish
2011-12-27
*
Migrate to std::vector in event class
ridiculousfish
2011-12-27
*
Some changes to migrate towards C++ and a multithreaded model
ridiculousfish
2011-12-26
*
Initial C++ conversion
ridiculousfish
2011-12-26
[prev]