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 archive_tar.cc choose.cc choos ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	yselkowitz@sourceware.org	2012-08-30 17:32:14

Modified files:
	.              : ChangeLog archive_tar.cc choose.cc choose.h 
	                 filemanip.cc netio.cc proppage.cc proppage.h 
	                 site.cc window.cc 

Log message:
	First step towards X86-64 compatibility.
	* archive_tar.cc (archive_tar::next_file_name): Fix sscanf formats
	for 64-bit size_t.
	* choose.cc (ChooserPage::OnMouseWheel): Fix return type.
	* choose.h (ChooserPage::OnMouseWheel): Ditto.
	* filemanip.cc (nt_wfopen): Fix argument cast for _open_osfhandle.
	* netio.cc (auth_proc): Fix return type.
	* proppage.cc (PropertyPage::FirstDialogProcReflector): Fix return type.
	Use SetWindowLongPtr and DWLP_* instead of SetWindowLong and DWL_*.
	(PropertyPage::DialogProcReflector): Ditto.
	(PropertyPage::DialogProc): Ditto.
	(PropertyPage::OnMouseWheel): Ditto.
	* proppage.h (PropertyPage::FirstDialogProcReflector): Fix return type.
	(PropertyPage::DialogProcReflector): Ditto.
	(PropertyPage::DialogProc): Ditto.
	(PropertyPage::OnMouseWheel): Ditto.
	* site.cc (drop_proc): Fix return type.
	* window.cc (Window::FirstWindowProcReflector): Use GWLP_* with
	SetWindowLongPtr calls.
	(Window::WindowProcReflector): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.778&r2=2.779
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/archive_tar.cc.diff?cvsroot=cygwin-apps&r1=2.17&r2=2.18
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/choose.cc.diff?cvsroot=cygwin-apps&r1=2.161&r2=2.162
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/choose.h.diff?cvsroot=cygwin-apps&r1=2.40&r2=2.41
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/filemanip.cc.diff?cvsroot=cygwin-apps&r1=2.35&r2=2.36
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/netio.cc.diff?cvsroot=cygwin-apps&r1=2.15&r2=2.16
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/proppage.cc.diff?cvsroot=cygwin-apps&r1=2.21&r2=2.22
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/proppage.h.diff?cvsroot=cygwin-apps&r1=2.14&r2=2.15
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/site.cc.diff?cvsroot=cygwin-apps&r1=2.51&r2=2.52
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/window.cc.diff?cvsroot=cygwin-apps&r1=2.18&r2=2.19


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