]> cygwin.com Git - cygwin-apps/setup.git/blob - libgetopt++/ChangeLog
2002-04-23 Robert Collins <rbtcollins@hotmail.com>
[cygwin-apps/setup.git] / libgetopt++ / ChangeLog
1 2002-04-23 Robert Collins <rbtcollins@hotmail.com>
2
3 * src/OptionSet.cc (OptionSet::ParameterUsage): Line-break long
4 help text.
5
6 2002-04-20 Robert Collins <rbtcollins@hotmail.com>
7
8 * Makefile.am (libgetopt___la_SOURCES): Add OptionSet.cc and
9 StringOption.cc for new functionality.
10 (getoptinclude_HEADERS): Install the new headers.
11 * include/getopt++/BoolOption.h (BoolOption::shortOption): Change
12 to align with new Option header.
13 * include/getopt++/Option.h (Option::shortOption): Change to allow
14 short options with arguments.
15 * include/getopt++/OptionSet.h: Implement ParameterUsage to show
16 program options.
17 Change Process to include a fallback OptionSet - for picking up
18 non-option arguments.
19 * include/getopt++/StringOption.h: New file.
20 * src/BoolOption.cc (BoolOption::shortOption): Change as per the header.
21 * src/OptionSet.cc (OptionSet::Process): Pass on umnparameterised
22 arguments.
23 (OptionSet::ParameterUsage): Implement.
24 * src/StringOption.cc: New file.
25
26 2002-04-14 Robert Collins <rbtcollins@hotmail.com>
27
28 * include/BoolOption.h: Move to
29 * include/getopt++/BoolOption.h: here.
30 * include/GetOption.h: Implement multiple-sets as per design.
31 Move to ...
32 * include/getopt++/GetOption.h: here.
33 * include/Option.h: Move to
34 * include/getopt++/Option.h: here.
35 * include/getopt++/OptionSet.h: New file.
36 * src/GetOption.cc: Move core functions to OptionSet.cc.
37 Adjust for new header locations.
38 * src/OptionSet.cc: New file.
39 * src/BoolOption.cc: Adjust for new header locations.
40 * src/Option.cc: Adjust for new header locations.
41 * tests/testoption.cc: Adjust for new header locations.
42
43 2002-04-14 Robert Collins <rbtcollins@hotmail.com>
44
45 * Makefile.am: New file.
46 * README: New file.
47 * bootstrap.sh: New file.
48 * configure.in: New file.
49 * include/BoolOption.h: New file.
50 * include/GetOption.h: New file.
51 * include/Option.h: New file.
52 * src/BoolOption.cc: New file.
53 * src/GetOption.cc: New file.
54 * src/Option.cc: New file.
55 * tests/testoption.cc: New file.
This page took 0.040739 seconds and 6 git commands to generate.