index
:
delta/rpm.git
caret
gh-pages
ignatenko/patch-1
ignatenkobrain-patch-1
master
pavlinas_p122
pavlinas_p123
plus
rpm-4.10.x
rpm-4.11.x
rpm-4.12.x
rpm-4.13.x
rpm-4.14.x
rpm-4.15.x
rpm-4.16.x
rpm-4.17.x
rpm-4.18.x
rpm-4.4.x
rpm-4.6.x
rpm-4.7.x
rpm-4.8.x
rpm-4.9.x
github.com: rpm-software-management/rpm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate the strange include pre-build install machinery
Panu Matilainen
2022-03-10
1
-1
/
+1
*
Fix stat64 handling on Intel macOS
Carlo Cabrera
2022-01-25
1
-2
/
+9
*
Fix fstat64 handling on macOS with Apple Silicon
Emily
2021-09-14
1
-1
/
+2
*
Fix memory leak in fts_build()
Michal Domonkos
2021-06-28
1
-0
/
+2
*
Fix resource leak in Fts_children()
Michal Domonkos
2021-06-28
1
-1
/
+3
*
Flush 1998 vintage fcntl-compatibility mess from system.h
Panu Matilainen
2020-04-02
1
-0
/
+1
*
Flush 1998 vintage dirent.h compatibility mess from system.h
Panu Matilainen
2020-04-02
1
-0
/
+1
*
Revert "Only build bundled fts if system has a bad version that doesn't handl...
Panu Matilainen
2017-08-10
1
-4
/
+1
*
Drop local implementation of xsetprogname/xgetprogname
Gleb Fotengauer-Malinovskiy
2017-03-24
3
-47
/
+0
*
Only build bundled fts if system has a bad version that doesn't handle LFS
Gleb Fotengauer-Malinovskiy
2017-03-24
1
-1
/
+4
*
Rename fts.h header to rpmfts.h
Gleb Fotengauer-Malinovskiy
2017-03-24
3
-3
/
+3
*
Spelling fixes
Ville Skyttä
2016-06-04
1
-1
/
+1
*
White space fixes
Florian Festi
2016-02-11
2
-3
/
+3
*
Reimplement setprogname() and getprogname() to be generic and portable
Kamil Rytarowski
2016-02-11
3
-0
/
+47
*
Add missing header files
Peter Eisentraut
2016-02-11
1
-0
/
+2
*
Fix fstat64 conditional and definition typo
Neal Gompa (ニール・ゴンパ)
2015-11-13
2
-6
/
+4
*
Set up portable definitions to support μClibc and MUSL
Neal Gompa (ニール・ゴンパ)
2015-11-12
2
-15
/
+21
*
Get rid of redefinitions of __BEGIN_DECLS and __END_DECLS
n54@gmx.com
2013-08-15
1
-9
/
+6
*
Spelling fixes.
Ville Skyttä
2013-02-19
1
-2
/
+2
*
Bury our glob() implementation entirely inside rpmglob.c (RhBug:819680)
Panu Matilainen
2012-05-31
3
-1357
/
+0
*
Enable GLOB_ONLYDIR of the bundled glob() on platforms that support it
Panu Matilainen
2011-06-28
1
-1
/
+1
*
Fix misc/ include path
Panu Matilainen
2010-10-12
1
-1
/
+1
*
Stuff fts into a convenience library in misc/
Panu Matilainen
2010-10-01
3
-1
/
+1347
*
Fix compile when using a linker that defaults to --no-as-needed
Richard Hughes
2010-02-04
1
-0
/
+1
*
Kill off couple of dangling lib/fs.c references
Panu Matilainen
2010-02-03
1
-1
/
+1
*
Kill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything implementing them
Florian Festi
2010-02-03
1
-68
/
+0
*
Remove <string.h> include from system.h into the few places that still need
Panu Matilainen
2010-01-05
1
-0
/
+1
*
Include <stdlib.h> as necessary instead of system.h
Panu Matilainen
2010-01-05
2
-0
/
+2
*
Lose the hysterical fakefork hack
Panu Matilainen
2010-01-04
2
-9
/
+1
*
Remove further replacement functions for POSIX 2001 required bits
Panu Matilainen
2010-01-04
5
-231
/
+2
*
Remove unnecessary setenv() replacement function
Panu Matilainen
2010-01-04
2
-318
/
+1
*
Remove largely unnecessary putenv() replacement
Panu Matilainen
2010-01-04
2
-115
/
+1
*
Eliminate myrealloc() replacement function
Panu Matilainen
2010-01-04
2
-9
/
+1
*
Remove unneeded strdup() replacement in misc/
Panu Matilainen
2010-01-04
2
-44
/
+1
*
Use rpm's own strdup() clone everywhere
Panu Matilainen
2010-01-04
1
-2
/
+4
*
Remove replacements for C99 mandated functions
Panu Matilainen
2009-12-23
9
-2016
/
+3
*
Remove unneeded replacement error/warn functions
Panu Matilainen
2009-12-23
5
-502
/
+1
*
Dont include <pwd.h> from system.h, dont bother checking for it either
Panu Matilainen
2009-12-23
1
-0
/
+1
*
Ensure PATH_MAX is defined (ticket #3) Adam Tkac
Panu Matilainen
2008-11-03
1
-12
/
+0
*
RIP alloca()
Panu Matilainen
2008-04-30
2
-506
/
+2
*
Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS.
Ralf Corsépius
2007-11-22
1
-1
/
+1
*
Remove memcmp.c.
Ralf Corsépius
2007-10-30
2
-374
/
+1
*
Build libmisc.la.
Ralf Corsépius
2007-10-30
1
-5
/
+3
*
Include "config.h" instead of <config.h>.
Ralf Corsépius
2007-10-28
11
-11
/
+11
*
Cleanup CPPFLAGS.
Ralf Corsépius
2007-10-17
1
-1
/
+2
*
Remove (unused).
Ralf Corsépius
2007-10-01
1
-7
/
+0
*
Remove splint tags.
Ralf Corsépius
2007-09-11
3
-57
/
+2
*
Eliminate noinst_HEADERS.
Ralf Corsépius
2007-09-10
1
-6
/
+5
*
Remove INCPATH.
Ralf Corsépius
2007-08-22
1
-1
/
+1
*
Automake cleanups.
Panu Matilainen
2007-08-05
1
-3
/
+1
[next]