summaryrefslogtreecommitdiff
path: root/popt
AgeCommit message (Collapse)AuthorFilesLines
2000-06-01Hack to pass build args correctly.jbj1-1/+1
Create noarch symlink to canonical arch directory. CVS patchset: 3785 CVS date: 2000/06/01 02:00:12
2000-05-31Sanity (make dist).jbj3-3/+3
CVS patchset: 3783 CVS date: 2000/05/31 17:45:43
2000-05-31Duplicate query aliases onto rpmq.jbj1-1/+1
CVS patchset: 3782 CVS date: 2000/05/31 17:39:01
2000-05-26Sanity (make dist).jbj3-3/+3
CVS patchset: 3755 CVS date: 2000/05/26 18:59:08
2000-05-26Remove build modes from rpm, use rpmb and/or popt glue instead.jbj1-1/+1
CVS patchset: 3754 CVS date: 2000/05/26 18:51:11
2000-05-26Honor POPT_ARGFLAG_ONEDASH when dup'ing args for popt exec.jbj2-26/+25
CVS patchset: 3753 CVS date: 2000/05/26 13:58:11
2000-05-24- change popt exec alias in oreder to exec rpm children.jbj7-46/+82
- split rpm into 5 pieces along major mode fault lines with popt glue. CVS patchset: 3750 CVS date: 2000/05/24 17:53:35
2000-05-01Rename db0.c to db1.c, resurrect db2.c (from db3.c).jbj1-323/+228
Add ia64 and sparc64 changes. rpm.spec: add per-platform sub-directories. Add rpmdbSync to API. installplatform: pass LIB=lib64 on sparc64. db3.c: Add nodbsync, lockdbfd, debug dbi configuration. db3.c: don't check dbi_mode when deciding on DB_WRITECURSOR. CVS patchset: 3711 CVS date: 2000/05/01 17:50:35
2000-04-25Fix popt/po/tr.po addition.jbj1-1/+1
CVS patchset: 3700 CVS date: 2000/04/25 20:14:21
2000-04-25Sanity (rebuild to check autoconf configuration in dist-7.0).jbj3-3/+3
CVS patchset: 3699 CVS date: 2000/04/25 19:57:26
2000-04-24Add Turkish translation (Fatih Demir <kabalak@gmx.net>)jbj1-0/+359
CVS patchset: 3695 CVS date: 2000/04/24 16:57:40
2000-04-23make db indices as lightweight as possible, with per-dbi config.jbj4-22/+87
db1.c will never be needed, eliminate. API: merge rebuilddb.c into rpmdb.c. CVS patchset: 3694 CVS date: 2000/04/23 20:37:57
2000-03-24Bump version to next release.jbj2-3/+3
CVS patchset: 3640 CVS date: 2000/03/24 22:12:59
2000-02-27Typos.jbj1-1/+1
CVS patchset: 3596 CVS date: 2000/02/27 23:57:14
2000-02-27Permit building w/o libbz2.a.jbj1-5/+8
In popt, check for building within the rpm tree before requiring GNU gettext. CVS patchset: 3595 CVS date: 2000/02/27 23:40:36
2000-02-23ANSIfcation.jbj1-3/+7
CVS patchset: 3580 CVS date: 2000/02/23 17:20:20
2000-02-17Include shlib files.sopwith1-2/+1
CVS patchset: 3565 CVS date: 2000/02/17 03:32:20
2000-02-11Makefile.am: Distribute test-poptrc, don't try to wildcard .po files.sopwith2-6/+11
testit.sh: Work with srcdir != builddir. CVS patchset: 3550 CVS date: 2000/02/11 04:44:14
2000-01-19Preliminary support for doxygen generated API doco.jbj5-13/+501
CVS patchset: 3527 CVS date: 2000/01/19 20:54:53
1999-12-24split python bindings into a separate sub-package of rpm.jbj2-2/+6
CVS patchset: 3497 CVS date: 1999/12/24 14:54:34
1999-12-22Sanity (make dist).jbj2-2/+2
CVS patchset: 3496 CVS date: 1999/12/22 21:31:39
1999-12-22duplicate popt routine so that librpm.so needs not libpopt.so.jbj2-20/+1
CVS patchset: 3495 CVS date: 1999/12/22 21:30:28
1999-11-26Package 3.0.4-0.1jbj2-2/+2
CVS patchset: 3438 CVS date: 1999/11/26 22:02:37
1999-11-24Display message if GNU xgettext is not found.jbj1-0/+6
CVS patchset: 3434 CVS date: 1999/11/24 16:55:42
1999-11-18From: Dick Porter <dick@acm.org> --jbj4-2/+65
Here is a patch for popt to implement selective argument stripping from argv. With this patch I can use popt in ORBit (the CORBA spec requires ORBs to remove all ORB options from argv), which allows me to export a popt option table to the rest of Gnome. There is also a bug fix included where a string was realloc()d into a space too small to hold the trailing NULL. CVS patchset: 3428 CVS date: 1999/11/18 17:10:15
1999-11-18fix: realloc didn't include space for trailing NUL.jbj2-2/+2
CVS patchset: 3427 CVS date: 1999/11/18 16:57:45
1999-11-01fix: expandNextArg() can't permit '\\' escapes.jbj2-1/+3
CVS patchset: 3413 CVS date: 1999/11/01 23:23:09
1999-10-29check for memory leaks (almost all leaks are plugged).jbj3-5/+10
CVS patchset: 3403 CVS date: 1999/10/29 16:06:01
1999-10-27use compressed filenames on install side.jbj8-20/+20
start unifying FD types, CFD_t now gone. CVS patchset: 3402 CVS date: 1999/10/27 23:18:10
1999-10-25Add poptDupArgv() and const's to popt.3 man page.jbj3-27/+35
CVS patchset: 3401 CVS date: 1999/10/25 20:10:00
1999-10-25lclint annotations.jbj3-6/+11
CVS patchset: 3400 CVS date: 1999/10/25 19:07:14
1999-10-25Lazy allocation of deleted arg bit map.jbj2-5/+5
CVS patchset: 3399 CVS date: 1999/10/25 18:24:38
1999-10-25Add !#:+ token parsing to retrieve (and delete) next argument from list.jbj17-176/+310
CVS patchset: 3398 CVS date: 1999/10/25 18:22:19
1999-10-22Modify test1 to do poptResetContext before parsing args.jbj2-14/+35
CVS patchset: 3397 CVS date: 1999/10/22 18:25:39
1999-10-22fix: long options like "--long=val" needed longArg reset to NULL at top ofjbj6-76/+233
poptGetNextOpt() while loop. Variables in poptGetNextOpt() are also locally scoped. CVS patchset: 3396 CVS date: 1999/10/22 18:10:51
1999-10-21Functional "make check".jbj2-29/+38
CVS patchset: 3395 CVS date: 1999/10/21 21:38:18
1999-10-21lclint annotations and compiler cruft.jbj2-8/+8
CVS patchset: 3394 CVS date: 1999/10/21 20:36:16
1999-10-21lclint annotations.jbj2-6/+6
CVS patchset: 3393 CVS date: 1999/10/21 18:48:00
1999-10-21Create.jbj1-0/+41
CVS patchset: 3392 CVS date: 1999/10/21 18:20:29
1999-10-21lclint annotations.jbj7-73/+90
CVS patchset: 3391 CVS date: 1999/10/21 18:20:12
1999-10-21lclint annotations.jbj1-5/+5
CVS patchset: 3390 CVS date: 1999/10/21 15:04:25
1999-10-04lclint annotations from build.jbj1-1/+2
CVS patchset: 3366 CVS date: 1999/10/04 19:40:03
1999-09-29Ignore generated files.jbj1-0/+2
CVS patchset: 3345 CVS date: 1999/09/29 23:48:23
1999-09-29Nuke'em again.jbj1-649/+0
CVS patchset: 3344 CVS date: 1999/09/29 23:37:04
1999-09-29Check in time stamps again.jbj2-2/+0
CVS patchset: 3343 CVS date: 1999/09/29 23:29:57
1999-09-29Check in time stamps.jbj3-2/+651
CVS patchset: 3342 CVS date: 1999/09/29 23:26:08
1999-09-29Create.jbj2-2/+5
CVS patchset: 3341 CVS date: 1999/09/29 21:22:24
1999-09-29Add intl so popt no longer requires gettext.jbj32-56/+5410
CVS patchset: 3340 CVS date: 1999/09/29 21:12:45
1999-09-21fix: removed files fingerprint memory leak.jbj2-2/+2
fix: resurrect allfiles flag from rpm-2.5.x. CVS patchset: 3312 CVS date: 1999/09/21 17:21:57
1999-09-10version 1.4ewt2-2/+2
CVS patchset: 3274 CVS date: 1999/09/10 00:50:25