aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* FormattingGravatar ridiculousfish2012-12-26
|
* Update OS X build instructionsGravatar ridiculousfish2012-12-26
|
* documentation TOC: remove duplicate name attributes, use id attribute insteadGravatar David Adam (zanchey)2012-12-26
|
* add __fish_print_commands and use it for helpGravatar David Adam (zanchey)2012-12-26
|
* Move make_vcs_completions.py to build_tools, and eliminate ↵Gravatar ridiculousfish2012-12-26
| | | | make_completions.py, which was a manage parser - we have a much better one now
* Fix to avoid suggesting files for empty tokensGravatar ridiculousfish2012-12-26
|
* fix signal raceGravatar Jan Kanis2012-12-24
|
* Removal of more lingering wcs2str()Gravatar ridiculousfish2012-12-24
|
* Remove leftover use of str2wcs.Gravatar Daniel James2012-12-24
|
* Make event_block_t.event not a referenceGravatar ridiculousfish2012-12-22
| | | | Stylistic tweaks
* FormattingGravatar ridiculousfish2012-12-22
|
* Merge branch 'event-bug-test' of git://github.com/JanKanis/fish-shell into ↵Gravatar ridiculousfish2012-12-22
|\ | | | | | | JanKanis-event-bug-test
| * include fixes and suggestions from code reviewGravatar Jan Kanis2012-12-22
| |
* | Clean up initialization of pipe_{read,write} in exec() a bit.Gravatar Cheer Xiao2012-12-21
| |
* | Make skip_fork a boolGravatar ridiculousfish2012-12-21
| |
* | Make echo recognize -neGravatar ridiculousfish2012-12-20
| |
* | Make meta-backspace less aggressive about what it deletesGravatar ridiculousfish2012-12-20
| |
* | Fix for an exception in a non-interactive shell with empty inputGravatar ridiculousfish2012-12-20
| |
* | Changes to work recognition per ↵Gravatar ridiculousfish2012-12-20
| | | | | | | | | | | | | | https://github.com/fish-shell/fish-shell/issues/384 Word movement should be very similar to fish 1.x backward-kill-word remains more liberal, but now stops at any of {,'"=}
* | Rewrite str2wcstring to properly handle embedded nulls, and be simplerGravatar ridiculousfish2012-12-20
| |
| * reference'ize event.cpp/hGravatar Jan Kanis2012-12-20
| |
| * Make event_t.arguments into a vector instead of an auto_ptr<vector>.Gravatar Jan Kanis2012-12-20
| | | | | | | | Yay for less indirection and less code! The resulting event_t structure is two pointers larger, but cuts out an indirection and allocation.
| * Allow 'emit' to accept event argumentsGravatar Jan Kanis2012-12-20
| |
| * fixed #449, added testGravatar Jan Kanis2012-12-20
| |
* | Simplify exec_subshell_internalGravatar ridiculousfish2012-12-19
| |
* | Eliminate str2wcsGravatar ridiculousfish2012-12-19
| |
| * testing for bug #449Gravatar Jan Kanis2012-12-19
| |
* | Replace darcs repositories by git repos.Gravatar Mikko Viitamäki2012-12-18
| |
* | Attempt to fix process expansion on LinuxGravatar ridiculousfish2012-12-18
| | | | | | | | Hopefully addresses https://github.com/fish-shell/fish-shell/issues/455
* | Apply the same fix to help completion too.Gravatar Cheer Xiao2012-12-17
| |
* | A quick fix to issue #456.Gravatar Cheer Xiao2012-12-17
| |
* | Add confdefs.h to .gitignoreGravatar Alex Rosenberg2012-12-17
| |
* | Fix spelling of "available" in complete functions.Gravatar Cheer Xiao2012-12-16
| |
* | Random fixes to comments.Gravatar Cheer Xiao2012-12-16
| |
* | Fix man completion: suppress stderr of apropsGravatar Cheer Xiao2012-12-16
|/
* Eliminate usage of __mb_cur_max, try to fix Linux buildGravatar ridiculousfish2012-12-12
|
* Output embedded null characters more oftenGravatar ridiculousfish2012-12-12
| | | | https://github.com/fish-shell/fish-shell/issues/444
* Remove -rdynamic compilation flag for OSXGravatar lledey2012-12-12
| | | | | | This flag is used for the backtrace() function. It provides more information for the backtrace on Linux, but is useless on OSX. Signed-off-by: lledey <lledey@gmail.com>
* Make fish_config compatible with Python 2.5Gravatar Anders Bergh2012-12-12
| | | | | | Try to import parse_qs from the cgi module, and simplejson instead of json. Use old string formatting. str.format() was backported from Python 3 to 2.6 and isn't available in 2.5.
* Fix to make fish_command_not_found_handler run the first timeGravatar ridiculousfish2012-12-11
|
* Attempt to delay looking up command-not-found until the first not-found ↵Gravatar ridiculousfish2012-12-11
| | | | command to speed up startup
* Removed some debugging code used in determining autosuggestion truncationGravatar ridiculousfish2012-12-11
| | | | Fixed a busted link in the function doc
* Remove tokenizer_test target and codeTGravatar ridiculousfish2012-12-11
|
* Fix for build errors with g++ 4.0.1Gravatar ridiculousfish2012-12-11
|
* forward-word should accept a word of an autosuggestionGravatar ridiculousfish2012-12-10
| | | | https://github.com/fish-shell/fish-shell/issues/435
* scp completions - describe usernames as usernamesGravatar David Adam (zanchey)2012-12-10
|
* fix typo in hostname completionGravatar David Adam (zanchey)2012-12-10
|
* Merge pull request #430 from lledey/masterGravatar ridiculousfish2012-12-08
|\ | | | | Fix compilation for Python dependencies suppression.
| * Fix compilation with Python dependencies suppression.Gravatar lledey2012-12-09
|/ | | | Signed-off-by: lledey <lledey@gmail.com>
* Remove Python dependency from Makefile and Xcode buildGravatar ridiculousfish2012-12-08
| | | | https://github.com/fish-shell/fish-shell/issues/429