aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | Remove origin/HEAD lines from __fish_git_branches.Gravatar Vincent Driessen2013-01-02
| | | | | | | | | | Related discussion: http://stackoverflow.com/questions/354312/why-is-origin-head-shown-when-running-git-branch-r
* | re-enable tests that were accidentally disabled in 0b1e3718Gravatar Jan Kanis2013-01-01
| |
* | make 'alias' check for recursive calls and insert 'command'; update docs, ↵Gravatar Jan Kanis2013-01-01
| | | | | | | | fix #486
| * 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
| | | | | | | | Copy constructor of io_data_t is removed.
| * 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 ↵Gravatar ridiculousfish2012-12-26
| | | | documentation build phase
* 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 ↵Gravatar ridiculousfish2012-12-26
| | | | make_completions.py, which was a manage parser - we have a much better one now
* 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
| | | | Stylistic tweaks
* FormattingGravatar ridiculousfish2012-12-22
|
* Merge branch 'event-bug-test' of git://github.com/JanKanis/fish-shell into ↵Gravatar ridiculousfish2012-12-22
|\ | | | | | | JanKanis-event-bug-test
| * 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 ↵Gravatar ridiculousfish2012-12-20
| | | | | | | | | | | | | | https://github.com/fish-shell/fish-shell/issues/384 Word movement should be very similar to fish 1.x backward-kill-word remains more liberal, but now stops at any of {,'"=}
* | 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
| | | | | | | | Yay for less indirection and less code! The resulting event_t structure is two pointers larger, but cuts out an indirection and allocation.
| * 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
| | | | | | | | Hopefully addresses https://github.com/fish-shell/fish-shell/issues/455