aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* remove __warn_unused attribute from exec_subshellGravatar Jan Kanis2013-02-06
* merge branch 'bug-537' and branch 'bug-read-ctrlC'. This should fix both #537...Gravatar Jan Kanis2013-02-05
|\
* | optimize 'alias', fixing bug #486. Also some minor optimizations in 'type'Gravatar Jan Kanis2013-02-05
| * rename reader_cancel_thread to reader_thread_job_is_stale, update commentsGravatar Jan Kanis2013-02-05
* | FormattingGravatar ridiculousfish2013-02-03
* | Fix comments in proc.h (spelling, wording, format)Gravatar Cheer Xiao2013-02-03
* | Teach fish how to put completion data inside a closing quoteGravatar ridiculousfish2013-02-02
* | Tweak config.fish to only modify PATH once, for performanceGravatar ridiculousfish2013-02-01
* | Add a newline to prevent a comment from being cut offGravatar ridiculousfish2013-02-01
* | Add man function to promote fish's man pages so it can serve as a suitable re...Gravatar ridiculousfish2013-02-01
* | Make subcommands modify $status, and make builtin_set not modify status unles...Gravatar ridiculousfish2013-01-31
* | Update share/completions/uname.fishGravatar jonkerz2013-01-31
* | Make a git variable localGravatar ridiculousfish2013-01-31
* | commit bc4f3476cded71a096adf46534784cdd84edb913Gravatar ridiculousfish2013-01-30
* | Fix __fish_git_prompt's upstream indicator for git-svn branchesGravatar Kevin Ballard2013-01-30
* | Update __fish_git_prompt.fish to use 'else if'Gravatar Kevin Ballard2013-01-30
* | Attempt to further improve fish's handling when it runs out of fds, and plug ...Gravatar ridiculousfish2013-01-30
* | Initial set of changes working to make fish robust against running out of fil...Gravatar ridiculousfish2013-01-30
* | Try to make Valgrind completion not complain if valgrind is not installedGravatar ridiculousfish2013-01-30
* | Fix unused return value warning a different wayGravatar ridiculousfish2013-01-27
* | Fixed an unused variable warningGravatar ridiculousfish2013-01-27
* | Fix to output the prompt even if fish_prompt failsGravatar ridiculousfish2013-01-27
* | Fix funced to stop outputing an error if no EDITOR is setGravatar ridiculousfish2013-01-27
* | Clean up man page parser output a bitGravatar ridiculousfish2013-01-27
* | Fix umask in Linux https://gist.github.com/4627181Gravatar ridiculousfish2013-01-26
* | Indent switch + case properly. https://github.com/fish-shell/fish-shell/issue...Gravatar ridiculousfish2013-01-24
* | Fix for an issue where the newline character would appear on blank lines. Ins...Gravatar ridiculousfish2013-01-24
| * make the casting magic standards compliant and avoid compiler warnings; add e...Gravatar Jan Kanis2013-01-24
| * replace compiler-supported TLS with pthread_get/setspecific; remove GPLv3 cod...Gravatar Jan Kanis2013-01-24
* | Fix spelling: s/inetrnal/internal/gGravatar Cheer Xiao2013-01-24
* | Fix spelling: s/circut/circuit/gGravatar Cheer Xiao2013-01-24
* | Fix spelling: s/compeltion/completion/gGravatar Cheer Xiao2013-01-24
* | Break up $EDITOR before passing it to type to allow it to contain flagsGravatar ridiculousfish2013-01-23
* | Allow $EDITOR to be an array. Fixes https://github.com/fish-shell/fish-shell/...Gravatar ridiculousfish2013-01-23
| * extra commentsGravatar Jan Kanis2013-01-23
| * make threadlocal use conditional on configure check. NB: This revision mixes ...Gravatar Jan Kanis2013-01-23
| * implement reader_cancel_thread using __thread thread-local storageGravatar Jan Kanis2013-01-23
| * tweak reader interrupt behaviorGravatar Jan Kanis2013-01-22
| * rename reader_data_t.interruptible to exit_on_interruptGravatar Jan Kanis2013-01-22
| * move work out of interrupt handler (which is safer as well)Gravatar Jan Kanis2013-01-22
| * fix comments on #516. Split `reader_interrupted` into a `reader_interrupted` ...Gravatar Jan Kanis2013-01-22
| * reader_interrupted() should only be called on the main thread. fixes #537Gravatar Jan Kanis2013-01-22
* | Remove Goodbye message. https://github.com/fish-shell/fish-shell/issues/521Gravatar ridiculousfish2013-01-21
* | Remove trailing whitespacesGravatar Cheer Xiao2013-01-21
| * make the `read` builtin respect ctrl-CGravatar Jan Kanis2013-01-20
| * create reader_data_t.interruptible flag and infrastructure to make it work.Gravatar Jan Kanis2013-01-20
|/
* Fix typoGravatar Cheer Xiao2013-01-21
* Use double quotes in eval.fishGravatar Cheer Xiao2013-01-20
* Added reference to packages built on OBS repository in README.mdGravatar Siteshwar Vashisht2013-01-20
* Rearrange some variables for possibly better alignment. int -> boolGravatar ridiculousfish2013-01-19