This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin 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]

src/winsup/cinstall ChangeLog README list.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rbcollins@sources.redhat.com	2002-01-27 03:17:56

Modified files:
	winsup/cinstall: ChangeLog README list.h 

Log message:
	2002-01-27  Robert Collins  <rbtcollins@hotmail.com>
	
	* README: Update Todo's.
	* list.h: Run indent.
	(list): New methods checksize and insert to reduce code duplication.
	(list::registerbykey): Use them.
	(list::registerbyobject): Ditto.
	(list::removebyindex): Copy each object individually - safe for non trivial
	objects.
	(list::checksize): Implement.
	(list::insert): Implement.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=2.186&r2=2.187
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/README.diff?cvsroot=src&r1=2.13&r2=2.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/list.h.diff?cvsroot=src&r1=2.5&r2=2.6


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