January 31, 2008
View 6053d09

allow to specify libgmp location, by using --with-libgmp-prefix, by default current prefix is also searched allow to specify libb2 location, by using --with-bz2-prefix, by default current prefix is also searched locating gmp and bz2 works by default on OpenBSD (bb #301) move local m4 macros to m4/ import lib-link.m4 and dependent files quoting for autoconf macros (bb #452)

Török Edvin authored on 2008/01/31 21:07:57
View 7d39618

fix quoting of version.

Török Edvin authored on 2008/01/31 06:33:27
View 8b46ba3

add AC_C_RESTRICT (bb #452)

Török Edvin authored on 2008/01/31 06:12:43
View 4c56bff

build system modernization: (based on suggestion from Markus Elfring <Markus.Elfring*web.de> in bb #452) * use AC_CONFIG_HEADER, since AM_CONFIG_HEADER is obsolete * put configure files into auxiliary directory * fix main declaration in FD_SETSIZE test * check for failure on fopen in FD_SETSIZE test * move version from AM_INIT_AUTOMAKE to AC_INIT, old form was obsolete * eliminate automake warnings, update Makefile.am * rename .splitted to .split (requested by aCaB)

Török Edvin authored on 2008/01/31 06:06:36
January 22, 2008
View 1d64380

drop internal snprintf implementation

Tomasz Kojm authored on 2008/01/22 02:38:42
January 7, 2008
View 6eac0e0

improve iconv() detection, by actually trying to link a test-program (bb #599).

Török Edvin authored on 2008/01/07 03:06:56
December 29, 2007
View ff75ded

strcasestr() check and replacement.

Török Edvin authored on 2007/12/29 00:13:12
December 13, 2007
View 5ca7fd1

re-include RAR code

Tomasz Kojm authored on 2007/12/13 06:46:34
December 6, 2007
View 067ecc2

temporarily remove the RAR code

Tomasz Kojm authored on 2007/12/06 23:48:48
October 31, 2007
View ed93f13

preliminary autoit support (ea05/ea06) minor fixes coming up later

aCaB authored on 2007/10/31 03:53:25
October 27, 2007
View 6ce3024

by default don't build and link with libclamunrar; use --enable-unrar to build with RAR support

Tomasz Kojm authored on 2007/10/27 03:45:20
October 23, 2007
View 2fda4dc

* libclamunrar: move unrar to a separate library, under an unrar license. * libclamav/unarj: further bounds checking

Trog authored on 2007/10/23 21:04:53
September 18, 2007
View 53ff1b0

add regcomp(), regexec() impl. from OpenBSD's libc. This code is licensed under the 3-clause BSD. This will be used instead of system provided regexec()/regcomp() to have consistent behaviour across platforms.

Török Edvin authored on 2007/09/18 03:54:56
September 7, 2007
View 09eab32

move hardware acceleration code to contrib/hwaccel/hwaccel.patch

Tomasz Kojm authored on 2007/09/07 23:22:10
July 9, 2007
View 35eb635

compiler indepenedent sign-extended signed right shift macroes

aCaB authored on 2007/07/09 01:43:56