aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Redo the -POSIX_C_SOURCE test to only add macros if they are found to fix thi...Gravatar axel2006-08-28
* Use OK as return value for del_curterm fallbackGravatar axel2006-08-28
* Add a $version variable. Suggested by Martin BährGravatar axel2006-08-28
* Don't turn of file completion in svn completions if given an unknown subcommandGravatar axel2006-08-28
* Do not use the non-standard -i switch for sedGravatar axel2006-08-27
* If no completions have been found, use file completion even if command specif...Gravatar axel2006-08-27
* Fix bug reportad by Martin Bähr that causes fish fail when using blocks in p...Gravatar axel2006-08-27
* Don't use carriage return on initial painting of the promptGravatar axel2006-08-26
* Fix minor memory leak in completion codeGravatar axel2006-08-26
* Fix bug in completion code reported by Martin Bähr, as well as other bug evi...Gravatar axel2006-08-26
* Minor bugfix for the completions for the complete builtinGravatar axel2006-08-26
* Add minor new completion for make commandGravatar axel2006-08-26
* Allow slicing of command substitution outputGravatar axel2006-08-24
* Do not mix wide and narrow printf calls on stderr in set_color.cGravatar axel2006-08-24
* Bump version numberGravatar axel2006-08-24
* Use terminfo to look up tab width instead of assuming 8 character tabs when c...Gravatar axel2006-08-24
* Spelling correction in documentationGravatar axel2006-08-24
* Fix use og uncasted 0 as null pointer in vararg function. Potential crash bug...Gravatar axel2006-08-24
* Complete --do-complete argument should be optionalGravatar axel2006-08-24
* Ignore return code of exec_subshell when doing command substitutionGravatar axel2006-08-24
* Add documentation about new backslash escapes, and correct a broken link in t...Gravatar axel2006-08-24
* Add support for \a \f \v escape sequences, and make supåport for \e standard...Gravatar axel2006-08-24
* Fix incorrect usage of the term subshell when command substitution was meantGravatar axel2006-08-23
* Minor tweaks to previous fish_pager patch to fix two bugsGravatar axel2006-08-22
* fish_pager_via_stdinGravatar stew2006-08-22
* help --help should be same as help helpGravatar axel2006-08-22
* Work around Doxygen bug in man-file generationGravatar axel2006-08-22
* Add horizontal ruler between documentation for builtins and commandsGravatar axel2006-08-22
* Remove duplicate includeGravatar axel2006-08-18
* Update french translation, thanks to Xavier DouvilleGravatar axel2006-08-15
* Add a message to stdout in the help function describing where the help went i...Gravatar axel2006-08-15
* Documentation correctionGravatar axel2006-08-14
* Check return value of del_curtermGravatar axel2006-08-14
* Change null function to #define for del_curterm() - solves build problem on s...Gravatar netocrat2006-08-13
* Switch back to using -D for _POSIX_C_SOURCE and _XOPEN_SOURCE - solves build ...Gravatar netocrat2006-08-13
* Update fish_pager interface, first try - this is the second patch to redo the...Gravatar axel2006-08-13
* Add support for buffering of input to a command, the first step to piping dat...Gravatar axel2006-08-13
* Make fish pager use non-universal variables as well for getting it's colorsGravatar axel2006-08-12
* Fix missing quote in configure.acGravatar axel2006-08-12
* Switch to using AC_DEFINE instead of using -D switces in CFLAGS for a few mac...Gravatar axel2006-08-11
* Remove unneded include in Autoconf test. Thanks to Netocrat.Gravatar axel2006-08-11
* Always redefine del_curterm to be a no-op under bsd, seeme the double free bu...Gravatar axel2006-08-11
* Comment away currently unused function to avoid warning. Thanks to Netocrat.Gravatar axel2006-08-11
* Do not call closedir on directories that failed to open. Avoids crash bug. Th...Gravatar axel2006-08-11
* Remove non-unicode character in documentation file. Thanks to Netocrat.Gravatar axel2006-08-11
* Rearrange includes so that config.h is always the first file to be includedGravatar axel2006-08-11
* Add two BSD-specific preprocessor macros to get additional prototypes. Thanks...Gravatar axel2006-08-11
* Do not use ! to negate shellscript results, this is unsupported on Solaris. T...Gravatar axel2006-08-11
* Remove Solaris circular dependency in init file. Thanks to Netocrat.Gravatar axel2006-08-11
* Remove unneded includes in autoconf tesst and add possibly needed one. Thanks...Gravatar axel2006-08-11