adapt to latest libfirm
[cparser] / adt /
2012-12-03 Sebastian BuchwaldFixed some typos.
2012-11-26 Matthias Braundon't grow the hashset if it just clobbered with delete...
2012-10-30 Christoph MallonLet panic() print file, line and function.
2012-07-16 Matthias Braunfix bad include after renaming
2012-07-16 Christoph MallonRename hashset.c to hashset.c.inl.
2012-07-16 Matthias Braunprovide our own hashset implementation
2012-06-14 Christoph MallonAdd missing include guards.
2011-11-10 Matthias Braunremove $Id$, it does not work with git anyway
2011-11-10 Matthias Braunremove unused fourcc.h
2011-11-10 Matthias Braunremove unused adt/align.h
2011-09-14 Christoph MallonUse streq() instead of strcmp() == 0.
2011-09-14 Christoph MallonUse strstart() instead of strncmp().
2011-09-14 Christoph MallonChange strcmp_underscore() to streq_underscore().
2011-09-14 Christoph MallonMerge the two copies of strcmp_underscore().
2011-06-24 Andreas ZwinkauMerge branch 'makefilefix'
2011-06-21 Christoph MallonImprove diagnostic handling: Add [-Wfoo] and -Werror...
2011-04-08 Manuel Mohrfix xmalloc problems
2011-04-07 Matthias Braunrefactor machine/os initialisation part so it can be...
2011-03-31 Christoph MallonSimplify/Clean up firm_option().
2011-03-15 Matthias Braunfix whitespace errors
2011-02-04 Christoph MallonWhitespace fixes.
2010-05-04 Matthias Braunavoid code duplication in cparser by using libfirms...
2010-01-04 Matthias Braunadd a printing abstraction layer so we can print type...
2009-08-27 Christoph MallonCorrect typo in commment.
2009-04-07 Michael Beck- 2009 patch
2008-12-17 Christoph MallonPut { of function on separate line.
2008-12-17 Christoph MallonAdd the macro lengthof().
2008-12-10 Matthias Braunfirst revision of jna writer
2008-12-08 Moritz KrollCompiles now with Cygwin, if -Werror is disabled in...
2008-10-19 Christoph MallonResolve some warnings.
2008-10-06 Matthias Braundisable fix for parsetest/fehler053.c for now (as it...
2008-09-28 Matthias Braunuse firm array to avoid name/symbol clashes
2008-06-12 Moritz KrollFixed uninitialized empty array descriptor
2008-06-04 Matthias Braunupdate hashset, try to identify all global function...
2008-02-18 Matthias Braunadd license prefix
2008-02-14 Christoph MallonUse "obst.h" instead of <obstack.h>.
2008-02-14 Matthias Braunadd obstack to cparser sources
2008-01-22 Matthias Braunuse new firm initializer syntax
2008-01-09 Matthias Braunuse inline instead of INLINE ;-)
2008-01-08 Michael Beckuse INLINE instead of inline
2007-12-14 Matthias Braunfix warnings, disable empty statement warning by default
2007-12-05 Michael Beckinclude config.h for __attribute__()
2007-11-25 Michael Beckuse NORETURN macro instead of gcc like __attribute__...
2007-11-19 Matthias Braunstarted working on correct initializer support (still...
2007-11-17 Michael Beck__typeof__ is a GNU extension
2007-11-16 Michael Beckremoved abort() declaration, use from stdlib.h
2007-11-12 Matthias Braunstricter warnings
2007-06-18 Matthias Braunmake it compile
2007-06-18 Matthias Braunmore work on parser
2007-06-09 Matthias BraunInitial import of c parser