summaryrefslogtreecommitdiff
path: root/misc/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2012-05-31Bury our glob() implementation entirely inside rpmglob.c (RhBug:819680)Panu Matilainen1-1/+0
- Lump glob.h and glob.c into rpmglob.c in all their g(l)ory libc decorations and make everything static to stop overriding system library symbols with our own glob().
2010-10-12Fix misc/ include pathPanu Matilainen1-1/+1
- -I$(top_builddir)/include/rpm was never right, and now with fts moved into misc/ this shows as rpm/rpmutil.h not getting found.
2010-10-01Stuff fts into a convenience library in misc/Panu Matilainen1-1/+1
- This is not really native rpm code but a copy of (glibc?) FTS implementation, with slight modification to avoid symbol name collisions. Stick it where the sun don't shine, we'd eventually like to get rid of such bundled external code.
2010-02-03Kill off couple of dangling lib/fs.c referencesPanu Matilainen1-1/+1
2010-01-04Lose the hysterical fakefork hackPanu Matilainen1-1/+1
- we're not particularly interested in AmigaOS quirks from 1996
2010-01-04Remove further replacement functions for POSIX 2001 required bitsPanu Matilainen1-4/+2
- getwd(), getcwd(), basename() and realpath() are all POSIX 2001 defined, we dont care about older stuff
2010-01-04Remove unnecessary setenv() replacement functionPanu Matilainen1-1/+1
- setenv() and unsetenv() are required by POSIX 2001, we dont care about older systems
2010-01-04Remove largely unnecessary putenv() replacementPanu Matilainen1-2/+1
- only the lua posix extension "uses" this by providing putenv() to Lua, make it conditional and return error if not supported by the underlying operating system
2010-01-04Eliminate myrealloc() replacement functionPanu Matilainen1-1/+1
- realloc(NULL, size) is defined as equal to malloc(size) in C99 and POSIX 2001, we dont care about anything older than that
2010-01-04Remove unneeded strdup() replacement in misc/Panu Matilainen1-1/+1
- rpmio's own version is always there and portable, this is not needed
2009-12-23Remove replacements for C99 mandated functionsPanu Matilainen1-6/+3
- rpm requires C99 compiler anyway, no point in carrying these around
2009-12-23Remove unneeded replacement error/warn functionsPanu Matilainen1-2/+1
2008-04-30RIP alloca()Panu Matilainen1-2/+2
2007-11-22Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS.Ralf Corsépius1-1/+1
2007-10-30Remove memcmp.c.Ralf Corsépius1-1/+1
2007-10-30Build libmisc.la.Ralf Corsépius1-5/+3
Use @LTLIBOBJS@.
2007-10-17Cleanup CPPFLAGS.Ralf Corsépius1-1/+2
2007-09-10Eliminate noinst_HEADERS.Ralf Corsépius1-6/+5
2007-08-22Remove INCPATH.Ralf Corsépius1-1/+1
2007-08-05Automake cleanups.Panu Matilainen1-3/+1
- Replace INCLUDES with AM_CPPFLAGS (INCLUDES has been replaced by AM_CPPFLAGS and is deprecated in modern automakes for several years) - Require autoconf-2.61 and automake-1.10 (already required by autogen.sh) - update mkinstalldirs with the version from automake-1.10 (The version in rpm is ancient and known to be bugged) Patch from Ralf Corsepius
2005-01-23- blueprint rpm-4_4 and HEAD to minimize diff spew.jbj1-1/+1
CVS patchset: 7706 CVS date: 2005/01/23 20:44:57
2005-01-05build rpm-4.4.1-0.6.jbj1-1/+1
CVS patchset: 7674 CVS date: 2005/01/05 04:46:01
2002-05-16- opaque (well mostly) rpmTransactionSet using methods.jbj1-1/+1
CVS patchset: 5437 CVS date: 2002/05/16 16:55:21
2001-01-03- fix: avoid locale issues with strcasecmp/strncasecmp (#23199).jbj1-2/+2
- remove almost all explicit uses of stderr in rpmlib using rpmError(). CVS patchset: 4406 CVS date: 2001/01/03 20:19:27
2000-08-28- rip out rpm{get,put}text, use getpo.sh and specspo instead.jbj1-3/+1
CVS patchset: 4139 CVS date: 2000/08/28 01:50:45
2000-06-13More libtool fiddles.jbj1-3/+1
CVS patchset: 3837 CVS date: 2000/06/13 07:15:15
2000-03-09- portability: skip bzip2 if not available.jbj1-2/+2
- portability: skip gzseek if not available (zlib-1.0.4). - portability: skip personality if not available (linux). - portability: always include arpa/inet.h (HP-UX). - portability: don't use id -u (Brandon Allbery). - portability: don't chown/chgrp -h w/o lchown. - portability: splats in rpm.spec to find /usr/{share,local}/locale/* CVS patchset: 3610 CVS date: 2000/03/09 18:13:02
2000-02-24(solaris 2.6): portability requires setenv.c.jbj1-1/+1
CVS patchset: 3587 CVS date: 2000/02/24 23:33:58
1999-11-27lib/stubs.c: Add portability routines to rpmlib for portable shared rpmlib.jbj1-4/+4
lib/rpmio.c: Internalize single use of inet_aton(). lib/rpmio.h: Include libio.h retrofit here rather than in system.h. configure.in: Remove regex/glob tests. CVS patchset: 3440 CVS date: 1999/11/27 00:15:07
1999-09-30Build on solaris2.6 with gcc.jbj1-2/+1
CVS patchset: 3362 CVS date: 1999/09/30 21:20:34
1999-09-26Add regex.c/regex.h.jbj1-6/+7
CVS patchset: 3336 CVS date: 1999/09/26 23:46:42
1999-09-26Search /usr/include before misc.jbj1-1/+4
CVS patchset: 3335 CVS date: 1999/09/26 23:44:36
1999-09-20Add err.[ch] to portability checks (as yet unused).jbj1-8/+8
get latest error.[ch] from glibc. CVS patchset: 3310 CVS date: 1999/09/20 15:35:08
1999-03-16Fix newSpec in "rpm -q --specfile --specedit"jbj1-7/+7
CVS patchset: 2892 CVS date: 1999/03/16 20:04:26
1999-01-25Eliminate generated files.jbj1-4/+4
CVS patchset: 2750 CVS date: 1999/01/25 19:46:40
1999-01-22Use libtool to build libraries, but force --disable-shared for now.jbj1-4/+4
CVS patchset: 2745 CVS date: 1999/01/22 18:42:31
1999-01-19Released rpm-2.90 -- version is now 2.91jbj1-1/+1
Use automake 1.4 and autoconf 2.13. CVS patchset: 2726 CVS date: 1999/01/19 23:54:30
1998-10-11permit rpm to be built in a sub-directory (--srcdir=DIR).jbj1-1/+3
CVS patchset: 2441 CVS date: 1998/10/11 15:19:55
1998-10-08rpmgettext on solaris.jbj1-6/+11
CVS patchset: 2429 CVS date: 1998/10/08 18:49:59
1998-10-08configure using automake.jbj1-0/+19
CVS patchset: 2418 CVS date: 1998/10/08 10:40:27