]> cygwin.com Git - cygwin-apps/setup.git/commit - ChangeLog
2002-05-05 Robert Collins <rbtcollins@hotmail.com>
authorRobert Collins <rbtcollins@hotmail.com>
Sun, 5 May 2002 04:02:01 +0000 (04:02 +0000)
committerRobert Collins <rbtcollins@hotmail.com>
Sun, 5 May 2002 04:02:01 +0000 (04:02 +0000)
commit199115866064770acacc7d42bb1a89a57818276d
tree3d5dd9dc87843a474e6af54fef518e6907d0cefd
parentbf4ffcd98312e46dc4a1b539c058d663511715ef
2002-05-05 Robert Collins  <rbtcollins@hotmail.com>

        * Makefile.am (noinst_PROGRAMS): Make inilint configurable.
        * configure.in: Ditto.
        Fix incorrect header checking syntax.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * Makefile.in: Regenerate.
        * io_stream.cc: Remove platform specific and provider specific code.
        (io_stream::registerProvider): New method, registers a Url provider with
        the io_stream code.
        Make all methods consistently throw invalid_argument exceptions when
        a provider that is requested is not present.
        (findProvider): New private function, finds a provider.
        * io_stream.h: Declare io_stream::registerProvider.
        * io_stream_cygfile.cc: Create a Provider class to register with
        io_stream.cc.
        * io_stream_file.cc: Ditto.
        * archive.cc: Remove unneeded includes.
        * archive_tar.cc: Remove unneeded includes.
        * archive_tar.h: Add required include.
        * archive_tar_file.cc: Remove unneded includes.
        * choose.cc: Remove unneeded includes:
16 files changed:
ChangeLog
IOStreamProvider.h [new file with mode: 0644]
Makefile.am
Makefile.in
archive.cc
archive_tar.cc
archive_tar.h
archive_tar_file.cc
choose.cc
configure
configure.ac
configure.in
io_stream.cc
io_stream.h
io_stream_cygfile.cc
io_stream_file.cc
This page took 0.036498 seconds and 5 git commands to generate.