]> cygwin.com Git - cygwin-apps/setup.git/commit
2002-04-23 Robert Collins <rbtcollins@hotmail.com>
authorRobert Collins <rbtcollins@hotmail.com>
Fri, 26 Apr 2002 23:46:39 +0000 (23:46 +0000)
committerRobert Collins <rbtcollins@hotmail.com>
Fri, 26 Apr 2002 23:46:39 +0000 (23:46 +0000)
commit290fdf73c1126c3a1c39032d09df9c833e2befbd
treed13f1f59ec147cddfb93ad49bf746ee5564da95f
parent302f1b6dff6227fdcfe5cfb59d4c7751b3259817
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.
15 files changed:
libgetopt++/COPYING [new file with mode: 0644]
libgetopt++/ChangeLog
libgetopt++/Makefile.am
libgetopt++/configure.ac
libgetopt++/configure.in
libgetopt++/include/cdefs.h [new file with mode: 0644]
libgetopt++/include/getopt++/BoolOption.h
libgetopt++/include/getopt++/Option.h
libgetopt++/include/getopt++/OptionSet.h
libgetopt++/include/getopt++/StringOption.h
libgetopt++/include/getopt.h [new file with mode: 0644]
libgetopt++/src/BoolOption.cc
libgetopt++/src/OptionSet.cc
libgetopt++/src/StringOption.cc
libgetopt++/src/getopt.c [new file with mode: 0644]
This page took 0.035136 seconds and 5 git commands to generate.