Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up strlc??.c and hook them up. | Matthias Andree | 2005-07-20 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4139 | ||||
* | Add BUGS document. | Matthias Andree | 2005-07-20 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4137 | ||||
* | Fix leftover bug from testing. | Matthias Andree | 2005-07-20 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4136 | ||||
* | Add new design notes document. | Matthias Andree | 2005-07-20 | 1 | -3/+8 |
| | | | | svn path=/trunk/; revision=4126 | ||||
* | Rename design-notes.html to esrs-design-notes.html. Remove ~esr/ path from ↵ | Matthias Andree | 2005-07-20 | 1 | -3/+3 |
| | | | | | | links. svn path=/trunk/; revision=4124 | ||||
* | Add trivial fetchmailconf.man. Reported by Miloslav Trmac. | Matthias Andree | 2005-07-03 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4074 | ||||
* | Fix VPATH build of fetchmail-man.html. | Matthias Andree | 2005-04-27 | 1 | -3/+1 |
| | | | | svn path=/trunk/; revision=4044 | ||||
* | Add a THANKS file, split older news out to OLDNEWS file. | Matthias Andree | 2005-04-24 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=4034 | ||||
* | Move the html2txt script to dist-tools. | Graham Wilson | 2004-11-29 | 1 | -5/+5 |
| | | | | svn path=/trunk/; revision=4012 | ||||
* | Re-add the m4-local directory, in case we need to add more macros in the ↵ | Graham Wilson | 2004-11-12 | 1 | -2/+2 |
| | | | | | | future. Put the macros we already have back in that directory. (reverts r3924 and r3923) svn path=/trunk/; revision=4002 | ||||
* | Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lack | Matthias Andree | 2004-11-10 | 1 | -2/+16 |
| | | | | | | real snprintf or vsnprintf. svn path=/trunk/; revision=3996 | ||||
* | Provide iana_charset, a normalized IANA charmap name. | Matthias Andree | 2004-11-07 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=3980 | ||||
* | Add RFC-2047 encoder for internationalized mail warnings. | Matthias Andree | 2004-10-19 | 1 | -3/+4 |
| | | | | svn path=/trunk/; revision=3948 | ||||
* | Kill m4-local directory, move the two files to top-level directory. | Matthias Andree | 2004-06-26 | 1 | -2/+2 |
| | | | | | | Suggested by Graham Wilson. svn path=/trunk/; revision=3923 | ||||
* | Fix build (make distcheck in particular) on systems without system-wide gettext. | Matthias Andree | 2004-06-20 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3916 | ||||
* | Empty environment to avoid 'Insecure $ENV{ENV} while running with -T switch' | Matthias Andree | 2004-06-20 | 1 | -1/+1 |
| | | | | | | in manServer.pl with Perl 5.8 on FreeBSD. svn path=/trunk/; revision=3915 | ||||
* | Fix HESIOD compile failure on FreeBSD 5-CURRENT, | Matthias Andree | 2004-06-20 | 1 | -2/+2 |
| | | | | | | | | | | adding a new macro that is based on ac_caolan_search_package from the autoconf macro archive. Mention +HESIOD in fetchmail -V if compiled in. svn path=/trunk/; revision=3912 | ||||
* | This is the large automake/gettext commit. | Matthias Andree | 2004-06-19 | 1 | -0/+93 |
It cleans up the whole build system and drops generated files such as intl/ and some from po/. The package version is moved to configure.in. HTML -> txt conversion is now done in html2txt.sh To bootstrap the package, read README.svn, make sure you have all prerequisite packages installed, then run ./bootstrap.sh. svn path=/trunk/; revision=3907 |