From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27871 invoked by alias); 20 Apr 2002 07:35:06 -0000 Mailing-List: contact cygwin-apps-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sources.redhat.com Received: (qmail 27836 invoked by uid 9126); 20 Apr 2002 07:35:05 -0000 Date: Sat, 20 Apr 2002 00:35:00 -0000 Message-ID: <20020420073505.27834.qmail@sources.redhat.com> From: rbcollins@sources.redhat.com To: cygwin-apps-cvs@sources.redhat.com Subject: libgetopt++ ./ChangeLog ./Makefile.am include/ ... X-SW-Source: 2002-q2/txt/msg00007.txt.bz2 List-Id: CVSROOT: /cvs/cygwin-apps Module name: libgetopt++ Changes by: rbcollins@sources.redhat.com 2002-04-20 00:35:05 Modified files: . : ChangeLog Makefile.am include/getopt++: BoolOption.h Option.h OptionSet.h src : BoolOption.cc OptionSet.cc Added files: include/getopt++: StringOption.h src : StringOption.cc Log message: 2002-04-20 Robert Collins * Makefile.am (libgetopt___la_SOURCES): Add OptionSet.cc and StringOption.cc for new functionality. (getoptinclude_HEADERS): Install the new headers. * include/getopt++/BoolOption.h (BoolOption::shortOption): Change to align with new Option header. * include/getopt++/Option.h (Option::shortOption): Change to allow short options with arguments. * include/getopt++/OptionSet.h: Implement ParameterUsage to show program options. Change Process to include a fallback OptionSet - for picking up non-option arguments. * include/getopt++/StringOption.h: New file. * src/BoolOption.cc (BoolOption::shortOption): Change as per the header. * src/OptionSet.cc (OptionSet::Process): Pass on umnparameterised arguments. (OptionSet::ParameterUsage): Implement. * src/StringOption.cc: New file. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/Makefile.am.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=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt++/BoolOption.h.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt++/Option.h.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt++/OptionSet.h.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/src/StringOption.cc.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.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/src/OptionSet.cc.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2