Commit Graph

394 Commits

Author SHA1 Message Date
jbj 5e872f35ed Add lua to doxygen.
CVS patchset: 7496
CVS date: 2004/10/20 10:31:47
2004-10-20 10:31:47 +00:00
jbj 8faa61c020 Doxygen fiddles.
CVS patchset: 7495
CVS date: 2004/10/20 10:19:34
2004-10-20 10:19:34 +00:00
jbj 5ef0bf77c2 - permit globs in macrofiles: directive (#117217).
CVS patchset: 7139
CVS date: 2004/03/02 01:31:01
2004-03-02 01:31:01 +00:00
jbj 99825287bd splint fiddles.
CVS patchset: 7134
CVS date: 2004/02/26 01:20:52
2004-02-26 01:20:52 +00:00
jbj 4a158e3aa0 - pad to display length, not strlen, for i18n popt args (#106240).
CVS patchset: 7053
CVS date: 2003/12/30 20:31:05
2003-12-30 20:31:05 +00:00
jbj b106986999 - spelling corrections (#112728).
CVS patchset: 7047
CVS date: 2003/12/30 13:14:49
2003-12-30 13:14:49 +00:00
jbj 51ae7c0fb0 splint fiddles.
CVS patchset: 7030
CVS date: 2003/12/27 02:40:25
2003-12-27 02:40:25 +00:00
jbj 60d50a708f use '=' iff long option (#108924).
CVS patchset: 7016
CVS date: 2003/12/26 17:56:05
2003-12-26 17:56:05 +00:00
jbj 23ddd50de9 Sick hack to preserve the pretense that popt has an ABI.
CVS patchset: 7008
CVS date: 2003/12/26 15:09:26
2003-12-26 15:09:26 +00:00
jbj 945bc28d58 - test build with methods needed for selinux.
CVS patchset: 6996
CVS date: 2003/12/22 21:09:40
2003-12-22 21:09:40 +00:00
jbj 752cac72e2 - only internal Berkeley db from now on.
- revive "make dist".

CVS patchset: 6971
CVS date: 2003/12/11 19:09:58
2003-12-11 19:09:58 +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 85a5a1cfe3 Sanity.
CVS patchset: 6918
CVS date: 2003/06/24 19:29:36
2003-06-24 19:29:36 +00:00
jbj e235ebcc4c Update from PLD.
CVS patchset: 6909
CVS date: 2003/06/16 16:05:42
2003-06-16 16:05:42 +00:00
jbj 1359f248a3 splint fiddles.
CVS patchset: 6797
CVS date: 2003/04/30 20:04:58
2003-04-30 20:04:58 +00:00
jbj dc60eb0074 beecrypt-3.0.0 merge: doxygen pass.
CVS patchset: 6792
CVS date: 2003/04/30 01:03:33
2003-04-30 01:03:33 +00:00
jbj 96cd0c2e28 Make sure that $(RPM_BUILD_ROOT}/usr/lib is 1st libarry searched.
Bump popt version.

CVS patchset: 6710
CVS date: 2003/03/20 23:42:05
2003-03-20 23:42:05 +00:00
jbj 97ec1053c9 - unify signal handling in librpmio, use condvar to deliver signal.
CVS patchset: 6707
CVS date: 2003/03/19 16:05:49
2003-03-19 16:05:49 +00:00
jbj d2a425e015 - fix: short option help missing string terminator.
CVS patchset: 6704
CVS date: 2003/03/18 17:48:19
2003-03-18 17:48:19 +00:00
jbj 82c4d0c0fb - popt: diddle doxygen/splint annotations, corrected doco.
CVS patchset: 6037
CVS date: 2003/02/06 16:52:57
2003-02-06 16:52:57 +00:00
jbj 6169570ccb Nitpicky fix.
CVS patchset: 6011
CVS date: 2003/01/16 16:34:02
2003-01-16 16:34:02 +00:00
sopwith 95cbf4bfe8 part two
CVS patchset: 5917
CVS date: 2002/12/06 02:09:57
2002-12-06 02:09:57 +00:00
jbj 80b23366e7 - use usrlib_LTLIBRARIES to install directly in /usr/lib64 instead.
CVS patchset: 5911
CVS date: 2002/12/01 21:34:06
2002-12-01 21:34:06 +00:00
jbj 22389abbd4 - add AC_SYS_LARGFILE throughout.
- statically link rpmdeps against (internal) libfmagic.

CVS patchset: 5876
CVS date: 2002/11/19 18:40:21
2002-11-19 18:40:21 +00:00
jbj e2b28faace - add /usr/lib/rpm/rpmdeps.
- add /usr/lib/rpm/magic.

CVS patchset: 5814
CVS date: 2002/10/24 21:36:12
2002-10-24 21:36:12 +00:00
jbj 1cda81417c - dump libelf, gulp elfutils, for now.
- python: permit headers to be hashed.
- use %%{_lib} for libraries.
- include file-3.39 (with homebrewed) libfmagic, for now.

CVS patchset: 5783
CVS date: 2002/10/16 17:57:23
2002-10-16 17:57:23 +00:00
jbj d0ccee051f - fix: use size_t consistently, avoid segfault on ia64.
CVS patchset: 5760
CVS date: 2002/10/09 19:07:43
2002-10-09 19:07:43 +00:00
jbj d50a439101 The char array 'format' sometimes get 10 characters and when
strcpy is done on it, strcpy tries to add a '/0' to it beyond
the capacity. Not sure why, but, the const char *ch gets bad
address. Anyway, format should be atleast 11 chars to accommodate
strings like "%.34s\n%42s" and a terminating '\0'.

CVS patchset: 5708
CVS date: 2002/09/16 13:17:30
2002-09-16 13:17:30 +00:00
jbj cc5d229b0e Sync with rpm-4.1.
CVS patchset: 5695
CVS date: 2002/08/31 22:39:34
2002-08-31 22:39:34 +00:00
jbj 0fae1010f0 - set cachesize without a dbenv, the default is far too small.
- db: don't return EACCES on db->close w/o environment.
- unify cachesize configuration, with (or without) a dbenv.
- comments regarding unsupported (yet) db-4.1.17 functionality.

CVS patchset: 5674
CVS date: 2002/08/26 18:56:11
2002-08-26 18:56:11 +00:00
jbj 224b8c7002 Update ru.po.
CVS patchset: 5672
CVS date: 2002/08/26 17:51:39
2002-08-26 17:51:39 +00:00
jbj 9db12e8040 Update popt internal copyright messages.
CVS patchset: 5659
CVS date: 2002/08/22 16:34:51
2002-08-22 16:34:51 +00:00
jbj f34283307b Re-add the POPT_ keywod to xgettext text extraction.
CVS patchset: 5623
CVS date: 2002/08/11 17:17:55
2002-08-11 17:17:55 +00:00
jbj 8ab4727f8c - make --querytags a common option, fix errant regex (#70135).
- db3: increase mpool and cachesize, compile w/o --enable-debug.

CVS patchset: 5584
CVS date: 2002/07/31 13:11:25
2002-07-31 13:11:25 +00:00
jbj c27ac57735 Orphans.
CVS patchset: 5579
CVS date: 2002/07/29 23:08:02
2002-07-29 23:08:02 +00:00
jbj c8502fbab5 - update trpm.
- factor all mode-specific options into mode-specific tables.
- treat an unspecified epoch as Epoch: 0 everywhere.

CVS patchset: 5578
CVS date: 2002/07/29 23:06:06
2002-07-29 23:06:06 +00:00
jbj 5a1ebaccd5 - python: don't segfault in ts.GetKeys() on erased packages.
resurrect build modes.
add undocumented debugging options.

CVS patchset: 5577
CVS date: 2002/07/28 14:52:33
2002-07-28 14:52:33 +00:00
jbj 670ab1c845 - popt: display sub-table options only once on --usage.
- wire --nosignatures et al as common options, rework CLI options.

CVS patchset: 5575
CVS date: 2002/07/28 00:41:15
2002-07-28 00:41:15 +00:00
jbj e03b4bf860 - popt: fix --usage (#62234).
CVS patchset: 5573
CVS date: 2002/07/25 18:50:08
2002-07-25 18:50:08 +00:00
jbj 2881b1bb53 - python: remove the old initdb/rebuilddb methods, use ts.fooDB().
- python: 1st crack at backport to 1.5.2.

CVS patchset: 5571
CVS date: 2002/07/25 17:03:11
2002-07-25 17:03:11 +00:00
jbj ede1f445e0 - verify signatures/digests retrieved through rpmdbNextIterator().
- imbue %ghost with missingok attribute with --verify (#68933).

CVS patchset: 5568
CVS date: 2002/07/24 16:21:23
2002-07-24 16:21:23 +00:00
jbj c2ffec4c6f Remove obsolete files.
CVS patchset: 5565
CVS date: 2002/07/21 14:23:20
2002-07-21 14:23:20 +00:00
jbj 6eecde7ae6 Update to gettext-0.11.2-3 intl contents.
CVS patchset: 5564
CVS date: 2002/07/21 14:20:41
2002-07-21 14:20:41 +00:00
jbj 6bb9e27c57 Update to gettext/intl license.
CVS patchset: 5562
CVS date: 2002/07/21 14:17:23
2002-07-21 14:17:23 +00:00
jbj bfb8488c10 - popt: parse file into string of options (#56860).
CVS patchset: 5560
CVS date: 2002/07/20 19:02:40
2002-07-20 19:02:40 +00:00
jbj 1adc12b687 Clarify intl licensing.
CVS patchset: 5555
CVS date: 2002/07/15 21:15:22
2002-07-15 21:15:22 +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 425a2d3783 - popt: mingw32 portability configure check (#67911).
CVS patchset: 5551
CVS date: 2002/07/13 19:18:43
2002-07-13 19:18:43 +00:00
jbj f0ad50e266 - placeholders for manifest constants for SuSE patch packages.
CVS patchset: 5543
CVS date: 2002/07/09 15:35:57
2002-07-09 15:35:57 +00:00
jbj 241fad1287 Propagate splint-3.0.1.7 close(2) internalState annotation throughout.
CVS patchset: 5542
CVS date: 2002/07/08 14:21:26
2002-07-08 14:21:26 +00:00