]> cygwin.com Git - cygwin-apps/setup.git/commit
2002-04-14 Robert Collins <rbtcollins@hotmail.com>
authorRobert Collins <rbtcollins@hotmail.com>
Sun, 14 Apr 2002 02:23:32 +0000 (02:23 +0000)
committerRobert Collins <rbtcollins@hotmail.com>
Sun, 14 Apr 2002 02:23:32 +0000 (02:23 +0000)
commit8e3e242cb46db81a302525f4d2e63299becb002b
tree9f87e2f635afc2bdcbfc6dc6bfd480930aaa7787
parent49cf38990d6c27ad936465fc830246a9e9fdf1ac
2002-04-14  Robert Collins  <rbtcollins@hotmail.com>

        * Makefile.am: New file.
        * README: New file.
        * bootstrap.sh: New file.
        * configure.in: New file.
        * include/BoolOption.h: New file.
        * include/GetOption.h: New file.
        * include/Option.h: New file.
        * src/BoolOption.cc: New file.
        * src/GetOption.cc: New file.
        * src/Option.cc: New file.
        * tests/testoption.cc: New file.
12 files changed:
libgetopt++/Makefile.am [new file with mode: 0644]
libgetopt++/README [new file with mode: 0644]
libgetopt++/bootstrap.sh [new file with mode: 0755]
libgetopt++/configure.ac [new file with mode: 0644]
libgetopt++/configure.in [new file with mode: 0644]
libgetopt++/include/getopt++/BoolOption.h [new file with mode: 0644]
libgetopt++/include/getopt++/GetOption.h [new file with mode: 0644]
libgetopt++/include/getopt++/Option.h [new file with mode: 0644]
libgetopt++/src/BoolOption.cc [new file with mode: 0644]
libgetopt++/src/GetOption.cc [new file with mode: 0644]
libgetopt++/src/Option.cc [new file with mode: 0644]
libgetopt++/tests/testoption.cc [new file with mode: 0644]
This page took 0.034216 seconds and 5 git commands to generate.