index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
autoload.cpp
Commit message (
Expand
)
Author
Age
*
Use `source` instead of `.` in autoload.cpp.
Konrad Borowski
2014-04-04
*
Run restyle.sh to enforce style rules.
ridiculousfish
2014-03-31
*
Fixed various Undefined Behavior occurrences.
Daniel J. Hofmann
2014-03-07
*
Optimize some fast paths in autoload loading. Use an iterator to avoid
ridiculousfish
2014-02-24
*
Miscellaneous minor fixes based on cppcheck static analyzer
ridiculousfish
2014-01-12
*
Make subcommands modify $status, and make builtin_set not modify status unles...
ridiculousfish
2013-01-31
*
Remove Python dependency from Makefile and Xcode build
ridiculousfish
2012-12-08
*
Apply new indentation, brace, and whitespace style
ridiculousfish
2012-11-18
*
Remove trailing whitespaces and change tabs to spaces
Ćukasz Niemier
2012-11-18
*
Additional warnings cleanup, effective C++ violations, dead code removal
ridiculousfish
2012-08-05
*
Warning cleanup
ridiculousfish
2012-08-04
*
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
*
Fix for wrong sense for determining when an autoloaded function has changed
ridiculousfish
2012-07-06
*
Disable internalized scripts
ridiculousfish
2012-06-01
*
A little better support for non-term-256 colors in web config
ridiculousfish
2012-03-31
*
Some more changes in preparation for turning on complete-based autosuggestions
ridiculousfish
2012-02-26
*
Modified env_get_string() to accept wcstring instead of wchar_t*.
Siteshwar Vashisht
2012-02-24
*
Modified most functions in wutil.h/.cpp to use wcstring instead of wchar_t*, ...
Siteshwar Vashisht
2012-02-18
*
Fix for problem where we'd never use a cached placeholder function. Also uppe...
ridiculousfish
2012-02-13
*
Removed some al_list functions
ridiculousfish
2012-02-10
*
Clean up exec_subshell, removing al_list from it
ridiculousfish
2012-02-07
*
Moved LRU to its own file
ridiculousfish
2012-02-05
*
buggy-auto-complete is not so buggy now. Merged branch 'buggy-auto-complete' ...
Siteshwar Vashisht
2012-01-29
*
Fix for issue where we treated all cached files as accessible for the purpose...
ridiculousfish
2012-01-28
*
LRU work to load functions off of the main thread.
ridiculousfish
2012-01-28
*
More work on LRU cache and adopting it in function and completion autoloading
ridiculousfish
2012-01-27
*
Move autoload class into autoload.h and cpp
ridiculousfish
2012-01-25
*
Have to remember to evict nodes from our LRU cache
ridiculousfish
2012-01-25
*
Removed access_tracker since we don't need it after all
ridiculousfish
2012-01-25
*
Implemented LRU cache for autoloading.
ridiculousfish
2012-01-25
*
LRU cache work
ridiculousfish
2012-01-25
*
New file autoload.h that will ultimately handle autoloading completions and f...
ridiculousfish
2012-01-25