| Commit message (Expand) | Author | Age |
* | Use per-binary LDFLAGS to remove linking to useless libraries. This will redu... | axel | 2007-03-24 |
* | Various minor codee updates. Dead code removal, comment tweaking. Spelling fi... | axel | 2007-02-25 |
* | Bump version number | axel | 2007-02-09 |
* | Add flags for long file support in configure.ac. They should be useful when s... | axel | 2007-02-05 |
* | Add support for using __environ instead of environ, if it exists and environ ... | axel | 2007-01-28 |
* | Add support for backtraces - if the compiler and libc version supports it (pr... | axel | 2007-01-20 |
* | Bump version number | axel | 2006-12-08 |
* | Fix bed indentation in a few places | axel | 2006-11-30 |
* | Minor documentation, indentation tweaks | axel | 2006-11-30 |
* | Add --without-gettext switch to optionally disable gettext support | axel | 2006-11-30 |
* | Fix missing man-page generation when building from darcs tree. Also simplifys... | axel | 2006-11-20 |
* | Bump version number | axel | 2006-11-13 |
* | Try to detect seq versions installed by earlier fish versions and replace them | axel | 2006-11-03 |
* | Check if any libraries need to be linked in order to use iconv. This is neede... | axel | 2006-11-03 |
* | Code beutification in build files | axel | 2006-10-31 |
* | Bump version number | axel | 2006-10-31 |
* | Make the fish manpage in Doxygen and add it to the main fish documentation | axel | 2006-10-26 |
* | Add compiler warnings for some common incorrect usage of functions, such as f... | axel | 2006-10-20 |
* | New version of the xdg fix. Unlike the previous version, this one should actu... | axel | 2006-10-10 |
* | Fix compilation issues in xdg library caused missing headers. Thanks to James... | axel | 2006-10-10 |
* | Bump version number | axel | 2006-09-04 |
* | Minor polish | axel | 2006-09-04 |
* | Much more reliable getopt_long test. Idea from Netocrat. | axel | 2006-08-28 |
* | Redo the -POSIX_C_SOURCE test to only add macros if they are found to fix thi... | axel | 2006-08-28 |
* | Bump version number | axel | 2006-08-24 |
* | Switch back to using -D for _POSIX_C_SOURCE and _XOPEN_SOURCE - solves build ... | netocrat | 2006-08-13 |
* | Fix missing quote in configure.ac | axel | 2006-08-12 |
* | Switch to using AC_DEFINE instead of using -D switces in CFLAGS for a few mac... | axel | 2006-08-11 |
* | Remove unneded include in Autoconf test. Thanks to Netocrat. | axel | 2006-08-11 |
* | Always redefine del_curterm to be a no-op under bsd, seeme the double free bu... | axel | 2006-08-11 |
* | Add two BSD-specific preprocessor macros to get additional prototypes. Thanks... | axel | 2006-08-11 |
* | Remove unneded includes in autoconf tesst and add possibly needed one. Thanks... | axel | 2006-08-11 |
* | More header/autoconf fixes, improve winsize checking | axel | 2006-08-10 |
* | Add missing sys/select.h header needed on FreeBSD | axel | 2006-08-10 |
* | Add posix macros in configure.ac, not in Makefile, so that they will be honor... | axel | 2006-08-01 |
* | Add __EXTENSIONS__ macro when under Solaris | axel | 2006-08-01 |
* | Provide fallback of killpg function | axel | 2006-07-31 |
* | Provide fallback is struct winsize is not defined | axel | 2006-07-31 |
* | Include siginfo.h in all signal-using files to make Solaris happy. Thanks to ... | axel | 2006-07-31 |
* | Bump version number | axel | 2006-07-30 |
* | Include unistd.h and stropts.h in common.c to fix Solaris problems reported b... | axel | 2006-07-28 |
* | Move over fish_interactive.fish to be created by the Makefile, not by Autoconf | axel | 2006-07-20 |
* | Make sure autoconf tells the Makefile whether gettext is installed | axel | 2006-07-20 |
* | Remove translate.c. The gettext fallback functionality is moved to fallback.c... | axel | 2006-07-20 |
* | Set value of install path macros like DATADIR from the Makefile, not automati... | axel | 2006-07-20 |
* | Initialize etc/fish and share/fish from the Makefile, not automatically by Au... | axel | 2006-07-19 |
* | Don't check for presence of Doxygen in the configure script, since it's no lo... | axel | 2006-07-17 |
* | Bump version number to 1.21.9 | axel | 2006-07-15 |
* | Provide fallback implementation of lrand48_r | axel | 2006-06-15 |
* | Minor typo in configure script | axel | 2006-06-14 |