Skip to content
2009-02-08  Jeffrey Stedfast  <fejj@novell.com>

	* configure.in: Bumped version to 0.9.4

	* src/alleyoop.c: Get rid of the SymTab context - we don't
	actually want this anymore. Valgrind already gives us all we can
	hope to get from the debugging symbols for filename lookups.

	* src/vgtoolview.c (vg_tool_view_set_symtab): Removed.

	* src/vgdefaultview.c (resolve_full_path): Removed our own symtab
	lookups to try and get the source filename. If that debugging
	symbol information is available, Valgrind will give it to us, no
	need to do the same work for no added gain.

	* src/getopts.c (getopts_get_next_opt): When we get to the end of
	a group of short options, make sure to advance past any argument
	args that the short options may have consumed.

	* src/symtab.[c,h]: Removed.

	* src/ldd.[c,h]: Removed.


svn path=/trunk/; revision=316