head	1.13;
access;
symbols
	rpm-4_4_8-release:1.13
	rpm-4_4_7-release:1.13
	rpm-4_4_6-release:1.13
	rpm-4_4_5-release:1.13
	rpm-4_4_4-release:1.13
	rpm-4_4_3-release:1.13
	jbj_before_tklcpatches:1.13
	rpm-4_4_2-release:1.13
	pjones-sparse-experiment:1.13.0.12
	rpm-4_4_1-release:1.13
	rpm-4_4-release:1.13
	rpm-4_4:1.13.0.10
	rpm-4_3_1-start:1.13
	rpm-4_3:1.13.0.8
	rpm-4_2_1-release:1.13
	rpm-4_1_1-release:1.13
	rpm-4_2-release:1.13
	rpm-4_2:1.13.0.6
	rpm-4_1-release:1.13
	rpm-4_1:1.13.0.4
	rpm-4_0_4-release:1.13
	jbj-before-beecrypt:1.13
	rpm-4_0_3-release:1.13
	jbj_b4_rollback:1.13
	rpm-4_0_2-release:1.13
	rpm-4_0_1-release:1.13
	rpm-3_0_6-release:1.12
	rpm-4_0-release:1.13
	rpm-3_0_6:1.12
	rpm-4_0:1.13.0.2
	rpm-3_0_5:1.12.0.8
	jbj_sparc64:1.12.0.6
	rpm-3_0_4:1.12.0.4
	rpm-3_0_3:1.12.0.2
	POPT_GNOME_MERGE_1_4:1.12
	popt-1_4:1.12
	rpm-3_0_2:1.10
	rpm-3_0:1.10.0.2
	r2-94:1.10
	POST_GNOME_MERGE:1.10
	PRE_GNOME_MERGE:1.10
	popt-1_3:1.12
	r2-93:1.9
	r2-92:1.9
	r2-91:1.9
	popt-1_2_3:1.10
	r2-5-7:1.9
	popt-1_2_2:1.7
	popt-1_2_1:1.5
	popt-1_2:1.4
	popt-1_1_1:1.4
	r2-5-6:1.7
	jbj-pre-automake:1.3
	r2-5-5:1.3
	r2-5-4:1.3
	r2-5-3:1.3
	r2-90:1.9
	branch-r2-5:1.3
	r2-5-2:1.1
	r5-1-2:1.1
	r2-5:1.1
	r2-5-1:1.1;
locks; strict;
comment	@# @;


1.13
date	2000.07.31.15.04.23;	author jbj;	state Exp;
branches;
next	1.12;

1.12
date	99.09.04.19.38.05;	author ewt;	state Exp;
branches;
next	1.11;

1.11
date	99.07.27.22.05.43;	author jbj;	state Exp;
branches;
next	1.10;

1.10
date	99.04.07.06.23.07;	author ewt;	state Exp;
branches;
next	1.9;

1.9
date	98.12.29.02.52.47;	author ewt;	state Exp;
branches;
next	1.8;

1.8
date	98.12.29.02.35.08;	author ewt;	state Exp;
branches;
next	1.7;

1.7
date	98.12.10.18.37.22;	author johnsonm;	state Exp;
branches;
next	1.6;

1.6
date	98.11.16.21.01.30;	author ewt;	state Exp;
branches;
next	1.5;

1.5
date	98.10.29.22.52.03;	author ewt;	state Exp;
branches;
next	1.4;

1.4
date	98.10.22.16.03.47;	author ewt;	state Exp;
branches;
next	1.3;

1.3
date	98.07.27.18.55.15;	author ewt;	state Exp;
branches;
next	1.2;

1.2
date	98.07.27.16.01.38;	author ewt;	state Exp;
branches;
next	1.1;

1.1
date	98.05.21.18.11.14;	author ewt;	state Exp;
branches;
next	;


desc
@@


1.13
log
@- fix: uniqify dependency problems when printing (#14034).
- popt: add ability to perform callbacks for every, not just first, match.
@
text
@1.5 -> 1.6
	- add ability to perform callbacks for every, not just first, match.

1.3 -> 1.5
	- heavy dose of const's
	- poptParseArgvString() now NULL terminates the list

1.2.3 -> 1.3
	- added support for single -
	- misc bug fixes
	- portability improvements

1.2.2 -> 1.2.3
	- fixed memset() in help message generation (Dale Hawkins)
	- added extern "C" stuff to popt.h for C++ compilers (Dale Hawkins)
	- const'ified poptParseArgvString (Jeff Garzik)

1.2.1 -> 1.2.2
	- fixed bug in chaind alias happens which seems to have only
	  affected --triggers in rpm
	- added POPT_ARG_VAL
	- popt.3 installed by default

1.2 -> 1.2.1
	- added POPT_ARG_INTL_DOMAIN (Elliot Lee)
	- updated Makefile's to be more GNUish (Elliot Lee)

1.1 -> 1.2
	- added popt.3 man page (Robert Lynch)
	- don't use mmap anymore (its lack of portability isn't worth the
	  trouble)
	- added test script
	- added support for exec
	- removed support for *_POPT_ALIASES env variable -- it was a bad
	  idea
	- reorganized into multiple source files
	- added automatic help generation, POPT_AUTOHELP
	- added table callbacks
	- added table inclusion
	- updated man page for new features
	- added test scripts

1.0 -> 1.1
	- moved to autoconf (Fred Fish)
	- added STRERROR replacement (Norbert Warmuth)
	- added const keywords (Bruce Perens)
@


1.12
log
@*** empty log message ***
@
text
@d1 4
a4 1
1.3 ->
@


1.11
log
@popt: heavy dose of const.
@
text
@d3 1
@


1.10
log
@*** empty log message ***
@
text
@d1 3
@


1.9
log
@const'ified poptParseArgvString (Jeff Garzik)
@
text
@d1 5
@


1.8
log
@fixed memset() in help message generation (Dale Hawkins)
added extern "C" stuff to popt.h for C++ compilers (Dale Hawkins)
@
text
@d4 1
@


1.7
log
@releasing 1.2.2
@
text
@d1 4
@


1.6
log
@*** empty log message ***
@
text
@d4 2
@


1.5
log
@added POPT_ARG_INTL_DOMAIN (Elliot Lee)
updated Makefile's to be more GNUish (Elliot Lee)
@
text
@d1 5
a5 1
1.1 -> 1.2.1
@


1.4
log
@*** empty log message ***
@
text
@d1 4
@


1.3
log
@*** empty log message ***
@
text
@d9 6
@


1.2
log
@*** empty log message ***
@
text
@d7 2
@


1.1
log
@added CHANGES file
updated .cvsignore
@
text
@d1 7
@

