]> cygwin.com Git - cygwin-apps/setup.git/commit - ChangeLog
2002-05-19 Robert Collins <rbtcollins@hotmail.com>
authorRobert Collins <rbtcollins@hotmail.com>
Sun, 19 May 2002 03:07:54 +0000 (03:07 +0000)
committerRobert Collins <rbtcollins@hotmail.com>
Sun, 19 May 2002 03:07:54 +0000 (03:07 +0000)
commitb401ef478e1868add6af00ba6694bf0612970ee2
treeef0a193695625802cb607cfddad01d3354d766d6
parent0d4e0aadae030e805a363d5cb8ecbc392d626f48
2002-05-19  Robert Collins  <rbtcollins@hotmail.com>

        * rsync: New support library, contains librsync. This is not (yet)
        rsync interoperable.
        * configure.in: --with-rsync to enable rsync support. (Not complete).
        * Makefile.am: Enable building with rsync.
        * Makefile.in: Regenerate.
        * configure: Ditto.
        * IniDBBuilder.cc (IniDBBuilder::buildPackageInstall): Pass the md5 as
        an array.
        (IniDBBuilder::buildPackageSource): Ditto.
        * IniDBBuilder.h: Ditto.
        * IniDBBuilderPackage.cc: Ditto.
        * IniDBBuilderPackage.h: Ditto.
        * FindVisitor.cc: New file.
        * FindVisitor.h: New file, interface for visiting a file system
        aggregate.
        * IniParseFindVisitor.cc: New file.
        * IniParseFindVisitor.h: New file, concrete FindVisitor that parses
        found setup.ini's.
        * README: Update TODO's.
        * String++.cc (String::String): New constructor for <string> inter-
        operability.
        (String::substr): New method.
        * String++.h: Ditto.
        * choose.cc (scan2): Remove.
        (scan_downloaded_files): Simplify.
        * dialog.h: Include parsing pre-requirements.
        * download.cc (check_for_cached): Fullname was used incorrectly - fix.
        * filemanip.cc (parse_filename): -src packages where incorrectly parsed.
        * find.cc: Rewrite. Now uses a Visitor pattern and is re-entrant.
        * find.h: Ditto.
        * fromcwd.cc: Remove unneeded includes.
        (is_test_version): Remove.
        (found_file): Remove.
        (SetupFindVisitor): Trivial visitor to detect setup.ini's.
        (found_ini): Remove.
        (do_fromcwd): Remove commented code that has be replaced elsewhere.
        * ini.cc (local_ini): Remove.
        (findBuilder): Remove.
        (find_routine): Remove.
        (do_local_ini): Use new IniParseFindVisitor.
        * iniparse.y: Typecase MD5 arrays, as we know they are allocated as
        unsigned char.
        * postinstall.cc: Remove non-core includes.
        (run_script_in_postinstall): Remove.
        (RunFindVisitor): Trivial Visitor, runs each found script.
        (do_postinstall): Use new find syntax.
