aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add an icon to fish.appGravatar ridiculousfish2013-02-05
|
* remove __warn_unused attribute from exec_subshellGravatar Jan Kanis2013-02-06
|
* merge branch 'bug-537' and branch 'bug-read-ctrlC'. This should fix both ↵Gravatar Jan Kanis2013-02-05
|\ | | | | | | #537 and #516
* | 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
| | | | | | | | Fixes https://github.com/fish-shell/fish-shell/issues/552
* | 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 ↵Gravatar ridiculousfish2013-02-01
| | | | | | | | replacement for help
* | Make subcommands modify $status, and make builtin_set not modify status ↵Gravatar ridiculousfish2013-01-31
| | | | | | | | | | | | | | unless it fails https://github.com/fish-shell/fish-shell/issues/547 https://github.com/fish-shell/fish-shell/issues/214
* | Update share/completions/uname.fishGravatar jonkerz2013-01-31
| | | | | | | | Typo: verion --> version
* | Make a git variable localGravatar ridiculousfish2013-01-31
| |
* | commit bc4f3476cded71a096adf46534784cdd84edb913Gravatar ridiculousfish2013-01-30
| | | | | | | | | | | | | | | | Author: U0 <rhyzix@gmail.com> Date: Wed Jan 30 15:02:23 2013 +0800 add completion support for aliased command Make a variable local
* | 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
| | | | | | | | some fd leaks
* | Initial set of changes working to make fish robust against running out of ↵Gravatar ridiculousfish2013-01-30
| | | | | | | | file descriptors
* | 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. ↵Gravatar ridiculousfish2013-01-24
| | | | | | | | https://github.com/fish-shell/fish-shell/issues/530
* | Fix for an issue where the newline character would appear on blank lines. ↵Gravatar ridiculousfish2013-01-24
| | | | | | | | Instead of inverting the newline character, draw it in gray.
| * make the casting magic standards compliant and avoid compiler warnings; add ↵Gravatar Jan Kanis2013-01-24
| | | | | | | | error check
| * replace compiler-supported TLS with pthread_get/setspecific; remove GPLv3 ↵Gravatar Jan Kanis2013-01-24
| | | | | | | | code from two commits ago
* | 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
| | | | | | | | More work on https://github.com/fish-shell/fish-shell/issues/541
* | Allow $EDITOR to be an array. Fixes ↵Gravatar ridiculousfish2013-01-23
| | | | | | | | https://github.com/fish-shell/fish-shell/issues/541
| * extra commentsGravatar Jan Kanis2013-01-23
| |
| * make threadlocal use conditional on configure check. NB: This revision mixes ↵Gravatar Jan Kanis2013-01-23
| | | | | | | | GPLv2-only and GPLv3+ code so should be considered proof of concept.
| * 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
| | | | | | | | and a `reader_reading_interrupted`
| * 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
|