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]

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

[Get raw message]
CVSROOT:	/cvs/src
Module name:	src
Changes by:	rbcollins@sources.redhat.com	2001-11-12 17:49:33

Modified files:
	winsup/cinstall: ChangeLog Makefile.in autoload.c choose.cc 
	                 choose.h concat.cc concat.h desktop.cc 
	                 dialog.cc dialog.h diskfull.cc download.cc 
	                 filemanip.h find.cc find.h fromcwd.cc geturl.cc 
	                 geturl.h hash.cc hash.h ini.cc ini.h inilex.l 
	                 install.cc localdir.cc log.cc log.h main.cc 
	                 mkdir.cc mklink2.c mount.cc mount.h msg.cc 
	                 msg.h net.cc netio.cc netio.h nio-file.cc 
	                 nio-file.h nio-ftp.cc nio-ftp.h nio-http.cc 
	                 nio-http.h nio-ie5.cc nio-ie5.h other.cc port.h 
	                 postinstall.cc root.cc simpsock.cc simpsock.h 
	                 site.cc source.cc splash.cc state.cc state.h 
Added files:
	winsup/cinstall: archive.cc archive.h archive_tar.cc 
	                 archive_tar.h archive_tar_file.cc compress.cc 
	                 compress.h compress_bz.cc compress_bz.h 
	                 compress_gz.cc compress_gz.h io_stream.cc 
	                 io_stream.h io_stream_cygfile.cc 
	                 io_stream_cygfile.h io_stream_file.cc 
	                 io_stream_file.h mklink2.h 
Removed files:
	winsup/cinstall: tar.cc tar.h 

