This is the mail archive of the cygwin-cvs@sourceware.cygnus.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 pkg.c setup.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.cygnus.com	00/05/19 20:53:34

Modified files:
	winsup/cinstall: ChangeLog pkg.c setup.c 

Log message:
	Fix compiler warnings throughout.
	* pkg.c (init_pkgs): Make static 'stuff' global_pkgstuff for use in
	get_pkg_stuff.
	* setup.c: Make 'root' global.
	(istargz): Return pointer to "stem" of matched .tar.gz file.
	(tarx): Special case cygwin-20000301 to == cygwin-1.1.0.tar.gz.  Remove bogus
	check_for_installed check.
	(recurse_dirs): Add preliminary support for .bat file execution.
	(create_uninstall): Eliminate unneeded parameter.
	(do_start_menu): Ditto.
	(mkmount): Ditto.
	(get_pkg_stuff): Ditto.  Check for currently installed cygwin by scanning for
	the version number.  Eliminate unneeded argument to create_uninstall.
	(getdownloadsource): Add 'name' to list of names rather than url.
	(main): Eliminate unneeded argument in get_pkg_stuff.  Eliminate unneeded
	argument in mkmount and do_start_menu.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=1.41&r2=1.42
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/pkg.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/setup.c.diff?cvsroot=src&r1=1.44&r2=1.45


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