index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
common.cpp
Commit message (
Expand
)
Author
Age
*
Initial work towards making autosuggestion smarter by recognizing paths
ridiculousfish
2012-02-15
*
Removed some al_list functions
ridiculousfish
2012-02-10
*
Final removal of halloc. It's like Christmas Morning.
ridiculousfish
2012-02-09
*
Some hopefully good changes to get IOs off of halloc
ridiculousfish
2012-02-09
*
Get rid of some string buffer
ridiculousfish
2012-02-09
*
Fixup wsetlocale to use wcstring
ridiculousfish
2012-01-31
*
Clean up how argv is stored in process_t
ridiculousfish
2012-01-31
*
Change parser_t::parse_job's args array to be a local, rather than just leak ...
ridiculousfish
2012-01-31
*
Substantial modifications of expand_variables to modernize, normalize memory ...
ridiculousfish
2012-01-30
*
Migrate functions like parser_keywords_is_block to wcstring
ridiculousfish
2012-01-30
*
A bunch of work to move towards a sane memory model in job_t
ridiculousfish
2012-01-29
*
Fixed reader.cpp to not show garbage while showing help on auto completing (o...
Siteshwar Vashisht
2012-01-19
*
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
|
*
Improve const and signed/unsigned correctness
Peter Ammon
2012-01-14
|
/
*
Lots of warnings fixes and const correctness
Peter Ammon
2012-01-14
*
Incorporate Siteshwar's patch for building on Linux
ridiculousfish
2012-01-05
*
Fix for crash when unescaping a string with unbalanced quotes
ridiculousfish
2012-01-02
*
Migrate some more off of al_list
ridiculousfish
2011-12-26
*
Some changes to migrate towards C++ and a multithreaded model
ridiculousfish
2011-12-26
*
Initial C++ conversion
ridiculousfish
2011-12-26