This is the mail archive of the cygwin-apps-cvs@sources.redhat.com mailing list for the cygwin-apps 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]

libgetopt++ ./ChangeLog ./Makefile.am ./config ...


CVSROOT:	/cvs/cygwin-apps
Module name:	libgetopt++
Changes by:	rbcollins@sources.redhat.com	2002-04-26 16:46:41

Modified files:
	.              : ChangeLog Makefile.am configure.in 
	include/getopt++: BoolOption.h Option.h OptionSet.h 
	                  StringOption.h 
	src            : BoolOption.cc OptionSet.cc StringOption.cc 
Added files:
	.              : COPYING 
	include        : cdefs.h getopt.h 
	src            : getopt.c 

Log message:
	2002-04-23  Robert Collins  <rbtcollins@hotmail.com>
	
	* include/cdefs.h: New file, support for getopt.h.
	* include/getopt.h: New file, for platforms without getopt.h.
	* src/getopt.c: New file, implementation of getopt.
	* COPYING: New file, GPL v2 text.
	* Makefile.am: Change AM_CXXFLAGS to INCLUDES.
	Add getopt.c to the library source.
	Add new headers to the source list.
	* configure.in: Remove unneeded macro calls.
	* include/getopt++/StringOption.h: Change String to string throughout.
	* src/StringOption.cc: Ditto.
	* include/getopt++/BoolOption.h: Ditto.
	* src/BoolOption.cc: Ditto.
	* src/OptionSet.cc: Ditto.
	* include/getopt++/Option.h: Ditto.
	Remove String++ includes, it's not needed anymore.
	* include/getopt++/OptionSet.h: Make the destructor virtual.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/COPYING.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/Makefile.am.diff?cvsroot=cygwin-apps&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/configure.in.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/include/cdefs.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt++/BoolOption.h.diff?cvsroot=cygwin-apps&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt++/Option.h.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt++/OptionSet.h.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt++/StringOption.h.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/src/getopt.c.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/src/BoolOption.cc.diff?cvsroot=cygwin-apps&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/src/OptionSet.cc.diff?cvsroot=cygwin-apps&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/src/StringOption.cc.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2


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