2002-10-13  Michael L. Brownlow  <mike@wsmake.org>

	* src/libwsmake/wsParser.ypp: Fixed reduce-reduce conflict;
	Added post/pre increment/decrement to grammar. Fixed up
	rvalues and cleaned up regex's. No more // or /**/ comments.
	Only # style comments allowed. That's orthogonal anyway...

2002-08-22  Michael L. Brownlow  <mike@wsmake.org>

	* Cleaned up wsSite_list; moved type checking to wsSite; fixed
	Part and datablock handling

	* Well, it's not an effecient lookup yet, but it is implemented. Also
	fixed some line number tracking issues with multiline ast's by using
	a line stack across the scanner and parser.

2002-08-20  Michael L. Brownlow  <mike@wsmake.org>

	* Unified more of the ast structure. Next step is creating a cache
	of filenames for effecient lookup of filenames and ast nodes.

2002-08-14  Michael L. Brownlow  <mike@wsmake.org>

	* Added rest of basic parser entries.

	* Added regex and subtag parser entries, still some debate on whether
	lvalues should be variables in the ast or not..

2002-08-12  Michael L. Brownlow  <mike@wsmake.org>

	* Cleanups for print expression. Starting to look at how to implement
	regex's.

2002-07-19  Michael Brownlow  <mike@wsmake.org>

	* src/libwsmake/wsLoader.h (wsmake): Added beginnings of ast for
	loader.

2002-06-22  Michael Brownlow  <mike@wsmake.org>

	* doc/man/wsmake.pod: Added beginnings of man-page documentation.
	This depends on pod2man. Conditionals will be added later.

2002-06-21  Michael Brownlow  <mike@wsmake.org>

	* src/ui/wsmake/wsmake.cpp: cleaned up option order and
	descriptions. took out rogue -q option.

	* Documentation work. Cleaned up more of the Texinfo documentation
	in preparation for synchronous work across each interface.

2002-04-21  Michael Brownlow  <mike@wsmake.org>

	* src/libwsmake/wsLoader.cpp (load): Method name changed to load
	from compile
