aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix bug reportad by Martin Bähr that causes fish fail when using blocks in ↵Gravatar axel2006-08-27
| | | | | | pipelines in interactive mode. darcs-hash:20060827005252-ac50b-09c98537b9de72f0d4a2e5a28490b2e38fe321c8.gz
* Don't use carriage return on initial painting of the promptGravatar axel2006-08-26
| | | | darcs-hash:20060826022416-ac50b-16746f45142589e7fa83e95b6ee6a2fad98432c4.gz
* Fix minor memory leak in completion codeGravatar axel2006-08-26
| | | | darcs-hash:20060826021948-ac50b-6fecba2056e47cb7c4e8499f2a51e1c0c23d0757.gz
* Fix bug in completion code reported by Martin Bähr, as well as other bug ↵Gravatar axel2006-08-26
| | | | | | evident in his bug report. darcs-hash:20060826013722-ac50b-08de084a40af8ba5d708a7cd162087b7afbb7648.gz
* Minor bugfix for the completions for the complete builtinGravatar axel2006-08-26
| | | | darcs-hash:20060825154545-ac50b-eaa8b210ddc6fb6a089deb5c2b19723bd92228f3.gz
* Add minor new completion for make commandGravatar axel2006-08-26
| | | | darcs-hash:20060825154516-ac50b-80284df4f7dd6cd332f2b21f5c9bdc359cc00eca.gz
* Allow slicing of command substitution outputGravatar axel2006-08-24
| | | | darcs-hash:20060824133904-ac50b-fbc43cf30d8eb15e50343b786af77f85fb0b8d4e.gz
* Do not mix wide and narrow printf calls on stderr in set_color.cGravatar axel2006-08-24
| | | | darcs-hash:20060824133828-ac50b-399d9c8d4f6cd7c36ceb2991011d9dae23851d6f.gz
* Bump version numberGravatar axel2006-08-24
| | | | darcs-hash:20060824105129-ac50b-999429675a936c246665940ee9154a524eae4be2.gz
* Use terminfo to look up tab width instead of assuming 8 character tabs when ↵Gravatar axel2006-08-24
| | | | | | calculating prompt width darcs-hash:20060824104354-ac50b-bfb6428411a9c3f6e7a8df980b1005fdd1842a10.gz
* Spelling correction in documentationGravatar axel2006-08-24
| | | | darcs-hash:20060824103055-ac50b-8a81c73571b76dd2800787ca6e5bd29787eb9501.gz
* Fix use og uncasted 0 as null pointer in vararg function. Potential crash ↵Gravatar axel2006-08-24
| | | | | | bug on 64 bit systems. darcs-hash:20060824103014-ac50b-3fb830f548d383b8cef7a37b737c90f3ad30c4bd.gz
* Complete --do-complete argument should be optionalGravatar axel2006-08-24
| | | | darcs-hash:20060824005315-ac50b-fa4fb8177bc11cf20f2f95fff43cd674a439bae0.gz
* Ignore return code of exec_subshell when doing command substitutionGravatar axel2006-08-24
| | | | darcs-hash:20060824005217-ac50b-9de976e1fe2d396b08b59619e46669bad6598ec2.gz
* Add documentation about new backslash escapes, and correct a broken link in ↵Gravatar axel2006-08-24
| | | | | | the docs darcs-hash:20060824005117-ac50b-39a1f56891c92e6a9b64b20fdd4bfd7d60090949.gz
* Add support for \a \f \v escape sequences, and make supåport for \e ↵Gravatar axel2006-08-24
| | | | | | standards compliant darcs-hash:20060824002609-ac50b-a1a9150d096647d9ab4c39d3245b528d7e75cd57.gz
* Fix incorrect usage of the term subshell when command substitution was meantGravatar axel2006-08-23
| | | | darcs-hash:20060822143831-ac50b-cb5267a6434adcbd5bafb452d688bee06c23d4d6.gz
* Minor tweaks to previous fish_pager patch to fix two bugsGravatar axel2006-08-22
| | | | darcs-hash:20060822135815-ac50b-35d9f643385ec29f9d8f93ca83d01e060de93cc7.gz
* fish_pager_via_stdinGravatar stew2006-08-22
| | | | darcs-hash:20060822012451-2edb7-d8939fab708d8c605d2c7d0683c71f11db659bc9.gz
* help --help should be same as help helpGravatar axel2006-08-22
| | | | darcs-hash:20060822005230-ac50b-b82c0665cae7427c09992f51e128e33cea44b41e.gz
* Work around Doxygen bug in man-file generationGravatar axel2006-08-22
| | | | darcs-hash:20060822004853-ac50b-3c5036484961825304059567670eea0ccb3cd643.gz
* Add horizontal ruler between documentation for builtins and commandsGravatar axel2006-08-22
| | | | darcs-hash:20060822004810-ac50b-aa75e233685ce4e0c22cde27411550a13efbeff6.gz
* Remove duplicate includeGravatar axel2006-08-18
| | | | darcs-hash:20060817155050-ac50b-bbbd5130688d1f3f5f4e4d48c4319faf4413995a.gz
* Update french translation, thanks to Xavier DouvilleGravatar axel2006-08-15
| | | | darcs-hash:20060814181448-ac50b-08e5a5e8eff3316411469730d03d756170e4b01a.gz
* Add a message to stdout in the help function describing where the help went ↵Gravatar axel2006-08-15
| | | | | | if help opens an external browser window darcs-hash:20060814181135-ac50b-6d9b05b714bc9576c260e87b5706e7d94dd73e39.gz
* Documentation correctionGravatar axel2006-08-14
| | | | darcs-hash:20060814120540-ac50b-25daddbd1130d1b57837affa6c58542fd91ff59e.gz
* Check return value of del_curtermGravatar axel2006-08-14
| | | | darcs-hash:20060813230502-ac50b-2b7e30d3560097725789bf6aa659835e30c7a81b.gz
* Change null function to #define for del_curterm() - solves build problem on ↵Gravatar netocrat2006-08-13
| | | | | | some BSDs. darcs-hash:20060813030853-344c5-7aa2cc3c70044214d90263999f2312f8f10296a4.gz
* Switch back to using -D for _POSIX_C_SOURCE and _XOPEN_SOURCE - solves build ↵Gravatar netocrat2006-08-13
| | | | | | problem on Solaris 10 darcs-hash:20060813030806-344c5-ad0eec62d3ce93d98adcad4b93318b06538eef95.gz
* Update fish_pager interface, first try - this is the second patch to redo ↵Gravatar axel2006-08-13
| | | | | | the fish_pager interface. Both this one and the previous one breaks the display of completions darcs-hash:20060813014602-ac50b-3d30e3486021b1ffddf3f1a69e86ee51a6aac611.gz
* Add support for buffering of input to a command, the first step to piping ↵Gravatar axel2006-08-13
| | | | | | data to fish_pager instead of using the argument list darcs-hash:20060813013803-ac50b-f8000d4c96162023411f84643f47221860b350b2.gz
* Make fish pager use non-universal variables as well for getting it's colorsGravatar axel2006-08-12
| | | | darcs-hash:20060811145528-ac50b-26be05f363f353d87ebceccf73385cd1af1c88f2.gz
* Fix missing quote in configure.acGravatar axel2006-08-12
| | | | darcs-hash:20060811142930-ac50b-52d1bb6faf07b6a0ddac754cee16e899dd196679.gz
* Switch to using AC_DEFINE instead of using -D switces in CFLAGS for a few ↵Gravatar axel2006-08-11
| | | | | | macros that don't need to be passed through the Makefile darcs-hash:20060811134859-ac50b-6efc59b9214909aa6804bed9c5919ed0e29ddf81.gz
* Remove unneded include in Autoconf test. Thanks to Netocrat.Gravatar axel2006-08-11
| | | | darcs-hash:20060811101005-ac50b-275a1240e7802f70eb763be42683b4d1f816a9b0.gz
* Always redefine del_curterm to be a no-op under bsd, seeme the double free ↵Gravatar axel2006-08-11
| | | | | | bug can surface under ncurses as well. Thanks to Netocrat. darcs-hash:20060811100756-ac50b-1b1010b696fdd9acf45ef85ab19e75f574e5198b.gz
* Comment away currently unused function to avoid warning. Thanks to Netocrat.Gravatar axel2006-08-11
| | | | darcs-hash:20060811093051-ac50b-d025c406234bb31e36c0b0b7951b54c6fc62ed07.gz
* Do not call closedir on directories that failed to open. Avoids crash bug. ↵Gravatar axel2006-08-11
| | | | | | Thanks to Netocrat. darcs-hash:20060811092639-ac50b-6615f51aad8c2a81917db08e2dc8f4da3d7db2ef.gz
* Remove non-unicode character in documentation file. Thanks to Netocrat.Gravatar axel2006-08-11
| | | | darcs-hash:20060811092603-ac50b-59a68550fa3279662113ec080b18e7930bb02fe2.gz
* Rearrange includes so that config.h is always the first file to be includedGravatar axel2006-08-11
| | | | darcs-hash:20060811011835-ac50b-847fc790288e3bb3f3a0ee7734ff278d2dc65bef.gz
* Add two BSD-specific preprocessor macros to get additional prototypes. ↵Gravatar axel2006-08-11
| | | | | | Thanks to Netocrat. darcs-hash:20060810203756-ac50b-21259e610fc738c6ad990d88b0af74d56d6a38f8.gz
* Do not use ! to negate shellscript results, this is unsupported on Solaris. ↵Gravatar axel2006-08-11
| | | | | | Thanks to Netocrat. darcs-hash:20060810194951-ac50b-7baee5f1ab962fac6fbb37f13e0a8ba134e910e2.gz
* Remove Solaris circular dependency in init file. Thanks to Netocrat.Gravatar axel2006-08-11
| | | | darcs-hash:20060810193338-ac50b-2f1f68170610e1669fc20298fcce50a920c3f38f.gz
* Remove unneded includes in autoconf tesst and add possibly needed one. ↵Gravatar axel2006-08-11
| | | | | | Thanks to Netocrat. darcs-hash:20060810192359-ac50b-8e38e24ada59928cf6f37e7ed625fe40a34fd5d7.gz
* Added missing include in input_common.c, needed under FreeBSD. Thanks to ↵Gravatar axel2006-08-11
| | | | | | Netocrat. darcs-hash:20060810190246-ac50b-190b0b2e1fbcab0bd742f5b98f7e1e173b793800.gz
* Added missing line continuation. Thanks to Netocrat.Gravatar axel2006-08-11
| | | | darcs-hash:20060810185244-ac50b-944f18d3bed557061e0625b805e51a6a743835ae.gz
* Avoid circular dependency in ls autoload. Second try.Gravatar axel2006-08-10
| | | | darcs-hash:20060809231155-ac50b-52b1b1609307fb05d3d8f32c972b0a22476a1da8.gz
* Add missing files to make uninstallGravatar axel2006-08-10
| | | | darcs-hash:20060809230749-ac50b-2948357bb000b47b49b6310dabd84410fde3b461.gz
* More header/autoconf fixes, improve winsize checkingGravatar axel2006-08-10
| | | | darcs-hash:20060809225338-ac50b-7162a690e44e2272f4760723f5bf8cc135dc5952.gz
* Fix typo in seq.inGravatar axel2006-08-10
| | | | darcs-hash:20060809225230-ac50b-8371f5fd1a22526325d46f5a0565e3a38d51bb78.gz