aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | Remove origin/HEAD lines from __fish_git_branches.Gravatar Vincent Driessen2013-01-02
* | re-enable tests that were accidentally disabled in 0b1e3718Gravatar Jan Kanis2013-01-01
* | make 'alias' check for recursive calls and insert 'command'; update docs, fix...Gravatar Jan Kanis2013-01-01
| * Use const shared_ptr<io_data_t>& instead of copying where appropriate.Gravatar Cheer Xiao2013-01-01
| * Convert all io_data_t copying to shared_ptr copying.Gravatar Cheer Xiao2013-01-01
| * Use shared_ptr to manage io_data_t*.Gravatar Cheer Xiao2012-12-31
|/
* parsing numbers imho better uses + rather than |Gravatar Jan Kanis2012-12-30
* document set -L/--long optionGravatar Jan Kanis2012-12-29
* clarify docs on variable scope in functionsGravatar Jan Kanis2012-12-29
* Fix a bad use of testGravatar ridiculousfish2012-12-27
* Another attempt to make build_documentation.sh work in LinuxGravatar ridiculousfish2012-12-27
* Try to make mktemp work on LinuxGravatar ridiculousfish2012-12-27
* Make the Makefile use the new build_documentation.sh script (gulp)Gravatar ridiculousfish2012-12-27
* Make fish more robust when multiple instances are started at onceGravatar ridiculousfish2012-12-27
* Factored out help_doc generation into build_tools/build_documentation.shGravatar ridiculousfish2012-12-27
* Teach help how to not drop fragments on OS XGravatar ridiculousfish2012-12-27
* Teach help how to go to the web if documentation is not installedGravatar ridiculousfish2012-12-27
* Re-point some URLs at the fish homepage fishshell.comGravatar ridiculousfish2012-12-27
* Teach fish_print_commands how to use __fish_datadirGravatar ridiculousfish2012-12-27
* Re-teach Makefile.in how to generate proper version numbers in man pagesGravatar ridiculousfish2012-12-27
* Made autoconf stop generating Doxyfile.help in preparation for Xcode document...Gravatar ridiculousfish2012-12-26
* FormattingGravatar ridiculousfish2012-12-26
* Update OS X build instructionsGravatar ridiculousfish2012-12-26
* documentation TOC: remove duplicate name attributes, use id attribute insteadGravatar David Adam (zanchey)2012-12-26
* add __fish_print_commands and use it for helpGravatar David Adam (zanchey)2012-12-26
* Move make_vcs_completions.py to build_tools, and eliminate make_completions.p...Gravatar ridiculousfish2012-12-26
* Fix to avoid suggesting files for empty tokensGravatar ridiculousfish2012-12-26
* fix signal raceGravatar Jan Kanis2012-12-24
* Removal of more lingering wcs2str()Gravatar ridiculousfish2012-12-24
* Remove leftover use of str2wcs.Gravatar Daniel James2012-12-24
* Make event_block_t.event not a referenceGravatar ridiculousfish2012-12-22
* FormattingGravatar ridiculousfish2012-12-22
* Merge branch 'event-bug-test' of git://github.com/JanKanis/fish-shell into Ja...Gravatar ridiculousfish2012-12-22
|\
| * include fixes and suggestions from code reviewGravatar Jan Kanis2012-12-22
* | Clean up initialization of pipe_{read,write} in exec() a bit.Gravatar Cheer Xiao2012-12-21
* | Make skip_fork a boolGravatar ridiculousfish2012-12-21
* | Make echo recognize -neGravatar ridiculousfish2012-12-20
* | Make meta-backspace less aggressive about what it deletesGravatar ridiculousfish2012-12-20
* | Fix for an exception in a non-interactive shell with empty inputGravatar ridiculousfish2012-12-20
* | Changes to work recognition per https://github.com/fish-shell/fish-shell/issu...Gravatar ridiculousfish2012-12-20
* | Rewrite str2wcstring to properly handle embedded nulls, and be simplerGravatar ridiculousfish2012-12-20
| * reference'ize event.cpp/hGravatar Jan Kanis2012-12-20
| * Make event_t.arguments into a vector instead of an auto_ptr<vector>.Gravatar Jan Kanis2012-12-20
| * Allow 'emit' to accept event argumentsGravatar Jan Kanis2012-12-20
| * fixed #449, added testGravatar Jan Kanis2012-12-20
* | Simplify exec_subshell_internalGravatar ridiculousfish2012-12-19
* | Eliminate str2wcsGravatar ridiculousfish2012-12-19
| * testing for bug #449Gravatar Jan Kanis2012-12-19
* | Replace darcs repositories by git repos.Gravatar Mikko Viitamäki2012-12-18
* | Attempt to fix process expansion on LinuxGravatar ridiculousfish2012-12-18