summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* Drop local implementation of xsetprogname/xgetprognameGleb Fotengauer-Malinovskiy2017-03-243-47/+0
* Only build bundled fts if system has a bad version that doesn't handle LFSGleb Fotengauer-Malinovskiy2017-03-241-1/+4
* Rename fts.h header to rpmfts.hGleb Fotengauer-Malinovskiy2017-03-243-3/+3
* Spelling fixesVille Skyttä2016-06-041-1/+1
* White space fixesFlorian Festi2016-02-112-3/+3
* Reimplement setprogname() and getprogname() to be generic and portableKamil Rytarowski2016-02-113-0/+47
* Add missing header filesPeter Eisentraut2016-02-111-0/+2
* Fix fstat64 conditional and definition typoNeal Gompa (ニール・ゴンパ)2015-11-132-6/+4
* Set up portable definitions to support μClibc and MUSLNeal Gompa (ニール・ゴンパ)2015-11-122-15/+21
* Get rid of redefinitions of __BEGIN_DECLS and __END_DECLSn54@gmx.com2013-08-151-9/+6
* Spelling fixes.Ville Skyttä2013-02-191-2/+2
* Bury our glob() implementation entirely inside rpmglob.c (RhBug:819680)Panu Matilainen2012-05-313-1357/+0
* Enable GLOB_ONLYDIR of the bundled glob() on platforms that support itPanu Matilainen2011-06-281-1/+1
* Fix misc/ include pathPanu Matilainen2010-10-121-1/+1
* Stuff fts into a convenience library in misc/Panu Matilainen2010-10-013-1/+1347
* Fix compile when using a linker that defaults to --no-as-neededRichard Hughes2010-02-041-0/+1
* Kill off couple of dangling lib/fs.c referencesPanu Matilainen2010-02-031-1/+1
* Kill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything implementing themFlorian Festi2010-02-031-68/+0
* Remove <string.h> include from system.h into the few places that still needPanu Matilainen2010-01-051-0/+1
* Include <stdlib.h> as necessary instead of system.hPanu Matilainen2010-01-052-0/+2
* Lose the hysterical fakefork hackPanu Matilainen2010-01-042-9/+1
* Remove further replacement functions for POSIX 2001 required bitsPanu Matilainen2010-01-045-231/+2
* Remove unnecessary setenv() replacement functionPanu Matilainen2010-01-042-318/+1
* Remove largely unnecessary putenv() replacementPanu Matilainen2010-01-042-115/+1
* Eliminate myrealloc() replacement functionPanu Matilainen2010-01-042-9/+1
* Remove unneeded strdup() replacement in misc/Panu Matilainen2010-01-042-44/+1
* Use rpm's own strdup() clone everywherePanu Matilainen2010-01-041-2/+4
* Remove replacements for C99 mandated functionsPanu Matilainen2009-12-239-2016/+3
* Remove unneeded replacement error/warn functionsPanu Matilainen2009-12-235-502/+1
* Dont include <pwd.h> from system.h, dont bother checking for it eitherPanu Matilainen2009-12-231-0/+1
* Ensure PATH_MAX is defined (ticket #3) Adam TkacPanu Matilainen2008-11-031-12/+0
* RIP alloca()Panu Matilainen2008-04-302-506/+2
* Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS.Ralf Corsépius2007-11-221-1/+1
* Remove memcmp.c.Ralf Corsépius2007-10-302-374/+1
* Build libmisc.la.Ralf Corsépius2007-10-301-5/+3
* Include "config.h" instead of <config.h>.Ralf Corsépius2007-10-2811-11/+11
* Cleanup CPPFLAGS.Ralf Corsépius2007-10-171-1/+2
* Remove (unused).Ralf Corsépius2007-10-011-7/+0
* Remove splint tags.Ralf Corsépius2007-09-113-57/+2
* Eliminate noinst_HEADERS.Ralf Corsépius2007-09-101-6/+5
* Remove INCPATH.Ralf Corsépius2007-08-221-1/+1
* Automake cleanups.Panu Matilainen2007-08-051-3/+1
* Silence yet another char ptr signedness warningPanu Matilainen2007-07-121-1/+1
* Revert glob/fnmatch/alloca uniqify on macosx for now.jbj2005-01-284-41/+41
* macosx/opendarwin hackery, take 1.jbj2005-01-254-44/+41
* - blueprint rpm-4_4 and HEAD to minimize diff spew.jbj2005-01-231-1/+1
* Build on macosx.jbj2005-01-171-1/+1
* build rpm-4.4.1-0.6.jbj2005-01-051-1/+1
* - mac os x patches (#133611, #133612, #134637).jbj2005-01-041-0/+3
* - fix: don't set handler if SIG_IGN is already set (#134474).jbj2004-10-142-28/+64