index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
function.h
Commit message (
Expand
)
Author
Age
*
Fix line number reporting in new parser
ridiculousfish
2014-03-20
*
Merge branch 'master' into ast
ridiculousfish
2013-10-16
|
\
|
*
Fix #213. You can now remove autoloaded functions.
Konrad Borowski
2013-10-12
*
|
Beef up completion tests
ridiculousfish
2013-10-12
|
/
*
Apply new indentation, brace, and whitespace style
ridiculousfish
2012-11-18
*
Remove trailing whitespaces and change tabs to spaces
Ćukasz Niemier
2012-11-18
*
Renamed env_vars to env_vars_snapshot_t
ridiculousfish
2012-07-20
*
Got function.h and function.cpp off of shared_ptr (hooray)
ridiculousfish
2012-05-18
*
More work towards getting function.h off of shared_ptr
ridiculousfish
2012-05-17
*
Work towards getting function.h off of shared_ptr
ridiculousfish
2012-05-17
*
Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Tota...
ridiculousfish
2012-03-03
*
Modified functions in function.h/.cpp to use wcstring instead wchar_t*, other...
Siteshwar Vashisht
2012-02-19
*
Removed some more halloc
ridiculousfish
2012-02-09
*
Fixed named_arguments to be wcstring_list_t instead of al_list
ridiculousfish
2012-02-08
*
Get event_t off of halloc (!)
ridiculousfish
2012-02-08
*
Excised some more halloc and array_list_t
ridiculousfish
2012-02-08
*
LRU work to load functions off of the main thread.
ridiculousfish
2012-01-28
*
Implemented LRU cache for autoloading.
ridiculousfish
2012-01-25
*
Migrate function.cpp to scoped_lock and shared_ptr
ridiculousfish
2012-01-23
*
Get some basic function signatures right for new instanced parser
ridiculousfish
2012-01-16
*
Some const correctness
ridiculousfish
2012-01-16
*
Migrate function.cpp to STL types.
ridiculousfish
2012-01-13
*
Some changes to migrate towards C++ and a multithreaded model
ridiculousfish
2011-12-26
*
Merge remote branch 'origin/otherchirps-dev'
Grissiom
2010-09-19
|
\
*
|
remove trailing spaces
Grissiom
2010-09-18
|
*
replaced the functions '--rename' option with '--copy'.
Christopher Nilsson
2010-09-09
|
*
Adding '--rename' option to 'functions' builtin.
Christopher Nilsson
2010-09-08
|
/
*
Improve code comment
liljencrantz
2008-01-16
*
Add lots of new code comments.
liljencrantz
2008-01-14
*
Add the possibility for functions which do not shadow the arguments of the ca...
axel
2007-04-23
*
Allow named arguments to function instead of only $argv. Philip Ganchev once ...
axel
2007-04-17
*
Use halloc to simplyfy allocations in function.c
axel
2006-11-16
*
Remove the --key-binding switch for fish
axel
2006-10-26
*
Make sure dynamically loaded functions are completable, even if they have not...
axel
2006-02-09
*
Add function stack trace to error output
axel
2006-01-27
*
Make the not builtin work with shellscript functions
axel
2005-11-30
*
Initial update for new event subsystem
axel
2005-10-06
*
Add header guards to the header files.
James Vega
2005-10-05
*
Key binding functions
axel
2005-09-21
*
Initial revision
axel
2005-09-20