aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* upgrade xsel to 1.2.0Gravatar Grissiom2010-09-18
| | | | xsel 1.0 begin to support UFT-8.
* remove trailing spacesGravatar Grissiom2010-09-18
| | | | | This is done by `sed -i -e 's/[ \t]*$//' *.[c,h]`, which should not introduce any functionality change.
* add git submodule completionGravatar Grissiom2010-09-17
| | | | Merged from http://github.com/weavejester/fish-git
* Fix cd prompt fail on the case that CDPATH have variablesGravatar Grissiom2010-09-17
|
* ignore ~ backup filesGravatar Grissiom2010-09-16
|
* ignore po/*.gmoGravatar Grissiom2010-09-16
|
* Added .gitignore.Gravatar Ben Hoskings2010-09-16
|
* Fix an fprintf() type warning in set_color.c by using "%s".Gravatar Ben Hoskings2010-04-09
|
* Fix casting warnings in screen.c / s_update() by casting al_get() twice to ↵Gravatar Ben Hoskings2010-04-09
| | | | convert type and then size, instead of both at once.
* Declare write_loop() in print_help.c to fix warning (it's declared in ↵Gravatar Ben Hoskings2010-04-09
| | | | common.h, but including that file here breaks things badly).
* Fixed incompatible pointer warning in env_universal_common.c / iconv() call.Gravatar Ben Hoskings2010-04-09
|
* Write formatted duration to ENV_DURATION after commands that run for > 1s ↵Gravatar Ben Hoskings2010-04-09
| | | | wall time.
* Allow newlines in fish_prompt, by joining prompt_list with newlines instead ↵Gravatar Ben Hoskings2010-04-09
| | | | of nothing in exec_prompt().
* Reduced timeout in select_try() from 5s to 10ms.Gravatar Ben Hoskings2010-04-09
|
* Bump version numberGravatar axel2009-03-09
| | | | darcs-hash:20090308144106-ac50b-e64db4a3009f99b3c1d206bba1781775faef671c.gz
* Update todo listGravatar axel2009-03-09
| | | | darcs-hash:20090308142007-ac50b-22e9cc31212ff9647f75426327cdf5aff2d30f79.gz
* Fix interactive job in background busy wait bug, reported by Randall D. WaldGravatar axel2009-03-01
| | | | darcs-hash:20090301021441-ac50b-a9488a9e55f545c3b8bd52aa0fb00b2b967974a8.gz
* Prevent potential infinite loopGravatar James Vega2009-02-25
| | | | | | Ignore-this: 24edfe9248e1b667fcf4d8e151dd50f2 darcs-hash:20090224183601-35ec8-5e86d44c77af33376bd80485689d60c761ff17c6.gz
* Update copyright info, minor layout changes to section about licenses in fishGravatar axel2009-02-23
| | | | darcs-hash:20090222224540-ac50b-69c4f8dd027e4672b8d25f8240c1d5f625135ad1.gz
* Check return value of a few write calls and retry on EINTR, and fix a few ↵Gravatar axel2009-02-23
| | | | | | other warnings, mostly by printing error messages before giving up. darcs-hash:20090222202852-ac50b-b0e79142af5b7a99e55271d4001fa252d9684a1d.gz
* Misc documentation updatesGravatar axel2009-02-23
| | | | darcs-hash:20090222191714-ac50b-fdd090aafd60f71989ef5c63aac9f876dcad93eb.gz
* Hopefully make iconv detection work on OS X with non-gnu iconv implementationGravatar axel2009-02-23
| | | | darcs-hash:20090222191649-ac50b-4f7010fdbf662b71cb7c4c99d2ae6e00c7cccb83.gz
* Don't make complete builtin complain when used in non-interactive mode, as ↵Gravatar axel2009-02-23
| | | | | | we can always launch a debug prompt. Who are we to question why? darcs-hash:20090222162253-ac50b-bb3c9dc1d1fa33548a2ed7b3c7c4d21d527eba47.gz
* Fix read in noninteractive mode problems reported by James ReevesGravatar axel2009-02-23
| | | | darcs-hash:20090222162206-ac50b-c293945986f75103120606a64133b59fe82c02a6.gz
* Handle exit status of processes terminated by signalsGravatar axel2009-02-22
| | | | darcs-hash:20090221164656-ac50b-7bcbf6cb0bb8384560fbf9bf1059480cb4089def.gz
* Pressing Control-C (or otherwise changeing the command line content through ↵Gravatar axel2009-02-22
| | | | | | the commandline builtin) should clear the search buffer. darcs-hash:20090221154420-ac50b-52641fb6dd6e76aebc6244211e07c0861fb3eff0.gz
* prompt_pwd broken, this fix by James ReevesGravatar axel2009-02-21
| | | | darcs-hash:20090221104759-ac50b-35f7a896d3e62cd002605d47c090c7bec992317b.gz
* Oops, I broke recursive wildcard completionGravatar axel2009-02-21
| | | | darcs-hash:20090221104330-ac50b-ab9d487d3fc77fab32d9c49045d23b3e9124e618.gz
* Document rename of save_function to func_save. Pointed out by Ovchinnikov GeorgeGravatar axel2009-02-19
| | | | darcs-hash:20090218202037-ac50b-0351e8564d3274cd4fb364c07b4a3260f8a45f20.gz
* Added faw entry on history editing, written by Beni CherniavskyGravatar axel2009-02-17
| | | | darcs-hash:20090216211940-ac50b-4175fb2ae8ec2f5a67ac3c6a33a48bc5ac35eea2.gz
* Make xdg-version of open handle multiple files.Gravatar axel2009-02-17
| | | | darcs-hash:20090216211103-ac50b-f8268e8d50a84457bb49ac3d1e982cba09dbfec6.gz
* Add possibility to define greeting function, suggested by Chris MillerGravatar axel2009-02-17
| | | | darcs-hash:20090216210450-ac50b-9b4f7c5bf45afaf21d51e46ff8c2b11d171fcbf2.gz
* This patch fixes a problem where prompt_pwd was printing the full path twice ↵Gravatar Nick Pilon2008-01-23
| | | | | | under OS X and probably BSDs. (Which, needless to say, made for very long prompts) The problem was that (Free?)BSD sed and GNU sed handle ? differently. For BSD sed, ? is not special unless the -E flag is specified. The {0,1} syntax should work the same way in both. darcs-hash:20080122180340-5b666-21f1cdb835cbfa458a0f3d7344370837db962388.gz
* adds completion for Debian's invoke-rc.d commandGravatar terceiro2009-02-05
| | | | | | Ignore-this: f9ff385e3c239cedfbc9850b06822bba darcs-hash:20090204191757-69c1e-a55c2a720fd784c7be2534feacecd5e2ebdbeecd.gz
* function to put current git branch on the fish promptGravatar terceiro2009-02-05
| | | | | | Ignore-this: 841402742571f399e012514315b8e4f0 darcs-hash:20090204190358-69c1e-2ebcf761a4e55bc049ff1d5bba272d722b2d4501.gz
* better git completionGravatar terceiro2009-02-05
| | | | | | Ignore-this: af7fede5c1ee1d92c89d2887cbe54c0b darcs-hash:20090204185826-69c1e-f72e06ad575efee258b392afd17255166ac4a260.gz
* Fix warnings in FATAL_EXIT macroGravatar axel2009-02-05
| | | | darcs-hash:20090204224310-ac50b-111db6c8f5b74dad0a309441063d3d7e9bf8f55d.gz
* fix help for `open`Gravatar Isaac Dupree2008-06-06
| | | | darcs-hash:20080605192305-6c1c4-ccf59a87bf7197b5d07a33d7aaeb31638aa0aa52.gz
* Make all fish that use universal variables binaries include iconvGravatar axel2009-02-03
| | | | darcs-hash:20090203002620-ac50b-6be533cd1bf7dd043d96547b2c2f3ab4cda30e10.gz
* Actually escape the double-star recursive wildcard char when requested. This ↵Gravatar axel2009-02-03
| | | | | | will make sure the syntax highlighting doesn't try to perform a recursive wildcard expansion when cheching command name existance, which killed performance darcs-hash:20090202234751-ac50b-55dfd8b52f842826b02a69d6ab51c222108c30e3.gz
* Make proper autoconf test for availability of posix nan function instead of ↵Gravatar axel2009-02-03
| | | | | | fudging with the NAN macro. darcs-hash:20090202232049-ac50b-0176955677ff39fdd05eeefa20dca883863c34e6.gz
* Make fish avoid iterating through user list when completing file part of ↵Gravatar axel2009-02-03
| | | | | | directory starting with tilde. Also add a timeout to the directory iteration, to protect against humongously large user databases. darcs-hash:20090202224645-ac50b-353047a73e4d6f494f470fe2ea6c4a34b486d302.gz
* ish's current hostname completion uses ~/.ssh/known_hosts as one of its ↵Gravatar axel2009-02-03
| | | | | | sources of information, but ~/.ssh/config may also be useful. Gather all of the 'Host' declarations from ~/.ssh/config and filter out the ones with wildcards. Signed-off-by: James Vega <jamessan@debian.org> darcs-hash:20090202210242-ac50b-cf50070ee33ab6113e32a4d997d464ac4b1faf24.gz
* Add support for completing aliases in ssh. Written by David Bronke.Gravatar axel2009-02-02
| | | | darcs-hash:20090201231805-ac50b-196d4c81981efe681677fe8ca7f1cc833a4734da.gz
* Add effectv completions, written by Stefano Sabatini.Gravatar axel2009-02-02
| | | | darcs-hash:20090201225558-ac50b-5704829043880d0264e3e3908d324a39857ada16.gz
* Fix color ls detection for BSD and OS X systems. Patch by Sven Axelsson.Gravatar axel2009-02-02
| | | | darcs-hash:20090201222410-ac50b-e1e02244ae950c602d3b7e67fe567920c619024b.gz
* Fix cd function to handle empty variables correctly. Patch by Sven Axelsson.Gravatar axel2009-02-02
| | | | darcs-hash:20090201222058-ac50b-31a7ee2db9f68729c21ba153e1439cbeabff84ce.gz
* Fix user completion so it can handle comments in the passwd file. Patch by ↵Gravatar axel2009-02-02
| | | | | | Sven Axelsson. darcs-hash:20090201221921-ac50b-ef0883afe4dc68b43c1c705d49b6b5505dbf1e73.gz
* Add netcat completions, written by James StanleyGravatar axel2009-02-02
| | | | darcs-hash:20090201160411-ac50b-43c34e2a73477cde40f15887a810a7b365ec81c4.gz
* Better warning message when trying to exit with jobs running. PAtch and ↵Gravatar axel2009-02-02
| | | | | | suggestion from Josef Spillner. darcs-hash:20090201151601-ac50b-64bf24877419a9087f37eda2486232dfdabea9d2.gz