ridiculousfish
|
e285d2939b
|
Teach fish to exit without destructors in the normal path
|
2013-04-19 10:24:33 -07:00 |
|
ridiculousfish
|
6b602a4589
|
Minor cleanup in syntax highlighting
|
2013-04-19 10:24:33 -07:00 |
|
ridiculousfish
|
084542b943
|
print_variables should use ellipsis_char instead of literal ellipsis
|
2013-04-19 10:24:33 -07:00 |
|
ridiculousfish
|
ef8ea97044
|
Prevent inline destructor of completion_t to reduce compiled code size a bit
|
2013-04-19 10:24:33 -07:00 |
|
ridiculousfish
|
dd6d0e774c
|
Rearrange some macros in configure.ac so that CXXFLAGS can default to -g -O2 again
|
2013-04-19 10:24:33 -07:00 |
|
ridiculousfish
|
f934310337
|
Build with -fno-exceptions
https://github.com/fish-shell/fish-shell/issues/664
|
2013-04-19 10:24:33 -07:00 |
|
Siteshwar Vashisht
|
afe293c20a
|
Fixed compilation by adding missing header libintl.h
|
2013-04-17 06:41:58 +02:00 |
|
Siteshwar Vashisht
|
7f0a68f8d6
|
Fixed check for msgfmt in configure.ac
|
2013-04-16 15:13:05 +02:00 |
|
ridiculousfish
|
2517832718
|
Teach fish_config how to find fish from __fish_bin_dir
Fixes https://github.com/fish-shell/fish-shell/issues/621
|
2013-04-15 14:15:47 -07:00 |
|
ridiculousfish
|
bcf3accb74
|
Eliminate a static string from input_terminfo_get_sequence
|
2013-04-15 13:07:17 -07:00 |
|
ridiculousfish
|
1c5556334d
|
Try to fix UnicodeDecodeError in create_manpage_completions.py
https://github.com/fish-shell/fish-shell/issues/658
|
2013-04-15 01:05:56 -07:00 |
|
hansstimer
|
299d803396
|
Update go.fish
Fix typo for vet subcommand
|
2013-04-14 16:13:50 -07:00 |
|
Hans Stimer
|
d513ace39d
|
add completion for the Go tool
|
2013-04-14 16:13:50 -07:00 |
|
ridiculousfish
|
d5a9a4463c
|
Turn off RTTI when building with libstdc++
|
2013-04-14 15:59:41 -07:00 |
|
ridiculousfish
|
cf0baada2c
|
Removed INSTALL file, since it mostly duplicates what's present in README.md
|
2013-04-14 13:42:12 -07:00 |
|
ridiculousfish
|
49589e2da0
|
Added note about how to install ncurses, and what to do on EC2
Addresses https://github.com/fish-shell/fish-shell/pull/509
|
2013-04-14 13:38:56 -07:00 |
|
ridiculousfish
|
0e24676144
|
Fix to make create_manpage_completions work with Python 3
Fixes https://github.com/fish-shell/fish-shell/issues/658 ?
|
2013-04-14 02:03:53 -07:00 |
|
ridiculousfish
|
b0132821ac
|
Use 'command git' instead of git to defeat certain git aliases
https://github.com/fish-shell/fish-shell/pull/622
|
2013-04-14 02:03:53 -07:00 |
|
nmeum
|
24afe544a3
|
Typos
|
2013-04-14 12:19:56 +05:30 |
|
ridiculousfish
|
3d7ff9f758
|
Remove "law of minimalism" since echo is now a builtin and we're pretty clearly prioritizing performance over modularity.
https://github.com/fish-shell/fish-shell/issues/612
|
2013-04-13 23:13:18 -07:00 |
|
ridiculousfish
|
a81e70350b
|
Teach OS X package builder script to look up the version dynamically
|
2013-04-13 23:13:18 -07:00 |
|
nmeum
|
7f6f0ca103
|
Fixed a typo
It should be 'directory' not 'direcotry'
|
2013-04-13 22:38:29 +02:00 |
|
ridiculousfish
|
c89bc73740
|
Added WorkspaceSettings.xcsettings to prevent auto-creation of schemes
|
2013-04-13 12:21:10 -07:00 |
|
ridiculousfish
|
3100669b79
|
Add the Xcode schemes
|
2013-04-13 11:04:44 -07:00 |
|
ridiculousfish
|
22c670c3d3
|
Replace OS X installer PackageMaker document with a distribution file and script
|
2013-04-13 02:00:32 -07:00 |
|
ridiculousfish
|
c37c7cee05
|
Reduce compiled code size a bit
|
2013-04-13 02:00:31 -07:00 |
|
Siteshwar Vashisht
|
46579f3799
|
Removed xsel tarball from repository
|
2013-04-13 12:12:39 +05:30 |
|
Greg Dietsche
|
6de30028a8
|
tmux: make session auto-completion user friendly
make it more user friendly by matching the output of:
tmux list-sessions
Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
|
2013-04-12 14:03:26 -07:00 |
|
Greg Dietsche
|
c78c1427be
|
tmux: use status-left short flags
Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
Conflicts:
share/completions/tmux.fish
|
2013-04-12 14:03:26 -07:00 |
|
Greg Dietsche
|
953e7fd717
|
tmux: implement Status Line
Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
|
2013-04-12 14:03:26 -07:00 |
|
Greg Dietsche
|
1ae08cfedf
|
tmux: implement ENVIRONMENT
Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
|
2013-04-12 14:03:26 -07:00 |
|
ridiculousfish
|
3c116cd077
|
Change Makefile to not delete legacy binaries, but instead just notify the user about them. Change Makefile to only look for legacy binaries in $PREFIX instead of using which.
https://github.com/fish-shell/fish-shell/pull/655
|
2013-04-12 13:49:08 -07:00 |
|
ridiculousfish
|
bcab703e31
|
Fix a comment
|
2013-04-10 00:12:55 -07:00 |
|
ridiculousfish
|
73046ec838
|
Stomp exit status of initialization scripts so that fish starts out with $status 0
https://github.com/fish-shell/fish-shell/issues/635
|
2013-04-09 23:48:03 -07:00 |
|
ridiculousfish
|
e1734468f5
|
Support for building with C++11
|
2013-04-09 14:07:19 -07:00 |
|
Konrad Borowski
|
aa78292c2a
|
Update apt-get completion. Fixes #652.
|
2013-04-09 22:04:04 +05:30 |
|
ridiculousfish
|
8bbd8ab073
|
Hack up dcgettext to try to fix CentOS build
https://github.com/fish-shell/fish-shell/issues/645
|
2013-04-08 12:02:43 -07:00 |
|
ridiculousfish
|
b936be8e34
|
Hack up gettext to try to fix CentOS build
https://github.com/fish-shell/fish-shell/issues/645
|
2013-04-08 10:20:56 -07:00 |
|
ridiculousfish
|
b8f34cdd35
|
Teach case-insensitive completions about tildes. Fixes https://github.com/fish-shell/fish-shell/issues/647
|
2013-04-07 23:54:43 -07:00 |
|
Greg Dietsche
|
993c028579
|
make punctuation consistent
Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
|
2013-04-07 16:49:47 -07:00 |
|
Greg Dietsche
|
9285ade8a8
|
ftp: add support for ftp and pftp
Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
|
2013-04-07 16:49:46 -07:00 |
|
Greg Dietsche
|
83e9f0dd91
|
grep: add support for egrep, fgrep, rgrep
Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
|
2013-04-07 16:42:28 -07:00 |
|
Greg Dietsche
|
c641f5cbdc
|
grep: fix and add completions
Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
|
2013-04-07 16:42:28 -07:00 |
|
ridiculousfish
|
c6302e3b3f
|
Add some more cancellability to autosuggestions
|
2013-04-07 16:40:14 -07:00 |
|
ridiculousfish
|
94acb6ed5d
|
Rewrite unescape_yaml to be faster and not needlessly trigger COW behavior of std::string
|
2013-04-07 14:59:48 -07:00 |
|
ridiculousfish
|
42497d9932
|
Fix for issue where a file may be incompletely read on receipt of a signal.
|
2013-04-07 14:52:16 -07:00 |
|
ridiculousfish
|
3f172d13b2
|
Add thread assertion to proc_set_last_status
|
2013-04-07 14:38:57 -07:00 |
|
ridiculousfish
|
437b4397b9
|
Mark stdin as nonblocking if we get EWOULDBLOCK, and before handing it off to child processes when either starting them or moving them to the foreground.
https://github.com/fish-shell/fish-shell/issues/176
|
2013-04-07 12:40:08 -07:00 |
|
ridiculousfish
|
3a7ab3f030
|
Teaching history how to exit early on thread cancellation
|
2013-04-06 00:28:55 -07:00 |
|
ridiculousfish
|
fccf38a4d6
|
Don't pass 0 to seq because BSDs are dumb. Pipe tmux stderr to /dev/null
|
2013-04-04 21:52:23 -07:00 |
|