Log message:
	2001-11-13  Robert Collins  <rbtcollins@hotmail.com>
	
	* Makefile.in (CFLAGS): Add warnings and -Werr.
	(WARNONLY_FLAGS): For sources that produce (harmless) errors no matter what.
	(OBJS): Add io_stream class' objects.
	(autoload.o): Use WARNONLY_FLAGS.
	(inilex.o): Ditto.
	(iniparse.o): Ditto.
	* archive.cc: New file.
	* archive.h: New file.
	* archive_tar.cc: New file.
	* archive_tar.h: New file.
	* archive_tar_file.cc: New file.
	* autoload.c: Fix compiler warnings (unused, deprecated conversion).
	* choose.cc: Use io_stream.h, not mount.h.
	Run indent.
	(find_tar_ext): Rewritten to use strstr, and to accept .tar as an extension.
	(read_installed_db): Use io_streams.
	* choose.h: Run indent.
	* compress.cc: New file.
	* compress.h: New file.
	* compress_bz.cc: New file.
	* compress_bz.h: New file.
	* compress_gz.cc: New file.
	* compress_gz.h: New file.
	* concat.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	* concat.h: Run indent.
	* desktop.cc: Run indent.
	Include mklink2.h rather than redefining by hand.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(etc_profile): Fix compiler warning (deprecated conversion).
	(make_link): Fix compiler warning (deprecated conversion).
	Tidy up use of args variable - consolidate into argbuf.
	(start_menu): Fix compiler warning (deprecated conversion).
	(desktop_icon): Fix compiler warning (deprecated conversion).
	(make_etc_profile): Fix compiler warning (deprecated conversion).
	(uexists): Fix compiler warning (deprecated conversion).
	(check_desktop): Fix compiler warning (deprecated conversion).
	(check_startmenu): Fix compiler warning (deprecated conversion).
	* dialog.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(fatal): Fix compiler warning (deprecated conversion).
	* dialog.h: Run indent.
	* diskfull.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	* download.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(download_one): Fix compiler warning (signed vs unsigned comparison).
	* filemanip.h: Run indent.
	* find.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(find): Fix compiler warning (deprecated conversion).
	* find.h: Run indent.
	* fromcwd.cc: Run indent.
	* geturl.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(dialog_cmd): Return a value.
	(dialog_proc): Remove unused variables.
	Return a value.
	(get_url_to_file): Fix compiler warning (deprecated conversion).
	* geturl.h: Run indent.
	* hash.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	* hash.h: Run indent.
	* ini.cc: Run indent.
	Use io_streams.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(do_ini): Use io_streams for local io.
	* ini.h: Run indent.
	* inilex.l (ignore_line): Fix compiler warning (is not a prototype).
	Fix compiler warning (brackets for truth assignment).
	* install.cc: Run indent.
	Fix compiler warning (/* in comment).
	Use io_streams.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(dialog_cmd): Return a value.
	(dialog_proc): Return a value.
	(start_tics): Deleted - was unused.
	(badrename): Fix compiler warnings (unused, deprecated conversion).
	(standard_dirs): Fix compiler warning (deprecated conversion).
	(exists): Remove.
	(uninstall_one): Convert to io_streams.
	(install_one): Convert to io_streams.
	(do_install): Convert to io_streans.
	Fix compiler warning (deprecated conversion).
	* io_stream.cc: New file.
	* io_stream.h: New file.
	* io_stream_cygfile.cc: New file.
	* io_stream_cygfile.h: New file.
	* io_stream_file.cc: New file.
	* io_stream_file.h: New file.
	* localdir.cc: Run indent.
	Use io_streams.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(get_root_dir_now): Remove.
	(save_local_dir): Convert to io_streams.
	(dialog_cmd): Return a value.
	(do_local_dir): Convert to io_streams.
	(log.cc): Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(log): Fix compiler warning (deprecated conversion).
	(log_save): Fix compiler warning (deprecated conversion).
	* log.h: Run indent.
	(log): Fix compiler warning (deprecated conversion).
	(log_save): Fix compiler warning (deprecated conversion).
	* main.cc: Run indent.
	Don't include "netio.h".
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(netio_test): Remove.
	(sid_auth): Fix compiler warning (partially bracketed initialiser).
	(WinMain): Return a value.
	* mkdir.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	* mklink2.c: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(mkcygsymlink): New function.
	* mklink2.h: New file.
	* mount.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(create_mount): Remove unused variables.
	(cygpath): Fix compiler warning (signed vs unsigned comparison).
	* mount.h: Run indent.
	* msg.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(msg): Fix compiler warning (deprecated conversion).
	(mbox): Fix compiler warning (deprecated conversion).
	* msg.h: Run indent.
	(msg): Fix compiler warning (deprecated conversion).
	* net.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(dialog_cmd): Return a value.
	* netio.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(auth_cmd): Return a value.
	* netio.h: Run indent.
	* nio-file.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(NetIO_File::NetIO_File): Fix compiler warning (deprecated conversion).
	* nio-file.h: Run indent.
	* nio-ftp.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	* nio-ftp.h: Run indent.
	* nio-http.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	* nio-http.h: Run indent.
	* nio-ie5.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	* nio-ie5.h: Run indent.
	* other.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(dialog_cmd): Return a value.
	* port.h: Run indent.
	* postinstall.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(cmd): Fix compiler warning (deprecated conversion).
	(eun): Fix compiler warning (deprecated conversion).
	* root.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	* simpsock.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	* simpsock.h: Run indent.
	* site.cc: Run indent.
	Use io_streams.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(get_root_dir_now): Remove.
	(save_site_url): Convert to io_streams.
	(dialog_cmd): Return 0.
	(get_initial_list_idx): Convert to io_streans.
	* source.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(check_if_enable_next): Remove.
	(load_dialog): Remove unused variables.
	(save_dialog): Ditto.
	(dialog_cmd): Return a value.
	* splash.cc: Return a value.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	(dialog_cmd): Return a value.
	* state.cc: Run indent.
	(cvsid): Fix compiler warnings (unused, deprecated conversion).
	* state.h: Run indent.
	* tar.cc: Remove.
	* tar.h: Remove.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/archive.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/archive.h.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/archive_tar.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/archive_tar.h.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/archive_tar_file.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/compress.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/compress.h.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/compress_bz.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/compress_bz.h.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/compress_gz.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/compress_gz.h.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream.h.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream_cygfile.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream_cygfile.h.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream_file.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream_file.h.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/mklink2.h.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=2.138&r2=2.139
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/Makefile.in.diff?cvsroot=src&r1=2.26&r2=2.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/autoload.c.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/choose.cc.diff?cvsroot=src&r1=2.67&r2=2.68
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/choose.h.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.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/concat.h.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.14&r2=2.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/dialog.cc.diff?cvsroot=src&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/dialog.h.diff?cvsroot=src&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/diskfull.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/download.cc.diff?cvsroot=src&r1=2.12&r2=2.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/filemanip.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/find.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/find.h.diff?cvsroot=src&r1=2.0&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/fromcwd.cc.diff?cvsroot=src&r1=2.10&r2=2.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/geturl.cc.diff?cvsroot=src&r1=2.11&r2=2.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/geturl.h.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/hash.cc.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/hash.h.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ini.cc.diff?cvsroot=src&r1=2.9&r2=2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ini.h.diff?cvsroot=src&r1=2.19&r2=2.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/inilex.l.diff?cvsroot=src&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/install.cc.diff?cvsroot=src&r1=2.23&r2=2.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/localdir.cc.diff?cvsroot=src&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/log.cc.diff?cvsroot=src&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/log.h.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/main.cc.diff?cvsroot=src&r1=2.8&r2=2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/mkdir.cc.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/mklink2.c.diff?cvsroot=src&r1=2.0&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/mount.cc.diff?cvsroot=src&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/mount.h.diff?cvsroot=src&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/msg.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/msg.h.diff?cvsroot=src&r1=2.0&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/net.cc.diff?cvsroot=src&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/netio.cc.diff?cvsroot=src&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/netio.h.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/nio-file.cc.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/nio-file.h.diff?cvsroot=src&r1=2.0&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/nio-ftp.cc.diff?cvsroot=src&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/nio-ftp.h.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/nio-http.cc.diff?cvsroot=src&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/nio-http.h.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/nio-ie5.cc.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/nio-ie5.h.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/other.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/port.h.diff?cvsroot=src&r1=2.0&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/postinstall.cc.diff?cvsroot=src&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/root.cc.diff?cvsroot=src&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/simpsock.cc.diff?cvsroot=src&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/simpsock.h.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.7&r2=2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/source.cc.diff?cvsroot=src&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/splash.cc.diff?cvsroot=src&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/state.cc.diff?cvsroot=src&r1=2.0&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/state.h.diff?cvsroot=src&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/tar.cc.diff?cvsroot=src&r1=2.7&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/tar.h.diff?cvsroot=src&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]