aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Make fishd base its variable files on the MAC address instead of hostnameGravatar ridiculousfish2013-01-08
* Keybinding of \ew and \ed: Insert a newline before displaying infoGravatar Cheer Xiao2013-01-07
* Teach build_documentation.sh to look in /Applications/Doxygen.appGravatar ridiculousfish2013-01-07
* Teach Xcode project how to build successfully without DoxygenGravatar ridiculousfish2013-01-07
* Re-enable alias redefinitionGravatar lledey2013-01-07
* remove -fno-optimize-sibling-calls flag for non-buggy setups; add extra comme...Gravatar Jan Kanis2013-01-07
* Fix for an out-of-range exception when resizing the window during funcedGravatar ridiculousfish2013-01-06
* Wrong sense for is_interactive_session checkGravatar ridiculousfish2013-01-06
* Fix for builtin_test crashGravatar ridiculousfish2013-01-06
* Add some more tests for autosuggestion combiningGravatar ridiculousfish2013-01-06
* Pass -f to rm share/man/man1 to avoid a benign error messageGravatar ridiculousfish2013-01-06
* When the user input contains capital letters, use its case rather than the au...Gravatar ridiculousfish2013-01-05
* Implement builtin [ via builtin testGravatar ridiculousfish2013-01-05
* Reset the color before we clear to eolGravatar ridiculousfish2013-01-04
* Hack around xdm's dumb assumption that the login shell is POSIX compliant so ...Gravatar ridiculousfish2013-01-04
* Revert shared_ptr<io_data_t> changes until kinks are ironed outGravatar ridiculousfish2013-01-04
* Remove io_duplicate, which is no longer usedGravatar ridiculousfish2013-01-04
* Replace some shared_ptrs with const shared_ptr &. Don't use shared_ptr in pos...Gravatar ridiculousfish2013-01-04
* Merge branch 'oo-io' of git://github.com/xiaq/fish-shell into xiaq-oo-ioGravatar ridiculousfish2013-01-03
|\
* | Teach the Xcode project how to install the man pagesGravatar ridiculousfish2013-01-03
* | Teach Xcode how to pass arguments to build_documentation.shGravatar ridiculousfish2013-01-03
* | Change build_documentation to take its paths as arguments, and the Makefile.i...Gravatar ridiculousfish2013-01-03
* | Make the Makefile mv man pages instead of cp them from help_doc, because help...Gravatar ridiculousfish2013-01-03
* | Make share/man/man1 manpages get built againGravatar ridiculousfish2013-01-03
* | really fix bug in export status of universal vars; add tests for that bugGravatar Jan Kanis2013-01-02
* | fix bug in export status of universal variable assignmentGravatar Jan Kanis2013-01-02
* | 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