summaryrefslogtreecommitdiffhomepage
path: root/ir/obstack
Commit message (Expand)AuthorAge
* Reorganize include directivesMatthias Braun2017-02-17
* fix C11/msvc build by differentiating between FIRM_NORETURN and FIRM_NORETURN...Matthias Braun2015-10-05
* reorganize noreturn,printf,nothrow attributes in funcattr.hMatthias Braun2014-05-28
* fix a bunch of memory leaks reported by coverityMatthias Braun2014-04-25
* Avoid duplicate function header in different #if cases.Christoph Mallon2013-08-27
* do not include config.h anymoreMatthias Braun2013-05-04
* remove license stuff from filesMatthias Braun2012-12-12
* config.h must be included or visibility stuff failsMatthias Braun2011-12-23
* Obstack: Deleted the special windows version, make Win64 warning free.Michael Beck2010-12-21
* make firm compilable with a c++ compilerMatthias Braun2010-11-04
* win32 version of obstack_printfMatthias Braun2010-10-08
* fix trailing whitespaces and tabulators in the middle of a lineMatthias Braun2010-10-06
* fix obstack_printf function - we have to explicitely copy va_list ap, because...Matthias Braun2010-06-17
* document that obstack in firm should be kept independentMatthias Braun2010-05-04
* bugfixMatthias Braun2010-05-04
* implement obstack_vprintfMatthias Braun2010-05-04
* fix warnings and errorsFIRM Projekt Account2010-05-04
* Fix obstack_printf() (slightly broken in r27474).Christoph Mallon2010-05-04
* fix obstack printf being limited to 1024 bytesMatthias Braun2010-05-04
* Some more cleanup: Put the return type and other specifiers on the same line ...Christoph Mallon2010-02-14
* no unnecessary comments behind #includeMatthias Braun2009-12-21
* Always include config.h.Sebastian Buchwald2008-10-13
* - revert r22765Michael Beck2008-10-11
* - removed stdint.h include for VC compile (may still fail for VC6 because of ...Michael Beck2008-10-11
* remove duplicated obstack.h declare obstack_printfMatthias Braun2008-03-30
* add obstack and libcore to libfirmMatthias Braun2008-02-14