| Commit message (Expand) | Author | Age |
* | Migrate universal variables to env_var_t structure. Encapsulate | ridiculousfish | 2014-04-25 |
* | Rely on $PWD instead of getcwd() more often | ridiculousfish | 2013-04-27 |
* | Cleanup and simplify null_terminated_array_t and its clients | ridiculousfish | 2013-02-22 |
* | Large set of changes to how PATH is handled. Changed fish to no longer modify... | ridiculousfish | 2013-02-19 |
* | Clean up env_var_table_t. Switch from storing var_uni_entry_t* to var_uni_ent... | ridiculousfish | 2013-02-11 |
* | Rearrange some variables for possibly better alignment. int -> bool | ridiculousfish | 2013-01-19 |
* | Big cleanup of env_set. Changed var_table_t to use direct var_entry_t instead... | ridiculousfish | 2013-01-19 |
* | Apply new indentation, brace, and whitespace style | ridiculousfish | 2012-11-18 |
* | Remove trailing whitespaces and change tabs to spaces | Ćukasz Niemier | 2012-11-18 |
* | Adopt posix_spawn (!) | ridiculousfish | 2012-08-15 |
* | Lots of miscellaneous cleanup. Unified the path_get_cd_path, path_allocate_cd... | ridiculousfish | 2012-07-20 |
* | Renamed env_vars to env_vars_snapshot_t | ridiculousfish | 2012-07-20 |
* | Changes to make fish use the relocated fishd instead of the installed one, if... | ridiculousfish | 2012-07-18 |
* | Adopt wcstring in env_set | ridiculousfish | 2012-05-09 |
* | Improved fork reporting | ridiculousfish | 2012-04-21 |
* | Move special handling of DISPLAY environment variable from etc/config.fish to... | ridiculousfish | 2012-03-06 |
* | Notice when fish_term256 changes and react to it | ridiculousfish | 2012-03-05 |
* | 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 |
* | Remove old env_get_names implementation | ridiculousfish | 2012-02-08 |
* | Work on new history implementation | ridiculousfish | 2012-02-05 |
* | 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 |
* | Additional migration to STL data structures | ridiculousfish | 2012-01-10 |
* | Some changes to migrate towards C++ and a multithreaded model | ridiculousfish | 2011-12-26 |
* | remove trailing spaces | Grissiom | 2010-09-18 |
* | Fix minor bug, PWD was incorrectly set on startup | liljencrantz | 2008-01-17 |
* | Minor edits, remove unneeded code, add a few commants, correct spelling, twea... | axel | 2006-10-26 |
* | Add compiler warnings for some common incorrect usage of functions, such as f... | axel | 2006-10-20 |
* | Minor code tweaks, mostly things like indentation, but also a ferw code reord... | axel | 2006-08-28 |
* | Add more function input validation checks | axel | 2006-06-09 |
* | Make it possible to specify scope of a variable to be erased or tested. Also ... | axel | 2006-06-05 |
* | Add warning when trying to change read-only variable | axel | 2006-04-11 |
* | Increase fish robustness by improving signal handling when forking jobs and m... | axel | 2005-10-14 |
* | Add header guards to the header files. | James Vega | 2005-10-05 |
* | Add support for zero element arrays | axel | 2005-09-27 |
* | Exportable universal variables | axel | 2005-09-23 |
* | Initial revision | axel | 2005-09-20 |