aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Added missing include in input_common.c, needed under FreeBSD. Thanks to Neto...Gravatar axel2006-08-11
* Added missing line continuation. Thanks to Netocrat.Gravatar axel2006-08-11
* Avoid circular dependency in ls autoload. Second try.Gravatar axel2006-08-10
* Add missing files to make uninstallGravatar axel2006-08-10
* More header/autoconf fixes, improve winsize checkingGravatar axel2006-08-10
* Fix typo in seq.inGravatar axel2006-08-10
* Use string.h not strings.h in all casesGravatar axel2006-08-10
* Add SIGUSR1 as fallback if SIGIO doesn't existGravatar axel2006-08-10
* Add missing sys/select.h header needed on FreeBSDGravatar axel2006-08-10
* A new faq question and some minor documentation editsGravatar axel2006-08-09
* Minor edits to the spec fileGravatar axel2006-08-09
* Add a few missing dependencies for the spec fileGravatar axel2006-08-09
* Only write out titlebar message if it is of non-zero lengthGravatar axel2006-08-09
* Tweak spec file as per suggestions from Michael SchwendtGravatar axel2006-08-01
* Add posix macros in configure.ac, not in Makefile, so that they will be honor...Gravatar axel2006-08-01
* Add __EXTENSIONS__ macro when under SolarisGravatar axel2006-08-01
* The xpg4-path was mistyped. Fix it.Gravatar axel2006-08-01
* Fix minor nit in commentGravatar axel2006-08-01
* Fix another typo in common.cGravatar axel2006-08-01
* Fix typo in common.cGravatar axel2006-08-01
* Fix typo in signal.cGravatar axel2006-08-01
* Use S_IS* macros instead of S_IF*, which are non-posixGravatar axel2006-08-01
* Changes to the fish spec file, written by Paul Howarth. Fixes spelling and br...Gravatar axel2006-08-01
* Make grep call in seq fallback implementation Posix compliantGravatar axel2006-08-01
* Move over a few more objects to the new array_list functionsGravatar axel2006-08-01
* Fix bug when using same array index more than once in a single array expansio...Gravatar axel2006-08-01
* Use the new array_list functions in exec.cGravatar axel2006-08-01
* Use maxi not max in test suite when comaparing intsGravatar axel2006-08-01
* Minor documentation additionsGravatar axel2006-08-01