aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* upgrade xsel to 1.2.0Gravatar Grissiom2010-09-18
* remove trailing spacesGravatar Grissiom2010-09-18
* add git submodule completionGravatar Grissiom2010-09-17
* Fix cd prompt fail on the case that CDPATH have variablesGravatar Grissiom2010-09-17
* ignore ~ backup filesGravatar Grissiom2010-09-16
* ignore po/*.gmoGravatar Grissiom2010-09-16
* Added .gitignore.Gravatar Ben Hoskings2010-09-16
* Fix an fprintf() type warning in set_color.c by using "%s".Gravatar Ben Hoskings2010-04-09
* Fix casting warnings in screen.c / s_update() by casting al_get() twice to co...Gravatar Ben Hoskings2010-04-09
* Declare write_loop() in print_help.c to fix warning (it's declared in common....Gravatar Ben Hoskings2010-04-09
* Fixed incompatible pointer warning in env_universal_common.c / iconv() call.Gravatar Ben Hoskings2010-04-09
* Write formatted duration to ENV_DURATION after commands that run for > 1s wal...Gravatar Ben Hoskings2010-04-09
* Allow newlines in fish_prompt, by joining prompt_list with newlines instead o...Gravatar Ben Hoskings2010-04-09
* Reduced timeout in select_try() from 5s to 10ms.Gravatar Ben Hoskings2010-04-09
* Bump version numberGravatar axel2009-03-09
* Update todo listGravatar axel2009-03-09
* Fix interactive job in background busy wait bug, reported by Randall D. WaldGravatar axel2009-03-01
* Prevent potential infinite loopGravatar James Vega2009-02-25
* Update copyright info, minor layout changes to section about licenses in fishGravatar axel2009-02-23
* Check return value of a few write calls and retry on EINTR, and fix a few oth...Gravatar axel2009-02-23
* Misc documentation updatesGravatar axel2009-02-23
* Hopefully make iconv detection work on OS X with non-gnu iconv implementationGravatar axel2009-02-23
* Don't make complete builtin complain when used in non-interactive mode, as we...Gravatar axel2009-02-23
* Fix read in noninteractive mode problems reported by James ReevesGravatar axel2009-02-23
* Handle exit status of processes terminated by signalsGravatar axel2009-02-22
* Pressing Control-C (or otherwise changeing the command line content through t...Gravatar axel2009-02-22
* prompt_pwd broken, this fix by James ReevesGravatar axel2009-02-21
* Oops, I broke recursive wildcard completionGravatar axel2009-02-21
* Document rename of save_function to func_save. Pointed out by Ovchinnikov GeorgeGravatar axel2009-02-19
* Added faw entry on history editing, written by Beni CherniavskyGravatar axel2009-02-17
* Make xdg-version of open handle multiple files.Gravatar axel2009-02-17
* Add possibility to define greeting function, suggested by Chris MillerGravatar axel2009-02-17
* This patch fixes a problem where prompt_pwd was printing the full path twice ...Gravatar Nick Pilon2008-01-23
* adds completion for Debian's invoke-rc.d commandGravatar terceiro2009-02-05
* function to put current git branch on the fish promptGravatar terceiro2009-02-05
* better git completionGravatar terceiro2009-02-05
* Fix warnings in FATAL_EXIT macroGravatar axel2009-02-05
* fix help for `open`Gravatar Isaac Dupree2008-06-06
* Make all fish that use universal variables binaries include iconvGravatar axel2009-02-03
* Actually escape the double-star recursive wildcard char when requested. This ...Gravatar axel2009-02-03
* Make proper autoconf test for availability of posix nan function instead of f...Gravatar axel2009-02-03
* Make fish avoid iterating through user list when completing file part of dire...Gravatar axel2009-02-03
* ish's current hostname completion uses ~/.ssh/known_hosts as one of its sourc...Gravatar axel2009-02-03
* Add support for completing aliases in ssh. Written by David Bronke.Gravatar axel2009-02-02
* Add effectv completions, written by Stefano Sabatini.Gravatar axel2009-02-02
* Fix color ls detection for BSD and OS X systems. Patch by Sven Axelsson.Gravatar axel2009-02-02
* Fix cd function to handle empty variables correctly. Patch by Sven Axelsson.Gravatar axel2009-02-02
* Fix user completion so it can handle comments in the passwd file. Patch by Sv...Gravatar axel2009-02-02
* Add netcat completions, written by James StanleyGravatar axel2009-02-02
* Better warning message when trying to exit with jobs running. PAtch and sugge...Gravatar axel2009-02-02