Ralf Corsépius
|
abeea80a38
|
Use #include <x.h> syntax to include public headers.
|
2007-11-23 06:46:19 +01:00 |
Ralf Corsépius
|
f25c04c1e4
|
Include "rpmlib.h" instead of <rpmlib.h>.
|
2007-10-28 06:47:31 +01:00 |
Ralf Corsépius
|
3aad15624e
|
Remove split tags.
|
2007-09-11 15:28:26 +02:00 |
Panu Matilainen
|
220c0fd514
|
More python method pointer type fixes.
|
2007-07-10 15:25:32 +03:00 |
Panu Matilainen
|
f91bb73993
|
Fix bunch of compiler warnings from python bindings (method pointer types)
|
2007-07-10 15:19:04 +03:00 |
pauln
|
24e6f8633e
|
Add kwargs everywhere - courtesy of pjones@redhat.com
CVS patchset: 7582
CVS date: 2004/11/17 17:05:39
|
2004-11-17 17:05:39 +00:00 |
jbj
|
5c095b4d65
|
Splint fiddles.
CVS patchset: 7460
CVS date: 2004/10/13 19:03:45
|
2004-10-13 19:03:45 +00:00 |
jbj
|
f9dbc32cda
|
Permit fi = rpm.fi(h, tagN, flags) creator, analogous to h.fiFromHeader().
Add optional flags to hdr_fiFromHeader().
CVS patchset: 7457
CVS date: 2004/10/13 15:28:19
|
2004-10-13 15:28:19 +00:00 |
jbj
|
d1a74696d6
|
Doxygen and cpp nit picks.
CVS patchset: 7443
CVS date: 2004/10/09 21:58:33
|
2004-10-09 21:58:33 +00:00 |
jbj
|
0deeb05eed
|
- python: include Python.h before glibc features.h.
CVS patchset: 7055
CVS date: 2004/01/01 16:34:10
|
2004-01-01 16:34:10 +00:00 |
jbj
|
5e20d90422
|
splint fiddles, no warnings.
CVS patchset: 6961
CVS date: 2003/12/01 19:15:38
|
2003-12-01 19:15:38 +00:00 |
jbj
|
3dcfeb3f9a
|
Merge changes from rpm-4.2.1 development.
CVS patchset: 6959
CVS date: 2003/11/23 19:50:52
|
2003-11-23 19:50:52 +00:00 |
jbj
|
3db8afedc0
|
Use getattro/setattro throughout.
Convert to mpfprintlin from diddled mpprintln.
CVS patchset: 6811
CVS date: 2003/05/04 17:34:53
|
2003-05-04 17:34:53 +00:00 |
jbj
|
1b00e0031d
|
Generate random primes method.
CVS patchset: 6807
CVS date: 2003/05/02 21:05:46
|
2003-05-02 21:05:46 +00:00 |
jbj
|
c6156e0abd
|
Doxygen doco markup.
CVS patchset: 6760
CVS date: 2003/04/17 17:17:27
|
2003-04-17 17:17:27 +00:00 |
jbj
|
1b8508adc2
|
- use rpmfiFDepends() underneath --fileprovide/--filerequire.
CVS patchset: 5986
CVS date: 2002/12/30 00:03:53
|
2002-12-30 00:03:53 +00:00 |
jbj
|
2452c14619
|
Add rpmfts-py.[ch] bindings for fts(3) from rpmio.
splint fiddles.
CVS patchset: 5932
CVS date: 2002/12/11 00:12:17
|
2002-12-11 00:12:17 +00:00 |
jbj
|
fe6043016c
|
Add tp_{init,alloc,new,free} methods to rpmts.
Use PyObject_{New,Del} consistently throughout.
CVS patchset: 5931
CVS date: 2002/12/10 19:46:03
|
2002-12-10 19:46:03 +00:00 |
jbj
|
ae8428475c
|
- add --with-efence to configure, check install/upgrade with efence.
- beecrypt: short hex string conversion overflows target buffer.
- mark "successors only" packages in transaction.
- reap scriptlets with SIGCHLD handler.
- rename PSM_t to rpmpsm, add methods and refcounts to manage.
- remove %%configure/%%makeinstall from arch-os/macros, default is OK.
- don't export MALLOC_CHECK_ to scriptlets.
- squeaky clean memory leak checking.
- always malloc rpmfi structure, refcounts are correct in rpmtsRun().
- skip redundant /sbin/ldconfig scripts on upgrade (if possible).
CVS patchset: 5645
CVS date: 2002/08/19 22:27:44
|
2002-08-19 22:27:44 +00:00 |
jbj
|
c499cd119c
|
Remove foo.iter() method, use tp_iter mechanism, for rpmmi/rpmds/rpmfi.
CVS patchset: 5559
CVS date: 2002/07/19 20:26:38
|
2002-07-19 20:26:38 +00:00 |
jbj
|
3ea74aa3c7
|
- python: sanity check fixes on rpmts/rpmte methods.
CVS patchset: 5554
CVS date: 2002/07/14 21:23:29
|
2002-07-14 21:23:29 +00:00 |
jbj
|
c3ed66c298
|
- eliminate legacy db methods, add ts.dbMatch method.
CVS patchset: 5453
CVS date: 2002/05/28 23:06:44
|
2002-05-28 23:06:44 +00:00 |
jbj
|
259bb824cc
|
Add rpmal bindings, Grand Renaming to rpmalFoo().
CVS patchset: 5450
CVS date: 2002/05/27 18:12:12
|
2002-05-27 18:12:12 +00:00 |
jbj
|
4f1bba10aa
|
- add rpmds/rpmfi/rpmts methods to bindings.
CVS patchset: 5447
CVS date: 2002/05/23 21:06:42
|
2002-05-23 21:06:42 +00:00 |
jbj
|
ed2765de23
|
rpmds and rpmfi iterators, take 0.
CVS patchset: 5445
CVS date: 2002/05/23 17:29:21
|
2002-05-23 17:29:21 +00:00 |