aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* some optimization on filling prompt_buffGravatar Grissiom2010-10-06
* don't expand variables in no_exec modeGravatar Grissiom2010-10-06
* update .gitignoreGravatar Grissiom2010-10-05
* add prof targetGravatar Grissiom2010-10-05
* fix bug in build debug targeGravatar Grissiom2010-10-05
* don't parse the options that should be passed to fish scriptsGravatar Grissiom2010-10-03
* only count the last line of promt when caculate prompt widthGravatar Grissiom2010-09-24
* ignore tmp staff in tests/Gravatar Grissiom2010-09-24
* Merge remote branch 'origin/otherchirps-dev'Gravatar Grissiom2010-09-19
|\
* | call original grep in sgrepGravatar Grissiom2010-09-19
* | Revert "match the whole command for git completion"Gravatar Grissiom2010-09-19
* | don't complete file names for git checkoutGravatar Grissiom2010-09-19
* | match the whole command for git completionGravatar Grissiom2010-09-19
* | event_fire( 0 ); => event_fire( NULL );Gravatar Grissiom2010-09-18
* | use $() in Makefile var expansionGravatar Grissiom2010-09-18
* | reader_read( 0... => reader_read( STDIN_FILENOGravatar Grissiom2010-09-18
* | configure xsel in configure phaseGravatar Grissiom2010-09-18
* | add XSEL_BIN var in configure.acGravatar Grissiom2010-09-18
* | make clean should clean xsel and make distclean should delete itGravatar Grissiom2010-09-18
* | use variables as xsel targetGravatar Grissiom2010-09-18
* | don't make xsel in subshellGravatar Grissiom2010-09-18
* | remove trialing spaces #2Gravatar Grissiom2010-09-18
* | 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
| * added '-c' option to the functions.txt docs.Gravatar Christopher Nilsson2010-09-12
| * 'functions --copy': added sanity check on new function name.Gravatar Christopher Nilsson2010-09-12
| * replaced the functions '--rename' option with '--copy'.Gravatar Christopher Nilsson2010-09-09
| * Adding '--rename' option to 'functions' builtin.Gravatar Christopher Nilsson2010-09-08
* | 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