Age | Commit message (Expand) | Author | Files | Lines |
2008-07-08 | Add a new legacy compatibility header, kill rpmints.h | Panu Matilainen | 1 | -2/+0 |
2008-07-04 | Bump version to resemble library versioning | Panu Matilainen | 1 | -1/+1 |
2008-05-12 | Fixup paths and Makefiles for rpmdb/ elimination | Panu Matilainen | 1 | -2/+2 |
2008-05-08 | Rip useless ROOT_GROUP checking from configure | Panu Matilainen | 1 | -34/+0 |
2008-04-30 | RIP alloca() | Panu Matilainen | 1 | -1/+0 |
2008-04-28 | Drop va_copy check, it's already done by C99 checks | Panu Matilainen | 1 | -14/+0 |
2008-04-28 | Require C99 capable compiler in configure | Panu Matilainen | 1 | -0/+5 |
2008-04-22 | Check for lzma library in configure.ac and reference it in Makefile.am | Jindrich Novy | 1 | -0/+8 |
2008-04-16 | Start phasing out internal copy of Lua | Panu Matilainen | 1 | -3/+15 |
2008-04-16 | Require mkstemp() | Jindrich Novy | 1 | -1/+1 |
2008-04-03 | Enable stack protector by default if gcc supports it | Panu Matilainen | 1 | -1/+1 |
2008-03-07 | Remove unused RPMUSER, GROUP etc from configure.ac | Panu Matilainen | 1 | -10/+0 |
2008-03-04 | Add super-H arch support (rhbz#432496) | Panu Matilainen | 1 | -0/+2 |
2008-02-05 | Rip the horrible (ia64) autorelocate kludgery. RIP. | Panu Matilainen | 1 | -7/+1 |
2008-01-09 | Drop internal db from dist tarballs | Panu Matilainen | 1 | -3/+6 |
2007-12-19 | Drop duplicate locale.h check | Panu Matilainen | 1 | -1/+0 |
2007-12-17 | Don't bother configuring db3 directory if using external db | Panu Matilainen | 1 | -1/+3 |
2007-12-11 | test == is a bashism. | Ralf Corsépius | 1 | -1/+1 |
2007-12-05 | Rename apidocs to hackingdocs, only build on request | Panu Matilainen | 1 | -6/+6 |
2007-11-26 | Adjust comment. | Ralf Corsépius | 1 | -1/+1 |
2007-11-26 | s/build_os/host_os/ | Ralf Corsépius | 1 | -43/+43 |
2007-11-22 | Add header preinstallation. | Ralf Corsépius | 1 | -0/+2 |
2007-11-22 | Eliminate egrep (Abandoned by POSIX many years ago). | Ralf Corsépius | 1 | -2/+2 |
2007-11-21 | Add AC_USE_SYSTEM_EXTENSIONS. | Ralf Corsépius | 1 | -4/+3 |
2007-11-21 | s/build_cpu/host_cpu/ | Ralf Corsépius | 1 | -7/+7 |
2007-11-13 | Fix build without O2 | Panu Matilainen | 1 | -0/+2 |
2007-11-08 | Disable -Wstrict-prototypes for now due to noise from NSPR headers | Panu Matilainen | 1 | -1/+3 |
2007-11-02 | Use NSS instead of beecrypt for encryption (Tomas Mraz) | Panu Matilainen | 1 | -13/+23 |
2007-10-30 | Replace AC_CHECK_FUNCS by AC_REPLACE_FUNCS for basename, getcwd, getwd, puten... | Ralf Corsépius | 1 | -4/+8 |
2007-10-29 | Remove AM_C_PROTOTYPES. | Ralf Corsépius | 1 | -5/+0 |
2007-10-27 | Abandon addlib(). | Ralf Corsépius | 1 | -22/+0 |
2007-10-27 | Eliminate AC_TRY_COMPILE (Obsolete). | Ralf Corsépius | 1 | -2/+2 |
2007-10-27 | Remove AC_PROG_GCC_TRADITIONAL (Obsolete). | Ralf Corsépius | 1 | -1/+0 |
2007-10-27 | Remove AC_ISC_POSIX (Obsolete). | Ralf Corsépius | 1 | -2/+0 |
2007-10-27 | Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. | Ralf Corsépius | 1 | -2/+2 |
2007-10-27 | Check for stdarg.h. | Ralf Corsépius | 1 | -25/+13 |
2007-10-24 | Add rpmdb/rpmints.h.in. | Ralf Corsépius | 1 | -0/+6 |
2007-10-24 | Remove AC_CHECK_FUNC(fchmod). | Ralf Corsépius | 1 | -3/+0 |
2007-10-18 | Remove WITH_APIDOCS, WITH_APIDOCS_TARGET. | Ralf Corsépius | 1 | -10/+3 |
2007-10-18 | Use DOXYGEN instead of __DOXYGEN. | Ralf Corsépius | 1 | -3/+3 |
2007-10-17 | Add automake option nostdinc. | Ralf Corsépius | 1 | -1/+1 |
2007-10-17 | Use HAVE_DB_H for both internal and external BDB | Panu Matilainen | 1 | -2/+3 |
2007-10-08 | Add __LZMA. | Ralf Corsépius | 1 | -0/+1 |
2007-10-05 | Add HAVE_DOT. | Ralf Corsépius | 1 | -0/+1 |
2007-10-04 | Stop checking for machine/types.h (Private header of some OSes not supposed t... | Ralf Corsépius | 1 | -1/+0 |
2007-10-03 | Remove $dirs (unused). | Ralf Corsépius | 1 | -1/+0 |
2007-10-01 | Remove AC_CHECK_HEADERS(thread.h). | Ralf Corsépius | 1 | -2/+1 |
2007-09-20 | Remove checks for synch.h, semaphore.h, aio.h (unused). | Ralf Corsépius | 1 | -2/+1 |
2007-09-20 | Make zlib conditional. | Ralf Corsépius | 1 | -12/+10 |
2007-09-20 | Tighten check for libbz2. | Ralf Corsépius | 1 | -8/+11 |