index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
reader.cpp
Commit message (
Expand
)
Author
Age
*
Switch from std::list to std::vector in a few places to reduce compiled code ...
ridiculousfish
2012-07-24
*
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
*
Various changes to reduce fish's compiled code size
ridiculousfish
2012-07-17
*
Added binding for accepting an autosuggestion
ridiculousfish
2012-07-15
*
Deliver SIGHUP when we're exiting, even if stdin is not closed.
ridiculousfish
2012-07-15
*
Set of changes to improve Unicode support with respect to combining characters.
ridiculousfish
2012-07-15
*
First pass at making autosuggestions not trigger wrapping
ridiculousfish
2012-07-12
*
Fix for https://github.com/fish-shell/fish-shell/issues/66
ridiculousfish
2012-07-09
*
Set single-line default prompt
maxfl
2012-07-07
*
Fix fish_prompt event
maxfl
2012-07-06
*
Untangle unescaping responsibilities in highlight.cpp. Fix cd autosuggestions...
ridiculousfish
2012-07-06
*
Fixed crash caused by pressing pageup button when no match (for typed command...
Siteshwar Vashisht
2012-07-05
*
Added missing break in case R_SUPPRESS_AUTOSUGGESTION
ridiculousfish
2012-07-01
*
Add command to temporarily suppress the autosuggestion feature
Ian Munsie
2012-07-01
*
Fix off by two in move_word left
Ian Munsie
2012-07-01
*
Some improvements to validate commands suggested from history
Siteshwar Vashisht
2012-06-29
*
Fixed crash caused by pressing pageup button
Siteshwar Vashisht
2012-06-25
*
Fixes title update in tmux and screen
Emil Eriksson
2012-06-21
*
Enable window title update when TERM is screen-X
Emil Eriksson
2012-06-21
*
Fix for extra space in some completions
ridiculousfish
2012-06-16
*
Fixed token search (note: this didn't work properly even in the original fish!)
ridiculousfish
2012-06-15
*
fish_title now sets both tab and window titles in iTerm2
Robin Deits
2012-06-10
*
Signal handling cleanup and improved safety
ridiculousfish
2012-06-04
*
Fix to disable VDSUSP, which allows control-Y to serve as yank on OS X
ridiculousfish
2012-06-02
*
Lots of modernization changed
ridiculousfish
2012-05-09
*
Factor is_potential_path to properly handle CDPATH
ridiculousfish
2012-05-07
*
Made tests compile again
ridiculousfish
2012-05-07
*
Fix to restore completions that use command substitution (like cd)
ridiculousfish
2012-05-06
*
Some work towards refactoring how completions are inserted to support escapin...
ridiculousfish
2012-05-05
*
Fix to properly update colors for non-native term256 support
ridiculousfish
2012-03-31
*
Improve autosuggesting of cd command
ridiculousfish
2012-03-30
*
Fix lots of bugs related to the static analyzer
ridiculousfish
2012-03-26
*
Make the functions builtin have a bit nicer output
ridiculousfish
2012-03-25
*
Lots of work on web config
ridiculousfish
2012-03-25
*
Fix for completions only printing one item
ridiculousfish
2012-03-05
*
Fix to stop autosuggesting on whitespace
ridiculousfish
2012-03-05
*
Final cleanup of io_data_t now that I recognize the bizarre way in which it s...
ridiculousfish
2012-03-04
*
Some initial work on removing buffer_t from io_data_t
ridiculousfish
2012-03-03
*
Fix a bug where wfopen would always fail
ridiculousfish
2012-03-03
*
Cleanup reader.cpp's usage of string_buffer, remove some other unused data st...
ridiculousfish
2012-03-03
*
removed some string_buffer
ridiculousfish
2012-03-03
*
Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Tota...
ridiculousfish
2012-03-03
*
Fix to properly handle case insensitive autosuggestions
ridiculousfish
2012-03-01
*
Changed iterators from iter++ to ++iter
ridiculousfish
2012-03-01
*
More work on improving interaction between fork and pthreads. Added null_term...
ridiculousfish
2012-02-29
*
Fix to add a generation count to threaded operations so they abort early
ridiculousfish
2012-02-28
*
Some initial work towards resolving nasty fork/pthread issues, and to having ...
ridiculousfish
2012-02-27
*
Fix to finally turn on multithreaded completions for autosuggestion
ridiculousfish
2012-02-27
*
Some more changes in preparation for turning on complete-based autosuggestions
ridiculousfish
2012-02-26
[next]