This is the mail archive of the cygwin-apps-cvs@sources.redhat.com mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

setup ChangeLog Makefile.am Makefile.in String ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sources.redhat.com	2002-05-03 21:26:01

Modified files:
	.              : ChangeLog Makefile.am Makefile.in String++.cc 
	                 String++.h archive_tar.cc archive_tar.h 
	                 cygpackage.cc ini.cc ini.h inilex.l iniparse.y 
	                 io_stream_cygfile.h io_stream_file.h mount.cc 
	                 package_meta.cc package_meta.h site.h 
Added files:
	.              : IniDBBuilder.cc IniDBBuilder.h 
	                 IniDBBuilderPackage.cc IniDBBuilderPackage.h 
	                 PackageTrust.h 
Removed files:
	.              : IniState.h 

Log message:
	2002-05-04 Robert Collins  <rbtcollins@hotmail.com>
	
	* IniDBBuilder.cc: New file.
	* IniDBBuilder.h: New file.
	* IniDBBuilderPackage.cc: New file.
	* IniDBBuilderPackage.h: New file.
	* PackageTrust.h: New file.
	* IniState.h: Remove, wasn't thought out well enough.
	* Makefile.am (inilint_SOURCES): Add more requirements.
	(setup_SOURCES): Add new Builder base and concrete classes.
	* Makefile.in: Regenerate.
	* String++.cc (String::String): Implement int contructor.
	* String++.h (String): Declare int constructor.
	* archive_tar.cc (archive_tar::next_file_name): Return String() when
	no filename exists.
	* archive_tar.h (archive_tar_file): Remove get_next_filename method,
	it's not needed.
	* ini.cc: Replace IniState wuth IniDBBuilderPacakge.
	(find_routine): Use new IniDBBuilder to configure the parser.
	(do_local_ini): Ditto.
	(do_remote_ini): Ditto.
	* ini.h: Use IniDBBuilder to initialise parsing.
	* inilex.l (MD5): Parse the MD5 string correctly, we had the nibbles
	swapped.
	(ini_init): Use an IniDBBuilder rather than static variables.
	* iniparse.y: Hand off all the object creation to a builder, rather
	than hardcoding the behaviour. This allows run-time configured
	behaviour.
	* io_stream_cygfile.h (io_stream_cygfile): Remove get_next_filename
	method, it's not needed.
	* io_stream_file.h (io_stream_file): Ditto.
	* mount.cc (cygpath): Return String() for missing mounts.
	* package_meta.cc (packagemeta::SDesc): Return String() for blank
	descriptions.
	* package_meta.h (trusts): Remove - replaced by PackageTrust.h.
	(packagemeta::packagemeta): Fix incorrect syntax in String constructor
	usage.
	* cygpackage.cc (cygpackage::cygpackage): Fix incorrect syntax in
	String constructor usage.
	* site.h (site_list_type): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/IniDBBuilder.cc.diff?cvsroot=cygwin-apps&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/IniDBBuilder.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/IniDBBuilderPackage.cc.diff?cvsroot=cygwin-apps&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/IniDBBuilderPackage.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/PackageTrust.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.224&r2=2.225
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.in.diff?cvsroot=cygwin-apps&r1=2.63&r2=2.64
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/String++.cc.diff?cvsroot=cygwin-apps&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/String++.h.diff?cvsroot=cygwin-apps&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/archive_tar.cc.diff?cvsroot=cygwin-apps&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/archive_tar.h.diff?cvsroot=cygwin-apps&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/cygpackage.cc.diff?cvsroot=cygwin-apps&r1=2.9&r2=2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ini.cc.diff?cvsroot=cygwin-apps&r1=2.24&r2=2.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ini.h.diff?cvsroot=cygwin-apps&r1=2.31&r2=2.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/inilex.l.diff?cvsroot=cygwin-apps&r1=2.15&r2=2.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/iniparse.y.diff?cvsroot=cygwin-apps&r1=2.29&r2=2.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/io_stream_cygfile.h.diff?cvsroot=cygwin-apps&r1=2.7&r2=2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/io_stream_file.h.diff?cvsroot=cygwin-apps&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/mount.cc.diff?cvsroot=cygwin-apps&r1=2.13&r2=2.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/package_meta.cc.diff?cvsroot=cygwin-apps&r1=2.21&r2=2.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/package_meta.h.diff?cvsroot=cygwin-apps&r1=2.14&r2=2.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/site.h.diff?cvsroot=cygwin-apps&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/IniState.h.diff?cvsroot=cygwin-apps&r1=2.1&r2=NONE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]