summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* Remove autotools buildPanu Matilainen2022-10-211-9/+0
* Oops, misc/CMakeLists.txt never got added to gitPanu Matilainen2022-10-201-0/+1
* Drop now redundant bundled copies of stpcpy() and stpncpy()Panu Matilainen2022-05-043-155/+0
* Axe our internal and buggy glob() and fnmatch() copiesPanu Matilainen2022-05-043-699/+0
* Eliminate the strange include pre-build install machineryPanu Matilainen2022-03-101-1/+1
* Fix stat64 handling on Intel macOSCarlo Cabrera2022-01-251-2/+9
* Fix fstat64 handling on macOS with Apple SiliconEmily2021-09-141-1/+2
* Fix memory leak in fts_build()Michal Domonkos2021-06-281-0/+2
* Fix resource leak in Fts_children()Michal Domonkos2021-06-281-1/+3
* Flush 1998 vintage fcntl-compatibility mess from system.hPanu Matilainen2020-04-021-0/+1
* Flush 1998 vintage dirent.h compatibility mess from system.hPanu Matilainen2020-04-021-0/+1
* Revert "Only build bundled fts if system has a bad version that doesn't handl...Panu Matilainen2017-08-101-4/+1
* 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