This is the mail archive of the cygwin-apps-cvs 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 SourceSetting.cc archive_tar.c ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	corinna@sourceware.org	2013-11-14 21:36:15

Modified files:
	.              : ChangeLog SourceSetting.cc archive_tar.cc 
	                 archive_tar.h choose.cc cygpackage.cc 
	                 cygpackage.h desktop.cc dialog.h diskfull.cc 
	                 filemanip.cc find.cc fromcwd.cc geturl.cc 
	                 ini.cc install.cc localdir.cc mount.cc 
	                 package_version.cc postinstall.cc prereq.cc 
	                 processlist.cc res.rc resource.h root.cc 
	                 script.cc source.cc threebar.cc win32.h 

Log message:
	* archive_tar.cc: Drop commented out static variable definitions.
	(archive_tar::next_file_name): Replace MAX_PATH with CYG_PATH_MAX.
	* archive_tar.h (tar_state::filename): Ditto.
	* cygpackage.cc (cygpackage::cygpackage): Ditto.
	* cygpackage.h (cygpackage::getfilenamebuffer): Ditto.
	* desktop.cc (start_menu): Add comment.  Drop Windows 9x considerations.
	(desktop_icon): Ditto.
	(check_desktop): Ditto.
	(check_startmenu): Ditto.
	* diskfull.cc (diskfull): Drop Windows 9x considerations.  Convert
	incoming path to wide char and call GetDiskFreeSpaceExW.
	* filemanip.cc (fopen): New function, overriding MSVCRT function.
	Explain why.
	(remove): Ditto.
	(rename): Ditto.
	(_access): Ditto.
	* install.cc (check_for_old_cygwin): Add comment.
	* localdir.cc (browse): Add comment.
	(LocalDirPage::OnNext): Don't rely on being able to change CWD.
	Call GetFileAttributesW instead and change conditional expressions
	accordingly.  Explain why.  Rename trySetCurDir to tryLocalDir to
	avoid confusion.  Call do_from_local_dir rather than do_fromcwd.
	* mount.cc (read_mounts): Add comments.  Call GetSystemWindowsDirectory
	rather than GetWindowsDirectory since that's what we're really want.
	* postinstall.cc (do_postinstall_thread): Drop setting CWD.  Scripts
	are called with CWD set to Cygwin root dir anyway.
	* processlist.cc (Process::getName): Allow CYG_PATH_MAX sized module
	names.
	(Process::isModuleLoadedInProcess): Allow CYG_PATH_MAX sized module
	names.
	* root.cc (browse): Add comment.
	* script.cc (sanitize_PATH): Call GetSystemWindowsDirectory rather than
	GetWindowsDirectory since that's what we're really want.
	(Script::run): Allow cmdline up to CYG_PATH_MAX chars to allow longer
	script paths.
	* win32.h (CYG_PATH_MAX): Define as 4096 as Cygwin's PATH_MAX.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.835&r2=2.836
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/SourceSetting.cc.diff?cvsroot=cygwin-apps&r1=2.6&r2=2.7
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/archive_tar.cc.diff?cvsroot=cygwin-apps&r1=2.18&r2=2.19
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/archive_tar.h.diff?cvsroot=cygwin-apps&r1=2.13&r2=2.14
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/choose.cc.diff?cvsroot=cygwin-apps&r1=2.166&r2=2.167
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/cygpackage.cc.diff?cvsroot=cygwin-apps&r1=2.22&r2=2.23
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/cygpackage.h.diff?cvsroot=cygwin-apps&r1=2.18&r2=2.19
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/desktop.cc.diff?cvsroot=cygwin-apps&r1=2.61&r2=2.62
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/dialog.h.diff?cvsroot=cygwin-apps&r1=2.14&r2=2.15
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/diskfull.cc.diff?cvsroot=cygwin-apps&r1=2.5&r2=2.6
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/filemanip.cc.diff?cvsroot=cygwin-apps&r1=2.37&r2=2.38
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/find.cc.diff?cvsroot=cygwin-apps&r1=2.12&r2=2.13
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/fromcwd.cc.diff?cvsroot=cygwin-apps&r1=2.35&r2=2.36
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/geturl.cc.diff?cvsroot=cygwin-apps&r1=2.28&r2=2.29
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ini.cc.diff?cvsroot=cygwin-apps&r1=2.58&r2=2.59
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/install.cc.diff?cvsroot=cygwin-apps&r1=2.108&r2=2.109
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/localdir.cc.diff?cvsroot=cygwin-apps&r1=2.38&r2=2.39
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/mount.cc.diff?cvsroot=cygwin-apps&r1=2.39&r2=2.40
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/package_version.cc.diff?cvsroot=cygwin-apps&r1=2.32&r2=2.33
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/postinstall.cc.diff?cvsroot=cygwin-apps&r1=2.29&r2=2.30
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/prereq.cc.diff?cvsroot=cygwin-apps&r1=2.10&r2=2.11
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/processlist.cc.diff?cvsroot=cygwin-apps&r1=2.2&r2=2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/res.rc.diff?cvsroot=cygwin-apps&r1=2.103&r2=2.104
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/resource.h.diff?cvsroot=cygwin-apps&r1=2.45&r2=2.46
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/root.cc.diff?cvsroot=cygwin-apps&r1=2.29&r2=2.30
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/script.cc.diff?cvsroot=cygwin-apps&r1=2.41&r2=2.42
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/source.cc.diff?cvsroot=cygwin-apps&r1=2.22&r2=2.23
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/threebar.cc.diff?cvsroot=cygwin-apps&r1=2.20&r2=2.21
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/win32.h.diff?cvsroot=cygwin-apps&r1=2.33&r2=2.34


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