verify: Clarify assertion message.
[libfirm] / ir / adt / plist.c
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-08 Andreas Zwinkaumerge kaps
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2008-01-02 Michael Beckupdate copyright message
2007-05-02 Matthias Braunadded doxygen comments
2007-04-26 Matthias Braunfor i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g...
2007-04-26 Matthias Braunlicense note added, cleaned up per-file doxygen comment...
2007-03-29 Matthias Braunmove backend into libfirm
2007-02-01 Michael Beckfixed missing sizeof ...
2007-01-29 Michael Beckcombined two allocations
2006-09-13 Christian Würdigadded find_value and has_value functions
2006-09-06 Christian Würdigfixed plist_new when no obstack is given
2006-09-06 Christian Würdigadded plist constructor with foreign obstack
2006-08-30 Christian Würdigmade code more firm style
2005-07-15 Kimon HoffmannIncluded structure definition in header file
2005-07-15 Michael Beckremoved C99 features
2005-07-14 Kimon HoffmannAdded plist data type. Has yet to be tested.