166 files changed:
ChangeLog
FindVisitor.cc [new file with mode: 0644]
FindVisitor.h [new file with mode: 0644]
IniDBBuilder.cc
IniDBBuilder.h
IniDBBuilderPackage.cc
IniDBBuilderPackage.h
IniParseFindVisitor.cc [new file with mode: 0644]
IniParseFindVisitor.h [new file with mode: 0644]
Makefile.am
Makefile.in
README
ScanFindVisitor.cc [new file with mode: 0644]
ScanFindVisitor.h [new file with mode: 0644]
String++.cc
String++.h
choose.cc
configure
configure.ac
configure.in
dialog.h
download.cc
filemanip.cc
find.cc
find.h
fromcwd.cc
ini.cc
iniparse.y
io_stream_rsync.cc [new file with mode: 0644]
io_stream_rsync.h [new file with mode: 0644]
postinstall.cc
rsync/AUTHORS [new file with mode: 0644]
rsync/COPYING [new file with mode: 0644]
rsync/ChangeLog [new file with mode: 0644]
rsync/INSTALL [new file with mode: 0644]
rsync/Makefile.am [new file with mode: 0644]
rsync/Makefile.in [new file with mode: 0644]
rsync/NEWS [new file with mode: 0644]
rsync/README [new file with mode: 0644]
rsync/README.CVS [new file with mode: 0644]
rsync/THANKS [new file with mode: 0644]
rsync/TODO [new file with mode: 0644]
rsync/acconfig.h [new file with mode: 0644]
rsync/aclocal.m4 [new file with mode: 0644]
rsync/base64.c [new file with mode: 0644]
rsync/buf.c [new file with mode: 0644]
rsync/buf.h [new file with mode: 0644]
rsync/changes.input/01.in [new file with mode: 0644]
rsync/changes.input/02.in [new file with mode: 0644]
rsync/changes.input/03.in [new file with mode: 0644]
rsync/changes.input/04.in [new file with mode: 0644]
rsync/changes.input/changes.input/01.in [new file with mode: 0644]
rsync/changes.input/changes.input/02.in [new file with mode: 0644]
rsync/changes.input/changes.input/03.in [new file with mode: 0644]
rsync/changes.input/changes.input/04.in [new file with mode: 0644]
rsync/changes.test [new file with mode: 0644]
rsync/checksum.c [new file with mode: 0644]
rsync/checksum.h [new file with mode: 0644]
rsync/command.c [new file with mode: 0644]
rsync/command.h [new file with mode: 0644]
rsync/config.h.in [new file with mode: 0644]
rsync/configure [new file with mode: 0644]
rsync/configure.in [new file with mode: 0644]
rsync/delta.c [new file with mode: 0644]
rsync/delta.input/01.delta [new file with mode: 0644]
rsync/delta.input/01.expect [new file with mode: 0644]
rsync/delta.input/02.delta [new file with mode: 0644]
rsync/delta.input/02.expect [new file with mode: 0644]
rsync/delta.input/03.delta [new file with mode: 0644]
rsync/delta.input/03.expect [new file with mode: 0644]
rsync/delta.input/delta.input/01.delta [new file with mode: 0644]
rsync/delta.input/delta.input/01.expect [new file with mode: 0644]
rsync/delta.input/delta.input/02.delta [new file with mode: 0644]
rsync/delta.input/delta.input/02.expect [new file with mode: 0644]
rsync/delta.input/delta.input/03.delta [new file with mode: 0644]
rsync/delta.input/delta.input/03.expect [new file with mode: 0644]
rsync/delta.test [new file with mode: 0644]
rsync/depcomp [new file with mode: 0644]
rsync/dot [new file with mode: 0644]
rsync/driver.sh [new file with mode: 0644]
rsync/emit.c [new file with mode: 0644]
rsync/emit.h [new file with mode: 0644]
rsync/fileutil.c [new file with mode: 0644]
rsync/fileutil.h [new file with mode: 0644]
rsync/hex.c [new file with mode: 0644]
rsync/install-sh [new file with mode: 0644]
rsync/isprefix.c [new file with mode: 0644]
rsync/isprefix.driver.c [new file with mode: 0644]
rsync/isprefix.h [new file with mode: 0644]
rsync/isprefix.test [new file with mode: 0644]
rsync/job.c [new file with mode: 0644]
rsync/job.h [new file with mode: 0644]
rsync/librsync.3 [new file with mode: 0644]
rsync/libversions.txt [new file with mode: 0644]
rsync/ltconfig [new file with mode: 0644]
rsync/mdfour.c [new file with mode: 0644]
rsync/mdfour.input/01.data [new file with mode: 0644]
rsync/mdfour.input/01.expect [new file with mode: 0644]
rsync/mdfour.input/mdfour.input/01.data [new file with mode: 0644]
rsync/mdfour.input/mdfour.input/01.expect [new file with mode: 0644]
rsync/missing [new file with mode: 0644]
rsync/mkinstalldirs [new file with mode: 0644]
rsync/mkprototab.pl [new file with mode: 0644]
rsync/mksum.c [new file with mode: 0644]
rsync/mksum.input/COPYING.sig [new file with mode: 0644]
rsync/mksum.input/mksum.input/COPYING.sig [new file with mode: 0644]
rsync/mksum.test [new file with mode: 0644]
rsync/msg.c [new file with mode: 0644]
rsync/mutate.pl [new file with mode: 0644]
rsync/mutate.test [new file with mode: 0644]
rsync/netint.c [new file with mode: 0644]
rsync/netint.h [new file with mode: 0644]
rsync/patch.c [new file with mode: 0644]
rsync/popt/CHANGES [new file with mode: 0644]
rsync/popt/COPYING [new file with mode: 0644]
rsync/popt/Makefile.am [new file with mode: 0644]
rsync/popt/Makefile.in [new file with mode: 0644]
rsync/popt/README [new file with mode: 0644]
rsync/popt/findme.c [new file with mode: 0644]
rsync/popt/findme.h [new file with mode: 0644]
rsync/popt/popt.c [new file with mode: 0644]
rsync/popt/popt.h [new file with mode: 0644]
rsync/popt/poptconfig.c [new file with mode: 0644]
rsync/popt/popthelp.c [new file with mode: 0644]
rsync/popt/poptint.h [new file with mode: 0644]
rsync/popt/poptparse.c [new file with mode: 0644]
rsync/popt/system.h [new file with mode: 0644]
rsync/protocol.h [new file with mode: 0644]
rsync/prototab.c [new file with mode: 0644]
rsync/prototab.h [new file with mode: 0644]
rsync/rdiff.1 [new file with mode: 0644]
rsync/rdiff.c [new file with mode: 0644]
rsync/readsums.c [new file with mode: 0644]
rsync/rsync.h [new file with mode: 0644]
rsync/scoop.c [new file with mode: 0644]
rsync/search.c [new file with mode: 0644]
rsync/search.h [new file with mode: 0644]
rsync/signature.input/01.in [new file with mode: 0644]
rsync/signature.input/01.sig [new file with mode: 0644]
rsync/signature.test [new file with mode: 0644]
rsync/snprintf.c [new file with mode: 0644]
rsync/sources.test [new file with mode: 0644]
rsync/stamp-h.in [new file with mode: 0644]
rsync/stats.c [new file with mode: 0644]
rsync/stream.c [new file with mode: 0644]
rsync/stream.h [new file with mode: 0644]
rsync/sumset.c [new file with mode: 0644]
rsync/sumset.h [new file with mode: 0644]
rsync/trace.c [new file with mode: 0644]
rsync/trace.h [new file with mode: 0644]
rsync/triple.input/copying.in [new file with mode: 0644]
rsync/triple.input/half.in [new file with mode: 0644]
rsync/triple.input/hello.in [new file with mode: 0644]
rsync/triple.input/triple.input/copying.in [new file with mode: 0644]
rsync/triple.input/triple.input/half.in [new file with mode: 0644]
rsync/triple.input/triple.input/hello.in [new file with mode: 0644]
rsync/triple.input/triple.input/zero.in [new file with mode: 0644]
rsync/triple.input/zero.in [new file with mode: 0644]
rsync/triple.test [new file with mode: 0644]
rsync/tube.c [new file with mode: 0644]
rsync/types.h [new file with mode: 0644]
rsync/util.c [new file with mode: 0644]
rsync/util.h [new file with mode: 0644]
rsync/version.c [new file with mode: 0644]
rsync/whole.c [new file with mode: 0644]
rsync/whole.h [new file with mode: 0644]
This page took 0.053495 seconds and 5 git commands to generate.