Panu Matilainen
|
fa262a2764
|
Add missing include for mergesort
|
2007-07-11 14:45:34 +03:00 |
Panu Matilainen
|
112a6db25d
|
Char ptr signedness fixes to python bindings.
|
2007-07-11 14:31:54 +03:00 |
Panu Matilainen
|
ac2d3f8f46
|
Correct type for python rpmrc lenght function
|
2007-07-11 14:27:48 +03:00 |
Panu Matilainen
|
cf646d4802
|
getRepackageHeaderFromTE() expects const char * as 4th argument
|
2007-07-11 14:23:07 +03:00 |
Panu Matilainen
|
62f1ed90b8
|
Ifdef unused http timeout setting to future..
|
2007-07-11 14:02:12 +03:00 |
Panu Matilainen
|
6a51e2f49f
|
One more domd5() buffer signedness fix.
|
2007-07-11 13:52:22 +03:00 |
Panu Matilainen
|
b8da45aba1
|
Missing include for domd5
|
2007-07-11 13:50:54 +03:00 |
Panu Matilainen
|
f0a178f128
|
domd5() buffer signedness fixes.
|
2007-07-11 13:48:43 +03:00 |
Panu Matilainen
|
40e8f62678
|
rpmteIsSource() doesn't return pointers
|
2007-07-11 13:42:04 +03:00 |
Panu Matilainen
|
ed982f539c
|
Quiesce false gcc unused variable warning.
|
2007-07-11 13:36:03 +03:00 |
Panu Matilainen
|
33d9e08adf
|
Add missing includes to local lua sources.
|
2007-07-11 13:33:32 +03:00 |
Panu Matilainen
|
d580a90403
|
More ptr target signedness fixes...
|
2007-07-11 13:20:45 +03:00 |
Panu Matilainen
|
ed3e713b17
|
Make offsets match what rpmdbAppendIterator() expects
|
2007-07-11 13:13:35 +03:00 |
Panu Matilainen
|
2e8356bda9
|
...and more pointer signedness fixes...
|
2007-07-11 13:10:47 +03:00 |
Panu Matilainen
|
e497e39d2e
|
More char ptr signedness fixes..
|
2007-07-11 13:00:45 +03:00 |
Panu Matilainen
|
3f92e558da
|
More char ptr signedness fixes.
|
2007-07-11 12:54:35 +03:00 |
Panu Matilainen
|
8b76976f6c
|
Cast assignment to destination type to fix warnings.
|
2007-07-11 12:44:45 +03:00 |
Panu Matilainen
|
c8b871d549
|
Ifdef out currently unused rpm logging facility stuff.
|
2007-07-11 12:34:46 +03:00 |
Panu Matilainen
|
e1508eff86
|
Shut up fdUpdateDigest() differing signedness compiler warnings.
Derived from rpm5.org.
|
2007-07-11 12:32:17 +03:00 |
Panu Matilainen
|
220c0fd514
|
More python method pointer type fixes.
|
2007-07-10 15:25:32 +03:00 |
Panu Matilainen
|
c12c54dca8
|
Cast to PyObject to avoid compiler whining
|
2007-07-10 15:20:34 +03:00 |
Panu Matilainen
|
f91bb73993
|
Fix bunch of compiler warnings from python bindings (method pointer types)
|
2007-07-10 15:19:04 +03:00 |
Panu Matilainen
|
075560d864
|
Add missing include to rpmcache
|
2007-07-10 14:02:29 +03:00 |
Panu Matilainen
|
52f208dca3
|
Remove meaningles statement to avoid compiler warning.
|
2007-07-10 13:52:49 +03:00 |
Panu Matilainen
|
fd187d8cf5
|
Remove two useless rpmtsSELinuxEnabled() calls.
|
2007-07-10 13:46:32 +03:00 |
Panu Matilainen
|
0fdfaed857
|
Bunch of variable initializations to avoid compiler warnings.
|
2007-07-10 13:43:46 +03:00 |
Panu Matilainen
|
896a10be64
|
Cast dbenv error call method set to void* to fix compiler warnings.
|
2007-07-10 13:36:47 +03:00 |
Panu Matilainen
|
2f340d4dee
|
Cast glob_t *dir methods to void* to fix compiler warnings.
|
2007-07-10 13:35:50 +03:00 |
Panu Matilainen
|
31592ebc7f
|
Cast signal handler pointers to void* to avoid compiler warnings.
|
2007-07-10 13:34:17 +03:00 |
Panu Matilainen
|
4a46e1fb4b
|
Cast tid to time_t for ctime() to avoid compiler warning.
|
2007-07-10 13:32:45 +03:00 |
Panu Matilainen
|
773405eebb
|
Fix a couple of compiler warnings
|
2007-07-10 13:23:56 +03:00 |
Panu Matilainen
|
049674696d
|
Remove const type-qualifiers from function return types everywhere.
They're meaningless in C and cause tonne of build warnings.
|
2007-07-10 12:15:43 +03:00 |
Panu Matilainen
|
f64a1a327b
|
Cast to strlen expected type to avoid warning.
|
2007-07-10 11:39:40 +03:00 |
Panu Matilainen
|
a7458d9dd7
|
Msg buffer signedness change to avoid several compiler warnings.
|
2007-07-10 11:39:11 +03:00 |
Panu Matilainen
|
d2c56c404c
|
Use correct size type for getpeername()
|
2007-07-10 11:19:12 +03:00 |
Panu Matilainen
|
c9ce3241df
|
Remove / #ifdef out unused variables as appropriate.
|
2007-07-10 11:00:04 +03:00 |
Panu Matilainen
|
fbf324936b
|
#ifdef out unused pgpSecret* definitions to shut up compiler warnings.
|
2007-07-10 10:47:35 +03:00 |
Panu Matilainen
|
f1b4f7590b
|
Fix bunch of string formatting warnings.
|
2007-07-10 10:27:55 +03:00 |
Panu Matilainen
|
7b7d879160
|
Avoid closing scriptlet stdout by mistake.
|
2007-07-09 12:47:25 +03:00 |
Panu Matilainen
|
ac543bac0b
|
Make docdir checking stricter (rhbz#246819)
|
2007-07-09 12:39:43 +03:00 |
Panu Matilainen
|
d8c6119ae5
|
Remove outdated comment in check-rpaths-worker
|
2007-07-09 12:31:32 +03:00 |
Panu Matilainen
|
3ad747cd55
|
Fix ordering with --nodeps.
This adds unneeded second rpmalMakeIndex() call to normal path, the index
creation needs some kind of tracking mechanism to avoid this...
|
2007-07-09 11:47:48 +03:00 |
Panu Matilainen
|
a867e6786e
|
Permit packages with no payload format (rpm 3.x compat), ugh...
|
2007-07-09 11:23:58 +03:00 |
Panu Matilainen
|
03d95de7a0
|
Fix include of misc.h, rpmpgp.h and rpmsq.h in C++.
|
2007-07-09 11:01:33 +03:00 |
Panu Matilainen
|
60194412da
|
Include symlinks in find-lang search (rhbz#246729)
|
2007-07-06 15:16:09 +03:00 |
Panu Matilainen
|
5275cce57b
|
Rip out popt.
|
2007-07-05 16:59:34 +03:00 |
Panu Matilainen
|
769ad04453
|
Tags fixup.
- consistent tag naming
- remove false 4.4.2.1-rc2 tag
- use dots instead of underscores, hg has no silly limits wrt that...
|
2007-07-05 14:47:29 +03:00 |
Panu Matilainen
|
694a18cd7c
|
Added tag 4.4.2.1-rc2 for changeset da8803a1a1f0
|
2007-07-04 15:35:12 +03:00 |
Panu Matilainen
|
96a7eacd1c
|
Duh, really kill the broken tests.
|
2007-07-04 15:34:52 +03:00 |
Panu Matilainen
|
b1952ec5f9
|
Added tag 4.4.2.1-rc2 for changeset 2aa6758ed8fb
|
2007-07-04 15:21:07 +03:00 |