index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
history.h
Commit message (
Expand
)
Author
Age
*
Switch from std::list to std::vector in a few places to reduce compiled code ...
ridiculousfish
2012-07-24
*
Various changes to reduce fish's compiled code size
ridiculousfish
2012-07-17
*
Fix for https://github.com/fish-shell/fish-shell/issues/66
ridiculousfish
2012-07-09
*
Support for importing fish 1.x's history and format, and also bash
ridiculousfish
2012-06-15
*
Adding history builtin
Siteshwar Vashisht
2012-06-05
*
Fix lots of bugs related to the static analyzer
ridiculousfish
2012-03-26
*
Re-implement $history variable
ridiculousfish
2012-03-19
*
Final cleanup of io_data_t now that I recognize the bizarre way in which it s...
ridiculousfish
2012-03-04
*
Fix for history being saved too often
ridiculousfish
2012-03-03
*
Changed iterators from iter++ to ++iter
ridiculousfish
2012-03-01
*
Changes to make autosuggestion smarter about not suggesting commands that cou...
ridiculousfish
2012-02-16
*
Initial work towards making autosuggestion smarter by recognizing paths
ridiculousfish
2012-02-15
*
Make history searching skip the autosuggestion
ridiculousfish
2012-02-06
*
Initial stab at autosuggestions
ridiculousfish
2012-02-06
*
Change the history so that when you go forwards, it no longer highlights
ridiculousfish
2012-02-05
*
Final cleanup of history
ridiculousfish
2012-02-05
*
Moved LRU to its own file
ridiculousfish
2012-02-05
*
Work on new history implementation
ridiculousfish
2012-02-05
*
Some changes to migrate towards C++ and a multithreaded model
ridiculousfish
2011-12-26
*
remove trailing spaces
Grissiom
2010-09-18
*
Rewritten history implementation - uses mmap to save lots of memory and also ...
axel
2006-10-21
*
Lazily load history file
axel
2006-02-07
*
Add header guards to the header files.
James Vega
2005-10-05
*
Initial revision
axel
2005-09-20