summaryrefslogtreecommitdiff
path: root/popt
AgeCommit message (Collapse)AuthorFilesLines
2003-12-30- pad to display length, not strlen, for i18n popt args (#106240).jbj1-25/+77
CVS patchset: 7053 CVS date: 2003/12/30 20:31:05
2003-12-30- spelling corrections (#112728).jbj30-750/+750
CVS patchset: 7047 CVS date: 2003/12/30 13:14:49
2003-12-27splint fiddles.jbj1-0/+8
CVS patchset: 7030 CVS date: 2003/12/27 02:40:25
2003-12-26use '=' iff long option (#108924).jbj1-2/+2
CVS patchset: 7016 CVS date: 2003/12/26 17:56:05
2003-12-26Sick hack to preserve the pretense that popt has an ABI.jbj3-4/+37
CVS patchset: 7008 CVS date: 2003/12/26 15:09:26
2003-12-22- test build with methods needed for selinux.jbj1-1/+1
CVS patchset: 6996 CVS date: 2003/12/22 21:09:40
2003-12-11- only internal Berkeley db from now on.jbj30-774/+802
- revive "make dist". CVS patchset: 6971 CVS date: 2003/12/11 19:09:58
2003-11-23Merge changes from rpm-4.2.1 development.jbj4-9/+15
CVS patchset: 6959 CVS date: 2003/11/23 19:50:52
2003-06-24Sanity.jbj1-35/+40
CVS patchset: 6918 CVS date: 2003/06/24 19:29:36
2003-06-16Update from PLD.jbj1-60/+67
CVS patchset: 6909 CVS date: 2003/06/16 16:05:42
2003-04-30splint fiddles.jbj8-61/+74
CVS patchset: 6797 CVS date: 2003/04/30 20:04:58
2003-04-30beecrypt-3.0.0 merge: doxygen pass.jbj2-2/+5
CVS patchset: 6792 CVS date: 2003/04/30 01:03:33
2003-03-20Make sure that $(RPM_BUILD_ROOT}/usr/lib is 1st libarry searched.jbj2-2/+2
Bump popt version. CVS patchset: 6710 CVS date: 2003/03/20 23:42:05
2003-03-19- unify signal handling in librpmio, use condvar to deliver signal.jbj30-30/+30
CVS patchset: 6707 CVS date: 2003/03/19 16:05:49
2003-03-18- fix: short option help missing string terminator.jbj1-16/+12
CVS patchset: 6704 CVS date: 2003/03/18 17:48:19
2003-02-06- popt: diddle doxygen/splint annotations, corrected doco.jbj2-24/+27
CVS patchset: 6037 CVS date: 2003/02/06 16:52:57
2003-01-16Nitpicky fix.jbj1-1/+1
CVS patchset: 6011 CVS date: 2003/01/16 16:34:02
2002-12-06part twosopwith1-1/+1
CVS patchset: 5917 CVS date: 2002/12/06 02:09:57
2002-12-01- use usrlib_LTLIBRARIES to install directly in /usr/lib64 instead.jbj3-7/+18
CVS patchset: 5911 CVS date: 2002/12/01 21:34:06
2002-11-19- add AC_SYS_LARGFILE throughout.jbj1-0/+1
- statically link rpmdeps against (internal) libfmagic. CVS patchset: 5876 CVS date: 2002/11/19 18:40:21
2002-10-24- add /usr/lib/rpm/rpmdeps.jbj1-1/+1
- add /usr/lib/rpm/magic. CVS patchset: 5814 CVS date: 2002/10/24 21:36:12
2002-10-16- dump libelf, gulp elfutils, for now.jbj30-30/+30
- 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-09- fix: use size_t consistently, avoid segfault on ia64.jbj1-1/+1
CVS patchset: 5760 CVS date: 2002/10/09 19:07:43
2002-09-16The char array 'format' sometimes get 10 characters and whenjbj1-1/+1
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-08-31Sync with rpm-4.1.jbj1-1/+1
CVS patchset: 5695 CVS date: 2002/08/31 22:39:34
2002-08-26- set cachesize without a dbenv, the default is far too small.jbj1-1/+1
- 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-26Update ru.po.jbj30-30/+30
CVS patchset: 5672 CVS date: 2002/08/26 17:51:39
2002-08-22Update popt internal copyright messages.jbj6-8/+8
CVS patchset: 5659 CVS date: 2002/08/22 16:34:51
2002-08-11Re-add the POPT_ keywod to xgettext text extraction.jbj31-626/+2561
CVS patchset: 5623 CVS date: 2002/08/11 17:17:55
2002-07-31- make --querytags a common option, fix errant regex (#70135).jbj30-30/+30
- db3: increase mpool and cachesize, compile w/o --enable-debug. CVS patchset: 5584 CVS date: 2002/07/31 13:11:25
2002-07-29Orphans.jbj30-30/+30
CVS patchset: 5579 CVS date: 2002/07/29 23:08:02
2002-07-29- update trpm.jbj1-1/+7
- 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-28- python: don't segfault in ts.GetKeys() on erased packages.jbj2-17/+25
resurrect build modes. add undocumented debugging options. CVS patchset: 5577 CVS date: 2002/07/28 14:52:33
2002-07-28- popt: display sub-table options only once on --usage.jbj31-36/+73
- wire --nosignatures et al as common options, rework CLI options. CVS patchset: 5575 CVS date: 2002/07/28 00:41:15
2002-07-25- popt: fix --usage (#62234).jbj31-43/+52
CVS patchset: 5573 CVS date: 2002/07/25 18:50:08
2002-07-25- python: remove the old initdb/rebuilddb methods, use ts.fooDB().jbj31-33/+35
- python: 1st crack at backport to 1.5.2. CVS patchset: 5571 CVS date: 2002/07/25 17:03:11
2002-07-24- verify signatures/digests retrieved through rpmdbNextIterator().jbj1-4/+4
- imbue %ghost with missingok attribute with --verify (#68933). CVS patchset: 5568 CVS date: 2002/07/24 16:21:23
2002-07-21Remove obsolete files.jbj2-151/+0
CVS patchset: 5565 CVS date: 2002/07/21 14:23:20
2002-07-21Update to gettext-0.11.2-3 intl contents.jbj32-461/+1701
CVS patchset: 5564 CVS date: 2002/07/21 14:20:41
2002-07-21Update to gettext/intl license.jbj1-0/+515
CVS patchset: 5562 CVS date: 2002/07/21 14:17:23
2002-07-20- popt: parse file into string of options (#56860).jbj43-57/+625
CVS patchset: 5560 CVS date: 2002/07/20 19:02:40
2002-07-15Clarify intl licensing.jbj1-0/+481
CVS patchset: 5555 CVS date: 2002/07/15 21:15:22
2002-07-14- python: sanity check fixes on rpmts/rpmte methods.jbj31-30/+31
CVS patchset: 5554 CVS date: 2002/07/14 21:23:29
2002-07-13- popt: mingw32 portability configure check (#67911).jbj2-2/+5
CVS patchset: 5551 CVS date: 2002/07/13 19:18:43
2002-07-09- placeholders for manifest constants for SuSE patch packages.jbj30-30/+30
CVS patchset: 5543 CVS date: 2002/07/09 15:35:57
2002-07-08Propagate splint-3.0.1.7 close(2) internalState annotation throughout.jbj3-11/+12
CVS patchset: 5542 CVS date: 2002/07/08 14:21:26
2002-07-03- use rpmfi in showQueryPackage(), eliminating headerGetEntry().jbj30-30/+30
CVS patchset: 5538 CVS date: 2002/07/03 14:01:49
2002-07-02Add boundsread annotations throughout, enable +bounds checking.jbj4-2/+9
Start narrowing the scope of bounds annotations by adding more annotations. CVS patchset: 5537 CVS date: 2002/07/02 23:54:35
2002-06-25- python: link internal libelf (if used) directly into rpmmodule.so.jbj31-31/+31
CVS patchset: 5525 CVS date: 2002/06/25 18:43:40
2002-06-22Factor bounds checking annotations into source code.jbj8-1/+52
CVS patchset: 5521 CVS date: 2002/06/22 18:51:56