public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* setup ChangeLog Makefile.am Makefile.in String ...
@ 2003-03-09  1:16 rbcollins
  0 siblings, 0 replies; 3+ messages in thread
From: rbcollins @ 2003-03-09  1:16 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sourceware.org	2003-03-09 01:16:06

Modified files:
	.              : ChangeLog Makefile.am Makefile.in String++.cc 
	                 aclocal.m4 configure 
Removed files:
	.              : concat.cc concat.h 

Log message:
	ChangeLog:
	
	2003-02-01  Igor Pechtchanski <pechtcha@cs.nyu.edu>
	
	* String++.cc: Don't include concat.h.
	* Makefile.am: Remove concat.cc and concat.h references.
	* Makefile.in: Regenerate.
	* concat.h: Remove.
	* concat.cc: Remove.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.317&r2=2.318
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.24&r2=2.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.in.diff?cvsroot=cygwin-apps&r1=2.86&r2=2.87
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/String++.cc.diff?cvsroot=cygwin-apps&r1=2.7&r2=2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/aclocal.m4.diff?cvsroot=cygwin-apps&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/configure.diff?cvsroot=cygwin-apps&r1=2.22&r2=2.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/concat.cc.diff?cvsroot=cygwin-apps&r1=2.5&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/concat.h.diff?cvsroot=cygwin-apps&r1=2.3&r2=NONE


^ permalink raw reply	[flat|nested] 3+ messages in thread

* setup ChangeLog Makefile.am Makefile.in String ...
@ 2002-05-03 21:26 rbcollins
  0 siblings, 0 replies; 3+ messages in thread
From: rbcollins @ 2002-05-03 21:26 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sources.redhat.com	2002-05-03 21:26:01

Modified files:
	.              : ChangeLog Makefile.am Makefile.in String++.cc 
	                 String++.h archive_tar.cc archive_tar.h 
	                 cygpackage.cc ini.cc ini.h inilex.l iniparse.y 
	                 io_stream_cygfile.h io_stream_file.h mount.cc 
	                 package_meta.cc package_meta.h site.h 
Added files:
	.              : IniDBBuilder.cc IniDBBuilder.h 
	                 IniDBBuilderPackage.cc IniDBBuilderPackage.h 
	                 PackageTrust.h 
Removed files:
	.              : IniState.h 

Log message:
	2002-05-04 Robert Collins  <rbtcollins@hotmail.com>
	
	* IniDBBuilder.cc: New file.
	* IniDBBuilder.h: New file.
	* IniDBBuilderPackage.cc: New file.
	* IniDBBuilderPackage.h: New file.
	* PackageTrust.h: New file.
	* IniState.h: Remove, wasn't thought out well enough.
	* Makefile.am (inilint_SOURCES): Add more requirements.
	(setup_SOURCES): Add new Builder base and concrete classes.
	* Makefile.in: Regenerate.
	* String++.cc (String::String): Implement int contructor.
	* String++.h (String): Declare int constructor.
	* archive_tar.cc (archive_tar::next_file_name): Return String() when
	no filename exists.
	* archive_tar.h (archive_tar_file): Remove get_next_filename method,
	it's not needed.
	* ini.cc: Replace IniState wuth IniDBBuilderPacakge.
	(find_routine): Use new IniDBBuilder to configure the parser.
	(do_local_ini): Ditto.
	(do_remote_ini): Ditto.
	* ini.h: Use IniDBBuilder to initialise parsing.
	* inilex.l (MD5): Parse the MD5 string correctly, we had the nibbles
	swapped.
	(ini_init): Use an IniDBBuilder rather than static variables.
	* iniparse.y: Hand off all the object creation to a builder, rather
	than hardcoding the behaviour. This allows run-time configured
	behaviour.
	* io_stream_cygfile.h (io_stream_cygfile): Remove get_next_filename
	method, it's not needed.
	* io_stream_file.h (io_stream_file): Ditto.
	* mount.cc (cygpath): Return String() for missing mounts.
	* package_meta.cc (packagemeta::SDesc): Return String() for blank
	descriptions.
	* package_meta.h (trusts): Remove - replaced by PackageTrust.h.
	(packagemeta::packagemeta): Fix incorrect syntax in String constructor
	usage.
	* cygpackage.cc (cygpackage::cygpackage): Fix incorrect syntax in
	String constructor usage.
	* site.h (site_list_type): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/IniDBBuilder.cc.diff?cvsroot=cygwin-apps&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/IniDBBuilder.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/IniDBBuilderPackage.cc.diff?cvsroot=cygwin-apps&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/IniDBBuilderPackage.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/PackageTrust.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.224&r2=2.225
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.in.diff?cvsroot=cygwin-apps&r1=2.63&r2=2.64
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/String++.cc.diff?cvsroot=cygwin-apps&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/String++.h.diff?cvsroot=cygwin-apps&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/archive_tar.cc.diff?cvsroot=cygwin-apps&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/archive_tar.h.diff?cvsroot=cygwin-apps&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/cygpackage.cc.diff?cvsroot=cygwin-apps&r1=2.9&r2=2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ini.cc.diff?cvsroot=cygwin-apps&r1=2.24&r2=2.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ini.h.diff?cvsroot=cygwin-apps&r1=2.31&r2=2.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/inilex.l.diff?cvsroot=cygwin-apps&r1=2.15&r2=2.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/iniparse.y.diff?cvsroot=cygwin-apps&r1=2.29&r2=2.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/io_stream_cygfile.h.diff?cvsroot=cygwin-apps&r1=2.7&r2=2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/io_stream_file.h.diff?cvsroot=cygwin-apps&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/mount.cc.diff?cvsroot=cygwin-apps&r1=2.13&r2=2.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/package_meta.cc.diff?cvsroot=cygwin-apps&r1=2.21&r2=2.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/package_meta.h.diff?cvsroot=cygwin-apps&r1=2.14&r2=2.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/site.h.diff?cvsroot=cygwin-apps&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/IniState.h.diff?cvsroot=cygwin-apps&r1=2.1&r2=NONE


^ permalink raw reply	[flat|nested] 3+ messages in thread

* setup ChangeLog Makefile.am Makefile.in String ...
@ 2002-04-29  4:07 rbcollins
  0 siblings, 0 replies; 3+ messages in thread
From: rbcollins @ 2002-04-29  4:07 UTC (permalink / raw)
  To: cygwin-apps-cvs

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-03-09  1:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-09  1:16 setup ChangeLog Makefile.am Makefile.in String rbcollins
  -- strict thread matches above, loose matches on Subject: below --
2002-05-03 21:26 rbcollins
2002-04-29  4:07 rbcollins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).