This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin 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]

src/winsup/cinstall ChangeLog Makefile.in READ ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rbcollins@sources.redhat.com	2002-02-18 05:53:09

Modified files:
	winsup/cinstall: ChangeLog Makefile.in README String++.cc 
	                 String++.h archive_tar.cc archive_tar_file.cc 
	                 compress_bz.cc compress_gz.cc concat.cc 
	                 concat.h configure configure.in desktop.cc 
	                 download.cc fromcwd.cc geturl.cc ini.cc 
	                 install.cc io_stream.cc io_stream_cygfile.cc 
	                 io_stream_file.cc localdir.cc log.cc log.h 
	                 main.cc mount.cc mount.h msg.cc net.cc 
	                 nio-ftp.cc nio-http.cc package_db.cc 
	                 package_meta.cc postinstall.cc root.cc 
	                 script.cc site.cc source.cc 

Log message:
	2002-02-19  Robert Collins  <rbtcollins@hotmail.com>
	
	* configure.in (CXXFLAGS): Substitute at configure time, not runtime.
	* configure (CXXFLAGS): Regenerate.
	* Makefile.in (iniparse.o): Build via default rules - no errors now.
	* README: TODO list updates.
	
	2002-02-19  Michael A Chase  <mchase@ix.netcom.com>
	
	* String++.cc (String::concat):: Remove.
	(String::vconcat):: Ditto.
	* String++.h (String::concat):: Remove.
	(String::vconcat):: Ditto.
	* archive_tar.cc: Don't include concat.h.
	* archive_tar_file.cc: Don't include concat.h.
	* compress_bz.cc (compress_bz::peek): Don't log unneeded messages.
	(compress_bz::seek): Ditto.
	(compress_bz::~compress_bz): Ditto.
	* compress_gz.cc (compress_gz::peek): Ditto.
	(compress_gz::error): Ditto.
	(compress_gz::~compress_gz): Ditto.
	* concat.cc (vconcat): Remove.
	(concat): Ditto.
	* concat.h (vconcat): Remove.
	(concat): Ditto.
	* desktop.cc (desktop_icon): Use new cygpath.
	(make_etc_profile): Ditto.
	(uexists): Ditto.
	(make_passwd_group): Ditto.
	(save_icon): Ditto.
	(check_desktop): Remove concat use.
	(check_start_menu): Ditto.
	* download.cc (download_one): Use new mkpath_p correctly.
	Use LOG_PLAIN.
	* fromcwd.cc: Don't include concat.h.
	* geturl.cc (get_url_to_membuf): Use String log() call.
	(get_url_to_file): Ditto.
	* install.cc: Don't include concat.h.
	(uninstall_one): Use LOG_PLAIN.
	(replace_one): Ditto.
	(install_one_source): Ditto.
	(install_one): More char to String conversion.
	(do_install_thread): Use new cygpath.
	Use new create_mount.
	* io_stream.cc (io_stream::move): Use new log().
	* io_stream_cygfile (io_stream_cygfile::io_stream_cygfile): Use new cygpath.
	(io_stream_cygfile::exists): Ditto.
	(io_stream_cygfile::remove): Ditto.
	(io_stream_cygfile::mklink): Ditto.
	(io_stream_cygfile::write): Ditto.
	(cygmkdir_p): Ditto.
	(io_stream_cygfile::move): Ditto.
	* io_stream_file.cc: Don't include log.h.
	(io_stream_file::write): Don't log unneeded messages.
	* localdir.cc: Don't include concat.h.
	(LocalDirPage::OnNext): Use LOG_PLAIN.
	* log.cc: Don't include log.h.
	(exit_setup): Use new cygpath.
	* log.h (log_level): Add new level LOG_PLAIN.
	* main.cc (WinMain): Use new log().
	* mount.cc (SLASH_P): New macro from concat.h.
	(cygpath): Make String version globally visible.
	Remove varargs version.
	* mount,h: Ditto.
	* msg.cc (mbox): Use LOG_PLAIN.
	* net.cc (NetPage::OnNext): Ditto.
	* nio-ftp.cc (ftp_line): Use new log().
	* nio-http.cc: Don't include log.h.
	(retry_get): Use alternative url variable.
	* package_db.cc: Don't include concat.h.
	(packagedb::flush): Don't use concat.
	* package_meta.cc: Don't include concat.h.
	(packagemeta::uninstall): Use new cygpath.
	* postinstall.cc (do_postinstall): Ditto.
	* root.cc (RootPage::OnNext): Use LOG_PLAIN.
	* script.cc: Don't include concat.h.
	(init_run_script): Use new cygpath.
	(run_script): More char * to String conversion.
	(try_run_script): Ditto.
	* site.cc: Don't include concat.h.
	(SitePage::OnNext): Use LOG_PLAIN.
	(SitePage::OnMessageCmd): Use new log().
	* source.cc (SourcePage::OnDeactivate): Use LOG_PLAIN.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=2.192&r2=2.193
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/Makefile.in.diff?cvsroot=src&r1=2.50&r2=2.51
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/README.diff?cvsroot=src&r1=2.14&r2=2.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/String++.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/String++.h.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/archive_tar.cc.diff?cvsroot=src&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/archive_tar_file.cc.diff?cvsroot=src&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/compress_bz.cc.diff?cvsroot=src&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/compress_gz.cc.diff?cvsroot=src&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/concat.cc.diff?cvsroot=src&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/concat.h.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/configure.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/configure.in.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/desktop.cc.diff?cvsroot=src&r1=2.23&r2=2.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/download.cc.diff?cvsroot=src&r1=2.20&r2=2.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/fromcwd.cc.diff?cvsroot=src&r1=2.21&r2=2.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/geturl.cc.diff?cvsroot=src&r1=2.18&r2=2.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ini.cc.diff?cvsroot=src&r1=2.19&r2=2.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/install.cc.diff?cvsroot=src&r1=2.40&r2=2.41
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream.cc.diff?cvsroot=src&r1=2.10&r2=2.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream_cygfile.cc.diff?cvsroot=src&r1=2.8&r2=2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream_file.cc.diff?cvsroot=src&r1=2.8&r2=2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/localdir.cc.diff?cvsroot=src&r1=2.8&r2=2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/log.cc.diff?cvsroot=src&r1=2.8&r2=2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/log.h.diff?cvsroot=src&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/main.cc.diff?cvsroot=src&r1=2.12&r2=2.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/mount.cc.diff?cvsroot=src&r1=2.9&r2=2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/mount.h.diff?cvsroot=src&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/msg.cc.diff?cvsroot=src&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/net.cc.diff?cvsroot=src&r1=2.10&r2=2.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/nio-ftp.cc.diff?cvsroot=src&r1=2.10&r2=2.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/nio-http.cc.diff?cvsroot=src&r1=2.11&r2=2.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package_db.cc.diff?cvsroot=src&r1=2.16&r2=2.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package_meta.cc.diff?cvsroot=src&r1=2.16&r2=2.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/postinstall.cc.diff?cvsroot=src&r1=2.7&r2=2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/root.cc.diff?cvsroot=src&r1=2.9&r2=2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/script.cc.diff?cvsroot=src&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/site.cc.diff?cvsroot=src&r1=2.14&r2=2.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/source.cc.diff?cvsroot=src&r1=2.11&r2=2.12


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