This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: final argp patch


Here is a better ChangeLog entry.  Thanks to Roland McGrath for
pointing this out.

2003-10-03  Simon Josefsson  <jas@extundo.com>

	* argp/argp-ba.c: Wrap code around '#ifndef ELIDE_CODE'.
	* argp/argp-eexst.c: Likewise.
	* argp/argp-fmtstream.c: Likewise.
	* argp/argp-fs-xinl.c: Likewise.
	* argp/argp-help.c: Likewise.
	* argp/argp-parse.c: Likewise.
	* argp/argp-pv.c: Likewise.
	* argp/argp-pvh.c: Likewise.
	* argp/argp-xinl.c: Likewise.

	* argp/argp-ba.c: Include argp-namefrob.h.
	* argp/argp-eexst.c: Likewise.
	* argp/argp-fs-xinl.c: Likewise.
	* argp/argp-pv.c: Likewise.
	* argp/argp-pvh.c: Likewise.
	* argp/argp-xinl.c: Likewise.

	* argp/argp-namefrob.h: Define ARGP_INTERFACE_VERSION to 1.
	Include stdio.h for __GNU_LIBRARY__.
	[!_LIBC && __GNU_LIBRARY__ && __GNU_LIBRARY > 1]: Include
	gnu-versions.h.
	[!_LIBC && __GNU_LIBRARY__ && __GNU_LIBRARY > 1 &&
	_GNU_ARGP_INTERFACE_VERSION == ARGP_INTERFACE_VERSION]: Define
	ELIDE_CODE.

	* include/gnu-versions.h (_GNU_ARGP_INTERFACE_VERSION): Add (with
	value 1).



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]