index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rpmrc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-14
Add $RPM_CONFIGDIR/macros.d/ directory to default macro path (RhBug:846679)
Panu Matilainen
1
-0
/
+1
2012-06-28
Plain 32bit ppc cannot be a ppc64p7
Phil Knirsch
1
-1
/
+4
2012-04-17
- Add support for ppc64p7 architecture using new auxv parsing info
Phil Knirsch
1
-0
/
+8
2012-04-17
- Add general /proc/self/auxv parsing to rpmrc for better machine detection
Phil Knirsch
1
-0
/
+56
2012-03-30
rpmbuild: warn if header color differs from color of the package architecture.
Ales Kozumplik
1
-0
/
+24
2012-03-09
Eliminate rpmSetTable() from the API
Panu Matilainen
1
-1
/
+1
2012-01-04
rpmOption.required is not used.
Ales Kozumplik
1
-5
/
+4
2012-01-04
rpmrc: do not use that nonexistent rpmOptionValue struct.
Ales Kozumplik
1
-1
/
+0
2011-09-15
Fix up a few strict-prototype warnings on x86
Panu Matilainen
1
-3
/
+3
2011-09-15
Kick out ppc arch detection leftovers
Panu Matilainen
1
-12
/
+0
2011-09-15
Eliminate hysterical copy-paste comments from rpmrc
Panu Matilainen
1
-16
/
+0
2011-09-15
Bit of rpmrc spring-cleaning: nuke detection for some extinct creatures
Panu Matilainen
1
-57
/
+3
2011-05-28
Eliminate dead NULL-assignments at scope-end in librpm, part III
Panu Matilainen
1
-9
/
+8
2011-05-27
Clean up rpmrc include processing a bit
Panu Matilainen
1
-12
/
+4
2011-05-27
Eliminate two dead increments in rpmrc platform processing
Panu Matilainen
1
-2
/
+2
2011-03-04
Eliminate pointless xx unused error code variable in rpmShowRC()
Panu Matilainen
1
-2
/
+2
2010-11-18
Only force default umask during transaction (RhBug:494440)
Panu Matilainen
1
-4
/
+0
2010-10-05
Require file attribute config to have .attr suffix
Panu Matilainen
1
-1
/
+1
2010-09-21
Remove double const on rpmrc tables
Panu Matilainen
1
-1
/
+1
2010-09-21
Avoid stepping on toes of relatives, part 2
Panu Matilainen
1
-4
/
+4
2010-09-21
Use rasprintf() instead of manual alloc + sprintf()
Panu Matilainen
1
-2
/
+1
2010-09-21
Fix up bunch of silly int vs rpmRC return code mismatches
Panu Matilainen
1
-2
/
+2
2010-03-23
First take at pluggable file attribute + dependency extraction system
Panu Matilainen
1
-0
/
+1
2010-02-22
Handle NULL passed to rpmMachineScore()
Panu Matilainen
1
-2
/
+4
2010-01-05
Unconditionally include <netdb.h> where needed instead of system.h
Panu Matilainen
1
-1
/
+1
2009-12-23
Only rpmrc.c cares about utsname.h, move out of system.h
Panu Matilainen
1
-0
/
+4
2009-09-07
Avoid couple of (theoretical) NULL pointer dereferences
Panu Matilainen
1
-2
/
+2
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in rpmrc code
Panu Matilainen
1
-34
/
+34
2009-07-23
Kill off lclint remnants everywhere
Panu Matilainen
1
-1
/
+0
2009-04-23
Hide NSS peculiarities from API
Panu Matilainen
1
-1
/
+2
2009-03-27
Rip the macro default settings in rpmrc setDefaults()
Panu Matilainen
1
-68
/
+0
2009-03-27
Plug minor memleak from default rc and macro file paths
Panu Matilainen
1
-2
/
+6
2009-01-19
Don't segfault on "" rcfiles argument (spotted by Pixel)
Panu Matilainen
1
-1
/
+1
2009-01-16
Add getenv macro, use instead of $(echo $HOME) for defauls
Panu Matilainen
1
-1
/
+1
2009-01-14
Add central Lua shutdown function and use it
Panu Matilainen
1
-0
/
+3
2009-01-14
Add librpm level lua extension stub
Panu Matilainen
1
-2
/
+3
2009-01-14
Add rpmluaGetGlobalState() to internal lua api
Panu Matilainen
1
-1
/
+1
2009-01-08
Delay NSS initialization until actually used
Panu Matilainen
1
-4
/
+0
2008-11-22
Set _rpmconfigdir macro on initialization
Panu Matilainen
1
-0
/
+1
2008-11-22
Use rpmConfigDir() instead of hardwired path for rpmrc + macro locations
Panu Matilainen
1
-18
/
+19
2008-11-05
Nuke the ugly hardwired "known arch" list from label parsing
Panu Matilainen
1
-0
/
+9
2008-08-14
Fix segfault on zero-length rpmrc
Panu Matilainen
1
-1
/
+1
2008-06-26
Add new BUILDROOT directory to default rpm build dirs.
Jindrich Novy
1
-0
/
+1
2008-04-29
Read "canonvendor" macros by default again
Panu Matilainen
1
-0
/
+1
2008-04-29
Use rpmioSlurp() for reading in rpmrc's
Panu Matilainen
1
-73
/
+43
2008-04-29
Use rpmGlob() for expanding rcfiles globs
Panu Matilainen
1
-50
/
+23
2008-04-25
Simplify setPathDefault()
Panu Matilainen
1
-5
/
+2
2008-04-24
Force preloading of name service libraries early in initialization
Panu Matilainen
1
-0
/
+2
2008-04-17
Accidental typo introduced to rpmrc.c
Panu Matilainen
1
-1
/
+1
2008-04-17
Bunch of strncpy/strcpy -> rstrlcpy() converts in rpmrc
Panu Matilainen
1
-7
/
+5
[next]