fixed inline to INLINE
[libfirm] / ir / adt / plist.c
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.