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 choose ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sources.redhat.com	2002-05-03 02:40:58

Modified files:
	.              : ChangeLog Makefile.am Makefile.in choose.cc 
	                 configure desktop.cc download.cc fromcwd.cc 
	                 ini.cc ini.h inilex.l iniparse.y install.cc 
Added files:
	.              : IniState.h 

Log message:
	2002-05-03 Robert Collins  <rbtcollins@hotmail.com>
	
	* Makefile.am: Add IniState.h.
	* Makefile.in: Regenerate.
	* IniState.h: New file.
	* choose.cc: Don't include ini.h - it's not needed.
	* configure: Regenerate.
	* desktop.cc: Don't include ini.h - it's not needed.
	* download.cc: Ditto.
	* fromcwd.cc: Ditto.
	* ini.cc: Use IniState.h to track each parsing calling.
	(find_routine): Ditto.
	(do_remote_ini): Ditto.
	(do_ini_thread): Ditto.
	* ini.h (ini_init): Adjust parameters to include state object.
	* inilex.l: Declare parser state variable.
	(ini_init): Adjust parameters to include state object.
	* iniparse.y: Remove obsolete setup_timestamp and setup_version
	declarations.
	(setup_header): Use new state variable to track time and version.
	(add_correct_version): Ditto.
	* install.cc: Don't include ini.h - it's not needed.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/IniState.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.222&r2=2.223
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.in.diff?cvsroot=cygwin-apps&r1=2.62&r2=2.63
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/choose.cc.diff?cvsroot=cygwin-apps&r1=2.93&r2=2.94
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/configure.diff?cvsroot=cygwin-apps&r1=2.12&r2=2.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/desktop.cc.diff?cvsroot=cygwin-apps&r1=2.28&r2=2.29
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/download.cc.diff?cvsroot=cygwin-apps&r1=2.25&r2=2.26
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/fromcwd.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.22&r2=2.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ini.h.diff?cvsroot=cygwin-apps&r1=2.30&r2=2.31
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/inilex.l.diff?cvsroot=cygwin-apps&r1=2.14&r2=2.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/iniparse.y.diff?cvsroot=cygwin-apps&r1=2.27&r2=2.28
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/install.cc.diff?cvsroot=cygwin-apps&r1=2.46&r2=2.47


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