
					GDT

		       My personal Generic Data Types library.

				  October, 8 1997
				


The goal is to save work when needing some elementary data types such
as linear lists or bintrees in my C programs.

Work under construction. Low priority. Contains only what I stricktly
needed in my programs. Will disappear once things get converted to C++ 
(if ever).


Author:

	Philippe Bekaert
	Computer Graphics Research Group
	Department of Computer Science - K.U.Leuven
	Celestijnenlaan, 200A
	3001 heverlee - Belgium

	Philippe.Bekaert@cs.kuleuven.ac.be
	http://www.cs.kuleuven.ac.be/~philippe/

	
ChangeLog:
----------

Wed Oct  8 19:02:17 1997  Philippe Bekaert  <philippe@flater.cs.kuleuven.ac.be>

	* List.h: new iterator type ForAllInList, more flexible than existing
	iterators, see List.h.

Tue Jan 28 20:50:28 1997  Philippe Bekaert  <philippe@flater.cs.kuleuven.ac.be>

	* added new function ListIterateRemove() in List.c for iterating over
	a list, conditionally removing elements.

Fri Oct  4 18:19:10 1996  Philippe Bekaert  <philippe@flater.cs.kuleuven.ac.be>

	* Doubly linked lists added. 

Initial version August, 9 1996.
	