aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.h
Commit message (Expand)AuthorAge
* Revert 1349d12 and properly fix #213Gravatar Sanne Wouda2015-04-06
* Add new `functions` flag -V/--inherit-variableGravatar Kevin Ballard2014-10-02
* Fix line number reporting in new parserGravatar ridiculousfish2014-03-20
* Merge branch 'master' into astGravatar ridiculousfish2013-10-16
|\
| * Fix #213. You can now remove autoloaded functions.Gravatar Konrad Borowski2013-10-12
* | Beef up completion testsGravatar ridiculousfish2013-10-12
|/
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* Renamed env_vars to env_vars_snapshot_tGravatar ridiculousfish2012-07-20
* Got function.h and function.cpp off of shared_ptr (hooray)Gravatar ridiculousfish2012-05-18
* More work towards getting function.h off of shared_ptrGravatar ridiculousfish2012-05-17
* Work towards getting function.h off of shared_ptrGravatar ridiculousfish2012-05-17
* Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Tota...Gravatar ridiculousfish2012-03-03
* Modified functions in function.h/.cpp to use wcstring instead wchar_t*, other...Gravatar Siteshwar Vashisht2012-02-19
* Removed some more hallocGravatar ridiculousfish2012-02-09
* Fixed named_arguments to be wcstring_list_t instead of al_listGravatar ridiculousfish2012-02-08
* Get event_t off of halloc (!)Gravatar ridiculousfish2012-02-08
* Excised some more halloc and array_list_tGravatar ridiculousfish2012-02-08
* LRU work to load functions off of the main thread.Gravatar ridiculousfish2012-01-28
* Implemented LRU cache for autoloading.Gravatar ridiculousfish2012-01-25
* Migrate function.cpp to scoped_lock and shared_ptrGravatar ridiculousfish2012-01-23
* Get some basic function signatures right for new instanced parserGravatar ridiculousfish2012-01-16
* Some const correctnessGravatar ridiculousfish2012-01-16
* Migrate function.cpp to STL types.Gravatar ridiculousfish2012-01-13
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* Merge remote branch 'origin/otherchirps-dev'Gravatar Grissiom2010-09-19
|\
* | remove trailing spacesGravatar Grissiom2010-09-18
| * replaced the functions '--rename' option with '--copy'.Gravatar Christopher Nilsson2010-09-09
| * Adding '--rename' option to 'functions' builtin.Gravatar Christopher Nilsson2010-09-08
|/
* Improve code commentGravatar liljencrantz2008-01-16
* Add lots of new code comments.Gravatar liljencrantz2008-01-14
* Add the possibility for functions which do not shadow the arguments of the ca...Gravatar axel2007-04-23
* Allow named arguments to function instead of only $argv. Philip Ganchev once ...Gravatar axel2007-04-17
* Use halloc to simplyfy allocations in function.cGravatar axel2006-11-16
* Remove the --key-binding switch for fishGravatar axel2006-10-26
* Make sure dynamically loaded functions are completable, even if they have not...Gravatar axel2006-02-09
* Add function stack trace to error outputGravatar axel2006-01-27
* Make the not builtin work with shellscript functionsGravatar axel2005-11-30
* Initial update for new event subsystemGravatar axel2005-10-06
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Key binding functionsGravatar axel2005-09-21
* Initial revisionGravatar axel2005-09-20