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
/
rpmio
/
rpmglob.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-31
Only use local mempcpy() if system libraries dont provide one
Panu Matilainen
1
-0
/
+2
2012-05-31
xmalloc() and xrealloc() never fail, remove redundant checks
Panu Matilainen
1
-46
/
+1
2012-05-31
Call alloca() and stat() by their own names...
Panu Matilainen
1
-14
/
+12
2012-05-31
Eliminate unnecessary glob portability fiddles
Panu Matilainen
1
-14
/
+0
2012-05-31
Eliminate VMS, MS-DOS, Windows and Amiga compatibility hacks in rpmglob
Panu Matilainen
1
-77
/
+4
2012-05-31
Eliminate shell interruptability hack in rpmglob
Panu Matilainen
1
-16
/
+1
2012-05-31
We always have xstrdup() available, eliminate redundant alternatve
Panu Matilainen
1
-10
/
+0
2012-05-31
Eliminate getpwnam_r() and getlogin_r() uses from rpmglob
Panu Matilainen
1
-60
/
+0
2012-05-31
Eliminate mempcpy() related conditionals from rpmglob
Panu Matilainen
1
-65
/
+4
2012-05-31
Remove __GNUC__ conditionals on variable sized local arrays
Panu Matilainen
1
-22
/
+0
2012-05-31
Eliminate unnecessary libc header typedeffery from rpmglob
Panu Matilainen
1
-86
/
+25
2012-05-31
Run indent -kr on the glob implementation
Panu Matilainen
1
-942
/
+847
2012-05-31
Bury our glob() implementation entirely inside rpmglob.c (RhBug:819680)
Panu Matilainen
1
-1
/
+1275
2012-05-31
Export our own version of glob_pattern_p() as rpmIsGlob()
Panu Matilainen
1
-1
/
+5
2012-05-31
Split rpmGlob() to a separate source file
Panu Matilainen
1
-0
/
+148