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
*
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
*
Color work
ridiculousfish
2012-02-11
*
Migrate errors from array_list_t to wcstring_list_t
ridiculousfish
2012-02-10
*
Removed halloc_wcsdup
ridiculousfish
2012-02-09
*
Clean up exec_subshell, removing al_list from it
ridiculousfish
2012-02-07
*
Fixed a bug caused while highlighting double quoted strings. For e.g. ls "abc...
Siteshwar Vashisht
2012-02-07
*
Added autosuggestion color variable fish_color_autosuggestion
ridiculousfish
2012-02-06
*
Suppress autosuggesting during backspacing like browsers do
ridiculousfish
2012-02-06
*
Use right arrow to accept autosuggestions
ridiculousfish
2012-02-06
*
Make history searching skip the autosuggestion
ridiculousfish
2012-02-06
*
Fix some bugs related to not updating our buffer size as our command line cha...
ridiculousfish
2012-02-06
*
Initial stab at autosuggestions
ridiculousfish
2012-02-06
*
insert_str -> insert_string
ridiculousfish
2012-02-06
*
Removed buff_len field. One fewer field, hooray.
ridiculousfish
2012-02-06
*
Large set of changes to migrate reader_data_t's buffer to std::wstring
ridiculousfish
2012-02-06
*
Const correctness changes
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
*
Work on new history implementation
ridiculousfish
2012-02-05
*
Removed the "don't highlight with stale data" code, that caused "flashing" as...
ridiculousfish
2012-02-03
*
Fix to highlight search results range matching again
ridiculousfish
2012-02-03
*
Migrate search_buff to wcstring
ridiculousfish
2012-02-03
*
Minor cleanup of background_highlight_context_t
ridiculousfish
2012-02-03
*
CLean up current_filename, make it a std::stack
ridiculousfish
2012-02-02
*
Migrate some al_list to std::vector
ridiculousfish
2012-02-02
*
Stop using placement new like a weirdo
ridiculousfish
2012-01-31
*
Squash a bunch of warnings
ridiculousfish
2012-01-31
*
Convert jobs list to std::list
ridiculousfish
2012-01-29
*
buggy-auto-complete is not so buggy now. Merged branch 'buggy-auto-complete' ...
Siteshwar Vashisht
2012-01-29
|
\
*
|
More work on LRU cache and adopting it in function and completion autoloading
ridiculousfish
2012-01-27
*
|
Convert some cases where parsers are created to using PARSER_TYPE_GENERAL
ridiculousfish
2012-01-22
*
|
More work towards instanced parser. First successful compilation
ridiculousfish
2012-01-22
|
*
Fixed more known auto completion bugs; auto completion calls working fine now
Siteshwar Vashisht
2012-01-20
|
*
Fixed reader.cpp to not show garbage while showing help on auto completing (o...
Siteshwar Vashisht
2012-01-19
|
*
Added constructor to completion_t for guarranted initialzation of flags attri...
Siteshwar Vashisht
2012-01-16
|
*
Merge branch 'CPlusPlus' of gitorious.org:~ridiculousfish/fish-shell/fishfish...
Siteshwar Vashisht
2012-01-16
|
|
\
|
|
/
|
/
|
|
*
Converted all auto completion calls (on pressing tab) to use std::vector<comp...
Siteshwar Vashisht
2012-01-16
*
|
More const and signed correctness. Warnings now fit on one page!
Peter Ammon
2012-01-14
*
|
Improved const-correctness, eliminating warnings.
Peter Ammon
2012-01-14
|
/
*
Lots of warnings fixes and const correctness
Peter Ammon
2012-01-14
*
Redesign new environment variables to use env_var_t instead of wcstring
Peter Ammon
2012-01-14
*
Merge branch 'Use_env_get_string' into CPlusPlus
Siteshwar Vashisht
2012-01-14
|
\
|
*
Modified reader.cpp to use env_get_string()
Siteshwar Vashisht
2012-01-12
*
|
Additional migration to STL data structures
ridiculousfish
2012-01-10
|
/
*
Fix for crash when unescaping a string with unbalanced quotes
ridiculousfish
2012-01-02
*
Migrate some more away from array_list_t
ridiculousfish
2011-12-28
*
Migration of screen away from ad-hoc lists
ridiculousfish
2011-12-27
*
Some changes to migrate towards C++ and a multithreaded model
ridiculousfish
2011-12-26
*
Initial C++ conversion
ridiculousfish
2011-12-26