summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
2012-05-31Bury our glob() implementation entirely inside rpmglob.c (RhBug:819680)Panu Matilainen3-1357/+0
2011-06-28Enable GLOB_ONLYDIR of the bundled glob() on platforms that support itPanu Matilainen1-1/+1
2010-10-12Fix misc/ include pathPanu Matilainen1-1/+1
2010-10-01Stuff fts into a convenience library in misc/Panu Matilainen3-1/+1347
2010-02-04Fix compile when using a linker that defaults to --no-as-neededRichard Hughes1-0/+1
2010-02-03Kill off couple of dangling lib/fs.c referencesPanu Matilainen1-1/+1
2010-02-03Kill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything implementing themFlorian Festi1-68/+0
2010-01-05Remove <string.h> include from system.h into the few places that still needPanu Matilainen1-0/+1
2010-01-05Include <stdlib.h> as necessary instead of system.hPanu Matilainen2-0/+2
2010-01-04Lose the hysterical fakefork hackPanu Matilainen2-9/+1
2010-01-04Remove further replacement functions for POSIX 2001 required bitsPanu Matilainen5-231/+2
2010-01-04Remove unnecessary setenv() replacement functionPanu Matilainen2-318/+1
2010-01-04Remove largely unnecessary putenv() replacementPanu Matilainen2-115/+1
2010-01-04Eliminate myrealloc() replacement functionPanu Matilainen2-9/+1
2010-01-04Remove unneeded strdup() replacement in misc/Panu Matilainen2-44/+1
2010-01-04Use rpm's own strdup() clone everywherePanu Matilainen1-2/+4
2009-12-23Remove replacements for C99 mandated functionsPanu Matilainen9-2016/+3
2009-12-23Remove unneeded replacement error/warn functionsPanu Matilainen5-502/+1
2009-12-23Dont include <pwd.h> from system.h, dont bother checking for it eitherPanu Matilainen1-0/+1
2008-11-03Ensure PATH_MAX is defined (ticket #3) Adam TkacPanu Matilainen1-12/+0
2008-04-30RIP alloca()Panu Matilainen2-506/+2
2007-11-22Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS.Ralf Corsépius1-1/+1
2007-10-30Remove memcmp.c.Ralf Corsépius2-374/+1
2007-10-30Build libmisc.la.Ralf Corsépius1-5/+3
2007-10-28Include "config.h" instead of <config.h>.Ralf Corsépius11-11/+11
2007-10-17Cleanup CPPFLAGS.Ralf Corsépius1-1/+2
2007-10-01Remove (unused).Ralf Corsépius1-7/+0
2007-09-11Remove splint tags.Ralf Corsépius3-57/+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
2007-07-12Silence yet another char ptr signedness warningPanu Matilainen1-1/+1
2005-01-28Revert glob/fnmatch/alloca uniqify on macosx for now.jbj4-41/+41
2005-01-25macosx/opendarwin hackery, take 1.jbj4-44/+41
2005-01-23- blueprint rpm-4_4 and HEAD to minimize diff spew.jbj1-1/+1
2005-01-17Build on macosx.jbj1-1/+1
2005-01-05build rpm-4.4.1-0.6.jbj1-1/+1
2005-01-04- mac os x patches (#133611, #133612, #134637).jbj1-0/+3
2004-10-14- fix: don't set handler if SIG_IGN is already set (#134474).jbj2-28/+64
2002-05-16- opaque (well mostly) rpmTransactionSet using methods.jbj1-1/+1
2002-02-22tpkgid cleanup.jbj1-11/+12
2001-01-03- fix: avoid locale issues with strcasecmp/strncasecmp (#23199).jbj3-159/+2
2000-08-28- rip out rpm{get,put}text, use getpo.sh and specspo instead.jbj6-472/+1
2000-06-13More libtool fiddles.jbj1-3/+1
2000-03-11Red Hat 4.2 has not __set_errno.jbj1-0/+8
2000-03-11Red Hat 5.2 has not __PMT.jbj1-1/+1
2000-03-11fix: use glibc 2.1 glob/fnmatch everywhere.jbj2-301/+162
2000-03-10Update portability routines from glibc-2.1.jbj3-105/+424
2000-03-10Can't include system.h w/o mishap.jbj1-1/+3
2000-03-10Get config.h by includeing "system.h"jbj1-3/+1