This is the mail archive of the cygwin-apps-cvs@sources.redhat.com 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 Makefile.am Makefile.in String ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sources.redhat.com	2002-04-29 04:07:43

Modified files:
	.              : ChangeLog Makefile.am Makefile.in String++.h 
	                 choose.cc configure configure.in cygpackage.h 
	                 download.cc ini.cc install.cc main.cc mount.cc 
	                 nio-http.cc package_db.cc site.cc state.cc 
	                 win32.h 

Log message:
	2002-04-29  Robert Collins  <rbtcollins@hotmail.com>
	
	* Makefile.am: Remove dependecy rules that automake emits.
	Correct badly copied dependency info for manually compiled files.
	(setup_SOURCES): Add all used headers.
	(EXTRA_DIST): Include non compilate but required sources.
	(setup_LDADD): Remove mingw32, it is autodetected.
	* Makefile.in: Regenerate.
	* String++.h: sys/types is a system header.
	* choose.cc (do_choose_thread): Make into a Win32 thread routine.
	Use ExitThread.
	(ChooserPage::OnMessageApp): Use Win32 threads. (_beginthread is not
	portable).
	* configure: Regenerate.
	* configure.in: Check for mingw32/cygwin specific headers and libraries.
	* cygpackage.h: Include the win32.h header to get correct macro
	definitions in all situations.
	* download.cc (do_download_reflector): Make into a Win32 thread routine.
	Use ExitThread.
	(do_download): Use Win32 threads.
	* ini.cc: Ditto.
	* install.cc: Ditto.
	* (WinMain): Adjust to build valid command line using application
	under both mingw32 and cygwin.
	* mount.cc (set)cygdrive_flags): Create new system flags if the
	user requests system and the value does not exist.
	* nio-http.cc: Define a _strnicmp for cygwin.
	* package_db.cc: Include <errno.h> if it exists.
	* site.cc (do_download_site_info_thread): Make into a Win32 thread
	routine.
	Use ExitThread.
	(do_download_site-Info): Use Win32 threads.
	* state.cc: Explicity declare variables to avoid header conflicts
	caused by '#define extern" on cygwin.
	* win32.h: Include <alloca.h> if it exists.
	(_MAX_PATH): Define as MAX_PATH when not defined by windows.h.
	(_access): Define as access if not defined by windows.h.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.215&r2=2.216
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.in.diff?cvsroot=cygwin-apps&r1=2.58&r2=2.59
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/String++.h.diff?cvsroot=cygwin-apps&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/choose.cc.diff?cvsroot=cygwin-apps&r1=2.91&r2=2.92
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/configure.diff?cvsroot=cygwin-apps&r1=2.8&r2=2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/configure.in.diff?cvsroot=cygwin-apps&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/cygpackage.h.diff?cvsroot=cygwin-apps&r1=2.9&r2=2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/download.cc.diff?cvsroot=cygwin-apps&r1=2.22&r2=2.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ini.cc.diff?cvsroot=cygwin-apps&r1=2.20&r2=2.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/install.cc.diff?cvsroot=cygwin-apps&r1=2.44&r2=2.45
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.16&r2=2.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/mount.cc.diff?cvsroot=cygwin-apps&r1=2.12&r2=2.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/nio-http.cc.diff?cvsroot=cygwin-apps&r1=2.12&r2=2.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/package_db.cc.diff?cvsroot=cygwin-apps&r1=2.17&r2=2.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/site.cc.diff?cvsroot=cygwin-apps&r1=2.16&r2=2.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/state.cc.diff?cvsroot=cygwin-apps&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/win32.h.diff?cvsroot=cygwin-apps&r1=2.6&r2=2.7


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