index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
merge branch 'bug-537' and branch 'bug-read-ctrlC'. This should fix both #537...
Jan Kanis
2013-02-05
|
\
*
|
optimize 'alias', fixing bug #486. Also some minor optimizations in 'type'
Jan Kanis
2013-02-05
|
*
rename reader_cancel_thread to reader_thread_job_is_stale, update comments
Jan Kanis
2013-02-05
*
|
Formatting
ridiculousfish
2013-02-03
*
|
Fix comments in proc.h (spelling, wording, format)
Cheer Xiao
2013-02-03
*
|
Teach fish how to put completion data inside a closing quote
ridiculousfish
2013-02-02
*
|
Tweak config.fish to only modify PATH once, for performance
ridiculousfish
2013-02-01
*
|
Add a newline to prevent a comment from being cut off
ridiculousfish
2013-02-01
*
|
Add man function to promote fish's man pages so it can serve as a suitable re...
ridiculousfish
2013-02-01
*
|
Make subcommands modify $status, and make builtin_set not modify status unles...
ridiculousfish
2013-01-31
*
|
Update share/completions/uname.fish
jonkerz
2013-01-31
*
|
Make a git variable local
ridiculousfish
2013-01-31
*
|
commit bc4f3476cded71a096adf46534784cdd84edb913
ridiculousfish
2013-01-30
*
|
Fix __fish_git_prompt's upstream indicator for git-svn branches
Kevin Ballard
2013-01-30
*
|
Update __fish_git_prompt.fish to use 'else if'
Kevin Ballard
2013-01-30
*
|
Attempt to further improve fish's handling when it runs out of fds, and plug ...
ridiculousfish
2013-01-30
*
|
Initial set of changes working to make fish robust against running out of fil...
ridiculousfish
2013-01-30
*
|
Try to make Valgrind completion not complain if valgrind is not installed
ridiculousfish
2013-01-30
*
|
Fix unused return value warning a different way
ridiculousfish
2013-01-27
*
|
Fixed an unused variable warning
ridiculousfish
2013-01-27
*
|
Fix to output the prompt even if fish_prompt fails
ridiculousfish
2013-01-27
*
|
Fix funced to stop outputing an error if no EDITOR is set
ridiculousfish
2013-01-27
*
|
Clean up man page parser output a bit
ridiculousfish
2013-01-27
*
|
Fix umask in Linux https://gist.github.com/4627181
ridiculousfish
2013-01-26
*
|
Indent switch + case properly. https://github.com/fish-shell/fish-shell/issue...
ridiculousfish
2013-01-24
*
|
Fix for an issue where the newline character would appear on blank lines. Ins...
ridiculousfish
2013-01-24
|
*
make the casting magic standards compliant and avoid compiler warnings; add e...
Jan Kanis
2013-01-24
|
*
replace compiler-supported TLS with pthread_get/setspecific; remove GPLv3 cod...
Jan Kanis
2013-01-24
*
|
Fix spelling: s/inetrnal/internal/g
Cheer Xiao
2013-01-24
*
|
Fix spelling: s/circut/circuit/g
Cheer Xiao
2013-01-24
*
|
Fix spelling: s/compeltion/completion/g
Cheer Xiao
2013-01-24
*
|
Break up $EDITOR before passing it to type to allow it to contain flags
ridiculousfish
2013-01-23
*
|
Allow $EDITOR to be an array. Fixes https://github.com/fish-shell/fish-shell/...
ridiculousfish
2013-01-23
|
*
extra comments
Jan Kanis
2013-01-23
|
*
make threadlocal use conditional on configure check. NB: This revision mixes ...
Jan Kanis
2013-01-23
|
*
implement reader_cancel_thread using __thread thread-local storage
Jan Kanis
2013-01-23
|
*
tweak reader interrupt behavior
Jan Kanis
2013-01-22
|
*
rename reader_data_t.interruptible to exit_on_interrupt
Jan Kanis
2013-01-22
|
*
move work out of interrupt handler (which is safer as well)
Jan Kanis
2013-01-22
|
*
fix comments on #516. Split `reader_interrupted` into a `reader_interrupted` ...
Jan Kanis
2013-01-22
|
*
reader_interrupted() should only be called on the main thread. fixes #537
Jan Kanis
2013-01-22
*
|
Remove Goodbye message. https://github.com/fish-shell/fish-shell/issues/521
ridiculousfish
2013-01-21
*
|
Remove trailing whitespaces
Cheer Xiao
2013-01-21
|
*
make the `read` builtin respect ctrl-C
Jan Kanis
2013-01-20
|
*
create reader_data_t.interruptible flag and infrastructure to make it work.
Jan Kanis
2013-01-20
|
/
*
Fix typo
Cheer Xiao
2013-01-21
*
Use double quotes in eval.fish
Cheer Xiao
2013-01-20
*
Added reference to packages built on OBS repository in README.md
Siteshwar Vashisht
2013-01-20
*
Rearrange some variables for possibly better alignment. int -> bool
ridiculousfish
2013-01-19
*
Big cleanup of env_set. Changed var_table_t to use direct var_entry_t instead...
ridiculousfish
2013-01-19
[next]