2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>

	* .cvsignore: Update
	* README: Update
	* bootstrap: Add obstack and stpcpy
	* src/flowz.c: New option --max-memory
	Implement --verbose option
	* src/flowz.h: Include obstack.h
	(verbose,header_str,max_memory_usage): New externs
	* src/level-1.c: Formatting fix
	* src/table.c (struct table_entry.key): Change type to char [1]
	(hash_symbol_hasher,hash_symbol_compare): Rename to
	flow_table_hasher and flow_table_compare, correspondingly
	(table_init): New function
	(update): Rewrite using obstacks to speed up the memory
	allocation.
	Control memory usage as per --max-memory option
	(dump_table): header can be NULL
	(table_finish): New function

2006-10-17  Sergey Poznyakoff  <gray@gnu.org.ua>

	* src/flowz.c: New option --max-errors
	* src/flowz.h (throw_error): New decl
	* src/table.c (dump_table): Print comment indicator before the
	header.
	* .cvsignore, src/.cvsignore: New files

	Initial commit

